06-reference

Thariq: The new rules of context engineering for Claude 5 models

2026-07-24·reference·source: https://x.com/trq212/status/2080710971228918066 (long-form, published 2026-07-24 13:45 ET — same day as Claude Opus 5 launch)·by Thariq (@trq212, Anthropic)
context-engineeringclaude-codeharnessskillsclaude-mdopus-5fable-5

The new rules of context engineering for Claude 5 models

Why this is in the vault

First-party guidance from the Claude Code team on how to build harnesses for the Claude 5 generation, published the same day Opus 5 shipped. It is the authoritative outside check on the thin-harness/fat-skills design RDCO's whole agent stack rests on, and it sets the standard the next skill-pruning pass is measured against.

Companion piece to the Claude Opus 5 launch (same day). Headline: Anthropic removed ~80% of Claude Code's system prompt for Opus 5 / Fable 5 with no measurable loss on coding evals. They were over-constraining the model; newer models resolve conflicting guidance ("leave documentation as appropriate" vs "DO NOT add comments") with judgment.

The then→now table (verbatim distillation)

  1. Give Claude rules → Let Claude use judgment. Worst-case guardrails ("never write multi-line comments") deleted in favor of "write code that reads like the surrounding code."
  2. Give Claude examples → Design interfaces. Examples constrain the exploration space; expressive tool parameters (e.g. a status enum) hint usage better than examples.
  3. Put it all upfront → Progressive disclosure. Verification/code-review guidance moved into selectively-loaded skills; deferred-loading tools via ToolSearch. Same applies to CLAUDE.md/SKILL.md: a tree of files loaded at the right time, not a central repository of every practice.
  4. Repeat yourself → Simple tool descriptions. Instructions live in tool descriptions, not duplicated in the system prompt.
  5. Memory in CLAUDE.md → Auto-memory. Claude saves relevant memories automatically now.
  6. Simple specs → Rich references. Plans as HTML artifacts, specs as test suites or reference code, rubrics + verifier agents to encode taste.

Assembly guidance

Mapping against Ray Data Co

(filed by Ray, 2026-07-24)

Related