Tag: build-log
All the articles with the tag "build-log".
-
The MCP Proxy, Running
Part four of the MCP series. The proxy from part three is running in production. Here's what it actually looks like.
-
llms.txt — Making Your Site Navigable by Agents
HTML was designed for browsers. llms.txt is the interface layer that makes your site a first-class citizen in agent workflows — discoverable, consumable, and citable in a single request.
-
Anti-Patterns Are the Fingerprint
Writing samples teach the agent what you sound like. The never_say list teaches it what you'd never say. The second is more distinctive than the first.
-
What the Engram Builder Gives You — And What You Have to Add
The tool extracts a voice profile from your messages in one session. That's the easy part. Here's what's missing and how I extended it.
-
Voice Is a Layer, Not a Setting
Every writing skill that embeds its own voice definition will drift. The fix is separating mode, voice, format, and publish into four independent layers.
-
From Failure Mode to Skill Chain
When an agent leaked a Slack channel ID by bypassing the scrub-and-publish skill, the fix wasn't a memory — it was wiring three skills together so the chain self-enforces.
-
Your Agent's Behavior Is Code — Start Versioning It
AI agent behavior committed to a repo travels with the codebase — reviewable, diffable, available to every contributor on first checkout. Treating skills as code artifacts converts ad hoc agent use into an institutionalized team process.