Tag: build-log
All the articles with the tag "build-log".
-
1Password Is Infrastructure, Not a Password Manager
1Password just announced credential infrastructure for AI agents. The pattern already works today — personal account, existing CLI, GitHub Actions pulling exactly the credentials each workflow needs from a vault scoped to its purpose. Here's what that looks like and why it matters.
-
The Builder Stack Nobody Told You 1Password Covers
1Password gets described as a password manager. It also replaces SSH key files, GPG for git signing, .env files, AWS credential storage, and scattered Secrets Manager entries — all from one vault, all behind a single biometric prompt.
-
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.
-
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.