| name | feynman-research-agent |
| description | Install, configure, or explicitly operate the external Feynman research-agent CLI for paper reading, literature reviews, audits, replication, and experiments. Use only when the user names Feynman or asks to manage that tool; not for ordinary Hermes research. |
| category | research |
| triggers | ["feynman","literature review","paper audit"] |
Feynman โ Open Source AI Research Agent
Website: https://www.feynman.is/
GitHub: https://github.com/feynman
Overview
Feynman is an open-source AI research agent that reads papers, searches the web, writes drafts, runs experiments, and cites every claim โ all running locally. Built on Pi and alphaXiv.
When the user asks to install, set up, or use Feynman, follow the steps below.
Installation
Two methods:
curl -fsSL https://feynman.is/install | bash
npm install -g feynman
Usage
Ask a question or run a workflow. Every answer is cited.
feynman "what do we know about scaling laws"
feynman deepresearch "mechanistic interpretability"
feynman lit "RLHF alternatives"
feynman audit 2401.12345
feynman replicate "chain-of-thought improves math"
Workflows (slash commands / natural language)
| Workflow | Description |
|---|
/deepresearch | Multi-agent investigation across papers, web, and code |
/lit | Literature review from primary sources with consensus mapping |
/review | Simulated peer review with severity scores and a revision plan |
/audit | Paper-to-code mismatch audit for reproducibility claims |
/replicate | Replication plan and execution in a sandboxed Docker container |
/compare | Side-by-side source comparison with agreement and conflict matrix |
/draft | Polished paper-style draft with inline citations from findings |
/autoresearch | Autonomous loop: hypothesize, experiment, measure, repeat |
/watch | Recurring monitor for new papers, code, or product updates |
Agents
Feynman assembles a team of specialized agents:
- Researcher โ Hunts for evidence across papers, the web, repos, and docs
- Reviewer โ Grades claims by severity, flags gaps, and suggests revisions
- Writer โ Structures notes into briefs, drafts, and paper-style output
- Verifier โ Checks every citation, verifies URLs, removes dead links
Skills & Tools
| Tool | Description |
|---|
| Paper search | Search, Q&A, code reading, and annotations via alpha CLI |
| Web search | Searches via Gemini or Perplexity |
| Session search | Indexed recall across prior research sessions |
| Preview | Browser and PDF export of generated artifacts |
Compute Options
- Isolated local containers โ safe experiments on your machine
- Serverless GPU โ burst training and inference when needed
- Persistent GPU pods โ SSH access for long-running runs
Notes
- All output stays source-grounded with inline citations
- Capabilities ship as Pi skills
- Feynman replaces/augments the need for running separate deep research tools