Systems | Development | Analytics | API | Testing

Build an Interactive Dashboard in 5 Minutes with Kai

Data Apps are interactive web applications that run directly in your Keboola project. They let you visualize, explore, and interact with your data without needing external BI tools. Think of Data Apps as your custom dashboards, built exactly how you need them. Now, let's see how Kai makes building Data Apps effortless.

Prompt, Deploy, Pray Is Dead: Validating AI Code with Proxymock

Recent outages tied to AI-assisted code changes have pushed companies into a corner. After several incidents with massive “blast radius” impacts, organizations like Amazon introduced stricter controls—mandating that senior engineers manually review all AI-generated code before it hits production. That response makes sense on paper, but it exposes a fatal flaw in the modern development pipeline.

AI won't fix your SaaS company

Right now, many SaaS leaders are wondering how AI will change building and scaling software companies? AI is transforming how we build software, how teams operate, and how quickly companies launch new products. According to Adam Robinson, founder and CEO of Retention.com, there’s something that most leaders overlook. Your problems won’t get solved by AI but by product-market fit.

DreamFactory 7.4.4 Release: AI-Optimized Data Models, Custom MCP Tools, and Granular Access Controls

DreamFactory 7.4.4 is a significant release for teams connecting AI agents to enterprise databases through the Model Context Protocol (MCP). The new _spec endpoint gives LLMs a complete understanding of any database schema in a single API call. Custom MCP tool definitions let admins extend their MCP server beyond built-in database operations. And new per-tool toggle controls with role-based service discovery bring the governance enterprises need before deploying AI-database integrations to production.

Evolve25: AI Readiness and the Future of Intelligent Enterprises with AWS and Cloudera

Discover why the transition from Generative AI to Agentic AI is the key to unlocking $40M+ in business value, even for non-technical users via Cloudera Agent Studio. Learn how the AWS and Cloudera partnership solves the "Data Readiness" challenge by bringing AI to the data, whether on-prem or in the cloud. This session covers critical strategies for AI governance, hybrid architecture, and the shift from task-based tools to autonomous digital workforces.

Resume tokens and last-event IDs for LLM streaming: How they work & what they cost to build

When an AI response reaches token 150 and the connection drops, most implementations have one answer: start over. The user re-prompts, you pay for the same tokens twice, and the experience breaks. Resume tokens and last-event IDs are the mechanism that prevents this. They make streams addressable – every message gets an identifier, clients track their position, and reconnections pick up from exactly where they left off. The concept is straightforward.