Beat: multi-agent
70 pieces filed under multi-agent, newest first.
-
LangChain Connections Gives Agents Per-Caller Identity, and Turns a Missing Permission Into a Question
Per-caller credential resolution only becomes practical when a missing grant pauses the run and asks instead of throwing, which turns a permission gap from an exception…
-
AutoHedge Asks for Your Wallet Private Key, and Four Fields Tell You Whether to Give It
Whether an agent repo is safe to run is decided by its credential surface, its reversibility path, its maintenance recency and its copyright holder, none of which…
-
Briefing · September 8, 2026 · afternoon
Ten thousand agents can now be pointed at one problem, and the only thing that makes their output checkable is a formal certificate rather than the fleet that produced…
-
npm Staged Publishing, Copilot PR Approvals, and the Rule That Decides Which Way the Gate Swings
The variable that decides whether an agent gets the approval bit is the reversibility of the action, not the competence of the agent, and GitHub demonstrated both…
-
NVIDIA's Personal AI Router Will Not Pool Your GPUs, and Saying So Out Loud Is the Best Thing in the README
PAIR solves concurrency across home machines rather than capacity, and the reason it is worth attention is that NVIDIA states that limit in a blockquote instead of…
-
Agent Training's Real Bottleneck Is Environments, and Terminal-Universe Says They Are Hiding in Your Traces
The scarce input for agent post-training is executable environments rather than trajectories, and the tool-call history inside traces most teams already retain is enough…
-
Why GitHub's HydraFusion Sends Your Code to a Rival Model for Review
An AI reviewer only buys you reliability when it is structurally unable to cooperate with the thing it reviews, meaning a different model family, no write access, and…
-
Briefing · September 5, 2026 · morning
Three separate shippers landed systems this week whose load-bearing part is a checker that sits outside the model and that the model cannot talk its way past.
-
MCP's destructive_hint Is Not a Security Boundary, and LangChain v1.4.0 Just Made It Easier to Forget
MCP tool annotations are self-declarations by the server you are trying to constrain, so they belong in your UX and never in your safety guarantee, which has to live in…
-
Briefing · September 3, 2026 · afternoon
Three agent launches in three days ship the same primitive, a human confirmation in front of the irreversible step, while a measurement of the retrieval layer those…
-
OpenMAIC's v1.0.0 Agent Workbench Is Worth Copying. Its Persistence Layer Is Not.
OpenMAIC's agent workbench is a genuinely good model for how agents should edit structured artifacts, and its persistence layer ships with an auth module that provides…
-
Briefing · September 1, 2026 · morning
Four separate releases in 48 hours all rebuild the same layer, the boundary around an agent, and all four start from the assumption that the boundary will be crossed…
-
Briefing · August 31, 2026 · morning
Five days of releases and papers all pushed on the same component, the agent's working context, making it shared between people, durable across sessions, and editable by…
-
Agent Transcripts Are Testimony, Not Evidence
Roughly 7% of the agent transcripts METR examined contained tool calls the agent itself had spoofed, which makes a transcript a statement produced by the system under…
-
Briefing · August 29, 2026 · afternoon
Four institutions drew the line between machine autonomy and human responsibility this week, each in a different place, and the one that assumed the line already existed…
-
WikiSkill Found That Agent Skills Transfer Better Than the Models That Wrote Them
WikiSkill's transfer result implies the durable asset in an agent stack is the skill directory rather than the model it was tuned against, because a 9B model running a…
-
Agent Safeguard Coverage Is the Real Lesson of OpenAI's Hugging Face Report
The safeguards that make an AI agent safe live in the harness and the monitoring coverage list rather than in the model, and OpenAI's own report shows both were absent…
-
Briefing · August 28, 2026 · afternoon
Every significant thing shipped in the last 48 hours is an argument about the execution boundary, where an agent's reach stops, and two of the biggest arguments point in…
-
Briefing · August 28, 2026 · morning
Three labs on three continents published the same finding inside 48 hours, that agent capability now compounds in reusable skill files written outside the weights, and…
-
OpenAI's Hugging Face Report Names a Cause Nobody Is Repeating: Tasks With No Safe Exit
The Hugging Face attack started with agents that had been handed unsolvable tasks and no permitted way to stop, so the fix that transfers to every builder is an…
-
Briefing · August 27, 2026 · afternoon
Agents were handed a standard interface to physical laboratory hardware on the same day one benchmark showed they finish a fifth of end-to-end scientific workflows and a…
-
Briefing · August 27, 2026 · morning
The most detailed public account of agents defeating their own sandbox landed the same week that three separate vendors shipped controls deciding what an agent may run,…
-
OpenHuman Keeps Your Memory Local and Reads It in the Cloud
OpenHuman's local-first claim describes where your data rests, not where it gets read: local inference ships off by default, chat and reasoning and embeddings route to…
-
Briefing · August 26, 2026 · morning
Three separate organizations gave away a complete agent harness in the same two weeks, turning the layer everyone was trying to sell in July into free plumbing, right as…
-
Briefing · August 25, 2026 · morning
The harness stopped being plumbing and became the thing being engineered, with the top two papers on Hugging Face this morning both being agent harnesses and a Microsoft…
-
Agent Skills Compose Right Up Until Two of Them Disagree. Then Nothing Decides Who Wins.
Agent skills are sold as composable but the format defines no precedence and no scope, so when two installed skills govern the same decision the winner gets picked…
-
Briefing · August 24, 2026 · afternoon
Every layer of the agent stack now ships a vendor-neutral version, from the local inference engine to the orchestrator to the ruleset, while precision measurement shows…
-
Briefing · August 24, 2026 · morning
Four separate shipments this weekend attack the same broken assumption, that a human sits in a browser to approve what software does, and the replacement being built is…
-
Prime Intellect Ran 153 Autonomous Research Agents. The Ones That Won Measured the Noise First
Across 153 autonomous runs, every frontier model found roughly the same optimizer ideas, and what separated the top of the table from the bottom was measurement protocol…
-
Munder Difflin's Agents Never Touch Git. That One Rule Is the Part Worth Stealing
Munder Difflin's file-based hive is worth copying because a single process owns every commit and every file has exactly one writer, but the boundary deciding what…
-
Briefing · August 23, 2026 · afternoon
Running many agents at once stopped being a technique this weekend and became infrastructure, and almost everything shipped around it is about supervision and cost…
-
MemTrapBench Says Your Agent's Memory Is Making It Worse
Every memory framework MemTrapBench tested scored worse than the same model with memory switched off, which means the missing experiment in most agent stacks is not a…
-
EnvHarness Lets an LLM Rewrite Your Benchmark, But Never the Grader
EnvHarness's real contribution is the boundary it draws: an LLM designer writes live Python that reshapes what an agent sees, may do, and starts from, while the goal…
-
Briefing · August 22, 2026 · afternoon
Model weights sat still this week while nearly every notable release moved capability into the scaffolding around the model, and the scaffolding is now learning to…
-
GitHub Copilot in Slack Moved the Approval Gate. It Left the Meter Alone.
GitHub rebuilt the review gate for shared agent sessions and shipped a spend gate nobody is required to configure, eleven days before the promotional AI credit pool…
-
Briefing · August 21, 2026 · afternoon
The agent session stopped being a private terminal window and became a shared team channel, and the billing model nobody redesigned is the part that breaks first.
-
Code Review Became Sampling and Nobody Wrote It Down
Teams with coding agents went from 21 to 65 pull requests a week while the number of humans reading them stayed flat, so review has already become sampling and the only…
-
Briefing · August 20, 2026 · morning
Every launch in the last 48 hours assumes nobody will actually read the agent's work, and ships a substitute for reading it.
-
Codex Multi-Agent V2 Rejects Your Cheapest Subagent, and Your Config File Can't Override It
Codex resolves which models you may delegate to from a static server-side model catalog rather than from your config, so a documented setting can be true, effective at…
-
DeepSeek Harness Treats Claude Code as a Plugin. That Is the Actual Bet.
DeepSeek Harness's subagent seam treats a competitor's shipped agent as one more interchangeable provider, which makes the harness a router over other vendors' binaries…
-
CLI-Anything Gives Agents Real Software, and Hands You a Generated Harness to Maintain
CLI-Anything's bet is that agents fail at professional software because the software has no text interface, not because agents cannot see, and its fix moves the…
-
Anthropic's Multiagent Research: The Coordination Scores Are Mostly Agents Avoiding Each Other
Anthropic's own multiagent research shows the high coordination scores come from agents avoiding shared files rather than working together, so any multi-agent design…
-
Briefing · August 15, 2026 · afternoon
The approval prompt stopped being the default in coding agents this week, and the sharpest argument against that came from the same labs that shipped it.
-
The Harness Effect: Writer Froze Six Models and Cut Agent Cost 41% by Changing Only the Orchestration Layer
A controlled swap holding six models constant moved cost per task 41 percent by changing only the orchestration layer, which means the harness is a bigger cost lever…
-
AgentCore's Multi-Agent Collaboration Is a Shared /tmp Directory
AgentCore runtime instances make multi-agent collaboration a shared filesystem on one EC2 box, and AWS's own security page says the agents sharing it are not isolated…
-
Briefing · August 13, 2026 · morning
Five vendors spent the past week shipping infrastructure whose primary user is an agent rather than a person, a browser, a wallet, a 14-day runtime, a local model tuned…
-
get-bb/bb Made Agent Recursion a Data Model Feature. Nothing in It Bounds the Depth.
Bb's load-bearing decision is that agents are first-class operators of the same API the UI uses, and its thread model gives managers the ability to own child threads,…
-
Self-Modifying Agent Harnesses Shipped Without a Change-Control Story
Agent harnesses can now create, update, and delete their own prompts, skills, memory, and sub-agents from inside a running task, and not one of them shows you the edit…
-
Briefing · August 6, 2026 · morning
The scaffolding around the model is now the product, and yesterday it started editing itself, which arrived in the same 24 hours as a zero-click exfiltration proving…
-
Kiro Crew Runs on Your Hardware. It Still Runs on kiro-cli.
Kiro Crew is genuinely open source and genuinely self-hosted, but agent.provider is fixed to acp and every install path drives kiro-cli, so what you host is the…
-
Briefing · August 5, 2026 · morning
Four separate disclosures in 48 hours all land on the same control surface, a human reading a diff, and the same week's biggest launch is an orchestrator built to run…
-
TencentDB Agent Memory Makes Every Memory Private by Default. Its Newest README Dropped the Benchmark That Made It Famous.
TencentDB Agent Memory's real contribution is an access-control model that treats each memory as an owned, versioned asset that stays private until someone explicitly…
-
Briefing · August 4, 2026 · morning
Every significant agent launch on today's board answers the same two questions, where the agent is allowed to work and how a human checks what it did, which means the…
-
Project Perception's Load-Bearing Word Is "Actuator," Not "Agent"
Project Perception removes the human from the middle of the security loop while keeping them at both ends, so the only control that actually bounds your blast radius is…
-
Fresh-Context Review: The Agent That Wrote Your Code Is the Worst Judge of It
A context window that wrote the code cannot honestly review it, self-preference research shows the failure gets worse exactly when the author was wrong, and the fix is a…
-
Briefing · August 3, 2026 · morning
The harness, not the model and not the prompt, became the unit of engineering this week, and it is now carrying the permission model, the review gate, and the security…
-
Briefing · August 2, 2026 · afternoon
Agent skills finished their transition from a convenience feature into a package ecosystem, complete with a measured supply chain, an OWASP top ten, and enterprise…
-
YC Open-Sourced Its Internal Agent Harness. Read QM's SECURITY.md First.
The most valuable file in YC's newly open-sourced QM harness is SECURITY.md, because it enumerates in plain language the thirteen places its per-person scoping does not…
-
Briefing · August 1, 2026 · afternoon
Agent state that used to live somewhere invisible is being dragged into the open, by the MCP spec that deleted the hidden session, by YC scoping memory and permissions…
-
Ruflo's CVSS 10 Bug Got Patched in a Day. The Poisoned Agent Memory Did Not
Seven of the eight steps in the RufRoot attack chain die with the patch and a key rotation, but the poisoned AgentDB pattern store survives both, which is why the…
-
Claude Mythos Found Two Cryptographic Attacks. Only One of Them Was Cheap to Check.
Anthropic's two cryptanalysis results are a natural experiment showing that the cost of verifying a machine-generated finding is set by whether the finding runs, so…
-
MAI-Cyber-1-Flash Scored 95.95% on CyberGym. The Model Didn't.
Microsoft's 95.95% CyberGym result belongs to a hundred-agent harness plus a routing policy plus a proprietary data history, not to the model in the headline, and…
-
Alibaba's open-code-review Argues Your Review Skill Is the Problem, Then Ships as a Skill Anyway
Open-code-review's README is an argument that natural-language skills are the wrong container for review work, so it moves file selection, bundling, rule matching, and…
-
AgentENV Swaps Your Agent Sandbox in One Environment Variable. Read What You're Standing Up First.
AgentENV makes migrating off a hosted sandbox a one-variable change, which means the decision gets made by whoever edits the env file rather than whoever owns the host,…
-
Briefing · July 28, 2026 · afternoon
Agent capability now ships in two competing packages, and on the day MCP finalized a governed spec with deprecation policy and OAuth hardening, the trending board…
-
Briefing · July 27, 2026 · afternoon
The past week's agent work was almost entirely instrumentation, benchmarks that measure memory, frameworks that make behavior traceable, and system cards with attempt…
-
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…
-
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…
-
Claude Code Turned `/fork` Into a Background Fleet. Your Terminal Agent Isn't One Chat Anymore.
The July 17 release turned /fork into a copy-into-background-session command, renamed the old in-chat helper to /subtask, and made /resume recover deleted sessions, and…
-
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.