← Framework
06EFFICIENCY

Efficiency

Awareness and management of context window consumption and usage costs.

What it measures

Does your briefing carry established context so individual prompts don't need to re-explain it?

The four diagnostic questions

  1. 01You track context window usage during long sessions and act before hitting 70–80% capacity.
  2. 02You avoid re-explaining established context in every prompt — the briefing file carries that load.
  3. 03You validate prompts before sending, reducing round-trips from predictable failures.
  4. 04You do not deploy sub-agents or parallel threads until core single-agent workflows are stable and codified.

What good looks like

Efficient operation. The remaining leverage is prompt pre-validation — catching failures before sending eliminates the most expensive round-trips.

Common failure mode

Context window is filling faster than you realise. Start tracking usage, reduce ambient context, and validate prompts before sending.

Critique & references

Editor's notes — to be expanded

Frames the context window as a product constraint, not a soft guideline. Linear context growth does not equal infinite usable capacity — attention degrades, costs scale, and round-trips compound. Treat tokens as budget.