EurekaClaw Documentation#
The AI that catches your Eureka moments.
Crawls arXiv · Generates theorems · Proves lemmas · Writes LaTeX papers · Answers reviewer questions · Rewrites from feedback
Up and running in 5 minutes. Install EurekaClaw, set your API key, and prove your first theorem.
Full walkthrough — input modes, gate mode, output files, tuning, troubleshooting, and example workflows.
All .env variables: backends, models, token limits, pipeline modes, retry settings.
Every command, option, and exit code for the eurekaclaw command-line tool.
Pipeline stages, agent design, data flow, LaTeX compilation, and the theory inner loop.
Launch the visual interface — live agent track, pause/resume, gate overlays, paper Q&A chat, paper rewrite, skills manager, and config sliders.
Ask multi-turn questions about your generated paper to prepare rebuttal responses. Then trigger a full paper rewrite from chat feedback — theory, experiments, and writing all re-run with your instructions.
What EurekaClaw Does#
EurekaClaw is a multi-agent AI research assistant that goes from a question to a publishable result — autonomously. It crawls the literature, generates and stress-tests hypotheses, runs experiments, and writes up findings.
$ eurekaclaw prove "Find recent papers on sparse attention + prove efficiency bound"
🦞 Crawling arXiv cs.LG (2024–2025)...
📄 Found 23 relevant papers. Summarizing...
💡 Hypothesis generated: O(n log n) via topological filtration
✨ Theorem 3.1 drafted. LaTeX ready. Proof complete.
🦞 Eureka! Paper draft saved to ./results/
Fetch, summarize, and cross-reference papers from arXiv and Semantic Scholar.
Brainstorm novel hypotheses by synthesizing patterns across thousands of papers.
Generate, verify, and formalize proofs via a 7-stage bottom-up pipeline.
Draft camera-ready LaTeX papers with theorem environments and citations.
Compatible with Every Major Model API — Privacy by Design.
Distills proof strategies into skills after every session, improving over time.
Numerically validates theoretical bounds; flags low-confidence lemmas.
Visual interface with live progress, settings sliders, and results viewer.
Ask the AI questions about your paper to draft rebuttal responses — with arXiv search and section lookup.
Send revision instructions from the chat and re-run the full pipeline to produce an updated paper version.
Installation#
macOS / Linux
curl -fsSL https://eurekaclaw.ai/install.sh | bash
eurekaclaw onboard # interactive setup wizard
Windows Powershell
powershell -c "irm https://eurekaclaw.ai/install_win.ps1 | iex"
Manual install (all platforms)
git clone https://github.com/EurekaClaw/EurekaClaw
cd EurekaClaw
make install # pip install -e "." + npm install (frontend)
cp .env.example .env # add ANTHROPIC_API_KEY
eurekaclaw install-skills # install built-in proof skills (required, once)
eurekaclaw prove "The sample complexity of transformers is O(L·d·log(d)/ε²)" \
--domain "ML theory" --output ./results
No API key? Use a Claude Pro/Max subscription via OAuth.
Documentation#
Getting Started
User Guide
Reference
Changelog
Acknowledgements#
EurekaClaw builds on ideas and inspiration from the broader AI-for-science community. We thank the authors of the following projects:
MetaClaw — multi-agent research orchestration
AutoResearchClaw — automated research orchestration
EvoScientist — evolutionary hypothesis generation
AI-Researcher — automated research pipeline
Awesome AI for Science — curated resource list
Dr. Claw — open research agent framework
OpenClaw — open-source research claw
ClawTeam — collaborative research agents
ScienceClaw — science-focused research agent