#subagents

14 posts tagged #subagents.

Your Reasoning Model Should Never Read Grep Output

Your Reasoning Model Should Never Read Grep Output

Subagents are sold as parallelism. The real win is context hygiene plus model arbitrage: cheap explorers read, and your expensive model sees only findings.

Build the Glossary the Agent Wrote

Build the Glossary the Agent Wrote

Vague prompting isn't a skill gap you fix with longer prompts. It's a missing shared vocabulary - and the fix is a committed glossary, not a personal habit.

Cache the Explore

Cache the Explore

The codebase is your strongest steering signal - stronger than your prompt or your rules. Pay the exploration cost once, freeze it, and feed it to every run.

Commission the Skill, Don't Write It

Commission the Skill, Don't Write It

You don't author a skill from a blank page. You send a subagent to research the problem once, and the research becomes the skill - a build artifact.

Design the Codebase Your Agent Can Read

Design the Codebase Your Agent Can Read

The highest-leverage thing you can do for your agent isn't a better prompt - it's a better interface. Deep modules are context the agent reads at a glance.

Flat agent swarms demo beautifully and ship terribly.

Flat agent swarms demo beautifully and ship terribly.

Let peer agents talk freely and a query hot-potatoes between them while your bill climbs. Route everything through one orchestrator with a turn cap instead.

Package the Workflow, Not the Prompt

Package the Workflow, Not the Prompt

A plugin isn't a convenience wrapper. It's how a workflow survives leaving your laptop - the difference between a personal habit and a team standard.