Systems | Development | Analytics | API | Testing

Establishing a Multicloud Data Strategy for the AI Era

In my experience working with enterprise leaders, the journey to the cloud rarely follows a straight line. Many organizations set ambitious goals to move all operations to the cloud. They quickly find that certain legacy systems must remain on-premises. This reality results in a complex, hybrid multicloud environment. That means they need to adopt a new strategy for managing test data.

How to Make the Most of AI Tools for Modernization

AI tools promise speed — but what does AI modernization actually mean in practice? In this video, learn how the best AI tools can accelerate application modernization without increasing risk. We cover how AI tools analyze large legacy codebases, support refactoring, and speed up modernization—when paired with expert human oversight. You’ll learn: Whether you’re exploring AI tools or already modernizing, this video shows how combining AI acceleration with experienced engineers leads to better outcomes.

AI post-training: Finetuning using PEFT and DPO on Cloudera AMP

Post-training is rapidly becoming a critical phase of enterprise AI development. To get reliable output from an AI model, organizations must align its terminology (e.g., abbreviation) to fit their specific use cases. But getting started shouldn't require heavy computing resources—you can quickly train an open-source model right on your local device. In this tutorial, we sit down with the ASAP_DPO_Finetuning Cloudera AMP to demonstrate exactly how to align a language model to specific industry standards—in this case, Oil & Gas abbreviations.

Your AI Coding Assistant Can't See Production Errors. Here's How to Fix That.

You’ve connected your AI coding assistant to your codebase, your docs, maybe even your internal wiki. It can autocomplete functions, explain unfamiliar code, and scaffold new features. But ask it what’s actually breaking in production right now, and it has nothing. No stack traces, no error trends, no idea which deploy introduced the regression your on-call just got paged for.

Building a Secure, Scalable AI Infrastructure with Kong and Akamai: A Technical Introduction

As organizations transition from experimental AI to production-grade systems, they often face a fragmented landscape of unmanaged LLM providers, complex tool integrations, and escalating security risks. This infrastructure gap leaves AI applications vulnerable to sophisticated threats like prompt injection and data exfiltration, necessitating a unified stack that secures the edge while streamlining the data plane..

Why RBAC Isn't Enough: Real Tenant Isolation in Kubernetes AI Environments

Role-based access control is essential, but it’s not isolation. When multiple AI teams share a Kubernetes cluster, RBAC controls what they can do; it doesn’t control what they can reach, what they can see, or what happens when something goes wrong in a neighboring workload. This is the first post in our four-part series on Kubernetes Security for Enterprise AI Environments.

Enterprise AI Infrastructure Security Series - 7) Monitoring & Auditing

In this final video of our enterprise AI security series, we cover ClearML's monitoring and audit trail capabilities — the visibility layer that ties everything together. We walk through the platform's operational dashboards, task-level audit surfaces, cost attribution, and external integration points, showing how ClearML delivers live operations and compliance-ready audit out of the box.

How to scale Gen AI to billions of rows in BigQuery at a fraction of the cost

For many, running generative AI over massive datasets has felt out of reach due to costs and slow processing times. Others settle for traditional ML techniques that require specialized skill sets and often deliver lower-quality results. With optimized mode for BigQuery AI functions, you can now get LLM-quality results at a fraction of the cost and at BigQuery speeds. In this video, we’ll show you how BigQuery uses model distillation and embeddings to process massive datasets, reducing query latency and token consumption.

How Keploy Works with Claude: Generate, Fix & Heal API Tests Automatically

In this video, I walk through how Keploy works with Claude to make testing faster and more reliable for developers. You’ll see how to use Claude with Keploy to generate test cases for a new feature, based on your application context and API behavior. I also cover what happens when a Keploy test fails because of a breaking change, regression, or an expected product update.