Operations | Monitoring | ITSM | DevOps | Cloud

AI speeds up delivery. Here's how IT leaders manage the risk when AI-generated code hits production.

AI can accelerate speed to market, but for IT leaders it also raises a harder question: can you prove how an AI-generated change reached production? Chris Yates (SVP, Managing Director of Data & Architecture, Republic Bank) explains how his team builds a full evidence trail for every change, using version-controlled deployment tooling like Redgate Flyway Enterprise, so governance becomes a guardrail rather than a brake on speed.

Alert fatigue, AI triage, and incidents: Lessons from observability experts at Cyera, PlayHQ & NAB

Observability looks perfect in a slide deck – in practice, it's messier. In this panel, engineering leaders from Cyara, PlayHQ, and National Australia Bank share what really happened when they scaled observability: unexpected cloud bills, alert fatigue, a weekend database outage caught by an AI-assisted triage agent, and a vendor dispute settled by a single chart. They also cover moving beyond legacy tooling, using AI to close the PromQL skills gap, and what's next – from agentic SDLC integration to continuous profiling. Real stories, real numbers, real lessons.

Minga's developers point AI tools at their own infrastructure

Matt Zytaruk, VP of Technology at Minga, on what changed once his developers could point their AI tools at their own infrastructure. Minga checks in 1.5 million students across the eastern seaboard every school morning. They run that platform on Control Plane, which gives their team an MCP server, a CLI, and Terraform-native resources — so a developer can investigate an issue and generate the code for the change without waiting on anyone.

Speech to Text AI: How IT and Ops Teams Are Operationalizing Voice Data in 2026

Speech to Text AI has quietly moved from a nice-to-have transcription feature to a piece of operational infrastructure. Incident calls, customer support recordings, standup meetings, and postmortem reviews all generate audio that teams increasingly need in searchable, structured text form, not just for archiving, but for feeding into ticketing systems, knowledge bases, and compliance workflows.

From Answers to Assets: Open 360 AI Chat Can Now Create Your Alerts and Dashboards

Open 360 AI chat can now do more than investigate and explain. With new Logz.io API skills, the agent can create and manage Open 360 and Cloud SIEM objects, such as alerts and dashboards, directly from the conversation. Find an error pattern worth watching? Ask the agent to create the alert. Need a view of a service you just investigated? Ask for the dashboard. The insight and the follow-through now happen in the same place.

Trace an AI SRE Agent: AURA Docker Quickstart with Phoenix and OTel

You get an answer from the agent and no way to check how it got there. The route it took is recorded, and so is the reason it gave for taking it. AURA emits OpenTelemetry spans, and the Docker quickstart wires them straight into Phoenix. Four services come up together: AURA Web Server as the persistent agent harness, LibreChat as a browser interface for chatting with the agent, Phoenix to receive the spans, and MongoDB to store stateful data for LibreChat. The Compose file arrives pre-configured to point AURA at Phoenix and to enable content recording for the local demo.