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