Skip to main content
Pixelmatters Logo

Key takeaways

  • The category renamed itself in the last twelve months: OpenAI deprecated its own visual Agent Builder on 3 June 2026, eight months after launching it, and killed its managed Evals platform in the same announcement.

  • Only 16% of enterprise agent deployments qualify as true agents: systems where a model both plans and executes, according to Menlo Ventures' December 2025 survey of 495 decision-makers. The rest are routing logic with better branding.

  • 89% of teams deploying agents now grant them write permissions, up from 52% a year earlier, while only 52.4% run offline evaluations. That gap, not tool choice, is what stalls agent projects.

  • There are four layers to buy, not one product: the harness, the runtime, the orchestration framework, and the control plane. Two of those categories didn't exist in mid-2025.

  • Three independent evaluation and observability vendors were acquired in sixteen months: Weights & Biases, Galileo and Arize. That makes "will this vendor exist in eighteen months" a real procurement question.

Frequently asked questions

AI agent development platforms are software products that run, orchestrate or govern autonomous AI agents: systems where a language model plans actions, calls tools to execute them, and adapts based on the results. The term covers four distinct categories: agent harnesses, managed runtimes, orchestration frameworks, and control planes for identity and policy.

An AI agent framework is a library you run yourself that shapes control flow: LangGraph, CrewAI and Google ADK are frameworks. A platform typically also runs the process, provides the sandbox and bills you for execution, like AWS Bedrock AgentCore or the Gemini Enterprise Agent Platform. The distinction matters because a framework is far cheaper to replace than a runtime.

There's no single best framework, and the honest answer depends on your stack. Microsoft Agent Framework 1.0 suits .NET estates and carries an MIT license. LangGraph is strongest where you need durable state and human approval mid-run. Google ADK 2.0 fits Gemini-first, graph-shaped workflows. Pydantic AI V2 wins on type safety and a small API surface.

Most orchestration frameworks are: Microsoft Agent Framework is MIT, Google ADK is Apache 2.0, CrewAI is MIT. Managed runtimes generally are not. Two common misreadings are worth correcting: the Claude Agent SDK is governed by Anthropic's commercial terms rather than an open-source license, and n8n ships under a Sustainable Use License that restricts use to internal business purposes.

Framework licenses are usually free and the cost sits in tokens and compute. AWS charges $0.0895 per vCPU-hour and $0.00945 per GB-hour for the AgentCore harness runtime, with gateway, memory and inference billed separately. LangSmith's Plus tier is $39 per seat per month. Microsoft Agent 365 is $15 per user per month. Anthropic hasn't published Managed Agents pricing. Budget for the multiplier: agents use around 4× the tokens of a chat interaction, and multi-agent systems around 15×.

Gartner predicts over 40% of agentic AI projects will be canceled by the end of 2027 due to escalating costs, unclear business value or inadequate risk controls. The measurable pattern underneath is a coverage gap: 89% of teams deploying agents grant write permissions while only 52.4% run offline evaluations. Context degradation, non-linear token costs and near-absent confidentiality awareness in current models compound it.

An AI agent harness is the infrastructure wrapping a model to manage long-running tasks: the agent loop, context compaction, tool approval, subagents and session state. Claude Agent SDK, Microsoft's Harness Agent, the AWS AgentCore harness and LangChain's Deep Agents are the main options, all shipped since early 2025. It's the hardest layer to change later, because your prompts and tool definitions encode its assumptions.

Yes, and MCP is one of the few safe bets in this stack. Anthropic donated the Model Context Protocol to the Linux Foundation's Agentic AI Foundation in December 2025, co-founded with Block and OpenAI, with AWS, Google and Microsoft as platinum members. Building tool integrations against MCP rather than a vendor's proprietary tool format is what makes a platform migration survivable.


Tiago Coelho

CTO

As CTO of Pixelmatters, Tiago Coelho leads the engineering organization, wrote the handbook and quality standards it ships against, and is rebuilding delivery around AI. He writes on technology strategy and engineering leadership.

Share this article

Related Insights