AI & Agents
A domain that collects notes on development with AI and LLMs. You will find timely posts on the blog as well.
Start with the Claude Code Harness Engineering Guide. It follows a single command through its execution to show how skills, rules, memory, hooks, and MCP fit together. Once the mechanics are clear, Rebuilt with Faceted Prompting covers what running that at a scale of dozens of files looks like.
| Guide | What it covers | Who it's for |
|---|---|---|
| Claude Code Harness Engineering Guide | How skills, rules, memory, hooks, and MCP work together, followed through one run of a debug command | Beginners. Assumes you have used Claude Code, but no background in AI agents or LLMs |
| Rebuilt with Faceted Prompting | The design, growth discipline, and iteration cycle built around separating five concerns | For anyone running Claude Code day to day, or about to start. Concepts are introduced as they come up |
Topics planned for the future
- Working with LLMs — prompt design, API integration
- RAG — retrieval-augmented generation, vector search