โ† All digests

Dev Digest โ€” May 14, 2026

๐Ÿ”ฅ HOT RELEASES

Bun is Rewriting in Rust The PR is merged. Bun is moving from Zig to Rust โ€” a landmark moment for the JS runtime wars. Lee Robinson has been tracking the Rust takeover in JS tooling since 2021 and calls it "total Rust victory." ๐Ÿ”— X: https://x.com/leerob/status/2054920768593514625 ๐Ÿ’ป GitHub: https://github.com/oven-sh/bun/pull/30412

GitHub Copilot App โ€” Technical Preview GitHub announced a standalone Copilot desktop app. It's a native tool to start, steer, and complete dev sessions tied to GitHub work. Business/Enterprise users get immediate access; individual Pro/Pro+ users can join the waitlist. ๐Ÿ”— X: https://x.com/github/status/2054959324485628120 ๐Ÿ”— Waitlist: https://gh.io/github-copilot-app ๐Ÿ”— Changelog: https://github.blog/changelog/2026-05-14-github-copilot-app-is-now-available-in-technical-preview

Copilot Cloud Agent โ€” REST API + Auto Model Selection Two big Copilot updates: (1) A REST API to programmatically start and track cloud agent tasks โ€” automate refactors, repo setups, release prep. (2) Auto model selection that picks the best model based on system health, with a 10% discount on costs. ๐Ÿ”— X: https://x.com/GHchangelog/status/2054630271094247431 ๐Ÿ”— API: https://github.blog/changelog/2026-05-13-start-copilot-cloud-agent-tasks-via-the-rest-api ๐Ÿ”— Auto: https://github.blog/changelog/2026-05-14-copilot-cloud-agent-supports-auto-model-selection

Claude Code /goal Feature Claude Code shipped /goal โ€” you set a condition and Claude keeps working across turns until it's met. A separate AI checks the work after every turn. No more babysitting multi-step tasks. ๐Ÿ”— X: https://x.com/godofprompt/status/2054847074731278686

fate 1.0 โ€” Async React Metaframework The first full async React metaframework hits 1.0. Features: zero-config live views via SSE, Drizzle support, native HTTP (no tRPC needed), Void Router, Vite plugin, and clientside garbage collection. By @cnakazawa (Jest creator). ๐Ÿ”— X: https://x.com/cnakazawa/status/2054920522488852790 ๐Ÿ”— Site: https://fate.technology/posts/fate-1.0


๐Ÿงช INTERESTING REPOS

OpenDesk โ€” AI Multi-Machine Control via MCP Your AI agent can now control multiple machines at once โ€” screenshots, mouse, keyboard across LAN. Works as an MCP server with Claude, Cursor, Codex. 106 likes in 12h. ๐Ÿ”— X: https://x.com/abhijithneil/status/2054798323446665489 ๐Ÿ’ป GitHub: https://github.com/vitalops/opendesk

Mini Browser โ€” Agent-First Browser CLI A composable CLI for AI agents to navigate pages, scrape text, take screenshots, click, fill forms, run JS, and audit pages. Small Unix-style commands instead of heavy browser automation. ๐Ÿ”— X: https://x.com/GithubProjects/status/2054826616409526774 ๐Ÿ’ป GitHub: https://github.com/runablehq/mini-browser

NanoClaude โ€” Claude Code from Scratch Someone on Reddit built a minimal Claude Code clone in one hour. Great for understanding the "tool loop" pattern that powers AI coding agents. Supports llama.cpp for local execution. ๐Ÿ”— X: https://x.com/aashatwt/status/2054968807035470200 ๐Ÿ’ป GitHub: https://github.com/CohleM/nanoclaude

red-run โ€” AI Pentest Orchestrator Autonomous pentesting with persistent AI teammate agents, MCP servers, skill routing, and SQLite memory. Handles recon, exploitation, privilege escalation, and post-access workflows. ๐Ÿ”— X: https://x.com/VivekIntel/status/2054937688881701143 ๐Ÿ’ป GitHub: https://github.com/blacklanternsecurity/red-run

Sutando โ€” Open Source Real-Time AI Screen + Voice Agent AI that interacts via real-time voice and motion on your screen. Runs locally on Mac. Does what the big AI labs are demoing this week, but open source and already working. ๐Ÿ”— X: https://x.com/Chi_Wang_/status/2054638103521005721 ๐Ÿ’ป GitHub: https://github.com/sonichi/sutando

Copilot CLI v1.0.48 New release with model picker showing actual token prices, and various quality-of-life improvements. ๐Ÿ”— X: https://x.com/GHCopilotCLILog/status/2054924723662778730 ๐Ÿ’ป GitHub: https://github.com/github/copilot-cli/releases/tag/v1.0.48


๐Ÿ’ก TECHNIQUES & IDEAS

Claude Voice Cloning Workflow Rubรฉn Hassid shared a detailed method to make Claude sound exactly like you using Claude's Cowork feature โ€” download, create a voice folder, train it on your writing. 491 likes. ๐Ÿ”— X: https://x.com/rubenhassid/status/2054788799310200987 ๐Ÿ”— Post: https://ruben.substack.com/p/youre-just-a-text-file

Mobile App Design with Claude Code + Paper MCP New workflow: Claude Code + Sleek Skill + Paper MCP. Generate design variations from Claude Code, refine them in Paper. A practical mobile dev loop. ๐Ÿ”— X: https://x.com/mattiapomelli/status/2054839448429646200

MATLAB MCP Core Server MATLAB now has an MCP server โ€” agents can run MATLAB code, execute tests, perform static analysis, and detect installed toolboxes. Enterprise AI agents meet scientific computing. ๐Ÿ”— X: https://x.com/MATLAB/status/2054864298900349389


๐Ÿ”ฎ EMERGING TRENDS

Multi-Machine AI Agents The "one agent, many machines" pattern is picking up. OpenDesk lets agents control multiple LAN machines via MCP. Sutando does real-time screen+voice locally. The next frontier isn't smarter agents โ€” it's agents with broader reach.

Agent Persistence (Goals, Not Prompts) Claude Code's /goal and Copilot's cloud agent API both point the same direction: agents that maintain objectives across turns instead of single-shot prompting. Set the goal, walk away.

Rust Eating the JS Ecosystem Bun's Zig-to-Rust rewrite is the latest domino. After SWC, Turbopack, Biome, Oxc, and Rolldown, Rust has essentially won the JS tooling compile target war.

Browser-as-API for Agents Mini Browser and similar tools are treating browsers as programmable CLIs rather than GUI automation targets. Composable, testable, loggable โ€” the way agents should interact with the web.


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