Beat: agent-identity
41 pieces filed under agent-identity, 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…
-
Briefing · September 9, 2026 · afternoon
Today's launches all narrow what an agent is allowed to be, a named caller or a two-megabyte task instead of a general capability, while the day's biggest story is a lab…
-
Briefing · September 2, 2026 · afternoon
Frontier models are now shipping in matched pairs built on shared foundations and separated by which safeguards an account is entitled to, which turns capability into a…
-
Briefing · September 1, 2026 · afternoon
Anthropic shipped two models today that are the same model, and everything around them moves the control surface off the weights and onto the account, so who you are now…
-
Briefing · August 30, 2026 · morning
Five vendors shipped changes in the same 48 hours that all stop accepting a claim about identity or permission at face value, and start demanding proof at the moment of…
-
Briefing · August 29, 2026 · morning
Access to models and to agents is now decided at the identity and ownership layer rather than the API layer, and four separate moves inside 48 hours pushed that gate in…
-
OpenConnector Takes the Token Away From Your Agent. The OAuth Work Does Not Go Anywhere.
OpenConnector genuinely removes provider credentials from the agent process, but its own README says plainly that every self-hosted path leaves you registering and…
-
OpenWiki, LangSmith Engine, and the Admin Plugin All Shipped Receipts. None of Them Checks Who Asked.
Agent systems now verify their own output with cheap deterministic checks, but none of them binds the actor's authority into the record, so a clean receipt is exactly…
-
Briefing · August 26, 2026 · afternoon
Three products shipped the same primitive on August 25, a durable version-stamped record of why the system believes or did something, which means the receipt is becoming…
-
Cloudflare's Optional OAuth Scopes Make Partial Grants Normal, and Most Agents Will Break On Them
Cloudflare's optional OAuth scopes turn partial grants into a routine outcome, so every agent and MCP server that assumes it received the scopes it requested now carries…
-
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…
-
Briefing · August 23, 2026 · morning
Across protocol, infrastructure, tooling and research this weekend, the same move keeps repeating, replacing a stated claim with a mechanically checkable one.
-
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 · morning
Four vendors shipped narrower permissions at the exact moment an agent acts, and a Rust crate that ran malware during cargo build showed why the moment of execution is…
-
CopilotKit's OpenBot Writes the Audit Row Before the Action
OpenBot's reusable idea is the ordering rather than the sandbox: the audit row is written before the action so a crashed or refused call still leaves a record, and that…
-
Claude Code Self-Hosted Environments Move Execution, Not Inference
Self-hosted environments put Claude Code session execution inside your network while prompts, tool results, and transcripts still travel to api.anthropic.com, which…
-
Mercury Gave AI Agents Their Own Credit Cards. The Control Moved Into the Authorization.
Mercury's Agent Cards replace per-transaction human approval with limits enforced at the point of sale, which controls how much an agent spends and where but never why,…
-
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 · afternoon
The harness became the contested layer today, with DeepSeek open-sourcing its agent runtime under MIT while raising model prices up to 1,100 percent, NVIDIA shipping a…
-
Briefing · August 12, 2026 · afternoon
Four vendors spent this week retiring the human approval click as an agent safety control and replacing it with a classifier, an enrollment program, a cloud perimeter,…
-
GPT-5.6-Cyber and Muse Glimmer Shipped the Same Day. Identity Replaced Licensing as the Gate.
OpenAI and Meta shipped opposite access models within hours of each other on August 10, and the split shows vendors now gate individual capabilities by blast radius…
-
Briefing · August 11, 2026 · morning
On the same day, one vendor put its strongest agentic capability behind identity verification and hardware keys while another gave a capable agent model away under…
-
Cloudflare OS Gatekeepers Fix Agent Approvals by Lying to the Agent
The reason people run agents with permissions disabled is that approval is synchronous and blocks the whole run, and Cloudflare OS fixes that by having its Gatekeepers…
-
Briefing · August 5, 2026 · afternoon
In four days the industry issued agents the full kit of a human employee (a computer, a wallet, an identity, an operating system) and every control shipped alongside…
-
Briefing · August 4, 2026 · afternoon
Three separate stories today all break at the same joint, systems that verify which identity signed an action but never verify what caused that identity to sign, which…
-
SOUL.md and MEMORY.md Are the Files That Survive Uninstall. Your Skill Manager Never Touches Them
Agent identity files are the persistence layer of the skills ecosystem because they load into context before every session and no package manager owns them, so removing…
-
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…
-
OpenConnector Hands Your Agent 8,310 SaaS Actions. Credential Encryption Is Off by Default.
OpenConnector's value is the credential boundary rather than the provider count, and that boundary ships unlocked because encryption, the admin token, and the action…
-
Briefing · July 31, 2026 · morning
Four separate disclosures and shipments in seventy-two hours all turned on the same question, what an agent can reach on the network and whether anyone checked that…
-
Briefing · July 30, 2026 · morning
Three shipments in 48 hours moved capability out of the model and into the harness around it, and the same 48 hours priced the harness as the new attack surface.
-
MCP 2026-07-28 Goes Stateless: The Session Didn't Disappear, It Moved Into Your Model's Context
MCP's stateless rework deletes the session from the transport and rebuilds it as an explicit handle the model threads through tool arguments, which is a real…
-
GitHub's Bug Bounty Restructure Answers AI-Generated Reports With a Price, Not a Filter
GitHub answered the flood of AI-generated vulnerability reports by repricing the act of submitting rather than trying to detect machine-written text, and the same policy…
-
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…
-
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…
-
MCP Enterprise-Managed Authorization, the Claude Apps Gateway, and ARD All Stop at the Same Line
Every agent governance layer that shipped or stabilized this month authorizes connections and not actions, and each spec says so in its own security section (EMA stable…
-
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 19, 2026 · afternoon
Regulators, payment rails, and hardware makers began treating the agent as a first-class actor (EU Android access, x402 payments over HTTP, Codex hardware) faster than…
-
1Password for Claude Logs an Agent In Without the Password. The Part It Doesn't Fix Is the Part That Bites.
Zero-exposure credential delegation is a real fix for credential leakage (a leaked model context can no longer leak your login, and Agentic Mode cages the vault) but…
-
Briefing · July 17, 2026 · morning
The interesting layer moved from the model to the permission boundary around it: 1Password credentials Claude never sees, MCP auth moving onto OAuth and OpenID Connect,…