Systems | Development | Analytics | API | Testing

Building a Data Foundation for AI Is a Rewarding Experience

AI runs on data, and global enterprises are awash with petabytes of data. That might suggest that it’s easy for companies to advance their businesses through the power of AI. Yet enterprise data is often fragmented across departmental and technological silos, and that data is often inconsistent, ungoverned and disconnected from mission-critical systems. As a result, many AI initiatives stall before they can deliver operational value, and the root cause is rarely the model.

Build Compliant AI Agents With Stateful Stream Processing

The EU AI Act's general provisions are already in force, and high-risk AI system obligations apply from August 2026. The National Institute of Standards and Technology (NIST) AI Risk Management Framework and its Generative AI Profile set the baseline for what auditors expect, framing governance around four functions: identify, measure, manage, and monitor. Deploying artificial intelligence (AI) agents in regulated environments isn't a sandbox experiment anymore. It's a strict governance challenge.

Build vs Buy Streaming for Real-Time RAG: 2026 Guide

Moving a retrieval-augmented generation (RAG) prototype from a Python notebook into production isn't an API orchestration challenge. It's a distributed systems problem. For engineering managers and data platform leads, the build-versus-buy decision on streaming infrastructure will dictate your artificial intelligence (AI) feature velocity for the next three to five years. This guide assumes you've already prototyped a RAG pipeline.

The Neobanking Tech Stack in 2026: A Complete Architecture Deep Dive

Here’s the uncomfortable truth. You don’t just choose a neobank technology stack, you commit to it. And that commitment compounds over time. In 2026, most fintech teams are no longer debating cloud native or API first, that part is settled. The real question is alignment. Does your architecture actually match your business model, your licensing path, and your scale ambitions? Because once you grow, changing your stack is not a simple rewrite.

How custom AI agents via MCP extend autonomous QA

Custom AI agents via MCP (Model Context Protocol) let an autonomous QA system reach beyond its built-in skills by connecting to external tools such as GitHub and browser automation services. In practice, that means a QA agent can inspect source code changes, identify new features, compare them against existing test coverage, and create missing test cases automatically. For teams managing growing test suites, this turns AI from a closed assistant into a connected workflow engine.

Qlik Live Stream Friday: Choose Your Champion 2026

Join Ouadie Limouni and Mike Tarallo on this week's Qlik Live Stream Friday for a look at Choose Your Champion 2026, an interactive World Cup prediction experience powered by. Ouadie will walk through the application, highlighting how machine learning, interactive analytics, and conversational were combined to create a unique fan experience for World Cup 2026 predictions.

Fixing 403 auth errors when you replay traffic

Trigger warning: this one is about Java, authentication, and Docker Compose files. If that is not your thing, I am sorry, but they are part of life and they are honestly not that hard to work with. Everything here is open source on our GitHub repo, so you can follow along. Recording an authenticated Java flow, replaying it, hitting the dreaded 403, and fixing it with a proxymock recommendation.