Systems | Development | Analytics | API | Testing

Introducing the Skills Marketplace: AI analyses on your data, with expert judgment built in

Every team we talk to has a running list of questions they wish they could get fast, reliable answers to. What changed in our performance last month and why. Which clients are showing the early signs of churn. Which channels are actually pulling weight and which ones are quietly burning budget. The pull toward AI for this kind of work is obvious. The answers should be a question away.

How AI Inference Is Reshaping Enterprise Infrastructure

Data center teams are skilled at solving familiar problems such as storage outages, missed forecasts, and late refresh cycles. These are known quantities. Teams have playbooks for them. But 2026 has brought a different kind of pressure. After years of enterprise AI investment concentrated almost entirely on model training, the industry has crossed a threshold: the workload that now defines AI infrastructure isn’t building models. It’s running them. Continuously. At scale. Every day.

Which Bugs AI Agents Fix Better With Traffic

In the first experiment, I wanted a baseline: if an AI coding agent gets the same production signal a human would get, can it fix bugs in a codebase it has never seen? Yes, but only when I gave it better context. With only an alert, the agent passed 51% of the runtime tests. When I added captured traffic, the actual request and response for the failing call, it climbed to 77%. This post is the second pass.

Temporal vs n8n: A Technical Decision Guide for Engineering Teams Building Durable Workflows and AI Agents

If you have watched a Temporal demo and an n8n demo back to back, the reaction is almost universal: “Wait, aren’t these the same thing?” Both stitch together a sequence of steps. Both retry failures. Both, as of 2026, market themselves around AI agents. On a whiteboard, they look like cousins. They are not. Temporal vs n8n is one of the most common false equivalences in modern engineering, and getting it wrong is expensive in both directions.

AI Load Testing With a French LLM: OctoPerf MCP Meets Mistral Vibe

When we released the OctoPerf MCP Server, most teams connected to it straight from Claude.ai. Then we showed how to run the whole stack on-premise with a local model. But a question kept coming back from European teams: can we drive our load tests with a French LLM, hosted in Europe, instead of a US model? The answer is yes, and it takes about five minutes.

How to Architect a Clean Context Layer for Trustworthy AI

A CFO asks her AI agent a simple question: "What was our ARR at the end of Q3?" The agent finds the subscriptions table, spots a column called arr, sums it up, and returns $16.4M. Strong quarter. Everyone nods. The real number was $13.9M, but no one in the room knew it yet. I hear some version of this story from nearly every data leader I talk to right now, and it almost always starts the same way. They stand up an AI pilot. It looks sharp in the POC.

data:unplugged 2026 Recap - PAYBACK's Decade of Data Mastery

At the recent data:unplugged 2026 in Münster, Europe’s biggest festival for data and AI, the stage was set for a masterclass in data transformation. Julian Stock, Analytics Reporting Team Lead, and Andreas Weiß, Senior Reporting Engineer, from PAYBACK, Germany’s premier loyalty program, shared the stage to detail a decade-long evolution: the journey from a strict, ticket-based reporting system to a thriving, AI-ready data culture.

What's Next in Perforce Intelligence: Building the Control Plane for Enterprise AI

Perforce Intelligence is in its next phase to help our customers and partners get solutions, platforms, and features that bring control at every stage of the AI software development lifecycle (AI SDLC). Read about the evolution of Perforce Intelligence and new platforms and features we’ve rolled out to make AI easier to adopt for production-ready environmental needs. Back to top.

Get Started With MCP Proxies on WSO2 Platform AI Gateway

Deploy an MCP server through WSO2 Platform AI Gateway in a few commands — running entirely on your own infrastructure. This quickstart shows you how to set up MCP proxies on WSO2 Platform AI Gateway as a standalone component via Docker. You'll start a sample MCP server, deploy it as an MCP proxy configuration to the gateway, and verify it using the official Model Context Protocol Inspector. What you'll cover.