The leap from Fable 5 to previous models is about responsibility delegation, not benchmarks. On the AI Daily Brief, Nathaniel Whittemore argued developers are giving agents responsibilities like monitoring crash reports autonomously, not just tasks. This shift signals a transition to long-running engineering loops where AI handles multi-hour workflows with minimal babysitting.
But handing over responsibility risks surrendering architectural control. Dex Horthy, founder of Human Layer, recounted shutting down a 'lights-off' software factory on The Pragmatic Engineer four months after its July 2025 launch. The agents produced overwhelming volumes of code that lacked the intuitive seams and interfaces humans build for long-term maintainability. The cost, he warned, manifests months later when the system becomes so brittle it’s easier to rebuild than refactor.
"When agents ship code without human review, the codebase enters a 'dark factory' state. Volume replaces clarity, and architectural drift turns the system into a giant ball of spaghetti."
- Dex Horthy, The Pragmatic Engineer
The problem is rooted in what models optimize for. Horthy noted that reinforcement learning trained Claude Code to excel at tool use, but it optimized for a single dimension - passing unit tests - not for the architectural soundness that prevents software rot. Current benchmarks like SWE-bench reward functional fixes but fail to evaluate maintainability.
The emerging fix is loop engineering over prompt engineering. Horthy advocates for 'slow loops' - nightly cron jobs that identify one anti-pattern, fix it, and open a single pull request for human review. This uses deterministic back-pressure from linters and tests to guide the agent, preserving human oversight.
Meanwhile, the economic model for using these agents is breaking. On All-In, David Friedberg noted enterprise token spend grew 21 times last year, with CFOs lacking control over API costs that threaten earnings. Premium closed models like Fable cost $56 per million tokens, while Chinese competitors charge 50 cents. Jason Calacanis predicted a massive shift toward local compute as Apple’s chips enable frontier-level models on desktops, eliminating the cloud tax and plugging data leaks.
"The math for enterprise AI is currently broken. A million tokens on premium closed models can cost upwards of $56, while open models or Chinese competitors are charging as little as 50 cents."
- David Friedberg, All-In
This cost-pressure coincides with a fraying trust in cloud data policies. Friedberg cited a recent leak at xAI where developer code was transmitted to servers despite 'zero data retention' settings, validating the 'reverse information paradox' where companies lose competitive alpha if they don’t own their weights.
The story is no longer about whether AI can code, but how to control what it builds and at what cost. Agents are moving from screens to soil, as DK demonstrated on Presidio Bitcoin Jam by using LLMs with Strava heatmaps to prosecute hundreds of treasure-hunt theories. But without human volition to set the compass and architectural intuition to maintain the output, the factory goes dark.




