One day after Anthropic announced its Managed Agents platform, LangChain published a direct response: Deep Agents Deploy, a model-agnostic agent deployment platform that handles orchestration, memory, and sandboxed execution with a single deepagents deploy command. The positioning is explicit — the blog post names Claude Managed Agents in the headline and builds the pitch around a specific claim: when you run agents on a proprietary platform, your agent’s accumulated memory becomes that platform’s asset, not yours.

The memory argument is the one to take seriously. An agent harness is not just execution infrastructure — it is a context management system. Over time, as an agent learns your users’ preferences, your codebase patterns, or your customers’ behaviour, that knowledge lives in whatever memory store the harness manages. On Anthropic’s platform, that memory is in Anthropic’s infrastructure, accessible through their API, governed by their data handling policies. Deep Agents Deploy stores memory using open formats (the AGENTS.md standard) with direct API access. The same memory is queryable, exportable, and readable without going through the platform. If you switch models or move infrastructure, you take the memory with you.

The practical implications depend on what your agents are actually doing. For a short-context agent executing one-off tasks, memory portability is irrelevant — there is nothing to port. For an agent that accumulates customer-specific context over months of interactions, or one that learns from a codebase it has been working in for weeks, the memory store becomes a meaningful proprietary asset. Locking that asset to a single vendor’s platform is a risk that looks minor at deployment and becomes significant at migration time.

Deep Agents Deploy supports any LLM provider — OpenAI, Anthropic, Google, open models — and can self-host via LangSmith Deployments for teams that need full data sovereignty. The 30+ endpoints cover common integration patterns. The platform is in beta, which means the operational maturity question is open. Anthropic’s platform has enterprise customers already in production; LangChain’s is earlier.

The broader dynamic is that the agent infrastructure market is stratifying quickly. Anthropic is betting on a managed, integrated experience where the model and the orchestration layer are from the same vendor. LangChain is betting that teams will prioritise flexibility and data control over integration convenience. Both bets have merit depending on team size, vendor tolerance, and how much accumulated agent memory matters to the specific use case. The decision is worth making explicitly rather than defaulting to whichever platform you hear about first.