Feynman: Open Source Research Agent with Paper-Codebase Audit Tool

What Feynman Does
Feynman is an open source research agent CLI that handles research questions through a multi-agent architecture. When you ask a research question, it dispatches four subagents in parallel:
- Researcher: Searches papers and web
- Reviewer: Runs simulated peer review with severity grading
- Writer: Produces structured output
- Verifier: Checks every citation and kills dead links
Key Features from Source
The standout feature mentioned in the source is the audit tool: Feynman audit [arxiv-id] pulls a paper's claims and compares them against the actual public codebase. This addresses the common problem of wondering whether published code actually implements what's claimed in the paper.
Other capabilities include:
- Experiment replication on local or cloud GPUs via modal/runpod
- Literature reviews showing consensus vs disagreements vs open questions
- Deep research mode with multi-agent parallel investigation
- Option to install just the research skills into Claude Code or Codex without the full terminal app
Technical Details
- One command installation
- MIT license
- Built on pi for the agent runtime
- Uses alphaxiv for paper search
- 2.3k stars on GitHub at time of source publication
- Launch tweet received 2,768 bookmarks from an account with 1,400 followers
The architecture specifically addresses hallucination issues common in AI research tools by dedicating an entire agent to catching incorrect citations before they reach the user.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Parallel Coding Agents with tmux and Markdown Specs
Manuel Schipper describes a system for running 4-8 parallel coding agents using tmux, Markdown files, bash aliases, and six slash commands. The setup uses Feature Design (FD) Markdown specs tracked through an 8-stage lifecycle.

Official Kotlin Support for VS Code Now in Alpha — Powered by IntelliJ's Language Server
JetBrains released the official Kotlin extension for VS Code in Alpha, backed by the Kotlin Language Server built on IntelliJ IDEA's code-insight infrastructure. Includes code completion, diagnostics, navigation, quick-fixes, formatting, and project import.

Speak with Claw: Open Source iOS Voice Interface for OpenClaw Telegram Bots
An open source iOS app that enables voice interaction with OpenClaw-powered Telegram bots. The app sends audio to a local Mac server for processing, with responses returned as both text and audio.

Sitefire Automates AI Search Optimization with Content Agents
Sitefire's platform monitors AI search results, analyzes which pages get cited, and uses content agents to draft improvements or create new pages that get pushed directly to clients' CMS. One client saw AI bot requests increase from ~200/day to ~570/day within ten days.