โ† All digests

Dev Digest โ€” May 9, 2026

๐Ÿ”ฅ HOT RELEASES

Ring-2.6-1T โ€” World's First 1T Open Source Model Ant Group dropped a trillion-parameter reasoning model built for production. Adjustable thinking effort, agent-optimized for multi-step tool use, deep thinking mode for math/science. Benchmarks claim it beats GPT-5.4 and Gemini-3.1-Pro on PinchBench (87.60). Free trial on OpenRouter via Novita until May 15. Open weights coming soon. ๐Ÿ”— X: https://x.com/AntLingAGI/status/2052808934390661134

React Native 0.86 RC Big release candidate with view transitions (experimental animation primitives), plus a bunch of Android fixes. Expo 56 meanwhile brings RN 85 with Hermes v1 and a new animation backend. ๐Ÿ”— X: https://x.com/zoontek/status/2052421353710481651 ๐Ÿ’ป GitHub: https://github.com/facebook/react-native/releases/tag/v0.86.0-rc.0

OpenAI Codex CLI v0.130.0 New Rust-based Codex release shipped. ๐Ÿ”— X: https://x.com/CodexReleases/status/2052901325470683566 ๐Ÿ’ป GitHub: https://github.com/openai/codex/releases/tag/rust-v0.130.0

Mesa 26.1 Open-Source Graphics Stack New release of the Mesa graphics stack โ€” relevant for Linux GPU users. ๐Ÿ”— X: https://x.com/Linux247/status/2052948609377656943

OCCT 8.0 (CAD Kernel) The open-source CAD kernel behind FreeCAD got a major update โ€” foundation refresh for large-scale processing, shape history/validation/dedup, better STEP import, smaller file sizes. ๐Ÿ”— X: https://x.com/Udon_CAD/status/2052888601374208243


๐Ÿงช INTERESTING REPOS

Tau โ€” The NanoGPT of Agent Harnesses Minimal, hackable agent framework in pure Rust (5,049 lines). Runs local tools, stores sessions as JSONL, uses AGENTS.md conventions, supports all major LLM providers. By @elliotarledge. ๐Ÿ”— X: https://x.com/elliotarledge/status/2053127859753939122 ๐Ÿ’ป GitHub: https://github.com/infatoshi/tau

DeepSeek-TUI โ€” Terminal Coding Agent Coding agent for DeepSeek models that runs entirely in your terminal. Gained 3,731 stars in 24 hours (22.5K total). ๐Ÿ”— X: https://x.com/trending_repos/status/2053036693658493406 ๐Ÿ’ป GitHub: https://github.com/Hmbown/DeepSeek-TUI

Awesome Claude Skills โ€” 50+ Verified Agent Skills Curated collection of verified skills for Claude Code. ๐Ÿ”— X: https://x.com/tom_doerr/status/2053105760763093256 ๐Ÿ’ป GitHub: https://github.com/karanb192/awesome-claude-skills

Google agents-cli Google open-sourced a CLI that packages cloud engineering knowledge into "skill packs" for AI coding agents. Plugs into Claude Code, Gemini CLI, Codex. Handles scaffolding, model eval, and cloud deployment. ๐Ÿ”— X: https://x.com/GitHub_Daily/status/2052961795263074404 ๐Ÿ’ป GitHub: https://github.com/google/agents-cli

AutonomousVehicleControlBeginnersGuide New MPC path tracking simulation added. Solid educational resource for robotics/autonomous driving in Python. ๐Ÿ”— X: https://x.com/4310sy/status/2053077995850756383 ๐Ÿ’ป GitHub: https://github.com/ShisatoYano/AutonomousVehicleControlBeginnersGuide


๐ŸŽฅ WORTH WATCHING

Claude Code Masterclass โ€” 13-Video Playlist Complete structured course: setup โ†’ slash commands โ†’ context management โ†’ plan mode โ†’ MCPs/skills โ†’ subagents โ†’ GitHub workflows. By @alifcoder. ๐Ÿ”— X: https://x.com/alifcoder/status/2052972084289302728

Claude Code Team's Own Workflow Demo The Anthropic team behind Claude Code showed how to automate engineering workflows in 30 minutes. Straight from the builders. ๐Ÿ”— X: https://x.com/Suryanshti777/status/2053043226597368064

Modular Agent Systems with Claude Code Thread on structuring Claude Code like a full AI dev team โ€” separating memory, workflows, guardrails, delegated agents, and plugins. ๐Ÿ”— X: https://x.com/RoundtableSpace/status/2052935335156342958

Azure MCP Server + Skills (Azure Friday) Microsoft demo of Azure MCP Server and Azure Skills working together to extend AI capabilities across Azure services in VS Code. ๐Ÿ”— X: https://x.com/Azure/status/2052856062840074294


๐Ÿ’ก TECHNIQUES & IDEAS

Electrobun Goes Bun-less @YoavCodes experimenting with removing the Bun runtime from Electrobun desktop apps entirely โ€” writing the main process in pure Zig instead. Set bundleBun: false and point to a Zig/Rust/Go binary. Interesting for ultra-minimal desktop apps. ๐Ÿ”— X: https://x.com/YoavCodes/status/2053083814272843870

TradingView x Claude Code for Custom Indicators Using Claude Code to vibe-code custom TradingView/PineScript trading indicators. What used to take hours of specialized knowledge = one prompt. ๐Ÿ”— X: https://x.com/milesdeutscher/status/2052960514574258572

AI Spend Reality Check Companies are blowing through AI coding tool budgets. For top engineers it's worth it โ€” for the rest, "lots of scrutiny coming." The well-built approach: use 5-10 models, route simple tasks to cheap ones, frontier models only where needed. OrcaRouter automates this and cuts inference costs 70%+. ๐Ÿ”— X: https://x.com/matt_slotnick/status/2052904332799176961 ๐Ÿ”— X: https://x.com/AndyMarlowg/status/2053047744953250113


๐Ÿ”ฎ EMERGING TRENDS

Agent Frameworks Are Getting Minimal โ€” Tau (5K lines of Rust), DeepSeek-TUI, and the general push toward small, hackable agent harnesses. The era of bloated frameworks is giving way to "nanogpt-style" simplicity.

Claude Code Ecosystem Explosion โ€” Skill collections, structured courses, modular agent setups, Azure MCP integrations. Claude Code is becoming the center of gravity for AI-assisted development workflows.

Trillion-Parameter Open Models โ€” Ring-2.6-1T signals a new scale for open-weight models. If the benchmarks hold and weights actually ship, this changes the local inference game significantly.

Zig as Systems Language for Apps โ€” Electrobun's experiment with Zig-native desktop app main processes points to Zig slowly eating into spaces traditionally held by C++ and even Rust for performance-critical application layers.


Full digest: https://digest.99.cooking