Skip to content
Agents · Jul 3, 2026

Developer documents workflow to let coding agents exercise their own judgment

A prompt strategy delegates low-risk coding tasks to lower-power subagents while reserving high-judgment work for the main model, reducing token burn and accelerating throughput.

Trust79
HypeLow hype

1 source · cross-referenced

ShareXLinkedInEmail
TL;DR
  • A software developer describes a prompt pattern that instructs an agent (Fable) to use its own judgment about when to write tests and which subagent model to invoke.
  • The approach offloads routine coding edits to lower-power models (e.g., Haiku) while keeping design, auditing, and synthesis in the main model (e.g., Sonnet).
  • The author reports faster progress and slower depletion of a paid agent allowance after adopting the pattern.

Simon Willison reports adopting a prompt strategy that instructs the coding agent Fable to exercise its own judgment when deciding whether to write tests and which subagent model to use for a given task.

He cites a tip from the Claude Code team suggesting it is more effective to tell Fable to "use its own judgement" about testing than to hard-code rules like "only use automated testing for larger features."

Willison also describes a related tip from Jesse Vincent to reduce token burn by instructing Fable to apply its own judgment about which model to use for smaller tasks.

He implemented the guidance by prompting Claude Code with: "For all coding tasks use your judgement to decide an appropriate lower power model and run that in a subagent."

Claude Code saved the instruction as a memory file at ~/.claude/projects/name-of-project/memory/delegate-coding-to-subagents.md, specifying that judgment-heavy work such as design, auditing, data synthesis, and review should remain in the main model while implementation edits can be delegated to subagents.

The memory file names Sonnet for substantive implementation and Haiku for trivial or mechanical edits, with results reviewed in the main loop before committing.

Willison states the approach is yielding faster progress and slower depletion of his Fable token allowance.

Sources
  1. 01Simon Willison — weblogFable's judgement
Also on Agents

Stories may contain errors. Dispatch is assembled with AI assistance and curated by human editors; despite the trust-score filter, mistakes happen. We correct publicly — every article links to its revision history. Nothing here is financial, legal, or medical advice. Verify before relying on any claim.

© 2026 Dispatch. No ads. No sponsorships. No paid placement. Reader-supported via Ko-fi.

Built by a person who cares about honest AI news.