Multi-agent investigation that ships proof
“Plausible narratives can be confidently wrong; the agent doesn't know what it didn't look at.”
Parallax Discovery is an Amplifier bundle that exists to solve exactly this: a single-agent read feels authoritative, yet it is incomplete and sometimes flatly wrong.
So the first question is whether many agents can actually go deeper —
Parallax's foundational study of the Amplifier ecosystem ran a full multi-agent investigation — and produced a mountain of concrete artifacts.
But depth alone turned out not to be the whole story —
In that same run, each independent team surfaced findings the others missed. A big investigation is still blind in spots unless you deliberately look from multiple angles.
That blindness is what Wave 1 is built to attack —
Wave 1 dispatches three independent agents per topic, each starting with fresh context (context_depth='none') so no shared narrative can bias them.
And when those three views collide, Parallax does something deliberate —
“Discrepancies are information, not failures; never reconcile by fiat.”
Disagreement is the signal that points investigators straight at what a single narrative would have quietly papered over.
But even the sharpest reading is still just reading —
A Wave-3 antagonist challenges the strongest claims with actual execution instead of trusting the page — the shift from provisional code-reading to execution-based verification.
And that shift is exactly what changed the answer —
Running the code exposed a real deep_merge bug — list replacement silently dropping config — at two live production collision sites that 18 agents of code reading across two waves could not find.
The same execution pass also corrected a token estimate that reading got wrong.
Parallax Discovery (v0.2.1) packages the pattern as a tested bundle — enforcing one hierarchy: execution > code tracing > documentation > assumption.
A repeatable method you can adopt — not a one-off war story.
Primary source: bkrabach/amplifier-bundle-parallax-discovery — cloned from GitHub to /tmp/parallax-repo (origin git@github.com:bkrabach/amplifier-bundle-parallax-discovery.git). Not present locally under /home/ramparte/dev/ANext.
Feature status: Released and maintained; current version 0.2.1.
Research performed:
git tag && grep -n version bundle.md && git log -1 — v0.2.1, commit 096884agit log --oneline | wc -l — 22 commitsls agents/ | wc -l (5), ls modes/ | wc -l (4)grep -niE 'approval|required: true' recipes/parallax-discovery.yaml — 3 gatesgrep -niE 'triplicate|agent-1|agent-2|agent-3' recipes/parallax-wave.yamlsed -n '1,20p' docs/plans/2026-03-07-parallax-discovery-design.md; README.md:183; context/methodology.md:104grep -n 'collision sites' README.md context/methodology.md agents/antagonist.mdgrep -n '23-26K|36-39K' context/methodology.md agents/antagonist.mdpython3 -m pytest tests/ -q — 53 passedsed -n '36,46p' context/methodology.mdgit shortlog -sne --all; PRs: gh pr list --state allPrimary contributor: Brian Krabach (author/maintainer, ~21 of 22 commits). External contributor: Samuel Lee (PR #1, bundle include-nesting fix).
Gaps: The origin-investigation findings are the repo's own self-reported results (cited from methodology.md, triplicate-pattern.md, design doc); the underlying investigation artifacts are not in this repo and were not independently re-verified. Internal wording varies on the token correction (“50% underestimate” vs “40% wrong”); the ~23–26K → ~36–39K figures are quoted directly.