{"query":"agent","results":[{"slug":"microsoft-agent-framework-a2a-expose-consume-agent","title":"How to Let Your Agent Talk to Agents You Don't Own: A2A in Microsoft Agent Framework","dek":"Microsoft Agent Framework 1.0 ships native A2A support. Here's how to consume a remote agent in three lines — and expose yours so other people's agents can call it — with code.","section":"stack","snippet":"Most agent tutorials assume your agent owns every tool it calls. Real systems aren…","url":"/posts/microsoft-agent-framework-a2a-expose-consume-agent.html","markdown":"/posts/microsoft-agent-framework-a2a-expose-consume-agent.md"},{"slug":"bedrock-agentcore-vs-vertex-agent-engine-vs-foundry-hosted-agents","title":"Bedrock AgentCore vs Vertex Agent Engine vs Foundry Hosted Agents: The Managed Agent Runtime, Compared","dek":"All three hyperscalers now sell a managed home for your agent. Each one makes a different bet on which hard part of running an agent you don't want to own — and all three quietly move your agent's memory onto their substrate.","section":"wire","snippet":"You can now build an agent in any framework you like and still face…","url":"/posts/bedrock-agentcore-vs-vertex-agent-engine-vs-foundry-hosted-agents.html","markdown":"/posts/bedrock-agentcore-vs-vertex-agent-engine-vs-foundry-hosted-agents.md"},{"slug":"tool-highlight-ledger-agent-stack-hardware-approval-for-agents","title":"Tool Highlight: Ledger Agent Stack — Give Your Agent the Keys to Nothing","dek":"An agent that can move money is an agent that can be tricked into moving money. Ledger's open-source Agent Stack lets an agent read balances and draft transactions all day — but the signature only happens on a physical device the agent can't reach. The guardrail lives outside the runtime.","section":"stack","snippet":"An AI agent that can move money is, by construction, an agent that can…","url":"/posts/tool-highlight-ledger-agent-stack-hardware-approval-for-agents.html","markdown":"/posts/tool-highlight-ledger-agent-stack-hardware-approval-for-agents.md"},{"slug":"bedrock-agentcore-unified-observability-one-log-group","title":"One Log Group, Whole Agent: Bedrock AgentCore's Unified Observability Just Turned On by Default","dek":"Since July 20, 2026, every new AgentCore agent streams its traces, prompts, structured logs, and stdout into a single per-agent CloudWatch log group — no config. Here's the exact path, the one console toggle that makes traces show up, and how to scope access and export it.","section":"stack","snippet":"…For a new agent, look for  /aws/bedrock-agentcore/runtimes/<agent_id -<endpoint_name…","url":"/posts/bedrock-agentcore-unified-observability-one-log-group.html","markdown":"/posts/bedrock-agentcore-unified-observability-one-log-group.md"},{"slug":"expose-agent-as-mcp-server","title":"Your Agent Is Now an MCP Server: What Exposing an Agent as a Tool Quietly Throws Away","dek":"Deploy a LangGraph agent and it auto-publishes a /mcp endpoint, so any client can call it as a tool. Convenient — and lossy. A tool call is a flattened agent, and the parts it flattens are the parts that made it an agent.","section":"wire","snippet":"…Recursive composition — agents calling agents as tools — without [A2A](/posts/a2a-vs-mcp.html…","url":"/posts/expose-agent-as-mcp-server.html","markdown":"/posts/expose-agent-as-mcp-server.md"},{"slug":"tool-highlight-agentprizm-governed-agent-memory-skills","title":"Tool Highlight: AgentPrizm — Governed Memory and Skills for Your Agents","dek":"A hosted memory-plus-skills layer for MCP agents that promises audit receipts and right-to-forget; free to start, but you're renting your agents' memory.","section":"stack","snippet":"…AgentPrizm ([agentprizm.com](https://agentprizm.com/)) is a hosted, \"governed\" memory-and-skills layer…","url":"/posts/tool-highlight-agentprizm-governed-agent-memory-skills.html","markdown":"/posts/tool-highlight-agentprizm-governed-agent-memory-skills.md"},{"slug":"claude-managed-agents-per-session-overrides","title":"Override a Claude Agent's Model and Tools for One Session — Without Versioning It","dek":"Claude Managed Agents let you swap the model, system prompt, tools, MCP servers, or skills for a single session with agent_with_overrides — no new agent version, no config drift. Here's the exact call, the tri-state rules, and the two 400s that will bite you.","section":"stack","snippet":"Claude Managed Agents make you commit up front. The agent is a persisted, versioned…","url":"/posts/claude-managed-agents-per-session-overrides.html","markdown":"/posts/claude-managed-agents-per-session-overrides.md"},{"slug":"congress-agentic-trading-sec-clock-july-31","title":"Congress Just Put a July 31 Clock on Agent Trading — What Founders Building Money-Touching Agents Should Read Now","dek":"Eight House Democrats gave the SEC until July 31 to answer 13 questions about brokerages letting AI agents trade for retail clients. The letter names the risk every founder shipping a money-touching agent should already be designing around: correlated agents that herd.","section":"wire","snippet":"…A single bad agent hurts one portfolio. A million agents that all read the…","url":"/posts/congress-agentic-trading-sec-clock-july-31.html","markdown":"/posts/congress-agentic-trading-sec-clock-july-31.md"},{"slug":"2026-03-07-agenthost-vercel-for-ai-agents","title":"AgentHost: Vercel for AI Agents","dek":"You can now deploy an AI agent site with one curl command. No signup. No config. HTTPS in under a second.","section":"dispatches","snippet":"Deploying something agents build should be as fast as agents build it. That's…","url":"/posts/2026-03-07-agenthost-vercel-for-ai-agents.html","markdown":"/posts/2026-03-07-agenthost-vercel-for-ai-agents.md"},{"slug":"agent-identity-standards-track-give-agents-real-ids","title":"The UN Just Put Agent Identity on the Standards Track. Give Your Agents Real IDs Before It Lands.","dek":"The ITU's new Focus Group on Agentic AI is a two-year signal, not a spec. But the teams that win when the rules arrive are already doing the one thing it will require — issuing agents their own identity instead of borrowing a human's.","section":"wire","snippet":"The UN's telecom agency, the ITU, launched a   Focus Group on Agentic AI…","url":"/posts/agent-identity-standards-track-give-agents-real-ids.html","markdown":"/posts/agent-identity-standards-track-give-agents-real-ids.md"},{"slug":"agent-client-protocol-acp-vs-mcp","title":"Agent Client Protocol (ACP): The Third Protocol Named ACP, and Why It's LSP for Coding Agents","dek":"MCP gives an agent tools. ACP gives an agent an editor. The role swap between them is the whole architecture — and it's the reason the same three letters now point at three unrelated standards.","section":"wire","snippet":"…MCP gives an agent tools. ACP gives an agent an editor. In a single…","url":"/posts/agent-client-protocol-acp-vs-mcp.html","markdown":"/posts/agent-client-protocol-acp-vs-mcp.md"},{"slug":"tool-highlight-nooa-nvidia-object-oriented-agent-harness","title":"Tool Highlight: NOOA — NVIDIA's Object-Oriented Agent Framework Makes an Agent Auditable by Design","dek":"Most agent frameworks bolt tracing on after the fact. NOOA — NVIDIA's open-source labs-OO-Agents — makes the agent itself a plain Python class, so every capability, every piece of state, and every model call is testable, traceable, and version-controlled from the first line. It's the harness-layer piece of the new Open Secure AI Alliance.","section":"stack","snippet":"Ask a team running an agent in production the one question that matters after…","url":"/posts/tool-highlight-nooa-nvidia-object-oriented-agent-harness.html","markdown":"/posts/tool-highlight-nooa-nvidia-object-oriented-agent-harness.md"},{"slug":"2026-07-23-founders-wire-measure-identify-account-agents-in-production","title":"The Founder's Wire, Week of July 23: AWS Starts Measuring Coding Agents, Identity Gets an AI-Native Rebuild, and Gartner Puts a Number on the Agent Economy","dek":"Three verified moves that rhyme: the agent stack grew an accountability layer this week. Coding-agent value became a dashboard, machine and agent identity got a $60M rebuild, and the consultants finally priced what's at stake.","section":"wire","snippet":"…AWS started measuring coding-agent value\n\nAmazon CloudWatch   launched Coding Agent Insights on July…","url":"/posts/2026-07-23-founders-wire-measure-identify-account-agents-in-production.html","markdown":"/posts/2026-07-23-founders-wire-measure-identify-account-agents-in-production.md"},{"slug":"running-ai-agents-on-kubernetes-kagent-agentgateway","title":"How to Run AI Agents on Kubernetes: kagent, agentgateway, and the Data-Plane Split","dek":"Kubernetes already solved \"declare a workload, let a mesh own the network.\" Agents on K8s are quietly re-deriving the same split — and the mistake is letting your framework own connectivity.","section":"stack","snippet":"The first time you put an agent on Kubernetes, the temptation is obvious and…","url":"/posts/running-ai-agents-on-kubernetes-kagent-agentgateway.html","markdown":"/posts/running-ai-agents-on-kubernetes-kagent-agentgateway.md"},{"slug":"2026-06-24-where-to-run-a-long-running-ai-agent","title":"Cloudflare Agents vs Bedrock AgentCore vs Vercel: Where to Run a Long-Running AI Agent","dek":"The three managed agent runtimes don't really compete on price or region. They compete on one question — who owns the agent's state during the hours it sits idle, waiting.","section":"wire","snippet":"Most of what you read about agent infrastructure benchmarks the wrong moment. It clocks…","url":"/posts/2026-06-24-where-to-run-a-long-running-ai-agent.html","markdown":"/posts/2026-06-24-where-to-run-a-long-running-ai-agent.md"},{"slug":"deepagents-code-acp-langchain-coding-agent","title":"LangChain's Deep Agents Now Ships Its Own Coding Agent — and Speaks ACP","dek":"In early July, Deep Agents quietly split into three shippable packages: a model-agnostic harness, a terminal coding agent, and an ACP adapter. The library became a product line — and unbundled the coding agent from both the model and the editor.","section":"wire","snippet":"Somewhere between two alpha tags on July 6th and 7th, LangChain's Deep Agents…","url":"/posts/deepagents-code-acp-langchain-coding-agent.html","markdown":"/posts/deepagents-code-acp-langchain-coding-agent.md"},{"slug":"agent-registry-vs-mcp-registry-discovery","title":"Agent Registry vs MCP Registry: The New Discovery Layer, and Why It's Already Fragmenting","dek":"The MCP registry catalogs tools. The agent registry catalogs agents — and AWS, Google, and Microsoft each shipped one this quarter that can't see the others.","section":"wire","snippet":"For most of 2025, agent discovery meant one question —  where do I find MCP…","url":"/posts/agent-registry-vs-mcp-registry-discovery.html","markdown":"/posts/agent-registry-vs-mcp-registry-discovery.md"},{"slug":"tool-highlight-agent-zero-open-source-agent-computer","title":"Tool Highlight: Agent Zero — the Open-Source Agent You Give a Whole Computer","dek":"What Agent Zero is, who it's for, how to start in one docker command, what it costs (free), and the honest catch — the self-hosted, multi-agent framework that hands an AI a real Linux desktop, a browser, and a shell.","section":"stack","snippet":"Most AI agent tools hand the model a chat box and a few functions…","url":"/posts/tool-highlight-agent-zero-open-source-agent-computer.html","markdown":"/posts/tool-highlight-agent-zero-open-source-agent-computer.md"},{"slug":"microsoft-agent-framework-vs-langgraph-vs-claude-agent-sdk","title":"Microsoft Agent Framework vs LangGraph vs Claude Agent SDK: The Founder's Agent-Stack Pick","dek":"Microsoft folded Semantic Kernel and AutoGen into one production framework and shipped it for .NET and Python. That doesn't make it your default — it sharpens a three-way choice that comes down to one question: what are you optimizing for?","section":"wire","snippet":"…Microsoft Agent Framework   (MAF) folds [Semantic Kernel and AutoGen](https://github.com/microsoft/agent…","url":"/posts/microsoft-agent-framework-vs-langgraph-vs-claude-agent-sdk.html","markdown":"/posts/microsoft-agent-framework-vs-langgraph-vs-claude-agent-sdk.md"},{"slug":"multi-agent-vs-single-agent","title":"Multi-Agent vs Single-Agent: When More Agents Actually Help","dek":"Two of the most-cited essays on agent design say opposite things. They are both right — the disagreement is really about whether your task reads or writes.","section":"wire","snippet":"…The single agent grinds through it sequentially and fails. The multi-agent system splits…","url":"/posts/multi-agent-vs-single-agent.html","markdown":"/posts/multi-agent-vs-single-agent.md"},{"slug":"tool-highlight-honeycomb-agent-observability-otel-native","title":"Tool Highlight: Honeycomb Agent Observability — Watch Your Agents Without a Proprietary SDK","dek":"Honeycomb pointed its production observability platform at agents: OpenTelemetry-native, no vendor SDK, no framework lock-in — and it renders multi-agent, multi-trace runs as one timeline.","section":"stack","snippet":"…Open Agent Timeline.   It stitches a multi-agent, multi-trace workflow into one view…","url":"/posts/tool-highlight-honeycomb-agent-observability-otel-native.html","markdown":"/posts/tool-highlight-honeycomb-agent-observability-otel-native.md"},{"slug":"agent-tooling-moved-state-out-of-the-request-july-2026","title":"The Week Agent Tooling Admitted Agents Are Long-Running: AI SDK 7, VS Code's Agent Host, and MCP's Stateless Core","dek":"Three unrelated releases landed in seven days and all made the same move: pull state and process out of the request. It's the clearest signal yet that the whole stack now assumes your agent runs for minutes, gets interrupted, and has to survive it.","section":"wire","snippet":"…the agent stack has stopped pretending an agent run is one HTTP call. AI…","url":"/posts/agent-tooling-moved-state-out-of-the-request-july-2026.html","markdown":"/posts/agent-tooling-moved-state-out-of-the-request-july-2026.md"},{"slug":"a2a-protocol-at-one-year-adoption-reality","title":"A2A at One Year: Is Agent-to-Agent Interoperability Actually Happening?","dek":"The Agent2Agent protocol now claims 150-plus organizations and a slot in every major cloud. The number that matters isn't logos — it's whether agents from different vendors are really negotiating work across a trust boundary, and the honest answer is \"barely, and not for the reason you think.\"","section":"wire","snippet":"A year ago, \"agent interoperability\" was a slide. Google [announced the Agent2Agent protocol](https…","url":"/posts/a2a-protocol-at-one-year-adoption-reality.html","markdown":"/posts/a2a-protocol-at-one-year-adoption-reality.md"},{"slug":"github-agent-hq-pick-your-agent-claude-codex-founder-lock-in","title":"GitHub Made Your Coding Agent a Dropdown: What Agent HQ's 'Pick Your Agent' Actually Frees You From","dek":"Copilot now lets you run Claude or Codex as the agent inside VS Code, JetBrains, and the CLI. Swapping the model is one click — but the thing that actually locks you in moved one layer up, into the harness you configure around it.","section":"stack","snippet":"GitHub spent this month turning the coding agent into a dropdown. Under the \"Agent…","url":"/posts/github-agent-hq-pick-your-agent-claude-codex-founder-lock-in.html","markdown":"/posts/github-agent-hq-pick-your-agent-claude-codex-founder-lock-in.md"},{"slug":"declarative-agents-yaml-vs-code","title":"Declarative Agents: When a YAML File Should Define Your Agent — and When It Can't","dek":"Microsoft and Google both now let you define an agent in YAML instead of code. The split isn't about simplicity — it's about whether your agent's logic lives in its wiring or in its decisions.","section":"wire","snippet":"For most of the short history of agent frameworks, defining an agent meant writing…","url":"/posts/declarative-agents-yaml-vs-code.html","markdown":"/posts/declarative-agents-yaml-vs-code.md"},{"slug":"aws-bedrock-agentcore-explained","title":"AWS Bedrock AgentCore, Explained: The Agent Runtime That Doesn't Care Which Framework You Use","dek":"Amazon's agent platform sells you everything except the agent. Here is what the seven services actually do, what the numbers mean, and why the neutrality is the whole strategy.","section":"wire","snippet":"Amazon announced   Bedrock AgentCore   in preview at the New York Summit on July 16…","url":"/posts/aws-bedrock-agentcore-explained.html","markdown":"/posts/aws-bedrock-agentcore-explained.md"},{"slug":"agent-handoffs-langgraph-openai-adk","title":"Agent Handoffs in LangGraph, OpenAI Agents SDK, and Google ADK: What Actually Transfers With Control","dek":"Every multi-agent framework now has a handoff primitive, and they all look the same in the demo. The difference that bites you in production is what rides along when one agent passes the baton to the next.","section":"wire","snippet":"Watch three multi-agent demos back to back — one in LangGraph, one in the…","url":"/posts/agent-handoffs-langgraph-openai-adk.html","markdown":"/posts/agent-handoffs-langgraph-openai-adk.md"},{"slug":"ai-agent-sprawl-governance-registry","title":"Agent Sprawl: Why AI Agent Governance Now Starts With a Registry","dek":"Microsoft, Okta, and AWS all shipped the same first move against unmanaged agents — an inventory. It's the shadow-IT playbook again, except this time the thing you can't see replicates itself.","section":"wire","snippet":"…Microsoft's Agent 365 went generally available on May 1 with an   Agent Registry…","url":"/posts/ai-agent-sprawl-governance-registry.html","markdown":"/posts/ai-agent-sprawl-governance-registry.md"},{"slug":"hubspot-agent-hub-pay-per-result-pricing-founders","title":"Tool Highlight: HubSpot's Agent Hub, and the Pay-Per-Result Price That Actually Matters","dek":"HubSpot put its AI agents in a no-code console on July 23 — but the number a founder should read is the price tag: $1 per recommended lead, and you don't pay the support agent until it closes the ticket.","section":"stack","snippet":"…On   July 23, 2026  , HubSpot put its AI agents behind one console —   Agent Hub…","url":"/posts/hubspot-agent-hub-pay-per-result-pricing-founders.html","markdown":"/posts/hubspot-agent-hub-pay-per-result-pricing-founders.md"},{"slug":"harness-agent-dlc-sdlc-for-agents","title":"Harness Shipped an SDLC for Agents: 'Build, Test, Deploy, Govern' When the Code Is Non-Deterministic","dek":"On July 21, Harness put five new products around the AI agent lifecycle — evals as quality gates, prompts behind feature flags, OpenTelemetry traces, deployment governance. The bet is that agents ship through the same pipeline as your code.","section":"wire","snippet":"…that agents don't get their own special lifecycle.   Agent DLC   — five products shipped…","url":"/posts/harness-agent-dlc-sdlc-for-agents.html","markdown":"/posts/harness-agent-dlc-sdlc-for-agents.md"}]}