Operations | Monitoring | ITSM | DevOps | Cloud

AI on AI Challenges

Building AI agents is easy until they launch into production and start behaving unpredictably. In this presentation, João Freitas, Chief AI Officer at PagerDuty, dives into the messy reality of scaling non-deterministic systems and shares how PagerDuty manages multi-agent complexities. Speaker: João Freitas, Chief AI Officer, PagerDuty Recorded during GenAI Community x Google Developer Group Lisbon at PagerDuty Portugal offices, July 2026.

Why Faster Recovery Beats Faster Shipping in the AI Era

A year ago, AI coding tools worked alongside developers—suggesting the next line, completing a function, accelerating work that a human was already doing. Today, they’re writing entire modules and services independently, producing code that no human has reviewed line by line, built from components that no single person has fully mapped. And adoption is only accelerating: According to our recent AI Resilience Survey, 84% of organizations are now using AI to write, review, or suggest code.

Right Size Your Model Usage with Valkey and Semantic Routing

Benchmarks keep showing that picking the right LLM is hard. The easy answer is "just use the most powerful one." That works, but it is pricey. A small, cheap, or local model can handle many simple requests just as well as a frontier model, for a fraction of the cost. That is what semantic routing is for. Use middleware that looks at an incoming request and decides which model should answer it.

OpenAI API cost calculator: estimate your GPT spend before it estimates you

This OpenAI API cost calculator (also an AI inference calculator for o3/o4-mini thinking tokens) estimates your monthly OpenAI API pricing bill from three inputs: model, request volume, and average tokens per request. Toggle between standard, batch, and cached pricing and get your number in seconds. It also shows what the same workload costs on Claude and Gemini. For the full per-model rate card, see CloudZero's OpenAI API pricing guide.

AI Summary Agent in Turbo360

Handed over an Azure integration environment you've never seen before? Turbo360's AI Resource Summary agent gives any support operator or engineer an instant plain-English overview of what a resource is, how it behaves, and what to watch out for - without needing to ask the developers. In this demo: Great for: IT operations teams, MSP NOCs, cloud support engineers, and anyone responsible for running integration workloads they didn't build.

Prepare for the EU AI Act with Harness AI Security | Harness Blog

Harness AI Security provides a unified control plane for AI discovery, risk visibility, and runtime protection, helping organizations operationalize key requirements of the EU AI Act. Instead of relying on manual audits or fragmented tooling, teams get continuous insight into how AI systems are built, exposed, and used, along with the evidence needed to demonstrate compliance.

ACP vs MCP: What's the difference for agentic coding?

An AI coding agent holds many conversations at once. Not only is the user prompting it, the agent also talks to the IDE, showing diffs and asking before it touches a file. At the same time it talks to tools, pulling a failing build or querying a database. Two open protocols standardize those conversations. This guide compares ACP vs MCP in practical terms: what each protocol does and when each applies. ACP (Agent Client Protocol) connects a code editor to an AI coding agent.

Why Most AI Pilots Never Reach Production

Most AI initiatives never make it out of the pilot stage. Gartner has forecast that 30% of generative AI projects will be abandoned after proof of concept by the end of 2025, undone by poor data quality, weak controls, unclear business value, and escalating cost. The problem predates the current wave of generative tools. RAND's study of experienced practitioners found that more than 80% of AI projects fail, roughly twice the rate of IT projects that carry no AI component.