Claude-Code
- Claude Code Platform: Tracking the Agentic Dev Platform Evolution
No material updates -- quiet Sunday for this topic.
- Claude Code Channels: The Away Problem, Solved
Claude Code Channels lets external systems push events into a running agent session -- CI results, monitoring alerts, Telegram messages. Claude reads the event and reacts, even when you've stepped away from the terminal. Here's the architecture and what it enables.
- Your LLM Writes Plausible Code. That's Not the Same as Correct Code.
LLMs optimise for plausibility, not correctness -- and the tests pass because the same model wrote both. Defining acceptance criteria before you generate code is the only reliable way out.
- Context Mode: Solving the Agent Context Wall
Every MCP tool call burns your context window from the output side -- 56 KB for a Playwright snapshot, 59 KB for 20 GitHub issues. Context Mode is an MCP server that compresses tool outputs 98% and tracks session state so agents survive compaction.