Research note
Hello, world
Why I built this site and how it’s organized.
1 minute read
Show series parts
- Part 1Start Here: Hello, World
A quick hello and why this series exists.
1 min - Part 2From LLM to Agent: Designing Executable Intelligence
How to wrap models with memory, tools, and safeguards.
5 min - Part 3RAG That Actually Works: A Practical, Scientific Guide
Retrieval patterns that keep agents grounded.
5 min - Part 4Field Notes: Six 2025 Ideas That Changed How I Build RAG & Agents
Six research directions and experiments for building stronger RAG and agent systems.
6 min
Welcome to my personal site. It’s built with Next.js, Tailwind, and MDX — statically exported so it runs great on GitHub Pages.
What you’ll findCopy link to section
I use this space to document things I learn, ship project write-ups, and collect references that help me understand the world a little better.
ProjectsCopy link to section
Deep dives on my builds, with architecture diagrams, lessons learned, and plenty of code.
NotesCopy link to section
Lightweight posts for experiments, quick wins, and anything I don’t want to forget.
export function greet(name: string) {
return `Hello, ${name}!`
}Write in MDX with components, code blocks, and clean typography.