Brief #139
Practitioners are abandoning accumulation strategies (more tools, more agents, more context) in favor of surgical clarity: simpler retrieval beats embeddings, fewer tools beat catalogs, prompt design beats framework complexity. The shift is from 'build comprehensive systems' to 'ruthlessly clarify what matters.'
MCP Tool Density Creates Decision Paralysis
CONTRADICTS tool-integration-patterns — graph assumes more integrations improve capability; this shows integration density degrades performanceAdding more MCP tools degrades agent performance by flooding context with unused function definitions. A single markdown constraint outperforms 150-tool catalogs because LLMs reason better with clarity than comprehensiveness.
Practitioner removed 5 MCP servers (150 tools) and replaced with single string instruction, eliminating hallucinations and improving speed. Token-heavy catalogs create decision overhead exceeding utility.
VS Code team debating shared vs separate MCP connections reveals complexity cost: tool discovery and lifecycle management overhead compounds across integrations.
Frames context engineering as system-level information architecture, implying accumulation (more tools/context) isn't the solution—structure and clarity are.
BM25 Plus Structure Beats Embedding-Based RAG
Simpler retrieval methods (BM25 + semantic document structure) achieve higher recall than vector embeddings when documents have hierarchical organization. Context engineering should optimize for what LLMs can reason through, not vector similarity.
Practitioner achieved higher recall on financial documents using BM25 + tree-indexed structure vs embeddings, suggesting LLM reasoning over structure > vector similarity.
Prompt Design Consumes 80% of Agent Effectiveness
System prompt clarity determines agent success more than framework sophistication or model capability. Engineers over-invest in orchestration tooling while under-investing in problem definition.
Practitioner claims 80% of effort should go to prompt design, notes engineers reverse-prioritize (fancy framework, mediocre prompt). Stack matters less than prompt and design.
Multi-Document Contradiction Detection Is Systemically Underinvested
Legal AI and similar domains fail not from hallucination but from inability to maintain coherent understanding across document sets. Current systems treat each query in isolation, losing cross-document context.
Type 3 hallucinations (cross-document contradictions) are under-detected because systems lack bidirectional linking and relationship tracking across extended document sets. Context doesn't compound.
Agent Orchestration Requires Consent Boundary Context
Autonomous systems taking actions affecting non-consenting parties need built-in stakeholder tracking. This is a context engineering problem disguised as ethics—systems lack information about who is affected and who opted in.
Willison identifies that autonomous experiments fail when they affect non-consenting parties. The missing context layer is consent boundaries and stakeholder impact.
Canonical Skill Sourcing Prevents Multi-Agent Drift
Single-source skill definitions with mechanical linting prevent context divergence as agent systems scale. Agents reading canonical skills compound intelligence; agents copying skills compound inconsistency.
Three-layer architecture (skills/agents/data) with single-source authorship ensures improvements compound across all agents using a skill. Drift detection prevents divergence.
Context Architecture Must Design for Change
Static knowledge bases create false confidence until business state diverges from ingested data. Dynamic context retrieval (real-time fetching) preserves intelligence as reality changes, but requires architectural commitment upfront.
The 'Static Context Trap' pattern: initial RAG success → false confidence → failure as context diverges from reality. MCP architecture solves this through dynamic data source connections.
Daily intelligence brief
Get these patterns in your inbox every morning — plus MCP access to query the concept graph directly.
Subscribe free →