No description
| Rating | Summary | |
|---|---|---|
| Quality | excellent (20/24) | Polished, actively maintained CLI with strong adoption (7K+ stars, 898 forks), comprehensive documentation, and clean TypeScript engineering — held back only by a missing CI badge and an empty GitHub description. |
| PAI Relevance | integrate (0.63) | Fills a real gap in PAI's research toolchain (experiment replication, paper auditing, GPU compute) and its TypeScript CLI with a skills-only install path is structurally drop-in compatible with PAI's skill model. |
20/24 — actively-maintained / adequately-documented / high-discipline
Failed:
npm test and npm run typecheck commands but no automated CI pipeline is documented.Passed:
Failed:
Passed:
feynman "what do we know about scaling laws" with inline explanations of what happens).Failed:
Passed:
@clack/prompts, @companion-ai/alpha-hub, @mariozechner/pi-ai, @mariozechner/pi-coding-agent, @sinclair/typebox, dotenv), well under 15 for a CLI tool.node --import tsx --test --test-concurrency=1 tests/*.test.ts; typecheck script also present confirming active type discipline.| Dimension | Score | Assessment |
|---|---|---|
| Harvest Value | 1 | The role-segmented multi-agent dispatch (Researcher/Reviewer/Writer/Verifier with automatic routing) and the skills-only install pattern (--repo flag writing into .agents/skills/feynman) are design patterns worth studying for PAI's Agents and Delegation subsystems; PAI's Research skill covers web investigation but lacks this structured role decomposition and per-agent verification pass. |
| Integration Readiness | 2 | Pure TypeScript MIT CLI, Bun-compatible; the skills-only installer drops directly into .agents/skills/feynman with Feynman's skill/prompt/extension tree — PAI's skill model is structurally identical to what Feynman targets with its Pi-based skill packaging, making selective skill adoption feasible without the full terminal bundle. |
| Overlap Risk | 1 | Partial overlap with PAI's Research skill (web investigation + vault) and ArXiv skill (academic paper search); Feynman's experiment replication pipeline, paper-vs-codebase auditing, peer review simulation, and GPU compute integrations (Modal, RunPod) are absent from PAI's Capability Manifest. |
| Gap Fill | 1 | Addresses limited-coverage areas in PAI — ML experiment replication, paper auditing against public codebases, simulated peer review with severity grading — though PAI's Research and ArXiv skills already cover the core research-and-retrieval workflow. |
Composite: 0.63
Capture-to-Knowledge Pipeline, manual validation stage: Run feynman review <arxiv-url> as the structured-extraction step on each paper entering the pipeline, replacing the current manual Haiku validation pass — Feynman's Reviewer sub-agent outputs a brief with explicit claims, methods, limitations, and reproducibility notes, turning a bottleneck that requires human review time into a single CLI invocation with consistent output schema.
PAI agent setup, Claude skill directory: Run Feynman's skills-only install to drop feynman-search, feynman-review, and feynman-brief directly into the Claude skill directory — Claude agents operating inside existing task loops can invoke paper search and literature review as native skills without spawning a separate session or losing task context, making research lookups a first-class capability rather than a context switch.
fab recommender, research-domain content: Pipe feynman brief <topic> output into fab as the content argument when the intent is pattern selection for research-adjacent material — the structured brief format (problem statement, methods, findings, limitations) gives fab a richer, more semantically consistent input signal than raw paper text or unstructured notes, improving pattern match quality for the research and analysis end of the content spectrum.
Category: AI Research & Papers
In this category: karpathy--autoresearch (decent, 14/24, watch) — the only prior occupant; feynman is the first repo formally assigned this category_id in this appraisal run per crowding metadata, but karpathy/autoresearch appears in the rolling summary under the same category.
Standing: Feynman significantly outclasses karpathy/autoresearch on every dimension — quality (20 vs 14), maintenance cadence (58 versioned releases vs no releases), feature breadth (full multi-agent pipeline vs single training-loop prototype), and adoption (7K+ stars vs early-stage); the two repos share the autonomous-research-agent idea but are not comparable in scope or maturity.
Density: 8/10 — Available: full README (8KB), complete package.json with dependency manifest, GitHub metadata (stars, forks, issues, dates, license, release history). Missing: source code structure, CI configuration files (.github/workflows/), test suite content and coverage, CONTRIBUTING.md body.
curl | bash -s -- --repo → .agents/skills/feynman) mirrors PAI's skill directory structure precisely, making selective skill adoption a low-friction integration option that bypasses the full terminal runtime.overrides block in package.json (patching hono, express, path-to-regexp, protobufjs, etc.) signals proactive supply-chain hygiene, which is a positive engineering signal beyond what the probe rubric captures.