Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

Webinar recap: FinOps In The AI Era - A Critical Recalibration

In March 2026, CloudZero’s Ben Austin, Director of Product Marketing, sat down with Ray Rike, Founder and CEO of Benchmarkit, to walk through findings from FinOps in the AI Era: A Critical Recalibration, a joint survey of nearly 500 organizational leaders on how they’re managing or, rather, struggling to manage AI costs.

AI at Superhuman (before it was cool) feat. Loïc Houssier

What does it actually look like to build an AI-native product and lead an engineering team through the AI era when you've been doing it longer than most? Rob Zuber sits down with Loïc Houssier, CTO at Superhuman, to talk about what it meant to be an AI company before AI was everywhere, and how that early foundation shapes the way they build, ship, and think today.

Why the AI market is shifting

The AI revolution is getting expensive. Ben Norris (AI Engineer at Civo) breaks down a staggering statistic: AI token usage has jumped from 9.8 trillion to 1.3 quadrillion in just under two years—a 130x increase. As businesses scale, the "closed source" premium is becoming a bottleneck. Watch as Ben explains why enterprises are turning toward democratized, open-source AI and smaller vendors like relaxAI to maintain power at a fraction of the cost.

Harness AI + MCP server: A Single Prompt to Accelerate the Software Development Lifecycle

Pipeline Creation: Using a single prompt in the IDE, a CI/CD pipeline is created and triggered via the agent connected to the Harness MCP server. Failure Diagnosis and Fix: When the pipeline fails, the agent is used to diagnose the issue (a failed dependency) and propose a fix, which is then committed, pushed, and the pipeline re-triggered to succeed. Deployment: After a successful build, the artifact is deployed into a Kubernetes cluster. Incident Response.

GPU Fragmentation Is Killing AI Economics

By 2026, the GPU shortage isn’t a supply-chain hiccup anymore. It’s baked into the system. Even after pouring billions into CapEx, most enterprises still want 40% more GPU capacity than they actually have. And it’s not because they’re chasing moonshots. Technology companies are training foundation models while serving inference for millions of users on the same clusters. AI labs are juggling fine-tuning, evaluation, and real-time experimentation side by side.

Optimizing PostgreSQL Performance for Large Tables with Boolean Filters

Short Summary: In this guide, we address performance problems that occur when PostgreSQL queries very large tables containing low-cardinality boolean fields. It also demonstrates how composite indexes, created and tested with Devart tools, allow PostgreSQL to locate the required rows directly instead of scanning the entire table.

Scaling Your CLI Query Tool: Prioritizing Database Support for Maximum Impact

Short Summary: This article explains how to expand your CLI query tool so it can handle multiple databases. First, we focus on key relational systems, then move to data warehouses. We’ll use dbForge Edge as a reference point, showing how different databases can be managed in one place while keeping automation simple.

Choose the Right SQLite ODBC Driver: Practical Comparison for 2026

Picking an SQLite ODBC driver is like choosing a key; you need one that opens every door cleanly, without snapping or jamming. The right driver must connect your data effortlessly—no errors, no limitations. It also has to withstand real challenges: complex queries, cross-platform environments, and large datasets. In this guide, we’ll show you which 2026 drivers stand up to these demands, so you can pick the one that won’t let you down.

Making Security Invisible for Game Developers

Security that developers never have to think about. That's the goal Audrey Long, Senior Gaming Cloud Security Architect at Microsoft Gaming Security, set out to achieve, and then actually built. In this GitKon session, Audrey walks through how Microsoft Gaming tackled a massive identity security challenge across double-digit Entra ID tenants spanning independent game studios. With no existing tooling that fit the pace of game development, her team built the Entra ID Tenant Security Scanner from scratch using the Maester Framework, custom PowerShell, and GitHub Actions.