Is there anyway to get to the video? I'm registered for build, but the page is all but empty...
Demo of an OpenAI language model applied to code generation [video]
41–50 of 158 posts
Re: Demo of an OpenAI language model applied to code generation [video]
#42Can this freaky A.I. also generate the corresponding unit tests? Or, for TDD, generate the unit tests first based on the function name and description. Then, if the dev updates any of those tests, or adds more tests, use that information in auto generating the appropriate code.
Re: Demo of an OpenAI language model applied to code generation [video]
#43So are we all going to be out of a job?
Re: Demo of an OpenAI language model applied to code generation [video]
#44I would much rather have an AI that is capable of interpreting what I say as code. So if I say: Build me a class which computes the larger of two integers. The AI is smart enough to write it.
Re: Demo of an OpenAI language model applied to code generation [video]
#45I had trouble accessing the relevant video snippet even after going through the conference registration, so here's a summary. You can view the demo at https://twitter.com/i/broadcasts/1OyKAYWPRrWKb starting around 29:00. It's Sam Altman demoing a massive Open AI model that was trained on GitHub OSS repos using a Microsoft supercomputer. It's not Intellicode, but the host says that they're working on compressing the m…
Re: Demo of an OpenAI language model applied to code generation [video]
#46The thing is, I'd really need to see a live demo to see how good this is. Making mistakes is actually kind of a big issue; as most people know, debugging code is harder than writing it. And a lot of the language models which can write impressive-seeming text also generate masses of garbage. There's no way to know whether this was cherrypicked or not.
The mere fact that it can extract meaning from text like this is already really impressive though.
Re: Demo of an OpenAI language model applied to code generation [video]
#47Can this freaky A.I. also generate the corresponding unit tests? Or, for TDD, generate the unit tests first based on the function name and description. Then, if the dev updates any of those tests, or adds more tests, use that information in auto generating the appropriate code.
Re: Demo of an OpenAI language model applied to code generation [video]
#48Can this freaky A.I. also generate the corresponding unit tests? Or, for TDD, generate the unit tests first based on the function name and description. Then, if the dev updates any of those tests, or adds more tests, use that information in auto generating the appropriate code.
Re: Demo of an OpenAI language model applied to code generation [video]
#49Re: Demo of an OpenAI language model applied to code generation [video]
#50Can this freaky A.I. also generate the corresponding unit tests? Or, for TDD, generate the unit tests first based on the function name and description. Then, if the dev updates any of those tests, or adds more tests, use that information in auto generating the appropriate code.
Towards the end of that section, he mentions they have also used it to generate unit tests. I doubt it's doing full TDD, but it seems they are part of the way there.