Back Issues This Week → Current Issue → Popular →

All issuesVolume 337, Issue 2IT NewsDevOps.com

If It Isn't Code, It's Just Advice

devops.com, Tuesday, April 7th, 2026

When you ask an AI coding agent how to solve a problem, it reaches for code. That's not just a preference - code is how software teams actually ship and we have an ecosystem of essential tools and management systems: Version control, reviews, tests in CI, deploys and rollbacks.

We've spent the last decade pushing more of our systems into code: Configuration, infrastructure, and of course, application logic. The payoff was control, reproducibility, audit trails, and the ability to prove a change works before it hits production.

The Dashboard Problem

But a lot of 'AI tooling' - especially in security - still lives outside that world. When a problem depends on a third-party system, the agent often can't complete the loop. It can recommend steps, but it can't reliably apply them, verify them, or keep them correct over time. They're outside of the context window that is your codebase (the source of truth).

Take spam signups. If the solution is a vendor product configured in a dashboard, the agent has to bridge the gap with brittle workflows: opening a browser, creating an account, clicking through settings, copying keys, tweaking rules, maybe even asking you to change DNS. At best, you get a checklist. At worst, you're letting an AI drive production config through a UI built for humans, not automation. In the AI world, the web dashboard is secondary.

more →  ·  More from DevOps.com →