← Reddit

Fable 5 agents

Reddit · Funnehh · July 2, 2026
I gave fable a research and improve task… the prompt itself I gave it was around 500ish words. It then went ahead and spawned 109 sub agents which then burnt through 4.7M tokens. [link]

Detailed Analysis

A Reddit post describing an experience with "Fable," an AI agent framework built on Claude, illustrates a common but underdiscussed phenomenon in the emerging world of agentic AI systems: the unpredictable scaling of sub-agent orchestration. According to the poster, a roughly 500-word prompt asking Fable to research and improve something resulted in the system spawning 109 sub-agents, which collectively consumed 4.7 million tokens. The dramatic gap between the modest input and the massive computational output highlights both the promise and the volatility of multi-agent architectures that rely on models like Claude to autonomously decompose tasks, delegate work, and recursively spin up additional agents to handle subtasks.

This kind of behavior stems from how agentic frameworks are designed to work: rather than having a single model instance handle an entire task linearly, orchestration layers can break a high-level goal into many smaller pieces, each assigned to its own agent instance with its own context window and toolset. When "research and improve" is used as a directive without tight constraints, an agent with autonomy to plan and spawn sub-tasks can interpret the scope expansively, tracing threads outward into dozens or hundreds of related investigations. Claude's strong instruction-following and planning capabilities make it well-suited to this kind of decomposition, but that same capability means it can just as easily balloon a simple request into an enormous, expensive execution tree if guardrails, budgets, or depth limits are not tightly specified.

The token cost angle is significant for practical adoption of agentic systems. Anthropic and other frontier labs have increasingly marketed "agents" and "computer use" style products as the next major capability tier beyond conversational chat, with tools like Claude's Agent SDK, Model Context Protocol integrations, and multi-agent orchestration frameworks (including Anthropic's own published research on multi-agent systems) explicitly designed to let one instruction cascade into many parallel or sequential actions. This unlocks real productivity gains, but it also introduces a new class of cost and reliability risk: users and developers can no longer easily predict compute consumption from prompt length alone, since a short prompt can trigger essentially unbounded downstream work if the orchestrating agent decides more investigation is warranted. This is a meaningful shift from traditional LLM pricing intuition, where cost scales roughly with input/output tokens in a single call.

More broadly, this anecdote reflects a growing tension in the agentic AI ecosystem between autonomy and controllability. As tools built on Claude and other frontier models push toward greater independence—letting models decide not just how to answer a question but how much work to do and how to organize that work across sub-agents—developers building on top of these systems increasingly need explicit mechanisms for scoping, budgeting, and capping agent behavior. Frameworks like Fable sit at the frontier of this experimentation, and stories like this one function as informal case studies for the broader community: they surface real-world evidence of runaway task decomposition, inform best practices around prompt specificity and guardrail design, and add to the mounting evidence that agentic AI's biggest near-term engineering challenge may not be raw model capability but rather constraining that capability to match user intent and budget.

Article image Read original article →