Skip to main content

Reading

Books, research papers, and working notes that shape my thinking on AI engineering, research, and building.

Currently Reading

Designing Machine Learning Systems

by Chip Huyen

Essential read on production ML systems design and MLOps.

Building LLM Applications for Production

Practical guide to deploying LLMs at scale with reliability and monitoring.

Papers I Keep Returning To

Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks

Lewis et al., 2020
Read Paper →

GraphRAG: Unlocking LLM Discovery on Narrative Private Data

Edge et al., 2024
Read Paper →

Toolformer: Language Models Can Teach Themselves to Use Tools

Schick et al., 2023
Read Paper →

ReAct: Synergizing Reasoning and Acting in Language Models

Yao et al., 2022
Read Paper →

Research Notes

Agentic Architectures & Tool Use

Notes on multi-agent coordination patterns, tool definition schemas, and production deployment patterns for agentic systems.

Healthcare AI Evaluation

Working notes on evaluation methodology for clinical AI systems — beyond accuracy to include safety, fairness, and clinician trust.

Knowledge Graph Construction

Collection of papers, experiments, and code for knowledge graph construction from unstructured domain-specific text.