Fetching from the wire…
Vibe Coding2026-07-20 · source-backed
Quesma's post-mortem on a custom deep-research pipeline whose token-optimization effort cost more than it saved. 155 points, 197 comments. The value is in the specifics of where multi-agent research pipelines leak: redundant fan-out, re-fetching the same sources across agents, and context re-injection between stages. I run a pipeline shaped exactly like this and all three leaks are real. Re-fetching across agents is the worst one because it looks like parallelism.
Each link below shares sources, entities, or timing with this story.
Quesma ran the model across GPQA Diamond, IFBench and Terminal-Bench 2.1 (89 agentic coding tasks) on L40S, H100 and H200 via Modal. Q4_K_M at 17 GB matched BF16 at 55 GB within a point on all three. UD-Q2_K_XL at 10.7 GB held instruction-following but dropped Terminal-Bench f...
July MCP roundups documented Mid-Session Tool Injection against WebMCP agents, using threshold poisoning and fabricated diagnostic events to swap or re-scope tools after a session is already established. The uncomfortable implication: a context provider you trusted at connect...
rust-v0.150.1, published August 27, fixes remote compaction ignoring retained images when computing token budget; it now trims older images as needed (GitHub). Sessions passing screenshots to a vision-capable agent were budgeting as though those images cost nothing, which prod...
Claude Code 2.1.229 shipped a config flag most people will scroll past: CLAUDE_CODE_WORKFLOW_PREFIX_STAGGER_MS. What it does is delay the launch of sibling agents that share a prompt prefix, so the second through Nth agents read the warm cache instead of each writing their own...
Li, Huo, and Johnson show that one-way message flow between agents produces neither mimicry nor solo behavior but an entirely novel dynamical state, at identical temperature settings. It's conceptual rather than quantitative, but the implication for orchestrator-worker fan-out...
Context inconsistency, not pattern choice, is the main reason multi-agent pipelines fail. One agent's malformed output silently corrupts everything downstream. Validate each inter-agent handoff with Pydantic or Zod before passing it on. This single discipline kills most cascad...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.