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

Hyper iOS App: Voice Recorder with Real-Time Transcription and Action Extraction
Hyper is an iOS voice recorder app that transcribes conversations in real-time, provides summaries and action items, and allows mid-conversation queries via wakeword detection. It's designed for unstructured meetings like 1:1s, coffee chats, and standups.

LLM Circuit Finder: Duplicate 3 layers to boost reasoning without training
A new toolkit finds 'reasoning circuits' in transformer models - contiguous blocks of 3-4 layers that act as indivisible cognitive units. Duplicating these blocks (layers 12-14 in Devstral-24B) improves logical deduction from 0.22 to 0.76 on BBH benchmarks with no weight changes or training.
Usage4Claude 3.0.0: Open Source macOS Menu Bar Tracker for Claude and Codex
Usage4Claude 3.0.0 adds optional Codex support, built-in browser login for Claude, multi-account switching, and localized notifications.

iknowkungfu Skill Analyzes OpenClaw Usage to Recommend Missing Skills
iknowkungfu is a new OpenClaw skill that scans your agent's workspace, memory files, and conversation logs to identify what skills you're missing based on your actual usage patterns. It provides specific recommendations with trust scores and reasons tied to your workflow.