What happened
On April 15, 2026, OpenAI updated its Agents SDK to include a model-native harness, essentially commoditizing the execution environment for autonomous agents. This followed Anthropic’s April 8 launch of "Managed Agents," which provides a hosted, sandboxed environment for agentic workflows. By April 18, a clear pricing divide emerged: Anthropic is betting on a "session-hour" billing model ($0.08/hr), while OpenAI is pushing an open-source, infrastructure-agnostic approach that requires developers to manage their own execution compute.
Why it matters for Product Managers
This shift moves AI product strategy beyond simple token costs into the realm of infrastructure management. For a senior PM in SaaS, the choice of harness dictates your long-term margins and security posture. A managed harness like Anthropic’s reduces engineering overhead for sandboxing and identity verification but introduces a new "always-on" cost dimension that must be passed to the customer. Conversely, OpenAI’s model-native approach offers more architectural flexibility but requires your team to manage the execution risk and compute scaling of autonomous agents, potentially increasing your dev-ops burden.
What to do about it
- Conduct a session density audit. Determine if your current agentic features are short-burst tasks or long-running autonomous workflows. Short-burst tasks may be more cost-effective on OpenAI’s model-native harness, while long-running sessions favor the predictability of Anthropic’s per-hour billing.
- Re-model your unit economics. If you are moving toward autonomous features, update your COGS models using the new $0.08/hour benchmark. Determine if your current subscription tiers can absorb session-based costs or if a shift to usage-based billing is required.
- Verify Model Context Protocol (MCP) compliance. Ensure your internal tools and third-party integrations are standardized via MCP. This ensures your agents remain portable between different harness providers as the market matures.
- Assess security for computer-use features. If your product requires agents to interact with sensitive customer data or local file systems, weigh the cost of Anthropic’s managed sandboxing against the internal engineering cost of building a secure, isolated execution layer in-house.