Anaconda announced Wednesday that it is acquiring Outerbounds, the company behind Metaflow, an open source orchestration framework for AI and machine learning that originated at Netflix. The transaction positions Anaconda as a complete platform for AI-native development, offering enterprises a structured approach to move from experimental AI work into production environments.

The strategic move underscores a fundamental shift in enterprise software development. Nearly half of all new code in enterprise systems now comes from AI generation, according to Anaconda's analysis. However, this AI-generated code carries significant liabilities: it produces 1.7 times as many defects compared to code written by humans, and 80% of dependencies suggested by AI coding assistants contain known security vulnerabilities.

Agents are introducing 1.7x more bugs into the software.

Anaconda CEO David DeSanto

DeSanto explained to The New Stack that organizations face a difficult choice: "There are a lot of organizations saying to us: we have to trade off between the velocity of an agent and the quality of a human." He elaborated that the consequence of this trade-off undermines the value proposition of AI agents themselves. "Agents are introducing 1.7x more bugs into the software, which means humans are trying to fix that, which means they're almost not getting the value of leveraging the agent to start with."

Governance Becomes the Bottleneck

DeSanto contends that the constraint in AI-driven development has shifted. Writing code is no longer the limiting factor; instead, the challenge lies in managing and securing everything that code depends upon—across distributed systems, at scale, with reproducibility and safety guarantees. Anaconda aims to bridge this gap.

In a press statement, DeSanto articulated the company's vision: "The future belongs to AI-native development, where the AI model is the core of how applications are built, not something bolted on at the end. The problem enterprises face today is that delivering on that vision requires stitching together tools, platforms, and governance components that were never designed to work as one, nor to even work with AI. Until now, no other platform has spanned the entire AI-native development lifecycle."

He also noted a broader transformation in roles and responsibilities. "We don't want to just be for data scientists," DeSanto told The New Stack. "Data scientists are becoming AI engineers now. Software developers are being asked to write code that works with AI models. Realistically, everyone's becoming that AI developer."

Proven at Scale, Trusted by Enterprise

Metaflow carries substantial credibility from its origins. Netflix built the framework internally to manage production-grade AI and machine learning operations, and it is now deployed at organizations including Realtor.com, GE HealthCare, and Warner Bros.

Outerbounds has evolved Metaflow into a comprehensive enterprise offering. According to Ville Tuulos, CEO and co-founder who previously headed AI and machine learning efforts at Netflix, the platform manages orchestration and compute scaling across any infrastructure without binding customers to a single cloud vendor.

There's a big responsibility aspect that oftentimes gets forgotten in this AI mania.

Ville Tuulos

Tuulos emphasized that Netflix's organizational culture emphasizes both autonomy and accountability. "Netflix has this cultural value of freedom and responsibility. It's very useful to have enough freedom to choose the best tool for the job," he said. "But there's a big responsibility aspect that oftentimes gets forgotten in this AI mania."

Anaconda's cloud-agnostic approach aligns with its established market position. The company serves more than 50 million users and has accumulated 21 billion downloads by functioning as the foundational platform for Python-based data science and AI development, delivering secure packages, validated dependencies, and reproducible builds.

Security Embedded, Not Appended

Both companies emphasize that their combined platform prioritizes security as a foundational design principle rather than an afterthought.

"Our platform always deploys in the customer's own environment, which is actually somewhat different from any other SaaS services," Tuulos explained to The New Stack. "For all of our customers, everything runs securely in their own cloud or on-prem. Doing that is much harder — but there's a lot of value in it."

The acquisition bridges a critical gap by extending Anaconda's trusted foundation through to production orchestration. Previously, teams had to assemble multiple disparate tools to achieve this continuity.

Tuulos highlighted the alignment of engineering philosophies: "What makes this combination so powerful is a shared commitment to Python, reproducibility, and software engineering best practices. Together, we can give data scientists and AI engineers everything they need to move from secure environments to production-grade orchestration, and turn AI innovation into real, measurable outcomes."

The Model as Foundation

The acquisition reflects a structural difference between AI-native development and conventional software engineering. In AI-native systems, the model itself constitutes the core; surrounding code exists to support it by managing data inputs, directing outputs, handling dependencies, and ensuring security and reproducibility.

AI agents are providing the code, but this idea of providing the outer bounds.

Ville Tuulos

Tuulos described the evolving role of human developers: "The entity producing the code in the middle is not a data scientist anymore — increasingly it's AI agents. So, the AI agents are providing the code, but this idea of providing the outer bounds, those boundaries in an enterprise environment within which you can run this code with confidence — that is more relevant than ever." This framing also explains Outerbounds' name.

While humans remain involved in setting objectives and making architectural choices, the volume and sophistication of code flowing through enterprise systems has exceeded what manual review can handle.

Unified Platform on Customer Infrastructure

Anaconda states that the merged platform delivers workflow orchestration, compute management, experiment tracking, and enterprise governance as a single integrated offering, operating on infrastructure that organizations already own and manage.

Anaconda has committed to maintaining Metaflow as an open source project, with its engineers contributing to the framework alongside the commercial offering. This approach reflects Anaconda's established commitment to open source stewardship across the data science and AI landscape.

Source: The New Stack