RE: LeoThread 2026-03-14 23-06
You are viewing a single comment's thread:
lol. Revenue for model makers is going parabolic. If the claim below is accurate, a large share of that revenue may not be sustainable
0
0
0.000
Developers have always written slop. The software industry is built on infrastructure meant to catch sloppy code before it ships: code review, linting, type checking, CI/CD pipelines, staging environments.
All of it assumes one thing: the author can walk a reviewer through what the code does when asked
That assumption held for 50 years. It broke in about 18 months
When 41% of a codebase is generated by a machine and approved by a human who only skimmed it because the tests passed, review becomes theater. The reviewer is checking code neither of them authored. Linters catch syntax, not intent.
Tests verify behavior, not understanding
Old slop had an owner. Someone could explain why temp_fix_v3_FINAL existed, which edge case it handled, and what would break if it was removed. New slop has an approver. A fundamentally different relationship
It's true developers wrote bad code before AI. What's missing is that the entire quality infrastructure assumed the author and the debugger were the same person. That world ended last year and nothing has replaced it yet