MAGELLAN: A 15-Agent Autonomous Scientific Discovery System Built on Claude Code

✍️ OpenClawRadar📅 Published: March 30, 2026🔗 Source
MAGELLAN: A 15-Agent Autonomous Scientific Discovery System Built on Claude Code
Ad

System Architecture and Implementation

MAGELLAN is built entirely on Claude Code with 15 custom agents defined in .claude/agents/, coordinated by an orchestrator. The system uses model pinning: each agent has model: opus or model: sonnet in frontmatter to guarantee effort levels regardless of session settings.

Opus handles deep cross-domain reasoning through four agents: Scout, Generator, Critic, and Quality Gate. Sonnet handles structured tasks through three agents: Literature Scout, Ranker, and Computational Validator.

Workflow and Patterns

The orchestrator (Opus with 200-turn circuit breaker) dispatches to sub-agents and never executes phases inline. The system implements reflection loops via agent prompts: SELF-CRITIQUE (Generator), META-CRITIQUE (Critic), and TARGET QUALITY CHECK (Scout).

Adaptive cycles adjust based on results: early completion if top-3 hypotheses score >= 7.0, extension to cycle 3 if survival rate is < 30%. After the pipeline, cross-model validation occurs via bash scripts calling GPT-5.4 and Gemini 3.1 APIs for independent review.

Ad

Results and Availability

After 19 sessions, the system has proposed approximately 260 hypotheses, with about 60% killed by the adversarial pipeline. All results are available on the project website with full methodology.

The system is open source under Apache 2.0 license. The Claude Code pipeline details, discoveries, and contribution information are available through the project links.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Dual-model architecture reduces token consumption by half for long conversations
Tools

Dual-model architecture reduces token consumption by half for long conversations

A developer built a dual-model system where a small 'subconscious' model compresses conversation history in the background, allowing the main model to work with a curated ~35K context instead of 120K tokens of raw history. This architecture cuts token consumption roughly in half for sustained project work.

OpenClawRadar
Local Book Translation Pipeline Uses Qwen 32B and Mistral 24B with Contextual RAG
Tools

Local Book Translation Pipeline Uses Qwen 32B and Mistral 24B with Contextual RAG

A developer built a fully automated PDF-to-ePub book translation pipeline using eight Python scripts, Marker for PDF extraction, Qwen 32B for translation with a global glossary, and Mistral 24B for style editing.

OpenClawRadar
🦀
Tools

Spine Swarm: Multi-Agent AI System on Visual Canvas for Non-Coding Projects

Spine Swarm is a multi-agent system that works on an infinite visual canvas to complete complex non-coding projects like competitive analysis, financial modeling, SEO audits, pitch decks, and interactive prototypes. The system uses blocks as abstractions on top of AI models that can be connected to pass context between different model types.

OpenClawRadar
🦀
Tools

freddy CLI: Wire Garmin & Other Wearables into OpenClaw via MCP

freddy CLI now supports Garmin alongside Polar, Oura, Withings, Suunto, Intervals.icu, and Hevy. Run `freddy connect garmin` then query sleep, HRV, Body Battery, and workouts from any MCP-speaking agent.

OpenClawRadar