|
|
|
|
|
by ajafari1
1431 days ago
|
|
OpenAI estimates that Codex (what powers Github’s Copilot) can already complete 37% of coding tasks. DeepMind’s non-commercial AlphaCode is estimated to be 59% better at coding competitions than Codex. But how close are we to automation? There is a huge demand for developer jobs currently. In light of OpenAI’s DALLE-2 commercialization announcement yesterday, here is a new cross-disciplinary approach to determine how close we are to automation. After reading the article how close, or far, do you think we are from software development jobs getting automated? |
|
This makes me a bit suspicious of the article.
Obviously this is just one developers experience now. I've been using Copilot for the last month, and it's an awesome bit of tech. But generally speaking, when I let it write a blob of code:
* There's a 50/50 chance it'll even compile * It's always, _always_ wrong in some way, usually in ways tricky to spot * And the tests it wrote _for it's own code_ are generally wrong too
As always, I think the bottleneck is in describing exactly what you want in a way an AI can successfully interpret it.