Fetching from the wire…
Public story · 2026-07-01 · high
Google, Metalbear, and three other teams picked Rust for tools that now run as daemons instead of one-off scripts.
Why now: All five surfaced in the same week's briefing, which is what turns five separate choices into a pattern worth naming.
Five agent-tooling projects now ship as single-binary Rust builds, from Google's Workspace CLI to the Kaku terminal, per its GitHub repo.
Agent tooling is moving from one-off scripts to always-on daemons, and daemons live or die by startup time and memory footprint.
The full list: Google's Workspace CLI, Kaku's terminal for AI coding, Metalbear's mirrord, yvgude's lean-ctx, and GCWing's BitFun. All five compile down to one binary, so there's no interpreter to boot before the tool can do anything.
Python and Node work fine for a CLI you run a handful of times a day. They get expensive once a process never stops running, because you're paying that interpreter startup and warm-up cost on every wake instead of once.
Five separate teams choosing Rust for the same reason is a pattern, not a coincidence. The next always-on agent tool that ships in Python or Node instead will be worth asking why.
All five surfaced in the same week's briefing, which is what turns five separate choices into a pattern worth naming.
Each link below shares sources, entities, or timing with this story.
5.8k stars, Rust, macOS, ~40 MB versus ~67 MB upstream, keeping full Lua customization. Command-failure recovery with suggested fixes applied via Cmd + Shift + E, natural-language-to-command via # <description>, preconfigured integration for Claude Code, Codex, Gemini CLI, and...
The CLI (~27K stars) wraps Drive, Gmail, Calendar, Sheets, Docs, Chat, and Admin in one tool, dynamically generated from the Google Discovery Service. It ships AI agent skills out of the box. For builders, this is a first-party scriptable surface for wiring Workspace into agen...
Language packs like samber/cc-skills-golang, 1,600-plus cross-tool libraries, harnesses like DeerFlow with built-in skills, even Google's Workspace CLI bundling agent skills. The unit of reuse shifted from prompts and MCP tools to portable markdown skills that travel across Cl...
Notion's Developer Platform 3.5 on May 13. ServiceNow Action Fabric MCP Server on May 5. Figma's agentic design via MCP in their May release. Google Workspace MCP Server in preview. Four platforms serving hundreds of millions of users, all shipping production MCP support in a...
- Anthropic Claude Plugins Official (8.8K stars) — First-party plugin directory with /plugin install command. GitHub - Refly (6.9K stars) — First open-source agent skills builder with "Vibe Workflows." GitHub - Agent Skills for Context Engineering (13K stars, +4,368/week) — Co...
Apache-2.0, flows are VejasScript code written by agents from a natural language prompt, reviewed in git, and run by a single Rust binary on NATS with no Python or subprocesses (GitHub). Domain experts adjust business rules, transcoding tables and thresholds through a panel wi...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.