Operations | Monitoring | ITSM | DevOps | Cloud

AI Tool Sprawl Is Killing Enterprise ROI | Why Orchestration Matters More Than AI Features

Enterprise AI adoption is accelerating, but are organizations actually solving business problems or just adding more tools? In this episode of Agents of IT, Fran Fernandez (Chief Product Officer at Resolve) and Zach Austin (Director of Product Marketing) explore one of the biggest challenges facing enterprise IT in 2026: AI tool sprawl. They discuss why many organizations struggle to demonstrate ROI from AI investments, how disconnected AI assistants create operational complexity, and why orchestration, automation, and context have become the real differentiators for enterprise AI success.

GLM-5.2 Review (2026): Zhipu AI's Open-Weight Coding Model, Honestly Assessed

Zhipu AI (now operating internationally as Z.ai) shipped GLM-5.2 in mid-June 2026, and the claim that grabbed attention was blunt: an open-weight model that beats GPT-5.5 on several long-horizon coding benchmarks for roughly one-sixth of the cost. It's an MoE model with 753 billion total parameters released under an unrestricted MIT license, which means you can self-host it or call it through a managed endpoint.

How One AI-Localized String Broke Our Build and Cost Me $6,000 (And What I Do Differently Now)

The string that broke our last release was four words long. It passed review, went green in the build, and shipped to our German locale with a corrupted placeholder that turned the checkout button into a runtime error. Customers there could not complete an order for most of a Saturday before a screenshot reached me. The broken button cost us roughly $6,000 in lost orders that weekend; the fix itself took ten minutes. What I do differently now started with understanding why it happened.

Making Testing Smarter: How AI in testing automation Supports Continuous Change

Selecting a freight forwarder in 2026 is no longer just about getting goods from point A to point B. You now need a partner that can handle customs clearance, protect delivery timelines, provide transparent shipment updates, and help you understand how sustainable your supply chain is. It matters when disruption to supplies, expectations of customers, and reporting on the environmental impact of operations all sit with one team managing operations.

The Three Pillars Were Built for Humans

It was 2am and I was paying for the privilege. Something was on fire in production, and I’d done the modern thing: I pointed an AI agent at it. It ingested the dashboards. It read the logs. It walked the traces. Then it handed me back a beautifully formatted paragraph that said, in effect, “latency is elevated on the checkout path.” I knew that. The page told me that.

Introducing Atatus MCP Server: Connect AI Agents to Your Observability Data

AI coding assistants like Claude, Cursor, Codex, GitHub Copilot have become standard tools in the modern engineering workflow. Developers use them to write code, generate tests, and review pull requests. But when something breaks in production, these assistants hit a wall: they have no access to your actual system state. They can reason about logs, traces, and metrics. They just can't see yours.

AI ROI Dispatches: How a non-engineer solved a $300K problem for under $1K

A year ago, the sentence “I just deployed an app on GitHub” wouldn’t have made sense coming from me. I’m the VP of People at CloudZero; code deployments and I were not close friends. That’s changed. In this AI era, non-engineers are building, and I think that’s a genuinely good thing. But only if it’s tied to something that matters.

Shipped: LiteLLM is probably under-counting your Claude spend

If you run Claude through LiteLLM, some of that spend is probably going uncounted – and you can’t see it, precisely because the data isn’t there. Routing through a gateway is messier than it looks: LiteLLM alone can carry Claude several ways – the OpenAI-compatible endpoint, and the Anthropic pass-through proxy that the native SDK and Claude Code use – and each path describes the same call differently.