Systems | Development | Analytics | API | Testing

Build a Data Input App with Kai

This is a Data App that collects structured product submissions from a team, validates them, queues them for approval, and writes approved entries directly to a Keboola table. I built it with Kai in one conversation. No Google Sheets. No broken column headers. No emailing CSVs. If you've ever needed your team to submit structured data - new products, budget inputs, campaign briefs, vendor details - and the spreadsheet approach keeps falling apart, keep reading.

Full Autonomy, Full Security: ClearML and SUSE k3k Bring Virtual Kubernetes Clusters to Enterprise AI

Kubernetes has become the de facto substrate for enterprise AI infrastructure. Its ability to handle complex, long-running workloads, self-healing capabilities, and rich ecosystem of GPU operators, storage drivers, and networking tools make it the natural platform for organizations scaling AI beyond the lab.

How to Easily Build Automation Scripts with Xray's AI Test Script Generation

Test automation is widely recognized as essential to modern delivery; it enables faster feedback, supports CI/CD practices, and increases release confidence. Yet in many organizations, automation growth lags behind development velocity. The reason is rarely a lack of intent. It’s the effort required to convert validated manual tests into automation scripts.

How AI, IoT, and Data Are Powering Retail Digital Transformation?

Have you noticed how quickly the retail industry is changing? It's all thanks to digital transformation, which is happening at an incredible pace. We bet you're curious about why this shift is happening and what's driving it. Don't worry, you're not alone in your questions. Many people are wondering about the same thing. With each passing day, we see new technologies and IT solutions being adopted by retailers to stay ahead of the competition and offer better user experiences.

FastAPI Testing: Mock LLM APIs for Free

Testing a FastAPI app that calls OpenAI, Anthropic, or Gemini gets expensive fast. The problem is not just the API bill in production. It is all the repeated traffic in development: prompt tweaks, CI runs, regression checks, and the load tests you keep putting off because every run burns tokens. Hand-written mocks do not help much once the app is doing multi-step LLM work.

How to Reframe Modernization for the AI Era

IT leaders today are in a high-stakes gridlock between the pressure to invest in new AI solutions and legacy systems that aren’t equipped to support them. With the pace of work today, long modernization projects are often untenable. They disrupt your workflows. They use up your team’s resources. And they sometimes fail to deliver results. So how do successful organizations move forward? They rethink their approach.

How leading AI companies really build: lessons from 40+ engineering leaders

What does it actually take to ship Gen 2 AI experiences to real users at scale? Matthew O'Riordan, CEO of Ably, shares insights from conversations with 40+ engineering leaders — including at unicorns and public corporations — on where AI delivery breaks and what production teams are doing about it. Topics covered: Timestamps.

AI in Software Testing: The Triple Threat to QA in 2026

It is Monday morning. Your VP of Engineering just forwarded a company-wide memo: every team needs to demonstrate AI adoption by end of quarter. At the same time, you learned last week that your QA budget was trimmed by 15%, because leadership assumes AI will "make testing more efficient." And your developers? Thanks to Copilot, Cursor, and Claude Code, they are now shipping 76% more code per person than they were two years ago.

How to step through JavaScript code

And more to the point… why do I need to read a whole blog post on it? Two good questions. Well when we’re debugging, stepping removes the guesswork by letting us watch the logic unfold step-by-step. We can pause the code, go through the execution one instruction at a time and isolate the exact point where the bad stuff happens. This is one of the most reliable ways to understand why a bug happens, not just where it shows up. It also shines a microscope on our code flow, showing us.

The Hidden AI Bill: Why Non-Prod LLM Costs Spiral

Most teams know they are spending money on AI in production. Far fewer realize how much they are spending outside production. It’s easy to get lost as you evaluate which model has the best responses, is fast enough, and cheap enough to run in production. That is because the AI bill usually shows up as a giant blob. It is easy to see the total.