Tag: build-log
All the articles with the tag "build-log".
-
Building the MCP Proxy: What Broke and What I Changed
The proxy pattern from part two, built and debugged. Two things broke: a missing dependency that crashed startup silently, and a response format that made the model do unnecessary work.
-
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.
-
How This Site Is Built
The stack behind artificialcuriositylabs.ai: Astro on S3 + CloudFront, DNS on Cloudflare, email forwarding via SES, and an AI-readable content layer. Every decision explained.
-
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.