TL;DR Agent projects turn into infrastructure projects fast. Managed agent platforms handle memory, integrations, scheduling, and scaling so builders can focus on the agent itself.
Helsinki, Finland — Aiven has acquired Flow AI, a company building infrastructure for production-grade analytical AI agents. The integration of Flow AI technology will accelerate Aiven's product roadmap and make it easier for customers to securely and scalably run production AI applications and agents next to their data.
TL;DR OpenSearch 3.6 makes agentic search production-ready, with the AI-powered Launchpad provisioning full search apps in minutes and faster default vector search, and it's the first LTS release, bringing 18+ months of guaranteed support, SBOMs, and an upstream-first commitment (every fix goes back to the main project) so teams get fast-moving open source and a stable, supported platform at once.
Kafka is brilliant at moving events around, but sooner or later someone wants to actually query those events, perhaps aggregations, dashboards, or ad-hoc analytics over billions of rows. That is where ClickHouse comes in. It's the option for when stream processing is more than you need, but warehouse query latency is more than you'll tolerate.
I spend a good amount of my time deploying Aiven services for demos and examples. Traditionally the tools I reach for are: If I’m writing a program, I may also look to the Aiven API, perhaps using curl at the command line or in a shell script, or perhaps with direct HTTP requests in a Python program. The API is how the console and the CLI tool talk to Aiven, but I generally find that too low level to be comfortable, and I always have to look up how to pass in the Aiven user token.
Wolt operates in 30+ countries. Every order, every restaurant, every courier runs on the same infrastructure. When it breaks, it doesn't slow things down, it stops everything. Wolt's VP of Engineering shares why Apache Kafka sits at the heart of their platform, what seven years of partnership with Aiven looks like in practice, and how they're building the data foundation needed to get AI working at scale.
The Aiven MCP connects Claude, Cursor, and VS Code to Apache Kafka. Inspect topics, track consumer lag, stream a database in with CDC, and manage your cluster. AIVEN DATA PLATFORM The Aiven Platform is more than a collection of open source services for streaming, storing and analyzing data. The platform ensures that all services run reliably and securely in the clouds of your choice, are observable, and can easily be integrated with each other and with external 3rd party tools.
You're building with Claude or Cursor, and you need to know what's actually happening on your Kafka cluster. Your AI assistant knows Apache Kafka in the abstract, but not your topics, your retention, or that a consumer group has been slipping since this morning. So you leave the editor and go digging through logs, a CLI, and a few dashboards, correlating by hand to answer questions like: The Aiven MCP (EA) turns each of those into a sentence you type where you already work.
Benchmarks keep showing that picking the right LLM is hard. The easy answer is "just use the most powerful one." That works, but it is pricey. A small, cheap, or local model can handle many simple requests just as well as a frontier model, for a fraction of the cost. That is what semantic routing is for. Use middleware that looks at an incoming request and decides which model should answer it.
This Spring, the Apache Kafka community released version 4.2 with a “production-ready” Share Group feature. Also known as a “Kafka queue” people were eager to see this feature because it introduced elastic consumer scaling, individual message acknowledgments, and built-in "poison pill" handling; similar to what you'd find in traditional message brokers like RabbitMQ and ActiveMQ.