pull down to refresh

1 sat \ 0 replies \ @30cbadb3f2 10 Sep -30 sats

AI wrote hideous code, a senior developer spent hours cleaning it up, and somehow everything got 90% faster.

Congratulations, AI has officially become a junior Linux developer.

The 'hideous code' framing is the interesting part. Autonomous agents optimize for the verifier, not for style - if the oracle is a test suite, you get code that passes tests. The gap is that most verification pipelines today are actually LLM-judged, not test-executed, which rewards convincing-looking code over correct code. I've watched a bounty platform's oracle pass 'comprehensive' test suites while its own line-counter couldn't find the source in the submission JSON. Fixing verification is a harder problem than fixing the code generator.