Operations | Monitoring | ITSM | DevOps | Cloud

Observability for AI-Generated Code: Bridging the New Governance Gap

We are witnessing the fastest expansion of the software development lifecycle in history. Generative AI tools have turned every developer into a hyper-productive builder, and in some cases, turned non-technical team members into creators of production-bound services. But this speed comes with a hidden cost. When the volume of code grows exponentially, the surface area for failure grows with it. The real challenge of modern software engineering is not Day 1 code generation; it is Day 2 operations.

Only hard work: AI's unexpected burnout risk

On this episode of Masters of Data, we dig into what happens when AI actually delivers on its promise to eliminate busywork, and explore why removing the toil doesn't feel like the win everyone expected. We make the case that repetitive tasks build the intuition, pattern recognition, and muscle memory people need to do the harder work well. Security and engineering leaders rethinking how much triage and busywork to hand off to AI will find plenty to chew on here, especially anyone staring down a task list where every single item feels like the hardest one.

Golden Paths for AI agents: What changes when platform users aren't human?

Agents are already calling your self-service APIs, querying your catalog, and independently provisioning resources around the clock. According to Gartner’s 2026 Hype Cycle for Agentic AI report, agents have had the most aggressive adoption curve of any emerging technology. Gartner even considers agents to be a formal user persona, referring to the agent experience (AX) throughout the report.

ChatGPT Stopped Citing Reddit - And That Matters

ChatGPT appears to have dramatically changed how it searches the web — and Reddit is suddenly showing up far less in its citations. For years, Reddit was one of ChatGPT’s most frequently cited sources, at one point accounting for as much as 15% of citations. That also created an entire industry around influencing Reddit posts in hopes of getting brands surfaced inside AI-generated answers. Now, ChatGPT appears to be shifting toward more targeted searches of official websites, documentation, and help centers instead of broadly searching the open web and pulling in Reddit discussions.

AI Only Your Data Can Build

Your competitive edge isn't the model; it's the data that only you have. Sonal Pardeshi, Head of AI Product at Splunk, explains why teams building on general-purpose models keep arriving at the same generic outcomes, and what changes when agents are grounded in your own machine data and your own governance. AI Toolkit and Agent Launchpad let teams build and run agents against your grounded data.

The AI trust dial: from local agents to autonomous software factory

There are many conversations about the use of AI, particularly how engineering teams are using it in their coding workflows. Manual work is being replaced by agent-driven automation, and human value increasingly lies in the higher-order work: writing specs, thinking through architecture, steering the direction, exercising taste, and reviewing the output.

You can't audit an AI model the way you audit a binary

Open up an AI model and what's actually inside is a floating array of decimal points. No one can look at that and confirm it hasn't been tampered with, doesn't contain bias, or wasn't trained on poisoned data. This video covers why that changes how you need to think about trusting a model: If you can't unpick the model itself, you have to be able to trust its origin.

AI SRE Agent with Temporal, ClickHouse, and Codex: AURA in a Gated Run

1,133 requests failed on one bad commit. The patch and the regression test are already written by the time anyone is asked to read the exact diff. This demo runs AURA as one step inside a Temporal workflow, alongside Codex. A GET request against a product catalog service goes from success to HTTP 500, and ClickHouse records the version, commit, trace ID, and exact error for every request. By the time AURA investigates, all 1,133 requests on that version have failed.

The Grafana AI SDK for Go: a shared foundation for building AI applications

Starting an experiment with an LLM has never been easier. Keeping a growing collection of those experiments consistent is another matter. Earlier this year, as more teams began exploring AI features here at Grafana Labs, we repeatedly encountered the same pattern: a new experiment would start, move quickly, and build its own client for whichever model provider it needed. The next experiment would do the same, with a slightly different abstraction for streaming, tools, errors, or provider configuration.