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

Cowork Context Management Kit Solves Claude's File Overload Problem
Tools

Cowork Context Management Kit Solves Claude's File Overload Problem

A developer built a context management kit for Cowork after Claude AI was reading all 462 files in their project folder, causing performance issues and contradictions. The solution includes global instructions, a manifest file system, and a Cowork skill to prioritize relevant documents.

OpenClawRadar
🦀
Tools

Survey of Local-First Markdown Memory Servers for AI Agents: Mem0, Hindsight, Zep, and the Newcomer Engram

A user tested ~20 local agent memory systems for storing memories as editable files. Engram (by Obsidian68) was the only one that met all requirements: fully local, Markdown storage, smart dedup, importance decay, and standalone server.

OpenClawRadar
ProofShot CLI Gives AI Coding Agents Browser Verification Capabilities
Tools

ProofShot CLI Gives AI Coding Agents Browser Verification Capabilities

ProofShot is an open-source CLI tool that lets AI coding agents verify UI features by recording browser sessions, capturing screenshots, and collecting console errors. It works with any agent that can run shell commands and generates self-contained HTML reports for human review.

OpenClawRadar
ClawControl iOS client released for OpenClaw self-hosted servers
Tools

ClawControl iOS client released for OpenClaw self-hosted servers

ClawControl v1.50 is now available on iOS as a privacy-focused mobile client for self-hosted OpenClaw/Claw servers. The open-source app enables real-time chat with streaming responses, agent management, and session control from mobile devices.

OpenClawRadar