Systems | Development | Analytics | API | Testing

How We Used Agentic AI to Fix Kong Gateway's Flakiest Tests

Each change to Kong Gateway's codebase triggers a comprehensive test suite that runs more than 17,000 * 2 = 34,000 test cases among the two primary architectures (x86 and ARM) we support. This process takes about 23.5 hours on a single machine. But we don't wait that long. A large fleet of machines runs the suite in parallel, and we shard the work aggressively so each commit finishes in a fraction of that time. That setup works well, right up until flaky tests get involved.

Best Mobile Crash Reporting Tools in 2026 (Free & Paid)

Mobile crash reporting tools don’t just tell us when our app’s broken down. They help us pick up the pieces and build better next time. As such they play a vital role in our quest to deliver excellent user experience, so it’s important we choose the right tool for our team, users and operating systems. In this guide, we’ll compare the best mobile crash reporting tools in 2026, including Android-focused and cross-platform solutions.

Introducing Centerprise AI: The Agentic Evolution of Data Integration & Management

Astera today announced the launch of Centerprise AI, the agentic evolution of its enterprise data management platform. Centerprise AI embeds proprietary agentic harness across the full data management stack, enabling data teams to design, test, and deploy their data assets, warehouses, pipelines, data models, and analytics in a single platform.

Why Don't Data Leaders Trust AI? And Other Insights From Our 2026 AI Survey

Ever since AI-driven analytics burst onto the scene, product leaders have been racing to adopt it. Promoted as a way to stay ahead of the curve, AI analytics bring the promise of streamlined processes, personalized recommendations, and a more efficient user experience. But AI advancements aren’t without pitfalls, chief among them inaccuracies caused by AI hallucinations and pilot projects not making it to production.

Process: The Missing Link Between AI Agent Orchestration and Measurable Enterprise Value

AI is at the center of every conversation around operational efficiency, while at the same time being sidelined. In a recent Harvard Business Review Analytic Services survey, only 18% of organizations report that AI is integrated within most of their workflows; twice as many run it as a standalone tool alongside the work. That gap—between AI that assists and AI that operates—is the defining problem of enterprise AI agents.

A Common Data Plane Simplifies Hybrid Cloud and AI

Hybrid cloud was meant to simplify IT — but for many organizations, it has done the opposite. As data spreads across on-premises systems, multiple clouds and edge environments, complexity (not flexibility) has become the defining challenge. With AI initiatives now dependent on distributed, high-quality data, this complexity directly impacts performance, governance, and cost. The lack of a unified view and thereby management of data is the biggest issue spurred by complexity.

JavaScript arrays: how they work and common methods

A JavaScript array allows us to group related data like product names, user IDs, log entries, cart items, or API results. Arrays play a vital role in all kinds of user functions, from shopping carts to game scores. However the sheer flexibility of JavaScript arrays can also cause mistakes around mutation, copying, sorting, and searching. Soo we’ve put together this post to show you.