TL;DR
IBM and Confluent have made IBM Granite Time Series foundation models available in Early Access on Confluent Cloud, with native inference inside Apache Flink. Confluent Platform support for on-premises and hybrid environments is planned next.
IBM and Confluent have brought IBM Granite Time Series foundation models into Early Access on Confluent Cloud, allowing enterprises to run forecasting, anomaly detection, and optimization directly on streaming data inside Apache Flink. Access initially opens on Confluent Cloud running on AWS, with Confluent Platform — for on-premises and hybrid environments — to follow. The partnership targets a long-standing bottleneck: time series forecasting has traditionally required bespoke models built by data science teams, leaving most business streams unforecast and covered by safety margins.
According to the companies, the models run stream-native: they are hosted in Confluent Cloud and callable directly from Flink SQL, meaning inference happens where the data moves rather than in a separate machine learning platform or data warehouse. Confluent states that its cloud deployment provides native inference, so IBM Granite Time Series models can be used for forecasting, anomaly detection, similarity search, classification, gap-filling and optimization on live business signals.
The companies say the integration requires zero configuration: Confluent manages model serving, infrastructure, scaling, and runtime operations, so there is no provider credential to manage and no glue code between data pipelines and the model. Inference results are written to Kafka topics and shared with fanout, making them consumable by alerting systems, dashboards, lakehouses and AI agents.
IBM states that it ran the models in its own products and operations before offering them, then with design partners in cement, steel, pulp and paper, food and telecommunications. IBM says productivity gains from the approach ran 5 to 10× in these deployments and that “every point of accuracy is worth millions.” The Granite Time Series models carry more than 44 million downloads, according to IBM.
Real-Time Intelligence with IBM Time Series Models on Confluent
IBM Granite Time Series foundation models are now available in Early Access on Confluent Cloud, with native inference inside Apache Flink — forecasting, anomaly detection, and optimization running where the data moves, not in a separate ML platform.
Why Streaming Forecasting Changes the Economics
One model at a time
Each forecasting model required months of expert data-science work. Teams modeled only the few hundred most valuable series — everything else was covered by safety margins, extra inventory, and extra headroom, costs incurred every cycle.
Train once, generalize anywhere
A time series foundation model (TSFM), trained once across many varied signals, generalizes to series it has never seen. Demand planners, fraud analysts, and process engineers use models on their own streams — without a data science team in the loop.
Six Capabilities, Callable From Flink SQL
Forecasting
Zero-shot predictions on never-seen business streams, stream-native inside Flink.
Anomaly Detection
Detects drift against a running sense of normal — state managed fault-tolerantly by Flink.
Optimization
Optimize live business signals such as throughput, thresholds, and process settings.
Similarity Search
Match current patterns against past runs to see how similar situations turned out.
Classification
Label live signal behavior directly on streaming data as it arrives.
Gap-Filling
Reconstruct missing signal segments in-stream, without a separate data store.
From Signal to Decision, In-Stream
Streaming Signals
Sensor telemetry, payment activity, and app metrics flow through Confluent.
Flink SQL Call
Granite Time Series models are invoked natively where the data moves.
Managed Inference
Confluent handles serving, scaling, and runtime ops — zero configuration.
Kafka Fanout
Results land in Kafka topics, shared with any consumer.
Act in Time
Alerting systems, dashboards, lakehouses, and AI agents consume the output.
Voices From the Announcement
A signal’s value decays with time: a pump caught drifting today is a work order; the same pump next week is an outage.
IBM & ConfluentEvery point of accuracy is worth millions, productivity gains run 5 to 10×, and work that waited for specialists now sits with the domain experts who own the decision.
IBMConfluent Cloud provides native inference, which allows you to run IBM Granite Time Series models directly within Apache Flink on Confluent.
ConfluentFrom Chocolate Lines to Design Partners
IBM illustrates the use case with a chocolate factory tempering line — temperature, speed, and throughput sampled every few seconds. With a foundation model in the stream, a forecast shortfall surfaces during the evening shift while there is still time to act; a slow drift from normal behavior for dark chocolate appears before quality degrades; and similarity search shows how past runs with matching patterns turned out. IBM then validated the models with design partners across heavy industry and telecom before general release.
IBM design-partner engagements · bar length is illustrative, not a measured metric
What the Announcement Does Not Yet Cover
| Item | Status | What We Know |
|---|---|---|
| Cloud providers beyond AWS | ~ Unclear | Early Access opens on Confluent Cloud on AWS; other providers have no stated timeline. |
| Confluent Platform (on-prem / hybrid) | ~ Planned | Companies say only that it “follows” — no release window given. |
| Pricing | ✗ Unspecified | No pricing details were published with the announcement. |
| Customer workload benchmarks | ✗ Not provided | No independent performance figures on real customer workloads yet. |
| General availability date | ✗ Not specified | Early Access scope and stability may still change. |
| 5–10× productivity claim | ~ Vendor-reported | Figures come from IBM’s own deployments and design-partner work; not independently audited. |
| Native Flink inference | ✓ Live now | Callable from Flink SQL on Confluent Cloud with managed serving and scaling. |
A Sensible Pairing — With Honest Caveats
✓ What Works
- Forecasting and anomaly detection only pay off near the moment of decision — Flink’s stateful, fault-tolerant processing is a natural home.
- Removing the model-to-production wiring, historically the project killer, is the strongest part of the pitch.
- Governance and lineage run through the same schemas and access controls as the rest of the platform.
✗ What to Watch
- Time series foundation models are young vs. language models; zero-shot accuracy on a specific industrial signal often falls short of a tuned bespoke model.
- The chocolate-factory story is a vendor illustration — messy, irregular, or sparse signals may generalize less well.
- Headline productivity numbers come from IBM’s own engagements, not independent benchmarks.
Independent customer benchmarks from the Early Access period, expanded cloud support, a dated Confluent Platform rollout, and pricing clarity would all move the needle.
From Governance to Action
Why Streaming Forecasting Changes the Economics
The companies frame the core value as a shift in how time series work gets done. Traditionally, each forecasting model was built one at a time, requiring months of expert work per model. Teams therefore modeled only the few hundred most valuable series and covered everything else with safety margins, extra inventory and extra headroom — costs incurred every cycle because nobody could forecast the underlying signal.
A time series foundation model (TSFM), trained once across many varied signals, generalizes to series it has never seen. According to IBM, this means a demand planner, fraud analyst or process engineer can use the models on their own streams without a data science team. IBM is also building surrounding functions — forecasting, anomaly detection, optimization and semantic intelligence — delivered as capabilities to call rather than projects to build.
Speed matters because a signal’s value decays with time: as the companies put it, a pump caught drifting today is a work order; the same pump next week is an outage. Because forecasting and detection are stateful — an anomaly only exists against a running sense of normal — Flink manages per-series state fault-tolerantly, so each model gets its history without a separate data store or database call.
streaming data anomaly detection tools
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
From Chocolate Lines to Design Partners
IBM illustrates the use case with a manufacturing example: a chocolate factory tempering line whose temperature, speed and throughput are sampled every few seconds against fixed thresholds. With a foundation model in the stream, the planner sees a forecast shortfall during the evening shift while there is still time to act; a slow drift from the line’s normal behavior for dark chocolate surfaces before product quality degrades; and a similarity search tells the engineer how past runs with matching patterns turned out.
The partnership combines IBM’s models — which the company describes as frontier models that understand how signals behave — with Confluent’s data streaming platform, which continuously streams, connects, governs and processes real-time data from sensor telemetry, payment activity and application metrics. Confluent positions this as letting customers focus on building real-time ML applications rather than managing data infrastructure. The companies also cite built-in governance and traceability: inference pipelines adhere to the same schemas, lineage and access controls as the rest of the platform.
“A signal’s value decays with time: a pump caught drifting today is a work order, the same pump next week is an outage.”
— IBM and Confluent (joint announcement)
As an affiliate, we earn on qualifying purchases.
What the Announcement Does Not Yet Cover
The offering is in Early Access, which means availability, feature scope and stability may still change. Access currently opens only on Confluent Cloud on AWS; it is not yet clear when other cloud providers will be supported.
No date was given for Confluent Platform availability for on-premises and hybrid environments — the companies say only that it “follows.” Pricing details, performance benchmarks on customer workloads, and general availability timelines were not specified.
The 5–10× productivity gains and the claim that accuracy improvements are worth millions are vendor-reported figures from IBM’s own deployments and design-partner engagements. They have not been independently audited, and results for specific enterprises will depend on their data quality and use case.
As an affiliate, we earn on qualifying purchases.
Confluent Platform Rollout and Broader Access
The next stated milestone is availability on Confluent Platform, extending the same models and capabilities to on-premises and hybrid environments. No release window was given.
For early adopters, the immediate path is Confluent Cloud on AWS, where the models can be called from Flink SQL with Confluent managing serving and scaling. IBM says it will continue building functions around the models — including optimization and fine-tuning when additional accuracy justifies the effort — that shift analytical work closer to domain experts. Watch for general availability announcements, expanded cloud support, and customer-reported results from the Early Access period.
enterprise anomaly detection solutions
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Where I land
I think this is a genuinely sensible pairing rather than a marketing marriage of convenience. Time series forecasting and anomaly detection only pay off when they run close to the moment of decision, and Flink’s stateful, fault-tolerant processing is a natural home for models that need recent history to mean anything. Removing the model-to-production wiring — the part that historically kills these projects — is the strongest part of the pitch.
The strongest counterargument is that foundation models for time series are still young compared with their language-model counterparts, and zero-shot accuracy on a specific industrial signal often falls short of a tuned bespoke model. The chocolate-factory example is compelling precisely because it is a vendor illustration; enterprises with messy, irregular, or sparsely sampled signals may find the generalization claim thinner in practice. The headline productivity numbers also come from IBM’s own engagements.
What would change my assessment: independent customer benchmarks from the Early Access cohort, a concrete date for Confluent Platform availability, and at least one named enterprise reporting production results — not just design-partner anecdotes. If those arrive over the next two quarters, this becomes one of the more credible enterprise AI integrations of the year.
Key Questions
What exactly is available in Early Access?
IBM Granite Time Series foundation models hosted in Confluent Cloud on AWS, callable directly from Apache Flink for forecasting, anomaly detection, similarity search, classification, gap-filling and optimization on streaming data.
Do I need a data science team to use these models?
According to IBM, no. The models are zero-shot foundation models intended to be used by domain experts — demand planners, fraud analysts, process engineers — directly on their streams, with Confluent managing model serving and infrastructure.
Is this available for on-premises deployments?
Not yet. Confluent Platform support for on-premises and hybrid environments is planned, but no date has been announced. Current access is limited to Confluent Cloud on AWS.
How do inference results reach downstream systems?
Results are written to Kafka topics and shared with fanout, so alerting systems, dashboards, lakehouses and AI agents can all consume them.
Are the claimed productivity gains verified?
No. The 5–10× productivity figures come from IBM’s internal deployments and design-partner engagements in industries such as cement, steel, and food. They are vendor-reported and not independently audited.
Source: Hugging Face