|
|
|
|
|
by BeetleB
460 days ago
|
|
That amount of output is comparable to what many professional engineers produce in a given day, and they are a lot more expensive. Keep in mind this is the commenters first attempt. And I'm surprised he paid so much. Using Aider and Sonnet I've on multiple occasions produced 100+ lines of code in 1-2 hours, for under $2. Most of that time is hunting down one bug it couldn't fix by itself (reflective of real world programming experience). There were many other bugs, but I would just point out the failures I was seeing and it would fix it itself. For particularly difficult bugs it would at times even produce a full new script just to aid with debugging. I would run it and it would spit out diagnostics which I fed back into the chat. The code was decent quality - better than what some of my colleagues write. I could probably have it be even more productive if I didn't insist on reading the code it produced. |
|
It seems to me people’s perspective on code gen has largely to do with their experience level of actually writing code.