Skip to content

Archives

All the articles I've archived.

2026 44
May 20
  • Failure Modes Are the Fingerprint

    Anti-patterns are more valuable than patterns. The space of things that work is large. The space of things that fail in your specific context is small and worth encoding.

  • The Enterprise MCP Pattern: Proxy, Aggregate, Host

    There are 58 public MCP servers in the awslabs catalog covering cloud infrastructure, databases, AI/ML, and ops tooling. Here's the enterprise pattern: proxy them locally, then host the proxy behind a gateway so every developer in your org gets them without setup.

  • The Website Is Not the Product

    AI crawlers are extracting content at 60,000 pages per visitor sent back. The website is becoming a fallback UI. The real distribution layer is structured, machine-readable context — and nobody is building for it yet.

  • The Meta-Tool Pattern: Teaching Your Agent to Discover Its Own Tools

    The MCP token tax has a fix. The solution isn't fewer tools — it's a smarter way to load them. Here's the pattern.

  • 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 Token Tax

    MCP won the read path. The token tax is what happened next. And the write path still doesn't have an answer.

  • 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.

  • Memories Fade. Skills Persist.

    When an agent makes a mistake, you have two choices: write it down or encode it. One survives the next session. One doesn't.

  • The Name Is the First Lesson

    When you name a skill thesis-generator, you've already decided the user is a consumer not a practitioner. The name is the first design decision.

  • The Person Is the Constant

    Voice mode is not who you are — it's the context you're in. What breaks multi-mode agents is conflating identity with register.

  • Your Agent Needs Six Voices, Not One

    A single system prompt persona doesn't scale. When agents run at speed across contexts, voice consistency requires something more durable.

  • Two AI interfaces. Same desktop. Completely different jobs.

    Running two AI tools built on the same model — one for co-piloting, one for delegating. A non-developer's frame for splitting knowledge work by workflow mode.

  • AI Collapsed the Startup Advantage. Enterprises Just Haven't Noticed Yet.

    The startup playbook depended on code being expensive. AI made code cheap. What's expensive now — data, distribution, domain expertise — is what enterprises already own.

  • AI Didn't Reduce My Work. It Expanded What Work Means.

    Everyone I talk to who works natively with AI says the same thing: more hours, more exhausted, more engaged than ever. The paradox is real — and there's a specific mechanism driving it that most productivity research misses.

  • Four Things That Can't Be Delegated

    After weeks of delegating nearly everything to AI agents, I found exactly four things that genuinely can't be handed off — not shouldn't, can't.

  • Build vs. Buy for AI Knowledge Infrastructure: Capability First, Cost Second

    SaaS platforms auto-generate MCP servers. But auto-generated MCP does text search. If your use case requires metadata-filtered retrieval, you're comparing different architectures — not different feature sets. Capability first, cost second.

  • Docs-as-Code Is Now the Standard for Knowledge Distribution

    Engineering teams have used docs-as-code for a decade. In 2025, AI closed both the write path and the read path — contribution friction dropped to zero, and MCP plus llms.txt made knowledge retrievable at the point of work. For the first time, GTM and knowledge teams can match engineering velocity for maintaining artifacts. Docs-as-code is no longer an engineering practice. It's the de facto standard.

  • 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.

  • ACP Is the Bridge Between Knowledge Work and Build Work

    Knowledge agents and coding agents are powerful in isolation but can't talk to each other. The Agent Client Protocol (ACP) is the open standard that connects them — turning your orchestrator into a team lead that delegates build tasks without breaking flow.

  • Methodology Is Infrastructure

    Every AI session starts fresh. If your methodology lives only in your head, it resets too. The fix is treating it like code.

April 20
March 4