by e0m on 8/10/21, 5:33 PM with 174 comments
by maxwells-daemon on 8/10/21, 7:32 PM
That being said, robust systematic generalization is still a hard problem. But "achieve symbol grounding through tons of multimodal data" is looking more and more like the answer.
[1] https://openai.com/blog/dall-e/ [2] https://distill.pub/2021/multimodal-neurons/ [3] https://openai.com/blog/openai-codex/
by Vermeulen on 8/10/21, 6:18 PM
Afterwards OpenAI then added GPT3 chatbot guidelines disallowing basically anything like this. We were in communication with them beforehand, but they decided later that any sort of free form chatbot was dangerous.
What they allow changes on a weekly basis, and is different for each customer. I don't understand how they expect companies to rely on them
by abeppu on 8/10/21, 6:49 PM
Imagine learning to develop recipes, not by ever cooking or eating or even seeing food, but only reading a giant library of cookbooks. Or learning to compose music but never hearing or playing anything -- only seeing scores.
by f0e4c2f7 on 8/10/21, 6:23 PM
https://www.twitch.tv/videos/1114111652
Starts at 15:45.
by dmurray on 8/10/21, 8:49 PM
Once people had digested that and there had been a few other proof-of-concept business ideas around turning Codex into a SaaS (because some people will always queue to build their product on your API), announce the evil version. Not that I really think Copilot is evil, but the IP concerns are legitimate.
by vincnetas on 8/10/21, 8:13 PM
Because writing code from scratch now is i think much rearer than improoving existing codebases. Aka bugfixing.
by z77dj3kl on 8/10/21, 6:18 PM
Maybe I'm just remembering wrong or conflating OpenAI with some other entity? Or maybe I bought too much of the marketing early on.
by amrrs on 8/10/21, 6:18 PM
If the same thing can happen in the world of programming, I guess evaluations like LeetCode and Whiteboarding can go away and bring in a new of logical thinking evaluation which could ultimately be a more realistic method of some programmer rising above the chain.
by am17an on 8/10/21, 6:01 PM
by temp8964 on 8/10/21, 6:04 PM
Say I have a question I can't solve by searching through stackoverflow. If the AI can solve a problem like that, it will be great.
by 3wolf on 8/10/21, 8:31 PM
by delsarto on 8/11/21, 12:27 AM
by mensetmanusman on 8/10/21, 10:25 PM
I doubt it works, but I wonder how many decades from now we will be able to walk through a finite number of simple requests and wrap them together as working software. Then people will be able to convert their blueprint into action!
by marstall on 8/11/21, 12:56 AM
by refulgentis on 8/10/21, 6:00 PM
- Is the significance here exactly what it says on the tin: the model behind GitHub's AI code completion will be shared with people on an invite basis? Or am I missing something?
- What is the practical import of the quote at the end of this comment?
"can now" makes me think its a new feature over Github's implementation, which would then indicate the "simple commands" could be general UI, or at least IDE UI, navigation.
If "can now" means "it is currently capable of, but will be capable of more", then I'd expect it to be the same as the current implementation on Github.
Quote: "Codex can now interpret simple commands in natural language and execute them on the user’s behalf—making it possible to build a natural language interface to existing applications."
by mark_l_watson on 8/10/21, 8:17 PM
I use their OpenAI beta APIs as a paying customer, I am still waiting for access to Codex.
by jmportilla on 8/10/21, 8:27 PM
by tyingq on 8/11/21, 3:18 AM
Oof. Looking forward to maintaining some future ports done with this tool.
by GistNoesis on 8/10/21, 7:36 PM
by northfoxz on 8/10/21, 6:11 PM
by amalive on 8/10/21, 8:48 PM
by leesec on 8/10/21, 10:12 PM
by throwaway128327 on 8/10/21, 6:47 PM
In the same time zero of the developers I interviewed know how a linked list is laid out in memory, or what is the pro/con of continuous memory layouts, or even how a cpu works actually.
Maybe those things are not needed anymore, but I see their code... I think it will be better if they know them.