Tracing Claude Code: Four Ways to See What Your Agent Is Doing
A survey of tools for tracing Claude Code - local log viewers, API interceptors, native OpenTelemetry, and eval platforms like Langfuse and Braintrust. The capture mechanism you pick decides what you can see, whether it scales to a team, and whether you can close an eval loop.
Read More
Tips to build good Agent Skills by Matt Pocock
These are notes taken from a talk by Matt Pocock, where he shares his philosophy in designing agent skills. Matt is the author of the popular agent skill repository mattpocock/skills(154k stars).
Read More
Wiki-Skills gaining traction, now with Google's OKF standard
Two months after Karpathy's LLM-wiki gist, there are 200+ implementations and a Google spec. Both vindicate the bet Wiki-Skills made — pure markdown, no database — and point to a handful of improvements now folded into the Wiki-Skills.
Read More
Web Browsing Tools for CLI Agents: Three Tiers on the Capability Axis
From WebFetch to Computer Use — the landscape of web tools available to CLI agents, the tradeoffs across speed, safety, and site coverage, and recommended combinations for common use cases.
Read More
Deep Dive into Claude Code Harness - Chapter 1: Memory Management
What makes the Claude Code harness best-in-class? Let's dive into its leaked source code to learn about the rigorous engineering within. Turns out, its memory management is remarkably similar to the wiki system described in my previous post.
Read More
Introducting Wiki-Skills: Agent Skill for Managing Markdown Vaults
Kaparthy shared a viral note about a building an LLM-managed 'personal wiki' - which I interpret as a specific instance of a locally stored markdown vault. Here, I present Wiki Skills - a set of agentic Skills that captures the process of creating, querying, and updating this knowledge vault.
Read More