VOOZH about

URL: https://thenewstack.io/agentic-ai-in-observability-building-resilient-accountable-it-systems/

⇱ Agentic AI in Observability: Building Resilient, Accountable IT Systems - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2025-11-17 08:00:07
Agentic AI in Observability: Building Resilient, Accountable IT Systems
sponsor-ibm,sponsored-post,
AI / AI Agents / Observability

Agentic AI in Observability: Building Resilient, Accountable IT Systems

Why the full promise of agentic AI will only be realized if security and accountability are embedded at every stage of automation.
Nov 17th, 2025 8:00am by Vikram Murali
👁 Featued image for: Agentic AI in Observability: Building Resilient, Accountable IT Systems
Featured image by Zach Reiner on Unsplash.
IBM sponsored this post.

As enterprise IT systems grow more complex, maintaining visibility, performance and resilience across distributed architectures has never been more critical. The rise of agentic AI — AI capable of autonomous analysis and action — is redefining how organizations approach observability and operational resilience. The result is a more proactive, adaptive operations model that dramatically lowers mean time to resolution (MTTR) and allows teams to focus on innovation rather than incident response.

Agentic AI refers to systems that can autonomously perform complex, multistep tasks by planning, reasoning and acting with minimal human input. Unlike traditional AI, which reacts to direct commands, agentic AI is proactive and goal-driven, capable of adapting to changing conditions.

But autonomy alone isn’t progress. The capabilities that make AI agents so valuable can also make their behavior difficult to monitor, understand and control. Achieving agentic AI’s potential depends on embedding security and accountability into every stage of automation and using observability tools that are designed to monitor an AI agent’s performance and flag any deviations from standards. Without those foundations, the same systems that deliver speed and efficiency can introduce new operational risks.

Balancing Automation and Human Oversight

Enterprises must consider human in-the-loop (HITL) architecture when they begin designing agentic systems — not as an afterthought. The objective is to combine automation’s efficiency with the reliability and governance required for trust.

At IBM, as I’ve said before, this balance follows a three-step continuum:

  • Automated execution: Low-risk, reversible tasks — such as log analysis or test-environment operations — can be fully automated with minimal oversight.
  • Supervised automation: Medium-risk processes require a review-and-approve step, where humans validate AI actions before they execute.
  • HITL execution: High-risk operations — such as customer communications or production changes — must remain under direct human control.

As trust in automation grows, organizations can move more supervised processes into the automated category, especially in nonproduction environments. My experiences with customers has revealed that about 60% to 70% of automation currently occurs in development and test systems, with 30% to 40% in production.

The Double-Edged Sword of Autonomous Observability

Observability platforms have evolved from simple log collection to advanced AIOps capable of anomaly detection and correlation. The next frontier should include agentic observability — systems that can interpret telemetry, detect failures and act to correct them.

Automation without accountability is a risk at scale.

These capabilities could transform IT operations by eliminating manual triage and enabling proactive resolution. But they also introduce new risks; an AI process might misinterpret a traffic spike as an attack or infer a false correlation between service logs.

Automation without accountability is a risk at scale. In my view, every AI-driven decision must be traceable, explainable and governed. Without transparency and oversight, black-box automation can erode trust and slow adoption of otherwise transformative technologies.

Metrics and Frameworks for AI Accountability

Several frameworks have emerged over the last two years to promote transparency and accountability in AI systems:

These frameworks help organizations track AI behavior, document compliance and ensure explainability — understanding why the system acted, not just what it did.

Additional initiatives such as Google’s Model Cards offer templates for documenting model provenance and behavior. Together, these standards can help make AI systems traceable and auditable.

Why Agentic AI Needs New Safeguards

