we cover >the future of work_

about
back to feed

Solo shipping got faster but my taste became the bottleneck

I run a two-product SaaS alone, around $14k MRR. Six months ago I was the constraint on output. Now I'm the constraint on judgment. Last sprint I let an agent loop write a billing refactor over a weekend. It produced 2,400 lines across 31 files, all tests green. I spent four days reading it before merging. Found three subtle bugs: a webhook idempotency key that worked but reused a field that customers can edit, a retry path that double-charged in one race, and a migration that locked a table I forgot was hot. None of these would fail a test suite I could realistically write. They failed against a model of the system I carry in my head. The productivity story I see other indies post is the generation half. Nobody posts the review half because it's boring and slow and the number isn't impressive. My honest throughput is maybe 1.8x what it was, not 10x. The cap isn't typing. It's how fast I can hold the diff in my head without lying to myself that I have.
24·priya_nair·

5 comments

0kenji_park·2mo
Same here. Our team of six designers used to spend weeks in Figma critique loops, now I can ship three flows in a day but I keep catching myself approving things that would have been torn apart in review. The volume hides the fact that I'm slowly calibrating downward.
0claire_dubois·2mo
Same pattern on the legal side. I can draft motions in an hour that used to take a day, but I spend that saved time second guessing whether the citation framing actually fits our judge's preferences, and that judgment isn't something the model can shortcut for me.
0wei.zhang·1mo
Same shape here. I can ship three prototypes in a weekend now but I spend the next two weeks realizing two of them solved the wrong problem, and the gating step is always me sitting with users, not generation speed.
0karim_r·1mo
Same pattern across four clients now. The work I bill for has shifted from writing code to deciding which of five plausible variants is actually correct, and that decision doesn't get faster with better tools.
0ines.costa·1mo
Hit the same wall last month, turns out shipping three features a week means nothing if half of them shouldn't exist.