Skip to main content

Anaconda Acquires Kilo Code to Unify AI Development from First Prompt to Production

Anaconda Inc. has acquired Kilo Code, an open-source, model-agnostic platform that embeds artificial intelligence (AI) agents directly into developer workflows.

The acquisition integrates Kilo’s rapid-growth community of over three million developers into Anaconda’s expanding enterprise AI-native development ecosystem. The transaction positions Anaconda to secure the entire software development lifecycle, from the developer’s initial prompt to final enterprise deployment.

Financial terms were not disclosed.

The deal represents a major strategic step in Anaconda’s bid to address a critical industry bottleneck: The estimated 80% of enterprise AI projects that fail to reach production. By combining Kilo’s front-end AI agents with Anaconda’s secure package distribution and its recently acquired Outerbounds orchestration platform, Anaconda aims to create a highly secure, continuous pipeline for AI-native software development.

Kilo’s platform is built for agentic engineering, where AI systems perform complex, multi-step development tasks such as planning features, modifying files, and debugging codebases rather than just offering simple line suggestions.

Operating seamlessly across popular tools like VS Code and JetBrains, Kilo’s model-agnostic gateway routes tasks across more than 500 different AI models. This routing flexibility helps enterprises manage spiraling token costs, an increasingly vital capability as Kilo currently orchestrates nearly 10 trillion tokens monthly.

The enterprise appeal of the deal lies in marrying this developer flexibility with robust corporate oversight.

“Every enterprise is asking the same question: how do we let our builders move as fast as AI now allows, without losing control of what ships or failing a compliance audit?” Anaconda CEO David DeSanto said in a statement.

By connecting Anaconda’s security scanners directly to Kilo’s developer interface, companies can enforce model and package policies from the very first keystroke.

The transaction closely follows Anaconda’s April acquisition of Outerbounds, the company behind the open-source Metaflow framework. Together, these moves establish unified, three-tiered architecture for modern development.

Kilo Code provides an agentic workspace for initial coding, debugging, and model selection. Anaconda Core governs package security, vulnerabilities, and reproducible environments. Outerbounds orchestrates production-grade workflows and scalable cloud execution.

Sid Sijbrandij, co-founder of Kilo Code and executive chair at GitLab, praised the synergy. “Kilo has many enthusiastic users doing agentic engineering with the freedom to use any model,” Sijbrandij said. “Anaconda spent over a decade building enterprise trust from packages to secure environments. The combination complements each other very well.”

For existing Kilo users, the platform will continue operating with no immediate changes to its products, pricing, or customer support. Kilo CEO Scott Breitenother noted that joining Anaconda, whose ecosystem reaches over 52 million users, will help Kilo expand into large enterprises that require strict governance. Anaconda plans to share deeper product integration details in the coming months as they align their technologies.



from DevOps.com https://ift.tt/zeu1S8D

Comments

Popular posts from this blog

Shift Left to the Developer’s Machine: Building Local Git Security Gates 

A developer pushes one file. It contains an AWS access key left in a configuration block. Five minutes later, CI catches it. By then, the secret is in the remote repository, cached by mirrors and potentially forked. The developer rotates the key, scrubs the commit history and spends the rest of the afternoon on incident response. The real question isn’t how to clean up faster — it’s why the secret left the developer’s machine in the first place.   The Five-Minute Gap   Most engineering teams have invested in CI-based secret scanning . Tools such as GitHub Advanced Security, GitGuardian and TruffleHog’s CI integration catch leaked credentials in pull requests and pushed branches. This is good, but it’s also too late.   The GitGuardian 2026 State of Secrets Sprawl report found that 29 million secrets were detected on GitHub in 2025 alone — a 34% year-over-year increase and the largest single-year jump ever recorded. Worse, 64% of secrets leaked back in 202...

Building a Security Feedback Process for DevOps

The last few years have seen some major slip-ups in the security space among all major cloud providers, resulting in uncertainty and speculation. That’s understanding; cloud security is an extremely complicated subject as enterprises build and deploy applications faster than ever before to keep up with business requirements. Most of the security issues that occur […] The post Building a Security Feedback Process for DevOps appeared first on DevOps.com . from DevOps.com http://bit.ly/2L1DS7t

Newly Appointed CloudBees CEO Charts Agentic AI Engineering Course

The newly appointed CEO of CloudBees, Mo Plassnig, says that as the agentic artificial intelligence (AI) era dawns, the time has come to reinvent software engineering in a way that moves beyond human-centric tooling. Plassnig, who earlier this month succeeded Anuj Kapur, joins CloudBees from Immuta, a provider of a data security and governance platform, where he served as chief product officer. However, Plassnig was also one of the founders of Codeship, a provider of a hosted continuous integration and continuous delivery (CI/CD) platform that CloudBees acquired in 2018. As the way applications are built and deployed fundamentally changes, DevOps workflows will need to evolve to accommodate massive amounts of code that is being generated by both professional developers and, increasingly, so-called citizen developers, said Plassnig. In fact, writing code is no longer a constraint, he added. Before too long, end users will routinely express an intent that will be converted into a set ...