|
|
|
|
|
by OldGreenYodaGPT
473 days ago
|
|
Peaked? Nah, it's barely started. Wait till we get decent SWE agents reliably writing good code, probably later this year or next. Once AI moves beyond simple boilerplate, the productivity boost will be huge. Too soon to call hype when we've barely scratched the surface. |
|
I had two defined types, both with the exact same field names. The only difference is one has field names written in snake_case, and the other had names written in camelCase. Otherwise the exact same
I wanted a function that would take an object of the snake_case type, and output an object of the camelCase type. The object only had about 10 fields
It missed about half of the fields, and inserted fields that didn't even exist on either object
You cannot convince me that AI is anywhere near to this level if it cannot even generate a function that can convert "is_enabled" to "isEnabled" inside an object
Every time I try this stuff I'm so disappointed with it. It makes me think anyone who is hyped about it is an absolute fraud that does not know at all what they are doing