โ† All digests

Dev Digest โ€” May 16, 2026

๐Ÿ”ฅ HOT RELEASES

X Open-Sources Its "For You" Algorithm X published the full ranking algorithm โ€” 50,000+ lines of Rust and Python. The architecture is a clean split: Rust serves the hot path (six traits: Source, Hydrator, Filter, Scorer, Selector, SideEffect), Python handles ML inference. Key insight: the system weights negative signals (predicted mutes/blocks) heavier than likes. "Reach is mostly a function of not being regretted." ๐Ÿ”— X: https://x.com/ItsRoboki/status/2055572699695751554 ๐Ÿ”— X: https://x.com/theaiportfolios/status/2055393504290017519

GitHub Launches GH-600: Agentic AI Developer Certification First formal credential for managing autonomous AI agent workflows. Covers multi-agent orchestration, state management, CI/CD integration. Beta now, GA July 2026. First 100 beta takers get 80% off. ๐Ÿ”— X: https://x.com/seelffff/status/2055570435425575040 ๐Ÿ”— Learn: https://learn.microsoft.com/en-us/credentials/certifications/agentic-ai-developer/

Grok Code Fast 1 Deprecated from GitHub Copilot As of May 15, Grok Code Fast 1 is removed from all Copilot experiences. Alternatives: GPT-5 mini or Claude Haiku 4.5. ๐Ÿ”— X: https://x.com/GHchangelog/status/2055351270794260938 ๐Ÿ”— Blog: https://github.blog/changelog/2026-05-15-grok-code-fast-1-deprecated

Bun's Rust Rewrite Stirs the Community Bun opened a massive PR rewriting from Zig to Rust (~1M LOC, 8 phases, 30+ parallel agents). Mitchell Hashimoto's take: languages are increasingly fungible โ€” "Rust is expendable. Its useful until its not." The rewrite itself was done largely by AI agents, showing how far automated transpilation has come. ๐Ÿ”— X: https://x.com/mitchellh/status/2055039647924007222 ๐Ÿ”— X: https://x.com/jarrodwatts/status/2055109468707520901

Freebuff: Free Coding Agent for Everyone 5 free hours/day of DeepSeek V4 Flash for anyone worldwide. Terminal-based coding agent. ๐Ÿ”— X: https://x.com/jahooma/status/2055369563764924733 ๐Ÿ”— Install: npm i -g freebuff


๐Ÿงช INTERESTING REPOS

OpenHuman โ€” Personal AI Super Intelligence Local-first AI assistant that syncs with 118 apps (Gmail, Notion, Slack, GitHub, etc.) every 20 minutes. Builds a persistent memory tree on your device. Written in Rust. 9,900+ stars in 3 months. ๐Ÿ”— X: https://x.com/trending_repos/status/2055211027923644546 ๐Ÿ’ป GitHub: https://github.com/tinyhumansai/openhuman

OpenUI โ€” 67% Fewer Tokens for UI Generation Open-source spec by thesysdev that generates UI components with dramatically fewer tokens than JSON. Trending on GitHub, hit 6k stars in 2 days. ๐Ÿ”— X: https://x.com/InduTripat82427/status/2055379069299266050 ๐Ÿ’ป GitHub: https://github.com/thesysdev/openui

OpenSquilla โ€” Smart Model Router (60-80% Token Savings) Open-source orchestrator that routes simple queries to cheap models, complex tasks to premium ones. Adaptive prompting, reasoning tiers, on-demand skills. Running a 10M token challenge campaign. ๐Ÿ”— X: https://x.com/DataChaz/status/2055692342758408210 ๐Ÿ’ป GitHub: https://github.com/opensquilla/opensquilla

Hermes Agent Control Room โ€” Multi-Agent Blueprint Drop an architecture image + the repo into your agent and it self-configures. Designed for running specialist agents across agencies. ๐Ÿ”— X: https://x.com/shannholmberg/status/2055640959631990947 ๐Ÿ’ป GitHub: https://github.com/shannhk/hermes-agent-control-room

HW 10-Inch Rack PDU โ€” Open Source Hardware Open-source managed power distribution unit for 10-inch server racks. Hardware meets open source. ๐Ÿ”— X: https://x.com/tom_doerr/status/2055479474217419151 ๐Ÿ’ป GitHub: https://github.com/DvidMakesThings/HW_10-In-Rack_PDU

Epiq โ€” Distributed Git-Based Issue Tracker TUI Terminal UI issue tracker that lives in your git repo. No external service needed. ๐Ÿ”— X: https://x.com/betterhn20/status/2055708861529489494 ๐Ÿ”— HN: https://news.ycombinator.com/item?id=48155570


๐ŸŽฅ WORTH WATCHING

Anthropic's 2-Hour Masterclass on Claude Agents Deep dive by the engineer behind Claude Code โ€” covers terminal access, memory systems, hooks, hallucination prevention, and working with large codebases. ๐Ÿ”— X: https://x.com/RoundtableSpace/status/2055706092169310247

ReelQuest: Playable AI Games with Seedance 2.0 + GPT Image 2 Not static AI videos โ€” actual interactive games where you click, talk to characters, explore. Every frame streamed through AI based on your actions. No 3D modeling, no coding, no game engine. 297 likes, 78K impressions. ๐Ÿ”— X: https://x.com/Rayko_wang/status/2055360539275194470

Agentic AI for Social Science Research (LSE Workshop) Brand new workshop covering Claude Code, Codex, and Gemini CLI for research workflows. ๐Ÿ”— X: https://x.com/JeremyNguyenPhD/status/2055611236101111864


๐Ÿ’ก TECHNIQUES & IDEAS

Rust UB Exorcist: 151-File "Super Skill" for Finding Undefined Behavior @doodlestein built a massive Claude skill (30 subagents, 1.1MB of text) that autonomously hunts undefined behavior in Rust codebases. Applied it to the Bun Rust port and found 30+ serious issues. Pairs with a companion unsafe-code exorcist skill. ๐Ÿ”— X: https://x.com/doodlestein/status/2055411434280878331 ๐Ÿ”— Skill: https://jeffreys-skills.md/skills/rust-undefined-behavior-exorcist

The Untethered Workstation Even Realities explores how AI agents are decoupling development from physical screens. Terminal Mode lets your workflow follow you anywhere. ๐Ÿ”— X: https://x.com/EvenRealities/status/2055448813054419321 ๐Ÿ”— Blog: https://www.evenrealities.com/blogs/even-insider/the-untethered-workstation


๐Ÿ”ฎ EMERGING TRENDS

Languages Are Becoming Fungible Bun's 1M LOC Zigโ†’Rust rewrite (done largely by AI agents in ~2 weeks) signals that programming language choice is increasingly non-permanent. As Mitchell Hashimoto noted: "Programming languages used to be LOCK IN, and they're increasingly not so."

"Agentic AI Developer" Is Now a Real Job Title GitHub's GH-600 certification formalizes what many are already doing โ€” supervising AI agent teams across development workflows. Compared to the early AWS certification era.

Smart Model Routing as Infrastructure OpenSquilla's approach (route by complexity, disable reasoning when unnecessary, adaptive prompting) is becoming standard thinking. Token cost, not intelligence, is the scaling bottleneck.

AI-Native Game Development Seedance 2.0 + GPT Image 2 creating real-time interactive games without engines or 3D modeling. Every frame is AI-generated based on player input. Still early but the demos are compelling.


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