Operations | Monitoring | ITSM | DevOps | Cloud

Overview of AI Evaluation (The Context Window #05)

Can you actually trust an AI agent? In this pre-recorded episode of The Context Window, Nicole van der Hoeven sits down with Yas Ekinci, an engineer on the Grafana AI team, to talk about evals — how Grafana measures the quality and reliability of the AI it ships. They get into the difference between online and offline evals, why reviewing AI-generated code has become the real bottleneck, the "final answer problem" of plausible-but-wrong outputs, and o11y-bench, Grafana's open benchmark for observability agents. Along the way.

How AI-First Operations Unlocks Compounding Engineering Productivity

Engineering teams have plenty of ideas, but they’re often short on time to act on them. As software systems grow more complex, an increasing share of engineering capacity is consumed by non-building activities: investigating alerts, coordinating fixes, and managing operational incidents. Every hour spent diagnosing failures is an hour not spent shipping features or experimenting with new product ideas. Over time, that lost capacity compounds.

Creating an agentic feedback loop with reliability guardrails

Reliability guardrails help make sure that your applications stay reliable without slowing down. In an earlier blog, we went into why agentic AI development needs reliability guardrails. It went over how the increased speed of AI development demands automated guardrails to verify resilience and what kinds of tests these guardrails should cover. But that’s only the beginning. By themselves, guardrails act as a gate to ensure resilience mechanisms hold under rapid changes.

The secret behind Carnegie's fortune and the lesson for the AI era

Point A: 1835. Andrew Carnegie is born in a weaver’s cottage in Dunfermline, Scotland. The cottage has one main room, which the Carnegies share with another family. Point B: 1901. Andrew Carnegie becomes the richest man in the world when Carnegie Steel Company wins the Iron vs. Steel industrialists’ war, and he sells the company to J.P. Morgan for the modern equivalent of $450 billion.

Azure FinOps with AI: What's New in Turbo360 v5.2

Turbo360 v5.2 is the biggest AI update we've shipped. Every module now has AI built in - not just to surface data, but to explain it, guide you through it, and help non-experts take action without needing to call in a specialist. In this video, Mike Stephenson walks through every new feature in v5.2, from AI agents that explain cost drivers and rightsizing recommendations, to a brand new Savings Tracker that gives you a better way to prove FinOps impact to management.

How AI Scribe Medical Tools Improve Healthcare Efficiency

Healthcare workers spend a huge part of their day on paperwork instead of patients. Doctors often joke that they trained for years to practice medicine, only to spend half their time typing notes into a computer. This is exactly the problem that AI scribe medical tools are designed to solve.

Achieving sovereign and secure AIOps with Ollama and OpManager

Enterprise IT networks power business operations across the world. As businesses scale to catch up with an increasingly-demanding user base, networks also grow more complex. IT teams managing these networks have to monitor more data than before, under more stringent SLA terms, with little room for failure. Trying to do this manually across thousands of devices can take a lot of time and effort, and are prone to errors.

New in Kubex: KAI Scheduler Integration for Shared GPU Inference

Today, we’re launching Kubex support for the KAI Scheduler and automated GPU sharing for inference workloads. As AI inference moves into production, platform teams are being asked to serve more models, support more teams, and control GPU costs at the same time. But many inference workloads do not need an entire GPU all the time. When teams reserve full GPUs or oversized GPU fractions to stay safe, expensive capacity can sit idle across the cluster.

Multi-Agent Architectures - What we shipped, what broke, and what we'd do differently

At LLMday Lisbon, our Software Engineer, Viktor Vasylkovskyi, highlights the realities of building production AI agents with LangGraph - sometimes getting it right, often learning the hard way. This talk is about what was actually shipped, including a distributed multi-agent setup at PagerDuty. Viktor breaks down the real tradeoffs between LLM-driven and deterministic orchestration, what broke, and how he’d approach it differently now.