Docent: An AI Assistant for Paper Analysis Built with Claude Code

A developer has built Docent, an AI assistant that analyzes academic papers using Claude Code. The creator, who moved from software engineering to management, notes that AI coding tools lowered the re-entry barrier, enabling this development.
Key Details
The assistant performs three specific functions:
- Reads an uploaded paper and presents it to the user
- Answers questions about the paper
- Assesses the user's understanding or addresses knowledge gaps
The developer states this project is "beyond what I can develop alone" and wouldn't have attempted it without a coding assistant.
Technical Information
The project is available on GitHub under the MIT License. The repository is located at https://github.com/symbiont-ai/docent.
A live demo is hosted on Vercel at https://docent-wine.vercel.app/.
📖 Read the full source: r/ClaudeAI
👀 See Also

Snip: Open-source tool reduces Claude Code token usage with YAML filters
Snip is a Go-based tool that sits between Claude Code and the shell, filtering verbose command output through declarative YAML pipelines to reduce token usage by 60-90%. It includes 16 composable pipeline actions and works with multiple AI coding agents.

Lightpanda: Open-source headless browser for LLM agents with native MCP server and markdown output
Lightpanda is an open-source headless browser designed for LLM-powered agents that uses 16x less memory than Chrome (215MB vs 2GB) and completes web crawling benchmarks in 5 seconds instead of 47 seconds. It provides native markdown output, semantic tree with interactivity detection, and a built-in MCP server.

Lore: MCP Server That Shares AI Agent Session History Across Tools
Lore is an MCP server that indexes AI agent sessions into a local SQLite store, letting any agent—regardless of tool—access another's session history. Fresh client sessions, no shared context, yet agents can pull up past conversations on demand.

idea-reality-mcp: MCP server checks for existing tools before Claude writes code
A developer built an MCP server called idea-reality-mcp that scans GitHub repos, Hacker News discussions, npm packages, and PyPI before Claude writes any code, returning a 'reality signal' score from 0-100 indicating market competition.