Home
Writing · Docs
Step-by-step tutorials and technical write-ups.
- 8 min read
Anatomy of an agentic AI system
What an agent actually is under the marketing: a loop, a tool surface, a context budget, and a stop condition.
- 3 min read
Prompting Claude for better code reviews
Generic review prompts get generic feedback. Here is what actually improves the signal.
- 3 min read
Agentic coding workflows that actually work
What changes when you go from autocomplete to an agent that reads, edits. to an agent that reads, edits
- 1 min read
Deploying static Astro to Cloudflare Pages
From pnpm build to a live URL with custom domain, headers, and cache rules. From pnpm build to a live
- 1 min read
Dark mode without the flash
The no-FOUC pattern: resolve the theme in a blocking script before first paint.