What are you doing this week?
A developer conducted three toy projects with different AI usage rules: hand-building a WASM language, having AI write a Prolog implementation in WAT assembly, and having AI reimplement a PalmPilot ap…
A developer conducted three toy projects with different AI usage rules: hand-building a WASM language, having AI write a Prolog implementation in WAT assembly, and having AI reimplement a PalmPilot ap…
A developer forked the Zed code editor to add three missing features: a pane lock to prevent AI agent panels from being overwritten, a custom keybinding for import completions, and a native Claude Cod…
Developer ArthurDEV44 released Paneflow, an open-source native GPUI workspace for running multiple coding agents in parallel terminal panes. Built in Rust on Zed's GPUI framework, the tool supports Cl…
PromptOT launched a prompt management platform that replaces monolithic system prompts with typed, independently versioned blocks. The platform, born from a costly production bug caused by a hardcoded…
PMB is a new open-source tool that gives AI coding agents persistent local memory via SQLite, enabling sub-millisecond recall across Claude Code, Cursor, Codex, and Zed without cloud dependencies.…
A new open-source meta-skill called 'self-learning' enables AI coding agents like Claude Code and Cursor to automatically capture and persist reusable workflows, commands, and project knowledge across…
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…