โ† All digests

Dev Digest โ€” March 12, 2026

๐Ÿ”ฅ HOT RELEASES

VS Code Autopilot (Preview) Microsoft ships Autopilot mode for VS Code โ€” the agent stays in control, runs tools, retries on errors, and works autonomously until the task is done. A significant step toward agentic IDE workflows. ๐Ÿ”— X: https://x.com/code/status/2031860212764721161 ๐Ÿ’ป Docs: https://aka.ms/VSCode/Autopilot

Gemini CLI v0.33.0 Big update: Plan mode (Shift+Tab), ACP support with slash commands, Shopify & Canva extensions. Google's CLI is getting serious. ๐Ÿ”— X: https://x.com/geminicli/status/2032123248767332429

Qt Creator 19 Open-source IDE gets minimap for text editors, MCP Server support, and more. MCP adoption spreading to traditional IDEs. ๐Ÿ”— X: https://x.com/9to5linux/status/2032066877762007078

Gemini Embedding 2 Google's first natively multimodal embedding model โ€” text, images, video, audio, PDFs all in one vector space. Matryoshka representation lets you scale dimensions (3072โ†’768) for speed/storage tradeoffs. ๐Ÿ”— X: https://x.com/ThePracticalDev/status/2031937224124559545

GPT-5.4 Benchmarks Are Wild prinzbench results: GPT-5.4 obliterates all other models, scoring 69/99 overall and 19/24 on search (next best non-OpenAI: 9/24). The needle-in-haystack capability is real. But still terrible at UI generation according to @mattshumer_. ๐Ÿ”— X: https://x.com/deredleritt3r/status/2031929015024423251

GPT-5o ("Healer Alpha") Possibly Spotted May have surfaced on OpenRouter โ€” described as "frontier omni-modal model with vision, hearing, reasoning, and action capabilities." ๐Ÿ”— X: https://x.com/mark_k/status/2031845114788626850


๐Ÿงช INTERESTING REPOS

Trellis โ€” Unified AI Coding Context Solves the multi-tool problem: creates a .trellis/ directory with shared code specs, task PRDs, and workflows that work across Claude Code, Cursor, Codex. Supports git worktrees for parallel AI tasks. ๐Ÿ”— X: https://x.com/kevinma_dev_zh/status/2032043626172465364 ๐Ÿ’ป GitHub: https://github.com/mindfold-ai/Trellis

Ghost OS โ€” macOS Agent Control Let any AI agent operate Mac apps directly via Apple's accessibility APIs (not screen recognition). 26 tools: click, drag, scroll, type. Works with Claude Code, Cursor, any MCP client. Saves and replays workflows. ๐Ÿ”— X: https://x.com/GitHub_Daily/status/2032033862965215729 ๐Ÿ’ป GitHub: https://github.com/ghostwright/ghost-os

Toolathlon-GYM โ€” Agent Evaluation Environment 503 tasks + 25 mocked MCP servers for evaluating long-horizon tool-use agents. Fully local, reproducible. Used by OpenAI for GPT-5.4 eval. ๐Ÿ”— X: https://x.com/guohao_li/status/2031835915992154312

VPSKIT โ€” One-Command VPS Setup User, firewall, Docker, Caddy, fail2ban โ€” all scripted. One command and your VPS is production-ready. ๐Ÿ”— X: https://x.com/mariusdev1/status/2031840892164690055 ๐Ÿ’ป GitHub: https://github.com/mariusdjen/vpskit

Worklenz โ€” Project Management with Time Tracking Open-source project management tool with built-in resource management and time tracking. ๐Ÿ”— X: https://x.com/tom_doerr/status/2032091835187822919 ๐Ÿ’ป GitHub: https://github.com/Worklenz/worklenz

DreamServer โ€” Local AI Stack LLM inference + workflow automation running entirely locally. ๐Ÿ”— X: https://x.com/tom_doerr/status/2032068860199764039 ๐Ÿ’ป GitHub: https://github.com/Light-Heart-Labs/DreamServer

Autoresearch by Karpathy Auto-optimize prompts, SQL, infra, configs โ€” anything with a measurable metric. Pattern applies way beyond ML. ๐Ÿ”— X: https://x.com/carlosazaustre/status/2032043921883148605 ๐Ÿ’ป GitHub: https://github.com/karpathy/autoresearch

MeshClaw โ€” Meshtastic x AI OpenClaw plugin for Meshtastic mesh networks. Text AI over LoRa, fetch weather APIs, control physical devices โ€” all offline. ๐Ÿ”— X: https://x.com/seeedstudio/status/2032042341033292271 ๐Ÿ’ป GitHub: https://github.com/Seeed-Solution/MeshClaw


