Skip to main content

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.

GuideWhat it coversWho it's for
Claude Code Harness Engineering GuideHow skills, rules, memory, hooks, and MCP work together, followed through one run of a debug commandBeginners. Assumes you have used Claude Code, but no background in AI agents or LLMs
Rebuilt with Faceted PromptingThe design, growth discipline, and iteration cycle built around separating five concernsFor 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