โ† All digests

Dev Digest โ€” March 7, 2026

๐Ÿ”ฅ HOT RELEASES

T3 Code โ€” Open Source Coding Agent Manager Theo just dropped T3 Code, a GUI built on top of OpenAI's Codex CLI for managing multiple coding agents in parallel. It's fully open source, works with your existing Codex subscription, and is designed for devs who run lots of agents simultaneously. Community already comparing it to Codex App, Conductor, and Antigravity. Works on mobile too. ๐Ÿ”— X: https://x.com/theo/status/2030071716530245800 ๐Ÿ’ป GitHub: https://github.com/t3dotgg/t3-code

GPT-5.4 Pro (xhigh) โ€” Massive Benchmark Jump OpenAI's GPT-5.4 Pro achieved a 10-point gain on CritPt, the largest incremental gain ever tracked by Artificial Analysis. Comes with native computer operation and major cost reductions. However, reviewers note it hallucinates when uncertain โ€” "knows a lot, but when it doesn't know, it makes things up." ๐Ÿ”— X: https://x.com/ArtificialAnlys/status/2030007301529358546 ๐Ÿ”— X: https://x.com/slow_developer/status/2030025629085880697

OpenAI Symphony โ€” Autonomous Task Orchestrator OpenAI open-sourced Symphony, an always-on orchestrator that monitors Linear project boards, spawns Codex agents for each ticket lifecycle stage, and manages them autonomously including failure recovery. Built with Elixir/OTP. 1.8K likes and 494K impressions โ€” massive interest. ๐Ÿ”— X: https://x.com/scaling01/status/2029261034993684952 ๐Ÿ’ป GitHub: https://github.com/openai/symphony


๐Ÿงช INTERESTING REPOS

Qwen3.5-27B Claude 4.6 Opus Reasoning Distilled ("Qwopus") Someone distilled Claude Opus 4.6's reasoning into Qwen3.5-27B โ€” runs on a single RTX 3090 (Q4_K_M). Community is losing it. Open source frontier reasoning on consumer hardware. ๐Ÿ”— X: https://x.com/sudoingX/status/2030184925719073019

Sim Studio โ€” Open Source n8n Alternative for AI Agents Drag-and-drop UI to build AI agent workflows, 100% open source under Apache 2.0. Positioned as an alternative to n8n specifically designed for AI agent orchestration. ๐Ÿ”— X: https://x.com/akshay_pachaar/status/2030206175783067873 ๐Ÿ’ป GitHub: https://github.com/simstudio/sim ๐ŸŒ https://sim.ai

Learn AI Engineering โ€” Curated Learning Path Clean zero-to-hero repo covering Math for AI โ†’ ML & Deep Learning โ†’ Generative AI, step by step. 456 likes โ€” hit a nerve with people tired of scattered resources. ๐Ÿ”— X: https://x.com/_vmlops/status/2030133261582880905 ๐Ÿ’ป GitHub: https://github.com/ashishps1/learn-ai-engineering

Hands-On Large Language Models Companion repo for the O'Reilly book โ€” explains LLMs from foundations up with practical code. ๐Ÿ”— X: https://x.com/NitinthisSide_/status/2030229471328890934 ๐Ÿ’ป GitHub: https://github.com/HandsOnLLM/Hands-On-Large-Language-Models


๐ŸŽฅ WORTH WATCHING

tldraw: Code โ†” Diagram Sync (2.1K โค๏ธ) Draw a diagram from code, then edit the diagram and have it update the code back. Bi-directional visual programming. Wild demo. ๐Ÿ”— X: https://x.com/tldraw/status/2028120822414549332

GPT-5.4 Full Review aisearch.io's deep dive on GPT-5.4 capabilities. ๐Ÿ”— X: https://x.com/aisearchio/status/2030130639907991721 ๐ŸŽฌ https://youtu.be/YRyjkmmW5Ek

Karpathy's Neural Networks: Zero to Hero Still getting reshared โ€” the canonical video lecture series for building neural nets from scratch. If you haven't done it yet, now's the time. ๐Ÿ’ป GitHub: https://github.com/karpathy/nn-zero-to-hero


๐Ÿ’ก TECHNIQUES & IDEAS

MIT's Attention Matching โ€” 50x LLM Memory Compression New KV-cache compaction technique that cuts LLM memory by 50x without accuracy loss, taking seconds instead of hours. Huge implications for running long-context models efficiently. ๐Ÿ”— X: https://x.com/VentureBeat/status/2030026920000168203 ๐Ÿ“„ https://venturebeat.com/ai/new-kv-cache-compaction-technique-cuts-llm-memory-50x-without-accuracy-loss

Repeated KV-Cache for Long-Running Agents (Baseten Research) When agents accumulate context beyond model memory limits, you either discard or compress. New work explores repeated KV-cache strategies specifically for agent scenarios. ๐Ÿ”— X: https://x.com/basetenco/status/2029654320971665651 ๐Ÿ“„ https://www.baseten.co/research/repeated-kv-cache-for-long-running-agents/

Hidden Git Commit Messages as Agent Defense Dev whose coworker deployed a Claude agent to spam MR comments fought back by embedding hidden instructions in git commit messages. Creative adversarial tactic in the age of AI code review. ๐Ÿ”— X: https://x.com/bussypounder999/status/2030256394809561496


๐Ÿ”ฎ EMERGING TRENDS

Distillation Going Mainstream โ€” Qwopus (Claudeโ†’Qwen distill) shows the pattern: frontier model reasoning being compressed into smaller open models you can run locally. Expect more of these.

Agent Orchestration is the New Infrastructure โ€” OpenAI's Symphony, Sim Studio, T3 Code โ€” everyone's building layers to manage AI agents rather than use them directly. The shift from "AI as tool" to "AI as managed workforce" is accelerating.

KV-Cache Innovation Surge โ€” Multiple papers and techniques this week on compressing LLM memory (MIT's Attention Matching, Baseten's repeated KV-cache, Qwen3.5's native tiny KV cache). Context window management is becoming the bottleneck everyone's solving.

Models Shipping Faster Than Testing โ€” @sudoingX put it perfectly: "things are dropping faster than I can benchmark." GPT-5.4 xhigh already out while community hasn't finished evaluating Qwen 3.5 27B.


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