โ† All digests

Dev Digest โ€” March 8, 2026

๐Ÿ”ฅ HOT RELEASES

Karpathy's AutoResearch Self-contained repo for automated ML research โ€” basically nanochat's LLM training core stripped to single-GPU auto-experimentation. Karpathy's vision: SETI@home-style collaborative agents doing research at scale. Already has discussion on async multi-agent collaboration. ๐Ÿ”— X: https://x.com/karpathy/status/2030371219518931079 ๐Ÿ’ป GitHub: https://github.com/karpathy/autoresearch

Google DeepMind "Simply" โ€” Open-Source Auto-Research Infra DeepMind open-sourced part of their automated research infrastructure used for Gemini self-improvement. More complex than Karpathy's nanochat setup but complementary. Dropped in response to Karpathy's autoresearch. ๐Ÿ”— X: https://x.com/crazydonkey200/status/2030452390345036030 ๐Ÿ’ป GitHub: https://github.com/google-deepmind/simply

OpenClaw 2026.3.2 Telegram live streaming, ACP subagents on by default, native PDF tool, config validation, 100+ security fixes. ๐Ÿ”— X: https://x.com/openclaw/status/2028693804266496230 ๐Ÿ’ป GitHub: https://github.com/openclaw/openclaw/releases/tag/v2026.3.2

Pyxel 2.7.8 โ€” Retro Game Engine Python retro game engine now supports F-ZERO-style Mode 7 games. 544 likes says it all. ๐Ÿ”— X: https://x.com/kitao/status/2030255653718200534 ๐Ÿ’ป GitHub: https://github.com/kitao/pyxel

NativePHP v3 โ€” Mobile Apps with Laravel MIT licensed, free forever. Build native iOS and Android apps with Laravel โ€” no Swift, no Kotlin, no React Native. ๐Ÿ”— X: https://x.com/apnahive/status/2030498471049085155 ๐Ÿ’ป GitHub: https://github.com/nicoverbruggen/nativephp

nanochat Hits 2-Hour GPT-2 Training Karpathy's nanochat now trains GPT-2 in 2 hours on a single 8xH100 node (down from 3 hours a month ago). FP8 support and optimizations making LLM training "almost interactive." ๐Ÿ”— X: https://x.com/karpathy/status/2029701092347630069 ๐Ÿ’ป GitHub: https://github.com/karpathy/nanochat


๐Ÿงช INTERESTING REPOS

system-prompts-and-models-of-ai-tools 30,000+ lines of system prompts from Cursor, Devin, Windsurf, Claude Code, Replit, v0, Lovable, Manus, Warp, Perplexity, Notion AI. 116K stars. Best prompt engineering education available. ๐Ÿ”— X: https://x.com/Shruti_0810/status/2030595478505881889 ๐Ÿ’ป GitHub: https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools

OSCP DB Curated database of OSCP-related repositories โ€” filtered to only updated, relevant resources. Useful for anyone in offensive security. ๐Ÿ”— X: https://x.com/0xbugatti/status/2029238776640262262 ๐Ÿ’ป GitHub: https://github.com/0xbugatti/oscpdb

CLIMBMix for nanochat Data mixing strategy merged into Karpathy's nanochat. Open-source contribution story โ€” submitted in October, merged months later. ๐Ÿ”— X: https://x.com/shizhediao/status/2029369103622762870 ๐Ÿ’ป GitHub: https://github.com/karpathy/nanochat/pull/160

SFSymbolKit / DarwinPrivateFrameworks Apple's private SFSymbols framework exposed โ€” preview SF Symbols directly in Xcode auto-completion. ๐Ÿ”— X: https://x.com/LiYanan2004/status/2030659251895714140 ๐Ÿ’ป GitHub: https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks

FloodFill2D Lightweight TypeScript utility for flood fill on 2D grids โ€” tilemaps, match-3 games, region detection. ๐Ÿ”— X: https://x.com/triqui/status/2029989316093415568 ๐Ÿ’ป GitHub: https://github.com/triqui/floodfill2d


๐ŸŽฅ WORTH WATCHING

PinchBench โ€” AI Coding Model Benchmarks steipete shared this interactive benchmark comparing models for coding with OpenClaw. Useful for picking the right model for your agent setup. ๐Ÿ”— X: https://x.com/steipete/status/2030312187915309311 ๐ŸŒ https://pinchbench.com

Docker Image: 8.2GB โ†’ 127MB (Deploy 18min โ†’ 40s) Practical guide on crushing Docker image sizes. 47 layers down to 9 lines of fixes. ๐Ÿ”— X: https://x.com/adevopsgirl_/status/2030481594893693351 ๐Ÿ“– https://medium.com/lets-code-future/docker-image-was-8-2gb-i-got-it-to-127mb-deploy-time-18min-40s-7e377024117f

How to Build MCP Servers for Internal Data (freeCodeCamp) Handbook on building Model Context Protocol servers to safely connect AI agents to your databases and APIs. ๐Ÿ”— X: https://x.com/freeCodeCamp/status/2029421911680090248 ๐Ÿ“– https://www.freecodecamp.org/news/how-to-build-mcp-servers-for-your-internal-data/


๐Ÿ’ก TECHNIQUES & IDEAS

Alibaba's Reality Check on AI Coding Agents Tested agents on 100 real codebases spanning 233 days each. Result: agents failed spectacularly at long-term code maintenance. Passing tests once is easy; maintaining code for 8 months is a different game entirely. Important grounding for anyone building with AI. ๐Ÿ”— X: https://x.com/alex_prompter/status/2030331477918126286

80% of AI Tool "Intelligence" is Prompt Engineering Key insight from the system prompts leak: most of what makes AI tools feel smart isn't the model โ€” it's carefully written rules about when to use which tool, how to format output, what to avoid. ๐Ÿ”— X: https://x.com/AtlasisZephyr/status/2030596604210901226

Agent-Led Growth (ALG) Claude Code as a new gatekeeper โ€” when devs ask "what should I use," the agent's answer is deterministic. Companies need to think about how AI agents recommend tools. ๐Ÿ”— X: https://x.com/BdKozlovski/status/2030648503157080132

CSS Micro-Improvements for DevTools Border radius mirroring, slide-out transitions, weaker borders. Small changes that completely transform how a dev tool feels โ€” the gap between "works" and "feels polished." ๐Ÿ”— X: https://x.com/RoundtableSpace/status/2030716429117378682


๐Ÿ”ฎ EMERGING TRENDS

Automated Research is the New Frontier Karpathy + DeepMind both releasing auto-research frameworks in the same week. The idea: AI agents that autonomously run experiments, analyze results, and iterate. Karpathy wants SETI@home-style distributed agent research. This is where the cutting edge is moving.

Vibe Coding Hits Mainstream (and Pushback) "Vibe coding" is everywhere โ€” building apps purely through AI conversation. But the reality check is hitting: still needs actual users (can't vibe-code demand), and most devs waste 70-80% of tokens on bad prompts. The hype cycle is maturing.

GPT 5.4 Dominates Vibe Code Bench 67.4% on ValsAI's benchmark, +5.7% over previous SOTA. Models are getting measurably better at producing entire working applications from short text specs. ๐Ÿ”— X: https://x.com/ValsAI/status/2029620910542704962

ThePrimeagen's "Hand Coding Era" Even the biggest tech content creators are swinging back to manual coding. The pendulum between AI-assisted and hand-crafted is finding its balance. ๐Ÿ”— X: https://x.com/ThePrimeagen/status/2028251378737389729


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