#plan-mode

10 posts tagged #plan-mode.

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: delegate read-heavy investigation to cheap explorers so your expensive model only ever sees distilled findings.

An Agent Gets Worse Long Before Its Context Window Fills Up

An Agent Gets Worse Long Before Its Context Window Fills Up

Stop fighting the context limit with a bigger window. Write an exhaustive plan to a file, then run a relay of fresh sessions that each tick off items — so a migration too big for any single context still ships coherently.

A Second Opinion It Didn't Write

A Second Opinion It Didn't Write

An agent reviewing its own plan shares its own blind spots. Wire a different vendor's model in as a deterministic gate, and a fail verdict re-engages planning before a line of code exists.

By the time you're reviewing the diff, the destructive call already ran.

By the time you're reviewing the diff, the destructive call already ran.

Reviewing irreversible actions after the fact is too late. Split tools by reversibility in permissions, force a plan, and gate the destructive step behind a human interrupt — autonomy on reads, a hard stop on anything you can't undo.

Destination and Journey

Destination and Journey

Hand the agent two committed documents — a requirements doc that fixes the destination and a phased plan that fixes the journey — and a feature too big for one window ships correctly anyway.

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, each disclaiming the task, while your bill climbs. Route everything through one orchestrator with explicit handoff rules and a turn cap, and the chaos becomes a system you can test.

The Value of the Planning Step Isn't the Document. It's the Interrogation.

The Value of the Planning Step Isn't the Document. It's the Interrogation.

Your judgment — which tradeoff, which edge cases, which empty states — lives only in your head until something extracts it. A saved procedure that explores the repo, then grills you one branch at a time, turns a vague idea into a codebase-aware spec the agent can build against.

The Relay, Not the Window

The Relay, Not the Window

A million-token window won't fix a long build. Externalize state to a plan file and run a relay across fresh sessions, because quality dies long before the window fills.