Skip to main content
luke@terminal:/$ ls
luke@terminal:/tags$ grep -l "AI" posts/*.md
[AI]3 posts

Anthropic, Open Source, and Why I Cancelled My Subscription

2026-04-03 5 min read
luke@terminal:/tags$ cat anthropic-open-source-walled-garden-clawdbot-opencode.md

Anthropic contributed MCP to the world while locking down Claude subscription access and sending legal letters to open source projects. I use one of the tools they targeted.

I Broke My Blog Review System Trying to Beat Session Limits

2026-01-04 2026-03-30 7 min read
luke@terminal:/tags$ cat premature-optimization-multi-agent-prompts.md

I broke my entire blog review system trying to reduce prompt overhead so I could fit more messages into Claude's session limits. My 'optimization' saved 1,100 tokens but cost me 5 hours of debugging. Here's what I learned about premature optimization in multi-agent systems.