Systems | Development | Analytics | API | Testing

7 Best Virtual CISO Providers for Operational Technology Environments in 2026

Operational technology environments need a different kind of security leadership. A traditional IT security program usually focuses on users, endpoints, cloud systems, applications, identity, and data. OT environments add another layer: physical processes, industrial control systems, plant uptime, safety constraints, legacy assets, engineering priorities, and production continuity.

Introducing AI Transport v0.5.0: durable execution with Steps

AI Transport v0.5.0 is now available. It adds first-class support for running an agent turn inside a durable execution framework, such as Temporal or Vercel's Workflow Development Kit (WDK), while every client watching the conversation still sees one clean, resumable stream. The last release, v0.4.0, let an agent hydrate its history from your own database. This one is about what happens when the process running the agent isn't around for the whole turn.

How Xray's AI Test Prioritization Helps Teams Focus on High-Risk Tests

Test execution is one of the most time-sensitive stages of software delivery. Teams are expected to validate functionality, ensure stability, and support release decisions within increasingly shorter development cycles. Even with strong automation in place, there is rarely enough time to execute every Test before a release. This makes prioritization a critical part of the QA process.

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.

Salesforce MCP: Is CRM Data Enough for Your AI Agent?

Connecting Salesforce to Claude via MCP is the advancement the SERP says it is. You authenticate once, your AI agent queries live CRM data, and you stop copying deal records into chat windows. For a Revenue Operations Manager who spent Q1 begging an admin to export pipeline snapshots, that matters.

Scaling Enterprise GenAI on AWS: Security, Governance & Compliance

Hey, did you know that Cloudera has achieved the AWS Generative AI Competency? This major specialization milestone continues to validate the technical work we're doing to deliver high-impact Generative AI solutions on AWS. Because AWS Competencies require rigorous technical validation and verified customer success reviews, this achievement proves real-world impact where it matters most.

Why AI agents need a durable session layer - and why HTTP isn't enough

HTTP works fine for a chatbot that responds in seconds. Add token streaming, and it mostly still works. But once an agent starts doing things that take real time, reasoning across multiple tool calls, spawning sub-agents, running for minutes instead of milliseconds, the UX starts to falter. The connection drops while the agent is mid-thought. The user switches tabs, comes back five minutes later, and the session is gone. The agent finishes its work, but the client has already moved on.