The Hidden Cost of AI: The Mental Load Behind Multi-Tasking Development
Parallel AI tasks look like free capacity, until you notice the real limit was never compute. It was how much a person can hold in their head at once.
Fleet Work Team
Teams have always leaked knowledge as people move on and memory fades. That used to be unavoidable. With AI systems that persist what they learn, it no longer has to be.
Every engineering org loses knowledge constantly, and mostly nobody notices until it costs them. The person who remembered why the retry logic was written that way leaves the company. The Slack thread where the team debated and settled on an approach scrolls off into an unsearchable archive. The comment explaining a gnarly workaround gets deleted in a refactor, and six months later someone reintroduces the exact bug it was written to prevent.
This has always been treated as a fact of life, the natural entropy of a growing team. New hires relearn old lessons. Senior engineers become load-bearing walls, and everyone quietly dreads what happens if they take a long vacation. It's expensive, but it's the kind of expensive that never shows up as a single line item, so it never gets fixed.
What's changing isn't the amount of institutional knowledge being generated, it's what's now capable of holding onto it. When execution is handled by agents rather than only humans, every run becomes a chance to capture what was learned in a form that's actually reusable: not a wiki page someone has to remember to update, but a living record that's consulted automatically the next time it's relevant.
The interesting part isn't storage, it's synthesis. Anyone can log what happened. The hard problem is turning a pile of logs into a small number of durable, well-organized lessons: this is how our auth flow handles token refresh, this is the gotcha with the payments webhook, this is why we chose a soft-delete pattern for orders instead of hard deletes. That distillation step is what separates a memory system from a system that just remembers everything and helps you find nothing.
Teams that build this kind of compounding memory get a strange advantage over time: their tenth feature in a given part of the codebase gets built faster and with fewer mistakes than their first, because the system already knows what the first nine taught it. Teams without it pay the same 'first time' tax on similar work, over and over, for years.
It's tempting to think of this as a nice-to-have, a productivity multiplier on the margins. It's closer to a structural advantage. In a world where execution speed keeps climbing, the bottleneck shifts to whether an organization can retain what it learns fast enough to keep making better decisions than it did last quarter. The teams that solve that will simply outlearn everyone else, and that compounds in a way that's very hard to catch up to.
Fleet Work Team
Writing on autonomous delivery
Parallel AI tasks look like free capacity, until you notice the real limit was never compute. It was how much a person can hold in their head at once.
Fleet Work Team
AI can now own real chunks of the development process. The hard part was never the technology, it's the letting go.
Fleet Work Team
Story points assumed a predictable, human-paced kind of work. AI breaks that assumption, and estimation hasn't caught up yet.
Fleet Work Team