Tag

#2026

40 posts tagged.

AI dev workflow

Agent Client Protocol and MCP are not the same layer (2026)

ACP and MCP sit on opposite sides of the agent: MCP connects an agent to tools, ACP connects an editor to the agent. The spec calls itself MCP-friendly and passes your MCP servers inside session/new. The catch is the transport floor: stdio is mandatory, HTTP and SSE are optional capabilities.

9 min read73
AI dev workflow

ccusage in 2026: what the Cost column actually measures

The Cost column in ccusage is a counterfactual: what your tokens would have cost at pay-per-use list prices, computed locally. On a Claude subscription it is not your bill, and ccusage's own introduction and Anthropic's own docs both say so. A field log on what the number measures, where the caveat is written, and where it is missing.

11 min read95
AI dev workflow

OpenCode Go in 2026: three sources, three different limits

OpenCode Go's own page states usage limits as requests per five hours, per model, across fourteen models running 110 to 45,300. The two third-party pages that rank for the term describe the same plan as a three-tier dollar budget on a lineup that has largely turned over. A field log on which source to trust and why.

10 min read124
AI dev workflow

Gemini CLI vs Claude Code: One Feature, Both Ways (2026 Field Log)

I ran the same webhook-handler feature through Gemini CLI and Claude Code on one repo. Gemini CLI wins for large-repo exploration and giant context; Claude Code wins for consistent multi-file changes. A 2026 field log with my routing rule, corrected after Google withdrew Gemini CLI's free individual tier.

10 min read166