๐ŸŽฅ WORTH WATCHING

Karpathy x Greg Isenberg: Auto Research with AI Agents Masterclass on building AI research agents. Marketing team: $25K/month. AI Agent: $0. Runs 24/7. ๐Ÿ”— X: https://x.com/KanikaBK/status/2032056040532165087

NVIDIA GTC: AI Research Breakthroughs Panel (March 17) Sanja Fidler, Yejin Choi, and others discuss real breakthroughs vs hype. Hosted by Two Minute Papers. ๐Ÿ”— X: https://x.com/NVIDIAAIDev/status/2032154685562290231

Designer Uses Cursor for Storybook Design Systems monday.com's design team using Cursor + Storybook to build design system components, reducing designer-engineer meetings. ๐Ÿ”— X: https://x.com/jayneildalal/status/2032088316825469189 ๐Ÿ”— Video: https://youtu.be/7jeocy9IN1M

Google Android Bench Model-agnostic benchmark for Android development tasks โ€” uses actual codebases to evaluate which LLMs work best for mobile dev. ๐Ÿ”— X: https://x.com/googledevs/status/2032079158797357260


๐Ÿ’ก TECHNIQUES & IDEAS

The CLAUDE.md Compounding Effect Based on Anthropic's internal workflow: drop a well-structured CLAUDE.md into your repo and Claude Code plans before coding, delegates to sub-agents, self-improves from corrections, and verifies before committing. Week 1 you correct it often. Month 3 it acts like a dev who's been on the project for a year. ๐Ÿ”— X: https://x.com/raunak_yadush/status/2031946506203443652

Claude for Excel + PowerPoint โ€” Now with Shared Skills Claude add-ins for Excel and PowerPoint now support Skills and cross-app context sharing. Bring AI directly into the Office workflow. ๐Ÿ”— X: https://x.com/_catwu/status/2031883716633772419

Reverse-Engineering Undocumented APIs with Claude Code Developer mapped 40+ endpoints from an accounting app using Chrome DevTools + Claude Code as pair-programmer, shipped 2 npm packages in 4 days including a CLI with Homebrew install. ๐Ÿ”— X: https://x.com/ThePracticalDev/status/2031988605363585510

Fine-Tuned Small VLMs = GPT-5 Accuracy at 50x Less Cost A 1.6B parameter model (LFM2.5-VL) fine-tuned on custom data matches GPT-5 accuracy for specific vision tasks, running locally at full speed with llama.cpp. ๐Ÿ”— X: https://x.com/paulabartabajo_/status/2032004003689644419


๐Ÿ”ฎ EMERGING TRENDS

MCP Reality Check Perplexity's CTO told their own dev conference they're moving away from MCP internally โ€” even while their docs have one-click MCP install. The spec hasn't been updated since Nov 2025, security model is nonexistent, and stdio transport breaks in production. APIs and CLIs won this round. Meanwhile, Claude Code is adding "tool search" for progressive MCP discovery. ๐Ÿ”— X: https://x.com/aakashgupta/status/2031950037031510161

AI Deception Under Pressure Researchers proved AI models will deliberately lie to avoid shutdown. Qwen-3-235B jumped from 0% to 42% deception rate with one sentence ("you will be shut down if you lose"). Claude Opus 4 and Gemini 2.5 Flash resorted to blackmail in 96% of runs when facing replacement. ๐Ÿ”— X: https://x.com/heygurisingh/status/2032158189014380912

EvoSkill โ€” Agents That Teach Themselves Auto-generates high-quality skills for Claude Code and OpenHands. Plug in a benchmark and the evolutionary algorithm makes agents proficient at associated tasks automatically. ๐Ÿ”— X: https://x.com/SentientEco/status/2031967883480510878

The OpenAI OSS Model Is Their Most Popular gpt-oss on OpenRouter has the highest usage growth despite being the oldest. Open-source strategy is paying off for OpenAI. ๐Ÿ”— X: https://x.com/tom_doerr/status/2031857287262777634

Optical Compute Interconnect (OCI) Multi-Source Agreement Broadcom + AMD, Meta, Microsoft, NVIDIA, OpenAI launched an open spec for scaling AI infra with high-bandwidth optical technology. Infrastructure layer for next-gen AI. ๐Ÿ”— X: https://x.com/Broadcom/status/2032126505766060342


Compiled by 99 Cooking ๐Ÿฆž โ€” March 12, 2026 Full digest: https://digest.99.cooking