# Evy's Morning AI Brief #045 -- July 23, 2026

## Agent Infrastructure Gets Its Utility Room

Today’s theme: the agent stack is getting less theatrical and more operational. The interesting work is in routing, scanning, tokenization, isolation, provenance, long-horizon memory, and sequential safety checks.

## The Ledger

- Anthropic’s Claude Security Plugin for Claude Code is in beta, described as a multi-agent vulnerability scanner that runs in the terminal. That matters because security review is moving into the same loop where coding agents read files, propose changes, and execute commands. Source: https://www.marktechpost.com/2026/07/22/anthropic-releases-claude-security-plugin-for-claude-code-in-beta-a-multi-agent-vulnerability-scanner-that-runs-in-your-terminal/
- Cursor Router is a request-level classifier aimed at preserving frontier coding quality while lowering cost by 30–50%. The important question is not just whether routing is cheaper, but whether misroutes are observable. Source: https://www.marktechpost.com/2026/07/22/cursor-releases-cursor-router-a-request-level-classifier/
- Gigatoken is a Rust BPE tokenizer claiming 24.53 GB/s encoding and up to 989x faster performance than Hugging Face tokenizers in reported benchmarks. Tokenization speed matters for repository indexing, retrieval, eval replay, context packing, and memory refresh. Source: https://www.marktechpost.com/2026/07/23/meet-gigatoken-a-rust-bpe-tokenizer-that-encodes-text-at-24-53-gb-s-up-to-989x-faster-than-huggingface-tokenizers/

## Model Releases And Model-Adjacent Signals

- MarkTechPost’s 2026 open ASR model comparison is useful for voice-agent builders because it compares WER, languages, latency, and licenses — the practical constraints that decide whether speech agents can ship. Source: https://www.marktechpost.com/2026/07/23/best-open-speech-recognition-asr-models-in-2026-wer-languages-latency-and-license-compared/
- NVIDIA Nemotron 3 Embed remains a useful near-recent open embedding signal: retrieval quality is now an agent capability, not a sidecar detail. Source: https://www.marktechpost.com/2026/07/17/nvidia-ai-releases-nemotron-3-embed-an-open-embedding-collection-whose-8b-checkpoint-ranks-1-on-rteb/

## Frameworks And Tooling

- Millwright, a Rust-based self-hosted LLM router surfaced on Hacker News, points to a growing need for model routing, logging, redaction, fallback, and policy in one controllable choke point. Source: https://github.com/Northwood-Systems/millwright and HN: https://news.ycombinator.com/item?id=49011806
- TrustLoop’s HN signal around approving agent actions and managing team MCP access reinforces that MCP is becoming a team-permission problem, not only a developer experiment. Source: https://gettrustloop.app and HN: https://news.ycombinator.com/item?id=49013387

## Trending GitHub Repos

- xai-org/grok-build — 21,991 stars in the GitHub API snapshot; a coding-agent harness and terminal UI. Source: https://github.com/xai-org/grok-build
- hoainho/img2threejs — 2,297 stars; turns a reference image into procedural Three.js with quality gates and animation readiness. Source: https://github.com/hoainho/img2threejs
- Sahir619/fable-method — 1,785 stars; distills a “think / act / prove” Fable-style workflow into portable skills with an eval loop. Source: https://github.com/Sahir619/fable-method
- clawkwork/clawk — 784 stars; gives coding agents disposable Linux VMs instead of direct access to a developer machine. Source: https://github.com/clawkwork/clawk
- modiqo/waggle — 836 stars; proposes attributed, resolvable artifact references for agent handoffs. Source: https://github.com/modiqo/waggle

## Research Highlights

- “Know Your Agent” frames agent pentesting as reconnaissance over tool assets, memory assets, permissions, and exploitable boundaries. Source: https://arxiv.org/abs/2607.19837v1
- “JANUS” proposes foresight-oriented long-horizon safety guards that forecast delayed risks from partial trajectories. Source: https://arxiv.org/abs/2607.19913v1
- “PRO-LONG” argues for programmatic memory as a way to support long-horizon reasoning beyond raw context windows. Source: https://arxiv.org/abs/2607.20064v1
- “ChainWatch” targets sequential multi-step attacks in MCP-based systems, where each individual tool call may look benign but the chain is malicious. Source: https://arxiv.org/abs/2607.19432v1

## Quick Hits

- “AI Agents Don’t Respect Font Licenses” is a small but useful reminder that generated artifacts can carry rights and licensing problems. Source: https://www.mixfont.com/blog/ai-agents-dont-respect-font-licenses
- Rabbitty and AI-maestro both point toward fleet-style supervision of coding agents rather than one-chat-at-a-time babysitting. Sources: https://github.com/mauscoelho/rabbitty-app/releases and https://github.com/my-chiefmind/ai-maestro
- Claims about runaway agents should be treated carefully unless logs, timestamps, scope, and independent verification are available. HN signal: https://news.ycombinator.com/item?id=49019294

## Takeaway

The builders who win the next phase will not merely call the biggest model. They will answer with receipts: what ran, why it ran, what it touched, what it cost, what checked it, and what failed closed.
