Amplifier · Research Bundle
Adversarial rigor for AI research
amplifier-bundle-research is a real, public Amplifier bundle whose stated purpose is "Superpowers for scientific rigor — defensible written artifacts." It exists to make rigor measurable, not assumed.
And the first proof it's real is that you can count it →
The bundle (repo michaeljabbour/amplifier-bundle-research, public) is concrete and shipping: version 0.9.0, 69 commits between 2026-04-22 and 2026-06-08.
So the argument rests on something you can inspect. Now the problem it's built to defeat →
Where evidence is missing, the model doesn't stop — it produces authoritative-sounding prose with no sources, no confidence levels, and no named gaps. You have no way to falsify it.
The bundle answers with two mechanisms. First: bind every claim to a source →
The bundle splits work across specialist agents, each a lazy-loading context sink over a K-Dense skill. literature-scout must run an agentic Semantic Scholar loop — not claim novelty from memory.
Sources answer "is it true?" Next: an adversary asks "prove it" →
It issues graded findings with severity levels. Quality is contested, not self-declared — BLOCK items must be resolved before /draft.
But a graded gate is still a judgment. The turn: make judgment a number →
/draft — e.g. "causal claim unsupported by design"Judgment-based runs use a cross-vendor ensemble of at least 3 judges from different vendor families — because same-vendor judging measured 3–10 percentage points more lenient. Every loop round yields an explicit 5-axis weighted score in [0,1].
Measured, not assumed. Does it actually change answers? →
In the sleep-consolidation dogfood study, the adversary caught a RAG tautology, a format confound, and two genuine code bugs — and each correction changed a conclusion.
Corrected (n=192 paired): creative reorganize/derive consolidation HURTS (−28pp; fabricates ~50–75% of facts).
Ground every claim in sources, score it adversarially, and make the number defensible. Quality becomes measured, provable, and improvable — not assumed.
That's the pattern amplifier-bundle-research turns into code.
Primary source: michaeljabbour/amplifier-bundle-research (public), cloned from git@github.com:michaeljabbour/amplifier-bundle-research.git. Every claim re-derived from actual git / gh / grep / ls / sed / wc output.
Feature status: Released and actively iterated — bundle.md version 0.9.0; 69 commits between 2026-04-22 and 2026-06-08.
Commands run:
gh repo view michaeljabbour/amplifier-bundle-research --json name,description,isPrivatels agents/*.md | wc -l → 16 · ls behaviors/*.md | wc -l → 12 · ls recipes/*.yaml | grep -v _smoke | wc -l → 18 · ls -d modules/tool-* | wc -l → 6sed -n '26,28p' bundle.md (context-sink specialists)grep -n -i 'semantic scholar|8 round|novelty verdict' agents/literature-scout.mdgrep -n -i 'BLOCK|WARN|NOTE|SEVERITY' agents/honest-critic.mdsed -n '93,140p' recipes/autonomous-experiment-promotion-gate.yaml (≥3 cross-vendor judges, Cohen's kappa)grep -n -i 'leniency|same-vendor' behaviors/cross-vendor-judge.md (3–10pp)sed -n '1,40p' context/orchestrated-loop-judge-rubric.md (5-axis score, closure_target 0.50)grep -n -i 'earned its keep|RAG tautology|n=192|-28pp' docs/case-studies/sleep-consolidation-study.mdgit log --oneline | wc -l → 69 · grep 'version:' bundle.md → 0.9.0Gaps / not independently reproduced: The 3–10pp leniency figure, the ~1.5–2 point LLM-judge inflation (n=500), and the sleep-consolidation n=192 / −28pp / ~50–75% figures are quoted verbatim from the repo's own prose; the fact-checker confirmed the repo asserts them but did not re-run the underlying experiments. README lists 14 specialist agents while agents/ holds 16 .md files (adds figure-critic and experiment-runner); both counts appear literally in the repo.
Primary contributor: Michael J. Jabbour — 56 of the commits (Amplifier automation accounts for the remainder).