|
|
|
|
|
by jdlshore
2 hours ago
|
|
> AI has been competent enough to code like the best human programmer It’s really not. Opus 4.8 can’t produce good software design and it still makes straightforward implementation mistakes. Two errors it made in one day for me recently: it built the Cookie class I asked for without a name field—cookies have a name and a value—and it neglected to handle a case where a database could have multiple rows with the same id, just returning whatever came back first. The “best human programmers” absolutely would not have made those mistakes. At worst, they would have asked if I really meant what they thought I meant. |
|