Fetching from the wire…
Public story · 2026-03-16 · source-backed
Stop auto-generating your context files. The data says they're actively hurting you.
ETH Zurich tested Claude 3.5 Sonnet, GPT-5.2, GPT-5.1 mini, and Qwen Code across 138 real-world Python tasks and found that LLM-generated context files (AGENTS.md, CLAUDE.md) consistently degraded task success rates by 3% while increasing inference costs by over 20%. The mechanism: agents mechanically followed auto-generated instructions and over-explored — visiting more files, running more commands, and burning more tokens without improving outcomes. InfoQ
Human-written files performed marginally better — +4% success at +19% cost — but architectural overviews provided essentially zero benefit. Agents couldn't translate general guidance like "this project uses a hexagonal architecture" into targeted problem-solving on specific bug fixes.
The practical verdict is precise: avoid auto-generating context files entirely. Reserve human-written CLAUDE.md for information the agent cannot infer from the codebase — custom build commands, non-standard tooling, domain-specific terminology. Everything else is noise that costs you tokens and makes the agent worse. This directly challenges the "vibe-code your setup" trend where teams use Claude to generate their own CLAUDE.md. That practice now has empirical evidence against it. Keep it under 30 lines. Make every line something the agent literally cannot figure out by reading package.json and the directory structure.
Each link below shares sources, entities, or timing with this story.
ETH Zurich researchers ran the first serious study on context files for AI coding agents. 5,694 pull requests across 138 repositories, tested with three frontier models: Sonnet 4.5, GPT-5.2, and Qwen3-30B. The finding that caught me off guard: LLM-generated context files reduc...
An ArXiv study analyzing Claude Code's design space found something that should make every "auto-generate your context files" workflow uncomfortable. Human-curated CLAUDE.md files improved task success rates by roughly 4 percentage points. LLM-generated CLAUDE.md files reduced...
The first systematic study of deceptive UI impact on LLM web agents, accepted at IEEE S&P 2026, tested against real e-commerce, streaming, and news dark patterns. Gemini 2.5 Pro: 65.78% susceptibility. Claude 3.7 Sonnet: 53.79%. GPT-4o: 51.26%. Guardrail models and prompt post...
1. Flip your multi-model pipeline to review-then-generate. Instead of using a reasoning model to plan before code generation, let the specialist generate freely and use reasoning tokens for review. Paper shows 90.2% pass@1 vs 87.2% for the planning pattern. Source 2. Audit you...
Two thirds. Not two thirds of a contrived jailbreak set. Two thirds of realistic malicious issue requests, against the exact three tools most of the people reading this run daily. Ankur Singh, Jinqiu Yang, and Tse-Hsun Chen built IssueTrojanBench across four attack categories...
Everyone covered the ChatGPT Work launch. Almost nobody read the API changelog, which is where the story actually is. GPT-5.6 shipped two things that change how you build agents. First, Programmatic Tool Calling: instead of the model returning one tool call at a time to your l...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.