The Great Compression: When Sprints Collapse into Afternoons
Tasks that once required weeks of cross-team coordination can now become focused working sessions. The compression isn't just about typing faster - it's about eliminating the coordination overhead that dominates complex projects. When an afternoon can accomplish what used to take a sprint, everything about how we build software changes.
Consider what Rakuten engineers accomplished: they pointed Claude Code at vLLM, a 12.5 million-line codebase, to implement an activation vector extraction method. The agent worked autonomously for seven hours and achieved 99.9% numerical accuracy. "I didn't write any code during those seven hours," the engineer recalled. "I just provided occasional guidance."
Seven hours for what would have taken weeks of ramp-up, implementation, and review by a human team unfamiliar with the codebase. This isn't a theoretical projection - it's a documented result from a production engineering team.
Where the Time Actually Goes
Most software projects don't fail because coding is slow. They fail because of everything around the coding: meetings to align on requirements, waiting for dependencies, reviews that take days, context-switching between tasks.
AI agents attack this overhead directly:
- Context maintenance - Agents don't need to "get back up to speed" after a weekend
- Parallel execution - Work on multiple fronts simultaneously without scheduling conflicts
- Continuous availability - No waiting for someone to come back from vacation
- Instant expertise - Navigate unfamiliar codebases without onboarding
After 52 years of coding, I've never had more fun thanks to getting more productive with AI coding tools. I don't need to know exactly all the details anymore - I can now be a lot more ambitious in my projects.
Kent BeckCreator of Extreme Programming
The Enterprise Evidence
TELUS, serving 20 million global customers, integrated Claude across 57,000 team members. The results speak for themselves: over 13,000 custom AI solutions built, code shipping 30% faster, and more than 500,000 hours saved through faster task completion. The financial impact reached $90 million in benefits from 47 large-scale GenAI solutions.
"We initially thought generative AI would have the biggest impact on marketers and creatives," says TELUS. "But it's been instrumental in increasing productivity and reducing toil for our engineering, development, and coding teams."
Organizational Implications
When work compresses this dramatically, team structures start to look different. Smaller teams can accomplish what large teams once required. Individual contributors with good AI skills can match the output of small teams.
I personally only code by prompt now. We are now building much of Warp starting with a prompt these days - over a million lines of Rust with a custom UI framework.
Zach LloydCEO of Warp
This doesn't mean fewer engineers - it means different engineers, doing different work, organized differently. The implications for hiring, team structure, and project planning are still unfolding.
The New Unit of Work
When an afternoon can accomplish what used to take a sprint, how do you plan? How do you estimate? How do you know when something is "big" versus "small"? The old heuristics don't apply.
New intuitions are forming:
- Verification time matters - A task is "big" if verifying the output takes hours, not if implementation does
- Context complexity matters - Tasks requiring deep domain understanding still need human involvement
- Novelty matters - Well-trodden paths compress more than unexplored territory
2025 has seen the arrival of agents that can do real cognitive work; writing computer code will never be the same. 2026 will likely see the arrival of systems that can figure out novel insights.
Sam AltmanCEO of OpenAI
What This Means for You
The productivity compression is real, but it's not automatic. Teams seeing 30%+ gains are investing in:
- AI-fluent engineers - People who know how to direct agents effectively
- Verification infrastructure - Tests, CI, and review processes that can keep pace
- Organizational adaptation - New planning processes for compressed timelines
Sources & Further Reading
Primary sources and recommended reading cited in this briefing.


