Skip to content

Work

Projects

Tools and systems I have shipped. Most focus on AI that works in production, not just in demos.

Featured

active2024 - Present

PMCGrab

Extracts full-text from PubMed Central papers. Outputs structured JSON with sections, tables, figures, references. Built for RAG pipelines and training data.

PythonNLPRAGData Processing
Learn more

Other projects

active2024 - Present

This Website

Personal site and blog. Next.js, Tailwind, MDX. Source code is public.

Next.jsTypeScriptTailwind CSSMDX
Learn more
active2025 - Present

AI Research Assistant

Reads papers, extracts findings, drafts literature reviews. The value is retrieval quality, not generation. Built with LangChain and vector search.

LangChainOpenAIVector DBPython