What Open Source Projects Can Learn From the First b.o.s.s. town hall

A New Kind of Town Hall Open source software is everywhere. It powers scientific discovery, financial systems, climate models, and the AI tools reshaping every industry. But ask most people who built those tools whether they can tell you how many people depend on their work, and you’ll often get a shrug. That’s what the […]

What’s New in Anaconda Main for AI Development

What's New in Anaconda Main for AI Development

If you’ve been supplementing main with conda-forge or PyPI to get your AI stack working, this post is for you. Over the past two quarters, Anaconda has significantly expanded main channel coverage for AI development—faster PyTorch releases, broader GPU support, and new packages that complete the AI workflow stack. Here’s what’s new and why it […]

AI in Banking: How Financial Institutions Are Scaling Intelligent Systems

The banking industry has been a pioneer and proving ground for enterprise AI. Even before other sectors experimented with pilots, financial institutions moved AI from proof of concept to production at scale. This shift has happened over the past decade, as banking’s data-rich environment, regulatory requirements, and competitive pressures pushed the industry to adopt AI […]

The Python Packages You Didn’t Install Are Now Your Biggest Security Risk

It’s been a brutal two weeks for the open source supply chain. On March 19, the Trivy vulnerability scanner, the tool many teams rely on to detect supply chain attacks, was itself compromised (oh, the irony). Five days later, a cascading effect from the Trivy breach led directly to the compromise of LiteLLM, one of […]

Can You Answer These 7 Questions About Your AI?

Two professionals review information on a laptop together in a modern office environment, alongside the text "Can You Answer These 7 Questions About Your AI?" and the Anaconda logo.

On March 24, 2026, attackers reportedly slipped malicious code into two versions of LiteLLM—a Python library and API gateway that sits inside millions of enterprise AI stacks. Organizations that didn’t know LiteLLM was running in their environment had no way of knowing they were exposed. That last point is a recurring problem. Supply chain attacks […]

Dependency Hell in AI: Why ML Package Conflicts Are a Governance Problem

The Problem That Looks Like a Tuesday It usually starts with a help desk ticket or a Slack message that says something like: “The model we deployed last month is throwing errors in production.” An engineer digs in. The culprit is not the model itself. It is a transitive dependency—a package that another package requires—that […]

When the world begins to shift underneath your feet

By now you’ve probably seen the news: OpenAI has acquired Astral, the team behind uv, Ruff, and ty. In just a few years, Astral built tooling that fundamentally changed what it feels like to work with Python with uv alone seeing over 126 million downloads a month, a number that reflects both direct developer adoption […]

Why Can’t Your Organization Actually Execute Its AI Strategy?

Most executives would tell you their organization has an AI strategy. They’d also admit, if pressed, that it isn’t being enforced across the tools their teams use every day. It’s happening across the board. 70% of IT leaders say they have a centralized AI strategy, but only 34% can actually apply it to their enterprise […]

Anaconda Expands Platform Capabilities to Accelerate AI Development

Building AI workflows at scale means solving three problems at once: finding the right model, working confidently in your environment, and maintaining a clear record of every decision along the way. Today we’re announcing enhancements across AI Catalyst and the Anaconda Platform that address all three. Smarter model discovery with quantifiable security evaluation, a new […]

Anaconda AI Catalyst: Governing AI Lifecycles From NVIDIA DGX Spark to Nemotron

Getting a GPU-accelerated Python environment up and running with the right NVIDIA CUDA dependencies, the right framework versions, and the right security posture can take days of troubleshooting—time better spent on productive work. And once teams finally move from experimentation to production, they often find their environments aren’t reproducible, their models aren’t governed, and their […]