|
|
|
|
|
by ShellfishMeme
119 days ago
|
|
This approach is also what I'm still missing in agentic coding.
It's even worse there because the AI can churn out code and never think "I've typed the same thing 5x now. This can't be right.". So they never make the change easy because every change is easy to them... until the lack of structure and re-use makes any further changes almost impossible. |
|
The "make the change easy first" mindset requires understanding what already exists, which is fundamentally a compression/abstraction task. Current models are biased toward generation over refactoring because generating new code has a clearer reward signal than improving existing structure. Until that changes, the human still needs to be the one saying "stop, let's restructure this first."