AIs aren’t magically writing good code. I still have to prompt the biggest model towards a coherent design. DRY code isn’t their strong suite. They don’t give a shit about maintainable human readable code.
RLVR training rewards for achieving some objective. Even if they achieve by writing 1000 lines when a 100 suffices.
There’s a ton of value in writing maintainable code for a complex production system.
Comments
AIs aren’t magically writing good code. I still have to prompt the biggest model towards a coherent design. DRY code isn’t their strong suite. They don’t give a shit about maintainable human readable code.
RLVR training rewards for achieving some objective. Even if they achieve by writing 1000 lines when a 100 suffices.
There’s a ton of value in writing maintainable code for a complex production system.
AIs are great at POC YOLO coding.