Tag · 5 posts
claude-code
Posts about the Claude Code CLI, the patterns and workflows around it, and things that broke along the way.
- Adversarial Subagent Teams: A Retrospective71 invocations of the adversarial-subagent-team pattern in Claude Code and Cowork, verified against the cited PRs, commits, and arXiv references. Across six headline claims: three confirmed clean, one confirmed with caveats, one rejected on falsification, one not supported by the data.agentscowork
- Two Patterns That Changed How I Think About Multi-Agent SystemsAnthropic's latest harness research reveals two underappreciated patterns: why agents can't evaluate their own work (and what to do about it), and why you should be actively removing complexity from your agent harnesses as models improve.agents
- Everything Broke at Once: Triaging Claude Desktop After a Week of OutagesFixing three Claude Desktop failures on Windows: 'VM service not running' in Cowork, Google Drive connector returning empty results, and persistent 'This isn't working right now' errors -- with PowerShell diagnostics, log analysis, and root causes.bug-fix
- How to Build Multi-Agent Systems with Claude CodeSubagents, skills, CLAUDE.md orchestration, headless execution, and state management patterns for Claude Code multi-agent systems. 50 claims verified against official Anthropic docs.agents
- How I Actually Build Software with Claude CodeAfter 1,500+ commits of AI-paired development, my workflow has narrowed to three tools with distinct roles. Here's what stuck, what didn't, and a real example of GPT catching a security bug in a PR.meta