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