Adieu, Claude
Developer Simon Willison replaced Anthropic's Claude Code with OpenCode after losing trust in Anthropic due to the Fable 5 silent downgrade controversy and export-control issues. He cites open standar…
Developer Simon Willison replaced Anthropic's Claude Code with OpenCode after losing trust in Anthropic due to the Fable 5 silent downgrade controversy and export-control issues. He cites open standar…
Nanocoder v1.28.0 introduces an Agent Client Protocol server enabling native integration with editors like Zed, consolidates its built-in tool surface from 33 to 19 tools with automatic profile select…
A developer building a native desktop editor for fiction writers embedded a full MCP server inside the application binary to enable AI agents to drive the app programmatically, solving the problem of …
Crespo, a new open-source tool, uses Tree-sitter AST parsing to extract structural blueprints from codebases, reducing token usage by up to 89% while preserving architectural understanding for LLMs. T…
Cloak, a new open-source tool, lets AI agents use API keys without exposing them to the model by storing keys in an encrypted local vault and proxying requests. The tool, available for macOS and Linux…
DeusData released codebase-memory-mcp, an open-source MCP server that indexes codebases into a persistent knowledge graph, enabling AI coding agents to answer structural queries in under a millisecond…
A developer argues that no good orchestration system exists for AI agents, noting that most current solutions are superficial and that practitioners resort to primitive split-terminal setups. The auth…
A developer describes shifting from Claude to local LLMs like Qwen 3.6 35A-3b to preserve engineering struggle and discipline, arguing that frontier models remove both friction and struggle while loca…
Zed 1.8.0 shipped June 17 with a custom command context menu on the git graph, cleaner worktree-thread integration, a fast mode toggle for Anthropic and OpenAI models, and a setting to enforce team co…
A developer has released SvGrid, a native data grid for Svelte 5 that is MIT-licensed and available on npm as @svgrid/grid. The grid features fine-grained reactivity using Svelte 5 runes, supports vir…
Cursor, GitLab, and Zed agree that GitHub is breaking but disagree on how to rebuild it, highlighting a growing divide in developer tooling approaches. The debate centers on the future of code collabo…
Zed 1.7.2, released June 17, introduces automatic context compaction for AI agent sessions, which summarizes earlier conversation when the context window reaches 90% capacity to prevent performance de…
Anthropic paused a planned billing overhaul for its Claude Agent SDK on June 15, 2026, after developer backlash over proposed tiered credits that would have replaced subscription-based usage. The reve…
DeusData released Code Intelligence MCP Server, a code intelligence engine that indexes repositories in milliseconds and the Linux kernel in 3 minutes, providing structural queries in under 1ms via a …
Vlk, a native MCP server, provides persistent working memory for IDE coding agents by exposing a single tool, vlk_time_travel, that prunes dead memory slots from SQLite and injects learned lessons. Th…
A growth marketer at a small agency shipped Myco Brain, an open-source memory layer for AI agents, in three months by directing AI coding agents. The self-hosted system runs on Postgres, uses determin…
Anthropic paused a planned billing change for its Claude Agent SDK that would have shifted developers from subscription-based pricing to pay-per-token API rates, after heavy users warned of massive co…
Anthropic paused a planned billing change for its Claude Agent SDK on June 15, which would have separated programmatic usage from subscription pools and charged API rates. The change would have ended …
In the ten days following its 1.0 release on April 29, the Zed editor team shipped four stable releases, launched a paid Business plan, and released a new edit-prediction model with 67% fewer output t…
SvGrid, a new Svelte 5 data grid with a headless core and an MCP server, has been released under the MIT License. It offers sorting, filtering, grouping, virtualization, inline editing, and server-sid…