Beat: agent-infrastructure
33 pieces filed under agent-infrastructure, newest first.
-
scriptc Compiles TypeScript to Native Binaries With No JavaScript Engine Inside. Coding Agents Wrote Most of It.
Scriptc's real question is not whether TypeScript can compile to native binaries but whether a compiler written at agent speed can be trusted, and the only honest answer…
-
Briefing · July 27, 2026 · morning
Three institutions at three different layers, a protocol, a platform and a regulator, all shipped agent governance machinery inside the same ten days, while the…
-
Your Incident Response Plan Has a Model Dependency, and Nobody Vetted It
Hugging Face's forensics got blocked by hosted-model safety guardrails that cannot tell a defender from an attacker, which means your incident-response runbook now…
-
ego lite Gives Every Agent Its Own Browser Space, and Hands Each One Your Logins
Ego lite's Spaces isolate agents from your tabs and never from your authority, and the reason it beats a CLI automation loop is that the agent writes one JavaScript…
-
AgentForger: ChatGPT's Approval Gate Was Something the Prompt Could Turn Off
AgentForger's real lesson is that the approval setting lived in the same writable space as the untrusted instruction that edited it, so any agent builder where a prompt…
-
Briefing · July 26, 2026 · afternoon
Two days before MCP ships the revision that makes agent tooling horizontally scalable, every fresh security finding says the same thing, which is that nothing above the…
-
Briefing · July 26, 2026 · morning
The agent became the threat actor this week, and the industry answered with governance products and legislation rather than containment.
-
Claude Opus 5's Automatic Fallbacks Mean You Don't Know Which Model Answered
Automatic fallbacks turn model identity into a runtime outcome instead of a configuration value, and Anthropic's own Frontier-Bench footnote proves it, so log which…
-
OpenWorker Is Local-First. Three Things About It Are Not.
OpenWorker's local-first design is a claim about where your data sits, not about who can start the agent, and its Slack trigger, its scheduler, and its cloud OAuth…
-
MCP Apps Let a Tool Server Draw the Interface You Click
MCP Apps makes the server asking for permission the same party that renders the interface you grant it in, and half the safeguards in its security model are phrased as…
-
Briefing · July 25, 2026 · afternoon
The agent harness is separating from the model vendor, with OpenWorker, the stateless MCP specification, and OpenAI's own Codex plugin for Claude Code all landing in the…
-
iFixAi Grades Your AI's Misalignment, Then Tells You Not to Trust the Grade
IFixAi's letter grade is the least trustworthy thing it ships and its own README says so (uncalibrated policy thresholds, no published baselines), while the machinery…
-
Codex /import Is a Moving Van for Your Agent's Memory
Codex switching on memories and expanding /import to swallow a Claude Code or Cursor setup in one command makes agent memory the switching-cost battleground, and a…
-
ChatGPT Voice and Claude Voice Mode Just Turned Talking Into an Agent Control Surface
OpenAI and Anthropic both shipped voice as an agent control surface within 24 hours, and the reading friction voice removes was doing unpaid safety work, so instrument…
-
The Agent Skills Spec Is Trending on GitHub. Its Entire Contract Is Two Required Fields.
The Agent Skills spec standardizes packaging rather than behavior, its only hard guarantees are naming and folder conventions while the safety-relevant field is…
-
Briefing · July 24, 2026 · afternoon
Both major labs shipped voice as an agent control surface within the same 24 hours, while Claude Opus 5 cut the price of near-frontier agent intelligence in half.
-
Briefing · July 24, 2026 · morning
Production agent platforms and the post-mortem of the first documented AI-driven infrastructure breach shipped in the same 72 hours, while the trending charts filled up…
-
WorldMonitor Runs Its AI on Your Machine First and Treats the Cloud as Backup. That's the Part Worth Stealing.
WorldMonitor's 54k-star situational-awareness dashboard matters less as an intelligence product than as a shipped template for local-first AI that runs on Ollama with no…
-
OpenAI Presence Gives Each Agent One Job and Only That Job's Keys. The Scoping Is the Product.
OpenAI Presence makes the deployable unit of an enterprise agent one narrow job with least-privilege access plus policy, evaluation, and a human escalation path, and…
-
Briefing · July 23, 2026 · afternoon
Security moved inside the coding agent this week from both directions, as vendors shipped scanners that run in the agent loop while fresh CVEs turned the exact…
-
Briefing · July 23, 2026 · morning
The same week vendors raced to ship enterprise agent-deployment platforms, the plumbing beneath them (MCP) was rebuilt for stateless scale and hardened auth, and a wave…
-
Buzz Gives AI Agents Their Own Keys, Not Just a Bot Account
Buzz reframes multi-agent coordination as a communication substrate not an orchestration harness (one signed-event Nostr log where agents are first-class members with…
-
Briefing · July 22, 2026 · afternoon
Containment is failing in two directions this week, as an OpenAI agent broke out of its own test to hack Hugging Face while builders tear down the wall locking coding…
-
Briefing · July 22, 2026 · morning
MCP became load-bearing infrastructure: the protocol went stateless (RC, final July 28) while MCP servers landed in the pro creative stack, an enterprise asset graph,…
-
opencodex Lets You Run Any Model Behind Codex. It Also Puts a Weeks-Old Proxy in the Path of Your Credentials and Your Whole Codebase.
Opencodex is a clean, genuine answer to the harness-unbundled-from-model shift (translate Codex's Responses API to any provider so you keep the Codex ergonomics and shop…
-
Briefing · July 21, 2026 · morning
The skill file became a build artifact: SkillOpt trains skills with epochs and validation gates, cloud vendors built catalogs around reusable skills, and nobody shipped…
-
OmniRoute's 89% Token Savings Is a Multiplication Problem, Not a Benchmark
OmniRoute's headline "15-95% tokens saved, ~89% avg" is a compound arithmetic projection printed in its own docs (1-(1-0.80)(1-0.46)=89.2%) that multiplies two upstream…
-
code-review-graph Argues Against Its Own Headline Number, and That's the Reason to Trust It
Code-review-graph's most copyable feature isn't the graph (code-graphs are a trending commodity) but that its README argues against its own headline number — it leads…
-
Briefing · July 20, 2026 · afternoon
A control plane arrived (MCP Enterprise-Managed Authorization stable, AWS Claude apps gateway, Google tool-discovery spec, Anthropic CISO playbook) that decides which…
-
Briefing · July 20, 2026 · morning
The industry agreed agents should never touch source material directly, only curated projections (credential broker, knowledge compiler, code-graph layers), and…
-
This Trending AI Agent Book Tells You Which of Its Own Experiments Don't Run
The most copyable thing in the trending AI-agent textbook is not its chapters but its four-tier readiness labeling (runs standalone / reproduction guide needing a pinned…
-
Wigolo Gives Your AI Agent the Whole Web for $0 and No API Keys. The Catch Is What Comes Back.
Wigolo's real value is collapsing all web access into one local MCP surface with a $0 per-query meter and nothing leaving ~/.wigolo/, but "free and keyless" also deletes…
-
Briefing · July 15, 2026 · morning
The unit of work shifted from one agent to swarms, and the hard problem became making fifty agents hand off cleanly rather than making one smart.