Adding llms.txt to Your Astro Blog
Make your Astro blog readable by AI agents. Three endpoints, ~150 lines of TypeScript, zero dependencies. Agents get clean markdown instead of scraping HTML.
Make your Astro blog readable by AI agents. Three endpoints, ~150 lines of TypeScript, zero dependencies. Agents get clean markdown instead of scraping HTML.
When code changes at the speed of thought, tests become less about verification and more about defining what should remain stable.
Agents start fresh every session. Instead of dumping docs upfront, build tools they can query. One take on agent-friendly tooling.
CLI exposes all 644 CDP methods. MCP exposes a curated subset. We benchmarked both for browser automation. Here's how they compared.
Teaching an agent to use CLI tools isn't about writing perfect documentation. It's about creating a feedback loop where the tool teaches, the agent learns, and reflection builds institutional knowledge.
One year after MCP's launch, Anthropic published a solution to context overhead: filesystem-based tool discovery. The pattern looked familiar.