Skip to main content
AlphaXiv is Feynman’s primary academic paper platform. It provides access to a large corpus of research papers along with search, full-text reading, targeted Q&A, linked code repository inspection, and persistent annotations. The Researcher agent uses the alpha CLI for all paper operations during research workflows.

Authentication

AlphaXiv requires authentication. Set it up once during initial setup or at any time:
Check your authentication status:
Log out:
Authentication tokens are stored in ~/.feynman/auth/ and persist across sessions. No additional configuration is needed beyond logging in.
If you choose not to authenticate with AlphaXiv, Feynman falls back to web search for finding papers. This works for well-known work but misses citation metadata, discussion threads, and full-text access. For serious research workflows, AlphaXiv authentication is strongly recommended.

Commands

All paper operations use the alpha CLI via bash. The Feynman alpha-research skill teaches the agent to use these commands automatically.

Examples

How the Researcher agent uses AlphaXiv

The Researcher uses the alpha CLI as its primary tool for academic content. Its selection logic: For papers provided by arXiv ID, the Researcher fetches them directly with alpha get. For open-ended topics, it runs 2–4 varied alpha search queries simultaneously to map the landscape before narrowing. When citing papers from alpha-backed tools, Feynman prefers direct arXiv or AlphaXiv links and includes the arXiv ID in the reference.
Use alpha search --mode agentic when broad retrieval is needed and --mode keyword only for exact-term lookups. Semantic mode (the default) performs best for most research queries.