Systems | Development | Analytics | API | Testing

Why Healthcare Organizations Need Governed AI Analytics

For healthcare organizations, AI governance is a must-have that can’t be ignored. To safeguard sensitive patient information, healthcare is subject to a variety of different regulations, for example HIPAA in the United States and GDPR in the European Union. As healthcare organizations implement AI, it brings a balance of efficiencies and risks.

Perforce P4 vs Git for AI Coding Agents: Why Parallel Development Hits a Merge Wall

A few months ago, a CTO I respect posted on LinkedIn that he was thinking about going back to Perforce P4 or SVN. He runs a modern engineering org and uses Git. The trigger was that his AI coding agents were stomping on each other’s changes faster than his developers could reconcile them. That post isn’t an outlier. It’s an emerging pain point in AI-driven workflows.

The Big AI Lie

Shub Agarwal (Founder of the AI Trust Lab at USC) flips the script. Stop over-investing in massive data overhauls. Instead, reverse your approach: start with a brutal business problem, pull only the specific data needed to solve it, and build incrementally. Chief Data & AI Strategy Officer Cindi Howson agrees that true value comes from scaling immediate business impact, not waiting for a flawless architecture that will never arrive.

Ep 75 | Why Enterprise AI Still Breaks at Scale with Ravit Jain

As organizations rush to scale AI, many are learning that better models can’t compensate for weak data foundations. AI hype is everywhere, but operational readiness still isn’t. In this episode of The AI Forecast, Paul Muller sits down with Ravit Jain, founder of The Ravit Show and one of the leading voices in the global data and AI community, to explore the trends shaping the future of enterprise AI.

API Gateway vs AI Gateway - What Actually Changed?

Kong's AI Gateway applies the same architectural pattern as the API Gateway — now governing LLM, MCP, and agent traffic at the infrastructure layer. Just as API gateways abstracted rate limiting, auth, and caching across microservices, AI gateways do the same for large language models and agents — with token budgets, semantic caching, and semantic routing replacing their REST equivalents. Kong breaks this into three layers: LLM Gateway, MCP Gateway for tool calls, and Agents Gateway for agent-to-agent traffic.#Shorts.

Your AI Pilot is Lying to You: Why Enterprise Tech Needs a Trust Score

Understand how to close the gap between AI experimentation and enterprise production. Shub Agarwal, Founder of the AI Trust Lab at USC and author of Successful AI Product Creation: A Nine-Step Framework, shares his AI product management framework for taking enterprise AI strategy from demo to production, drawing on two decades of product leadership at Amazon and Fortune 50 firms. He breaks down why experimentation must tie directly to business OKRs, the four mindset shifts leaders need to scale AI responsibly, and how the AI Trust Lab is building a benchmark evaluation framework for AI model trust and governance.

Address the Long Tail of Legacy Applications with AI Modernization

The pressure to scale AI is on, forcing most organizations to take a serious look at their legacy technology stacks and reinstate failed or postponed modernization projects. AI both requires and enables a modern enterprise. Traditional barriers to modernization—such as time, cost, and business disruption—are now significantly reduced with the introduction of AI modernization tools.

AI for DevOps: Fueling Innovation at Scale | Full DBTA Webinar

AI innovation moves fast, but without compliant data access, even the best ML, AI, and analytics initiatives can stall. In this webinar roundtable, experts from Perforce Delphix, 3T Software Labs, and Redgate explore how organizations can accelerate AI delivery without compromising data privacy, security, or compliance. You’ll hear practical insights and real-world examples on how to remove one of the biggest bottlenecks in modern software and data workflows: access to safe, usable, production-like data.

How to Test AI Agents: A Step-by-Step Evaluation Guide

Testing an AI agent means validating more than final outputs — it means auditing every intermediate tool call, reasoning step, and context decision the agent makes across its full execution trace. Unlike traditional software testing, where passing means the right function returned the right value, agent testing must verify that the correct sequence of decisions produced a reliable outcome for a non-deterministic system.