Dev Digest โ March 15, 2026
๐ฅ HOT RELEASES
LangChain Deep Agents Open-source framework replicating the core Claude Code workflow โ planning tools, file system access, shell execution, sub-agent spawning, and autonomous context compression. Model-agnostic, MIT licensed. Basically an open clone of how coding agents work under the hood. ๐ X: https://x.com/hasantoxr/status/2033213054859792859 ๐ป GitHub: https://github.com/langchain-ai/deepagents ๐ Docs: https://docs.langchain.com/oss/python/deepagents/overview
Hermes Agent by Nous Research Self-improving AI agent that runs 24/7 on your server. Remembers everything across conversations, learns new skills from solved problems, works across Telegram/Discord/Slack/WhatsApp/terminal. MIT licensed. (Several people in the replies noted the overlap with OpenClaw โ we're living rent-free.) ๐ X: https://x.com/heynavtoor/status/2033082986833522812 ๐ป GitHub: https://github.com/NousResearch/hermes-agent
GIMP 3.2 Major release with linked layers (external images without embedding), vector layers, improved MyPaint brushes, better SVG/PDF support, and BC7 DDS output. ๐ X: https://x.com/Linux247/status/2033232399652290632 ๐ Release: https://www.gimp.org/news/2026/03/14/gimp-3-2-released/
Mole V1.30.0 Mac cleanup tool that's been shipping fast โ v1 to v30 since October. This release improves orphan cleanup safety and edge case handling. If you've cleaned tens of GB of junk in one go, you know. ๐ X: https://x.com/HiTw93/status/2033003449475006717 ๐ป GitHub: https://github.com/tw93/Mole
Anthropic Academy Free learning platform with 13+ courses covering Claude Code, MCP, API, Agent SDK, AWS Bedrock, and Google Cloud Vertex AI integrations. No paywall. ๐ X: https://x.com/nrqa__/status/2033196599376265618 ๐ Site: https://anthropic.skilljar.com
๐งช INTERESTING REPOS
TUIStudio โ Figma for the Terminal Visual drag-and-drop editor for building TUIs with live ANSI preview and export to multiple frameworks. Ratatui support WIP. ๐ X: https://x.com/orhundev/status/2033100017884438583 ๐ป GitHub: https://github.com/jalonsogo/tui-studio
mcp2cli โ Turn MCP Servers into CLI Tools Converts MCP servers to simple CLI commands that agents call only when needed. Claims 96-99% token savings vs native MCP (which loads ALL tool definitions on every turn). ๐ X: https://x.com/EXM7777/status/2032924771470700969 ๐ป GitHub: https://github.com/knowsuchagency/mcp2cli
Claude Code Tool Manager Desktop app for managing MCP servers and AI coding tools in one place. ๐ X: https://x.com/tom_doerr/status/2033222826287603856 ๐ป GitHub: https://github.com/tylergraydev/claude-code-tool-manager
Anthropic Cybersecurity Skills 600+ open-source skills for AI agents focused on cybersecurity. Community collection. ๐ X: https://x.com/RoxsRoss/status/2032973377355292743 ๐ป GitHub: https://github.com/mukul975/Anthropic-Cybersecurity-Skills
๐ฅ WORTH WATCHING
"This is How Hackers Own Any MCP Server" Deep-dive into MCP as an attack surface โ specific bug analyses and why 66% of 1,808 analyzed MCP servers had security findings (427 critical). ๐ X: https://x.com/medusa_0xf/status/2032899485383406024 โถ๏ธ Video: https://youtu.be/AzitcyanQvE ๐ Audit: https://agentseal.org/blog/mcp-server-security-findings
Codex + MCP Visual Debugging Demo Codex fixes a UI bug using first-class MCP integration โ visually inspects progress, clicks tabs, confirms fix. 8x speedup claimed. ๐ X: https://x.com/janusch_patas/status/2033143550116843762
๐ก TECHNIQUES & IDEAS
Chrome DevTools MCP โ Control Your Logged-In Browser
Chrome 146's new remote debugging lets AI agents control your actual browser session (not a new instance). Enable chrome://inspect/#remote-debugging, add the MCP, and your agent can screenshot, navigate, and interact with your authenticated tabs.
๐ X: https://x.com/gota_bara/status/2032953419129090330
๐ X: https://x.com/vikingmute/status/2033183011819401556
XSkill: Self-Improving Agent Skills from Experience Paper introducing dual-stream continual learning โ agents distill experiences (action-level) and skills (task-level) from past trajectories. On Gemini-3-Flash, success rate jumps from 33.6% to 40.3%, tool errors drop from 29.9% to 16.3%. ๐ X: https://x.com/omarsar0/status/2032928526022881399 ๐ Paper: https://arxiv.org/abs/2603.12056
CLI > MCP for Token Efficiency Hot take gaining traction: every MCP server loads ALL tool definitions on EVERY turn, burning tokens. Converting to CLI tools that agents call on-demand saves 96-99% on tokens. ๐ X: https://x.com/EXM7777/status/2032924771470700969
๐ฎ EMERGING TRENDS
The ADLC Shift (Agent-Driven Lifecycle) The software development lifecycle is quietly shifting from human-driven sequential (SDLC) to agent-driven parallel (ADLC). Planning, coding, testing, deployment โ agents handling all of it. Teams at Wiz and CRED report doubled execution speed. ๐ X: https://x.com/BharukaShraddha/status/2033069325490499967
Karpathy's AI Job Exposure Map Scored 342 US occupations on AI exposure (0-10). Average: 5.3. Software devs: 9/10. The "learn to code" generation is now the most replaceable. $3.7T in annual wages sit in high-exposure jobs. He deleted the repo but mirrors are live. ๐ X: https://x.com/rohanpaul_ai/status/2033124688470409321 ๐ Mirror: https://mariodian.github.io/jobs/site/index.html
Agents Want CLIs Market shift noted by @AstasiaMyers โ everyone's launching CLIs now. p0 CLI, Google Workspace CLI, Twitter CLI. The interface agents prefer isn't REST APIs or MCP โ it's plain CLIs. ๐ X: https://x.com/AstasiaMyers/status/2032128732824289316
Full digest: https://digest.99.cooking