Systems | Development | Analytics | API | Testing

The Future of Data Engineering & AI with Henry Clavo

In this episode of Data Builders Club, Henry Clavo shares lessons from over a decade in data engineering across healthcare and government, exploring what it really takes to build reliable data systems in the age of AI. From ETL best practices and data quality to AI hallucinations, observability, and the future of data engineering careers, this conversation is packed with practical insights for modern data teams.

Real-Time AI: How to Move & Process Data Anywhere with Cloudera

Unlock the full potential of your data fabric and accelerate your AI journey with Cloudera Data in Motion. Many organizations struggle with massive amounts of diverse data spread across different formats, vendors, and locations—whether in the cloud or on-premises data centers. Cloudera provides the scalable, performant data services needed to move and process this information in real-time.

Unified Data Governance for Safe & Trusted AI Agents

Hey, did you know your AI agents could be making decisions based on data they were never meant to see? When enterprise data governance is fragmented across separate tools, it creates severe blind spots. Rogue AI agents can over-index, modify, or even accidentally delete production databases simply because proper data guardrails weren't uniformly enforced. In this video, we tackle the root cause of why 79% of enterprise AI initiatives stall and show you how to build a unified data fabric that secures your hybrid estate.

Solving Agent Sprawl: Why AI Agents Need an Operational Context Layer

Since its inception, agentic AI has felt like a distant aspiration. Today, agents are here, and enterprise adoption is accelerating. Gartner predicts that by 2028, the average global Fortune 500 enterprise will have more than 150,000 AI agents in use, up from fewer than 15 in 2025. Agents arrive with incredible, broad intelligence, but lack the knowledge of your operating model: your customers, policies, approvals, exceptions, business rules, systems, and operational history.

Automating the Exception: How a Second LLM Judge Drives Straight-Through Processing

Document-centric workflows have been difficult to automate and required human intervention. Attempts to automate document handling often failed or did not scale, because legacy intelligent document processing (IDP) systems were fragile. They often required manually retraining models on dozens of documents just to identify specific fields—only to repeat the process whenever a format changes. The result was a costly cycle of maintenance and manual data entry.

How to Build a Scalable Enterprise Testing Strategy for Engineering Teams

Enterprise software today isn't just complex, it's mission-critical. A single production issue can disrupt operations, impact revenue, and erode customer trust overnight. Yet despite years of investment in enterprise test automation and growing QA headcount, many organizations still ship broken software and miss release windows. The uncomfortable truth? Enterprise software doesn't fail because teams aren't testing enough.

How to Consolidate Multi-Bank Transaction Data With Low-Code ETL

Every finance team managing multiple banking relationships knows the pain: downloading statements from six different portals, copying transaction data into spreadsheets, and spending hours reconciling figures that should match but don't always align. With businesses losing significant productivity due to manual data handling and delayed system synchronization, multi-bank data consolidation has become a critical operational challenge.

Real-Time Fraud Detection Pipelines: How Fintechs Use ETL for Streaming Data

Your fraud detection system analyzes yesterday's transactions while criminals steal millions today. Financial institutions lose an estimated $33 billion annually to card fraud alone, much of it preventable with real-time detection capabilities. Traditional batch processing that analyzes data hours or days after transactions occur simply cannot keep pace with sophisticated fraud schemes exploiting the settlement window gap.

Automating the Embodied AI Pipeline: A ClearML and Dell Robotics Proof of Concept

Training models for physical robots is harder than training a typical model. The data has to be collected by hand through teleoperation, every change has to be tested on real hardware, and the loop from data to deployment runs constantly. In a recent proof of concept with a Singapore government agency, ClearML, Dell Technologies, and Hugging Face’s LeRobot framework turned that high-touch, manual process into an automated pipeline.

Debug logging for web and mobile apps

Debug logging is a particular form of logging that records detailed information about how an application behaves during execution, so we can identify, understand, and fix issues. This guide will give you a rookie-to-pro guide to debug logging, showing you: By the end, you will have a clear, practical approach to using debug logs effectively in real applications.