Unlike traditional analytics tools, agentic AI doesn’t just observe, it acts. This autonomy requires new safeguards across several dimensions:

  • False positives and hallucinations: Generative models can misidentify patterns, causing unnecessary or harmful interventions. Modern observability tools use AI-specific telemetry to surface anomalous responses or repeated retries that indicate poor model grounding, prompting retraining or parameter updates.
  • Loss of oversight: Overreliance on automation can obscure underlying system drift. Observability tools can help detect drift by monitoring changes in response patterns or variations in output, then alert teams to update configurations or documentation to eliminate the deviations.
  • Security exposure: Agents with excessive data access can become attack surfaces. For example, as cybercriminals develop new tactics, agents may become less reliable at detecting fraud. Observability tools can identify when agents access or invoke services beyond authorized boundaries, so teams can retrain the model to close security gaps.
  • Compliance risks: Unexplainable AI decisions can trigger regulatory violations under frameworks like the EU AI Act. An observability tool can provide trace data to support auditability and explainability requirements under these frameworks.

Each of these challenges underscores the same principle: Trustworthy automation depends on transparency, explainability and accountability.

Trustworthy automation depends on transparency, explainability and accountability

Blueprint: AI Built With Guardrails

IBM sees agentic AI as both an opportunity and an obligation. From my view, the next generation of observability platforms needs to be designed around three key components:

  • Transparency by design: Every AI action must be auditable, with clear data lineage showing what informed a decision and why.
  • Security by design: Observability data, often highly sensitive, must be protected with encryption, identity controls and strict permissions.
  • Governance by design: Policies should dictate when AI can act autonomously and when human validation is required — what IBM calls policy-driven automation.

These guardrails define responsible automation, combining AI’s efficiency with enterprise-grade trust.

Practical Guardrails for Responsible AI Ops

In addition to general best practices for augmenting human intelligence with AI, consider these strategies for integrating agentic AI into observability and operations.

  • Deploy AI gateways that validate and authorize actions before execution, ensuring compliance with security and change policies.
  • Establish AI observability pipelines. Treat AI models and agents as first-class observable components. Capture MELT for every agent action, model inference and data interaction to enable full lineage tracking and explainability.
  • Monitor model drift and reasoning transparency. Implement continuous validation and drift detection for large language models and agentic AI systems. Observability tooling can provide the trace data that helps highlight deviations in reasoning or decision-making pathways.
  • Implement secure data governance so that AI models access only the telemetry data they need.
  • Tie resilience scoring to observability metrics for unified visibility into system health and recovery readiness.
  • Maintain a human-in-the-loop architecture for high-impact or customer-facing systems. AI should assist, not replace, human judgment.

These principles are quickly becoming operational necessities as enterprises move toward self-healing, AI-driven environments.

Building Confidence in the Next Era of Observability

AI must extend human intent, not replace it. With strong guardrails and transparent design, enterprises can use agentic AI to automate IT resilience, reduce MTTR, and build operational confidence.

Ultimately, observability is about assurance — knowing systems perform as expected and automation acts responsibly when it matters most. When implemented with transparency and governance, agentic AI can build confidence to a new level.

The organizations that succeed in the next wave of digital operations will be those that pair intelligence with integrity — harnessing AI to drive innovation without compromising accountability.

The future of observability isn’t just autonomous. It should be accountable, explainable and secure — the foundation of resilient enterprise systems built to last.

Learn more about how IBM Observability can help drive resilience, cut costs, and optimize IT with integrated, AI-powered operational intelligence.

Cut complexity, fuel growth. IBM automation transforms tangled IT stacks into intelligent, streamlined systems. By infusing AI into integration, observability, and identity, leaders gain agility, resilience, and confidence to scale innovation without the drag of inefficiency.
Learn More
Hear more from our sponsor
TRENDING STORIES
Vikram Murali is VP of Product Management, Development and Design for IBM Automation, specializing in IT Automation and Observability. IBM Automation develops and provides several leading enterprise offerings to increase IT Operational Efficiency, Securely Integrate Apps & Systems to Remove...
Read more from Vikram Murali
IBM sponsored this post.
SHARE THIS STORY
TRENDING STORIES
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.