|
|
|
|
|
by addoo
414 days ago
|
|
> Humans Please describe in more specific terms. Are we talking non-technical, intern, junior, or senior experienced humans? Literally just yesterday I was diverted to help someone who is a senior developer, but a novice in Python itself, figure out why code that AI helped them write was completely busted. They were extra perplexed because most of the code was identical to a block of logic we use today (and works), but in this new context didn’t work at all. Turns out whatever the AI did, it didn’t have a concept of method overloads, so the types being passed around were suddenly wrong. AI works well for people who know nothing (it can do things for them that work well enough), or people who know ‘everything’ (it can get them 95% of the way, they can use their experience to find and fill the remaining 5%). It’s absolutely terrible for people with middling experience. |
|
i've been writing code for my employers for the last 10years and i feel liberated
now i almost cheer when the product guys report bugs, mainly pre-llm legacy codebase i slice through like butter
well except on a few rare instances to be fair
i assume it can be counterproductive in the hands of an inexperienced dev?