Systems | Development | Analytics | API | Testing

New in Confluent Intelligence and AI Tools: Making Agents Native to the Stream, Expanded Model Support, New Agent Skills, and Copilot

A customer writes in asking where their order is. The AI support agent checks the account, sees the order marked shipped, and sends a reply. The order was cancelled forty minutes ago. The agent wasn't wrong about anything it could see. It was reasoning over stale data that refreshes every six hours. This is why AI projects stall. Not because the models aren't capable, but because they lack AI-ready data and a reliable view of the current state of the business.

New in Confluent Cloud and WarpStream: Evolving the Data Streaming Platform for AI, Scale, and Control

In the last few months, Confluent has released over 70 new features to our data streaming platform, ranging from new connectors to better networking connectivity to entirely new ways to build streaming applications. We are not slowing down. Confluent’s DSP can do more, across every pillar, in ways that are more powerful, more complete, and more connected than ever before.

Confluent Cloud for Apache Flink: Engine for Mission-Critical, Real-Time Operational Systems and dbt/SQL-Native Home for Data Science and AI

Organizations today are under immense pressure to deliver on two critical fronts: building mission-critical, real-time operational systems and powering the next generation data science and artificial intelligence (AI) workflows with analytics-ready data. Historically, achieving both meant navigating a divided, complex architecture.

Announcing Confluent Platform 8.3: Powerful Apache Flink SQL operations, Easier KRaft Migrations, Expanded Monitoring and more.

Platform teams want to maximize the value of data in motion, but separate workstreams for stream processing, monitoring, KRaft migrations, and data governance create friction as environments grow. As a result, teams spend more time managing operational overhead and less time building. Today, we’re excited to announce Confluent Platform (CP) 8.3.0, built on Apache Kafka 4.3.0, reinforcing our core capabilities as a data streaming platform.

Redpanda vs Kafka vs Confluent: An Honest Comparison

Data streaming has moved from a niche pattern used by a handful of internet-scale companies to the default backbone for event-driven architectures, real-time analytics, and now AI pipelines. What started as log aggregation at LinkedIn has become the plumbing for fraud detection, IoT telemetry, microservices communication, and retrieval-augmented generation. Three names dominate that conversation today.

Tableflow: Turn Kafka Topics into Iceberg Tables

TL;DR: Tableflow is a Confluent Cloud feature that materializes Apache Kafka topics as Apache Iceberg or Delta Lake tables, eliminating custom data pipelines by automatically handling schematization, type conversions, schema evolution, CDC stream materialization, catalog publishing, and table maintenance.

Stream Governance: Making Compliance a Property of Data in Motion

As organizations have transitioned from batch processing to real-time streaming architectures, a critical governance gap has emerged. Legacy data governance tools designed for databases, warehouses, and file systems assume that information is stationary and focus on protecting, classifying, and auditing data at rest.

Building Secure, Resilient, and Compliant Fraud Detection With Confluent Cloud

Banking customers expect financial transactions to be completed quickly. Fraud analysis must execute in milliseconds, so traditional batch processing systems are inherently too slow. To safeguard transactions, institutions must shift to proactive, in-flight prevention. Confluent enables this shift by using Apache Kafka and Apache Flink to continuously correlate transactional and behavioral signals, blocking malicious activity before a transaction settles.

How to Eliminate Training-Serving Skew With a Unified Real-Time Streaming ML Pipeline (2026 Guide)

The problem. Predictive ML pipelines that maintain separate batch and streaming code paths for the same features carry training-serving skew, the gap between the features a model was trained on and the features it sees at inference time. Skew silently degrades model accuracy and doubles infrastructure cost. The recommendation. Adopt a unified streaming (kappa) architecture.