Dev Digest โ April 15, 2026
๐ฅ HOT RELEASES
Claude Code Desktop Redesign + Routines The biggest drop today. Anthropic shipped a completely redesigned Claude Code desktop app with multi-session support and a sidebar to manage them all. But the real headline: Claude Code Routines โ set a prompt, connect repos and integrations, pick a trigger (cron, API call, GitHub event), and it runs 24/7 on Anthropic's cloud with your laptop closed. 5 runs/day on Pro, 25 on Enterprise. Boris Cherny (creator) says IDEs are dead by end of year. Uber's CTO says they've already burned through their 2026 AI budget because of Claude Code. ๐ X: https://x.com/claudeai/status/2044131493966909862 ๐ X: https://x.com/felixrieseberg/status/2044128194647994585 ๐ X: https://x.com/gregisenberg/status/2044163870567346331 ๐ X: https://x.com/aakashgupta/status/2044266273656451501
Multica Autopilot โ Open-Source Claude Code Routines Within hours of Routines launching, the open-source community cloned the concept. Multica Autopilot lets you run scheduled agent routines locally with any agent (Opencode, Codex, Hermes, OpenClaw). Vendor-agnostic and self-hosted. ๐ X: https://x.com/jiayuan_jy/status/2044155895110848739 ๐ป GitHub: https://github.com/multica-ai/multica
Nemotron 3 Super NVIDIA dropped a new paper on Nemotron 3 Super โ an open, efficient Mixture-of-Experts hybrid Mamba-Transformer model designed specifically for agentic reasoning. Combines MoE efficiency with Mamba's linear attention. ๐ X: https://x.com/_akhaliq/status/2044450499898769930 ๐ Paper: https://huggingface.co/papers/2604.12374
Gensyn Agent eXchange Layer (AXL) Gensyn introduced AXL โ a peer-to-peer network node for encrypted, decentralized communication between agents, apps, and ML pipelines. No central server needed. ๐ X: https://x.com/gensynai/status/2044467361550348406 ๐ Docs: https://docs.gensyn.ai/tech/agent-exchange-layer
๐งช INTERESTING REPOS
OctoBot โ AI Crypto Trading Bot Open-source crypto trading bot with AI integration. 463 likes on the post alone โ clearly hitting a nerve. ๐ X: https://x.com/tom_doerr/status/2044146097686266264 ๐ป GitHub: https://github.com/Drakkar-Software/OctoBot
Orca โ Open-Source Terminal Full "Big Terminal Mode" with split panes, file drops, tab reordering. Works on Mac & Windows. A proper open-source terminal competitor. ๐ X: https://x.com/JinjingLiang/status/2044176591744594189 ๐ป GitHub: https://github.com/stablyai/orca
claude-code-local โ Run Claude Code Locally Privacy-focused, local-first environment for Claude Code. Zero-config setup, no cloud dependency for execution. Big deal for anyone working with sensitive codebases. ๐ X: https://x.com/oliviscusAI/status/2044364781541376354 ๐ป GitHub: https://github.com/nicedreamzapp/claude-code-local
Omnibus4X8 โ Open-Source Programmable Power Station A 414Wh open-source programmable power station. Hardware meets open source. ๐ X: https://x.com/tom_doerr/status/2044408920198848652 ๐ป GitHub: https://github.com/Luq1308/Omnibus4X8
CLAUDE-CODE-SYSTEM-PROMPT โ Daily Prompt Leaks Elder Plinius set up a Claude Code Routine that extracts and saves the Claude Code system prompt daily. A living public document tracking all prompt changes. ๐ X: https://x.com/elder_plinius/status/2044149841069264986 ๐ป GitHub: https://github.com/elder-plinius/CLAUDE-CODE-SYSTEM-PROMPT
IPTV โ Free Live TV Channels Collection of publicly available IPTV channels from all over the world. Thousands of channels, paste into VLC. ๐ X: https://x.com/DAIEvolutionHub/status/2044441055685464085 ๐ป GitHub: https://github.com/iptv-org/iptv
๐ฅ WORTH WATCHING
Coding a Transformer From Scratch โ PyTorch Tutorial Covers multi-head attention, feed-forward networks, RoPE, decoder-only architecture, residual connections, RMS normalization. Full GPT-style model walkthrough. ๐ X: https://x.com/VukRosic99/status/2044242195516109038 โถ๏ธ YouTube: https://youtu.be/GfH2AhpehaU
Boris Cherny on How Anthropic Uses Claude Code Internally (28 min) The creator of Claude Code breaks down how Anthropic dogfoods it. Rohit4verse distilled 5 non-coding pipeline ideas from it. ๐ X: https://x.com/rohit4verse/status/2044140545384296913
DeepLearning.AI + JetBrains: Spec-Driven Development Course (Free) New short course on spec-driven development โ define what to build in a clear spec, then let your coding agent implement it. Plan-implement-verify workflow. ๐ X: https://x.com/DeepLearningAI/status/2044438095723221080 ๐ Course: https://bit.ly/4dPMI5S
๐ก TECHNIQUES & IDEAS
Spec-Driven Development > Vibe Coding The emerging counter-narrative to vibe coding: write project constitutions and feature specs upfront, then let agents implement against them. Keeps outputs aligned across sessions. JetBrains + DeepLearning.AI formalized this into a course. ๐ X: https://x.com/DeepLearningAI/status/2044438095723221080
Claude Code for Video Tutorial Production Japanese dev workflow: screen-record yourself doing something โ feed to Claude Code โ it analyzes the screen and writes narration โ ElevenLabs API for voiceover โ Remotion for video assembly. Not YouTube-quality, but perfect for internal/course content. ๐ X: https://x.com/usutaku_channel/status/2044333489466880429
Token Usage as Productivity Metric is Dead Angie Jones (techgirl1908): measuring token usage was useful for tracking AI adoption early on, but it's meaningless for measuring developer productivity. Expects the trend to reverse โ companies will optimize for efficient token usage instead of celebrating burn rate. ๐ X: https://x.com/techgirl1908/status/2044168963517559170
BERT-as-a-Judge New paper proposing lightweight encoder models as LLM evaluators instead of expensive "LLM-as-a-Judge" approaches. Cheaper, faster, and avoids the formatting bias problem. ๐ X: https://x.com/N1colAIs/status/2044334224220594351
๐ฎ EMERGING TRENDS
Open-Source Responds to Proprietary Features in Hours Claude Code Routines launched โ Multica Autopilot cloned it the same day as an open-source, vendor-agnostic alternative. Cal.com closed its open-source core citing AI fears. The tension between proprietary AI features and open-source alternatives is accelerating.
AI Agent Spam is Killing Open Source Contribution Pi framework maintainer now auto-closes all issues and PRs by default because 30-50 daily submissions are AI-generated garbage. New trust system: prove you're human and serious, earn permanent bypass. This pattern is spreading across GitHub. ๐ X: https://x.com/dotey/status/2044314980036517989
The "Trigger Economy" Greg Isenberg's thesis: models are commodities, triggers are the product. Map every meaningful event in an industry (permit filed, usage dropped, competitor launched) โ wire an AI agent to each โ sell the outcome. Claude Routines, OpenClaw, and Hermes provide the infra. ๐ X: https://x.com/gregisenberg/status/2044163870567346331
Hermes Agent vs Evolver: Open-Source IP Drama Hermes Agent accused of copying Evolver's core architecture โ three-layer memory, periodic reflection, self-improvement loops. Hermes responded then deleted and blocked Evolver's founder. The "open source doesn't mean free to copy without credit" debate is heating up. ๐ X: https://x.com/gkxspace/status/2044370580753854826
Full digest: https://digest.99.cooking