Operations | Monitoring | ITSM | DevOps | Cloud

Can a T-Shirt Fool AI? Why AI Guardrails Matter for IT | Zero Ticket Minute

Can AI be influenced by something as simple as a T-shirt? New research suggests irrelevant context can affect how some AI models respond. In this Zero Ticket Minute, Ian explains why AI guardrails matter and what IT leaders should consider as they adopt agentic AI and autonomous operations.

How Claude Mythos Changes the Future of Vulnerability Management: Fixing, Not Finding

Anthropic’s Claude Mythos shows how AI is making vulnerability discovery nearly infinite. Endpoint remediation is where IT teams win or lose. In April 2026, Anthropic introduced Claude Mythos Preview, an AI model that autonomously discovered thousands of previously unknown vulnerabilities across every major operating system and web browser. By late May, the running total had passed 23,000 potential findings, and the vast majority were still unpatched.

What is a remote MCP server?

As development shifts toward agentic workflows, an AI agent is only as capable as the systems it can reach. Local MCP servers allow desktop CLI and IDE agents to execute multi-step tasks on your machine. But remote MCP servers (also called hosted MCP servers) extend that reach to cloud-based and background agents, allowing an agent running in a web browser, a CI runner, or a backend service to access external tools over HTTP without needing a developer’s machine running local child processes.

How to Build a Reliable Review Gate for AI Generated 3D Assets

A creative team generates twenty 3D props in an afternoon. The files look acceptable in preview images, so they are placed directly into the shared asset library. Days later, developers discover inconsistent scale, missing textures, reversed normals and several models with unclear ownership or revision status. The generation process worked. The production process did not.

Imaginary Test Data. Real Token Bill.

Ask an AI for K-pop concert advice without saying the group, city, date, or budget. It may confidently send you to a BLACKPINK tribute night in Cleveland with a $400 resale ticket. The AI was plenty confident. It just had nothing real to go on. That is exactly what happens when developers test AI applications with invented traffic. The test may look reasonable. The result may even pass.

Don't Trust the Diff: Making AI-Generated Code Reviewable And Maintainable

Coding agents changed implementation economics faster than they changed confidence. They let us produce more code, more quickly, but they did not make reviewers any better at understanding system-wide consequences. In our Kubernetes automation stack, that gap became impossible to ignore once AI started generating meaningful amounts of controller code.

Why Model Routing Backfires and How to Build Agents That Don't Burn Your Budget

Model routing promises to cut your AI agent spend by offloading routine tasks to cheaper models like Claude Haiku while reserving frontier models like Claude Sonnet for complex reasoning. In the right configuration, routing strategies can reduce inference costs by 40–85%. But if you implement routing incorrectly in a multi-turn agent, you can end up paying more than if you’d never routed at all. Here’s why and how to fix it.

Catch AI Agent Failures Before They Ship | Harness AI Evals

AI agent quality should not depend on manual checks. But for many teams shipping AI in production, agent failures are silent. The agent doesn't crash - it just gives confidently wrong answers, and your monitoring sees nothing wrong. Without automated guardrails, plausible-sounding wrong responses, hallucinations, and quality regressions reach customers before anyone notices.

Guardrails for shipping with AI agents, feat. Luca Rossi of Refactoring.fm

Code review has always been a time sink. AI just makes the dysfunction undeniable. Luca Rossi, founder of Refactoring.fm and builder of the open source tool Tolaria, has been running one of engineering's most-read newsletters for five years, with over 170,000 subscribers. He's also been doing what a lot of engineering leaders talk about but rarely do: building a real product with AI agents to pressure-test what's actually possible today.