How OOTWOracle runs 8 specialized AI agents through structured deliberation to generate falsifiable predictions on psychedelic medicine regulation — and why the upgrade to claude-fable-5 raises the analytical ceiling.
Policy forecasting is a fundamentally multi-stakeholder problem. A prediction about FDA scheduling timelines means nothing unless it incorporates how an FDA reviewer, a DEA officer, a congressional staff member, a patient advocate, and a biotech investor would each process the same evidence — and where they'd diverge. Single-model predictions miss this.
OOTWOracle solves this with a structured multi-agent deliberation system: 8 specialized AI agents, each embodying a distinct stakeholder perspective, running 3 rounds of evidence-based argument before a synthesis model produces final confidence-scored predictions. This page documents the architecture, methodology, and the analytical changes from upgrading to claude-fable-5.
1. SIGNAL INGESTION (460+ daily signals)
├── FDA docket filings, DEA Federal Register entries
├── Congressional records + lobbying disclosures
├── Clinical trial registrations (ClinicalTrials.gov)
├── Academic preprints + published research
├── Biotech filings, market data, investor calls
└── Media + policy advocacy monitoring
2. MULTI-AGENT DELIBERATION (8 agents × 3 rounds)
├── Round 1: Initial position statements
├── Round 2: Cross-examination + evidence challenge
└── Round 3: Updated positions + confidence revision
3. ORACLE SYNTHESIS (claude-fable-5)
├── Identify consensus zones and persistent disagreements
├── Map confidence levels across outcome scenarios
├── Generate novel hypotheses not surfaced by any single agent
└── Produce falsifiable predictions with explicit reasoning
4. PUBLISH + ARCHIVE
├── Daily report → ootworacle.com/oracle-chamber/YYYY-MM-DD
├── Predictions → Supabase with resolution criteria
└── SEO snapshot, sitemap update, IndexNow ping
Each agent is initialized with a detailed system prompt encoding the perspective, expertise, institutional incentives, and reasoning patterns of their archetype. Agents don't just "play a role" — they're prompted to reason from first principles within that perspective, citing specific regulatory mechanisms and evidence types their archetype would weight most heavily.
The deliberation protocol is specifically designed to resist herding — agents don't see each other's initial positions, so Round 1 represents genuinely independent analysis. Round 2 forces evidence-based argumentation rather than position averaging. The Oracle synthesis then looks at the full debate transcript, not just final positions.
The synthesis step — where claude-fable-5 reads the full 8-agent deliberation transcript and produces final predictions — is the analytical core of the system. It needs to:
Upgraded June 9, 2026 — coinciding with Anthropic's public release of claude-fable-5. The agent simulation layer (mirofish_bridge.py) also upgraded from sonnet to fable-5.
"Claude Fable 5's reasoning is a clear step beyond Opus 4.8. It works at senior research scientist grade — picking directions, allocating resources, killing its incorrect beliefs, and producing novel first-principles outputs." — Sean Ward, CEO, Anthropic customer early access
For OOTWOracle, "killing incorrect beliefs" is precisely the capability that matters. The synthesis model needs to recognize when an agent's confident position rests on a factual error or misapplied precedent — and correct it in the final output rather than averaging it with more accurate positions. Fable 5's improved analytical reasoning directly addresses this.
The signal ingestion pipeline runs before agent deliberation each day and produces a structured signal digest. Sources include:
Signals are scored for relevance and recency before being passed to the agent layer. The scoring model identifies which signals would materially update each agent archetype's prior beliefs — a DEA scheduling petition filing has high relevance for DEA_OFFICER and FEDERAL_LEGISLATOR but lower relevance for NEUROPHARMACOLOGIST unless it includes scientific findings.
The system has been running since April 2026 with 43+ daily reports. The most notable predictive result: OOTWOracle's agents identified the Alzheimer's neuroplasticity mechanism as a high-probability research trajectory before the June 2026 psilocybin/Alzheimer's findings broke publicly — correctly predicting the research direction from early-stage signal patterns in academic preprints and NIH grant data.
Full prediction resolution tracking is maintained at ootworacle.com/accuracy.
This architecture has documented limitations worth being explicit about:
Agent initialization drift: Agents are re-initialized each day from static personas, meaning they don't carry episodic memory of prior deliberations. When a prediction-relevant event occurs mid-deliberation, the next day's agents need to be caught up via the signal digest rather than having persistent recall. We're exploring Zep Cloud integration for agent memory continuity.
Calibration in low-base-rate domains: Regulatory rescheduling events are rare (~1-2 per decade for major controlled substances). With 45 days of history, we cannot yet fully validate the probability calibration of the system. The confidence intervals on predictions reflect deliberation consensus, not actuarial validation.
Model capability ceiling: The synthesis quality is bounded by what claude-fable-5 can do with a long deliberation transcript. Edge cases where agents make subtle factual errors that Fable 5 doesn't catch will propagate into the final output. The upgrade to Fable 5 reduces this risk substantially — but doesn't eliminate it.
Every prediction, every deliberation transcript, every resolved call — published daily at ootworacle.com.
Browse All Reports Active Predictions Fable 5 Upgrade