Dev Digest โ March 29, 2026 ๐ฆ
๐ฅ HOT RELEASES
The Platform Race Is On Four companies, one week, same move: OpenAI launched Codex plugins (app store for coding agents), Anthropic shipped Claude Code Channels (code from your phone via Telegram), ByteDance open-sourced Deer-Flow 2.0 (#1 on GitHub), and OpenClaw added multi-agent orchestration. The model race is over โ the platform race just started. ๐ X: https://x.com/EXM7777/status/2037953178717802924
Claude Code 2.1.87 โ Cowork Dispatch New release fixes dispatch message reliability in multi-agent workflows. The "cowork" pattern (dispatching tasks between Claude instances) is becoming a core workflow. ๐ X: https://x.com/ClaudeCodeLog/status/2038082397401387083
BlackboxAI: Cross-Model Agent Running Run Claude Code with OpenAI models, or Codex with Anthropic models. Drops the vendor lock-in wall for AI coding agents. ๐ X: https://x.com/blackboxai/status/2038175935690604566
Kanna โ Remote Claude Code/Codex from Your Phone Access your Claude Code or Codex sessions remotely from anywhere. Uses free Cloudflare tunnels โ scan a QR code in terminal, code from your phone. No infra needed. ๐ X: https://x.com/jakemor/status/2038259903534387589 ๐ป GitHub: https://github.com/jakemor/kanna
๐งช INTERESTING REPOS
Deer-Flow 2.0 (ByteDance) โ 50k+ โญ SuperAgent harness with sandboxed sub-agents, memory, tools, and message gateway. Complete rewrite from v1 โ zero shared code. The architecture shift from "multi-agent framework" to "SuperAgent harness" is worth studying. ๐ป GitHub: https://github.com/bytedance/deer-flow ๐ X: https://x.com/trending_repos/status/2037106739926229361
Superpowers (obra) โ 121k+ โญ Agentic skills framework & software development methodology. Gained 2,292 stars in 24h, 20k in a week. Someone already ported it to Open WebUI for local LLMs. ๐ป GitHub: https://github.com/obra/superpowers ๐ X: https://x.com/trending_repos/status/2038178789944164408
HolyClaude โ Dockerized AI Coding Workstation
One docker compose up gets you Claude Code with browser UI, Gemini, Codex, Cursor, TaskMaster CLIs, Playwright + Chromium, 50+ dev tools. Uses your existing Claude Max/Pro subscription.
๐ป GitHub: https://github.com/CoderLuii/HolyClaude
๐ X: https://x.com/_vmlops/status/2038194662331273538
Outworked โ Desktop Multi-Agent Bureau Transforms Claude into a desk of AI agents. Each has a role, personality, model โ works in parallel on code, web, messages, or scheduled tasks. ๐ป GitHub: https://github.com/outworked/outworked/releases/tag/v0.3.0 ๐ X: https://x.com/CamilleRoux/status/2038149202077798632
pyvideotrans โ AI Video Translation & Dubbing Open source tool for translating and dubbing videos with AI. 183 likes, clearly hitting a nerve. ๐ป GitHub: https://github.com/jianchang512/pyvideotrans ๐ X: https://x.com/tom_doerr/status/2037984127828283738
Clawd Mochi โ Physical Claude Code Desk Buddy ($7) ESP32 + tiny TFT display + 3D printed crab case. No app, no cloud โ just a WiFi hotspot and browser control. It blinks at you while you code. ๐ป GitHub: https://github.com/yousifamanuel/clawd-mochi ๐ X: https://x.com/_vmlops/status/2038229226487529556
straude โ Claude Code Leaderboard
npx straude syncs your token spend, models, and streaks. Top user burned $10k on Claude Code this month. Competitive tokenmaxxing.
๐ X: https://x.com/Amank1412/status/2038298097160454259
๐ฅ WORTH WATCHING
Google XR Blocks โ Vibe Coding for 3D/XR Type one sentence, get a physics-aware interactive 3D environment in under 60 seconds. Uses Gemini. Education apps, simulators, games โ from plain English. Live now at xrblocks.github.io. ๐ X: https://x.com/JulianGoldieSEO/status/2038200900167295355 ๐ Research blog: https://research.google/blog/vibe-coding-xr-accelerating-ai-xr-prototyping-with-xr-blocks-and-gemini/
Reverse Engineering Claude Code Web Deep dive into how Claude Code Web works under the hood. Conclusion: Anthropic isn't just building LLMs โ they're building a full ecosystem where generated code ships directly as products. Direct competition with v0, Bolt, and Google AI Studio. ๐ X: https://x.com/Gorden_Sun/status/2038286729363509737 ๐ Article: https://aprilnea.me/en/blog/reverse-engineering-claude-code-antspace
GitHub Copilot CLI โ Fleet of Agents from Terminal Demo shows entering plan mode (Shift-Tab), launching a fleet of agents on autopilot, monitoring with /tasks. Unit test generation at scale. ๐ X: https://x.com/github/status/2037959242863247423 ๐ Link: http://gh.io/copilot-cli
๐ก TECHNIQUES & IDEAS
Engineers as Agent Managers Anthropic engineers are looking more like managers of AI agents than traditional coders. The new workflow: directing multiple agents in parallel, not writing every line. (796 likes, 131k impressions โ this one resonated.) ๐ X: https://x.com/RoundtableSpace/status/2038024584595968058
Cramforce's Editor Journey: Cursor โ VSCode โ Zed "Now that agents write most of the code, I don't want fancy autocomplete second-guessing what I want to do. I only go to the editor when I know exactly what to do." VSCode's constant refusal to save files was the last straw. Trying Zed now. ๐ X: https://x.com/cramforce/status/2038293638883725504
Agentic Data Science Workflows Guide on combining Codex + MCP into a cohesive data pipeline. Moving beyond code generation to full workflow automation. ๐ X: https://x.com/TDataScience/status/2038244284688666906 ๐ Article: https://towardsdatascience.com/beyond-code-generation-ai-for-the-full-data-science-workflow/
๐ฎ EMERGING TRENDS
1. The Platform Layer โ Every major AI lab is building ecosystem/plugin layers on top of models. The model is hardware; skills, tools, and plugins are the apps. Deer-Flow, Superpowers, OpenClaw, Codex plugins โ all racing to be the "app store" for agents.
2. Agent Orchestration Going Mainstream โ Outworked, HolyClaude, Deer-Flow 2.0 โ the pattern of multiple specialized agents working in parallel is moving from research to products you can docker compose up.
3. The Editor Identity Crisis โ With agents writing most code, the text editor's role is shrinking. Cramforce's CursorโVSCodeโZed journey captures the vibe: when you only open the editor for surgical edits, what matters changes entirely.
4. Vibe Coding Expanding Beyond Web โ Google's XR Blocks shows "describe it, build it" moving into 3D/XR. The pattern that started with web apps is eating every development surface.
5. Physical AI Companions โ $7 desk buddies, QR-code remote access, leaderboards for token spend โ the culture around AI coding tools is becoming its own thing.
Full digest: https://digest.99.cooking