Operations | Monitoring | ITSM | DevOps | Cloud

Going beyond AI chat response: How we're building an agentic system to drive Grafana

As we look at the role AI can play in Grafana going forward, we want to move beyond the simple chat responses that dominate the world of LLMs today and into agentic systems—AI that can understand, reason, and act on your behalf. The ultimate goal is to make it easy to get things done in Grafana using natural language—whether you’re a seasoned SRE or a new developer. And in the AI world, we call this moving from chat completion to task completion.

From Detection to Resolution: How Selector + Itential Deliver AI-Driven Observability and Automated Recovery

Every second counts when it comes to detecting, diagnosing, and resolving network incidents, yet many teams still find themselves stuck in reactive mode, drowning in alerts, manually writing scripts, and managing tickets across disconnected systems. This is where Selector and Itential come in. Together, Selector and Itential deliver a powerful, enterprise-ready solution that closes the loop between detection and action.

How Puppet is Redefining Infrastructure Management with AI, Powered by Perforce Intelligence

AI has emerged as a defining force in modern technology, spearheading transformation across industries. Yet, despite its promise to revolutionize workflows and unlock unprecedented efficiency, most DevOps organizations face significant hurdles in adopting AI safely and effectively. Concerns about complexity, scalability, and governance hold many decision makers back.

Demo Roundups! Meet the PagerDuty AI Agents

Welcome to the future of operations, where people and agents manage critical work together, driving productivity and efficiency. Learn how PagerDuty’s AI agents can supercharge teams, by autonomously handling repetitive tasks and resolving well-known issues, while surfacing data and insights that augment human expertise for faster resolution and higher operational resilience.

How we're shipping faster with Claude Code and Git Worktrees

Four months ago, Claude Code was announced and we were requesting invites to its "Research Preview." Now? We've gone from no Claude Code to simultaneously running four or five Claude agents, each working on different features in parallel. It sounds chaotic, but it's been a natural progression as we've learned to trust AI more and as the tools have dramatically improved.

AI Arms Race: How Artificial Intelligence is Both the Weapon and the Shield in Modern Cyber Warfare

Cybercriminals are no longer lone hackers sitting behind screens; they use artificial intelligence to supercharge their attacks. They employ large language models (LLMs) that generate phishing content to evade human detection. They use malware that adapts mid-execution to bypass sandbox environments and deepfake video/audio to mimic executives in real time.

Can AI/ML Guide Observability? Tech Talk #6

This talk will examine the application of Artificial Intelligence and Machine Learning in observability. It will cover how AI/ML is being used to monitor systems, detect anomalies, and extract insights from telemetry data. The session will provide information on integrating AI/ML into observability pipelines, improving analytical capabilities, and system performance.

Integrating AI into Your Business Website

Let's start with the most obvious entry point: chatbots. These little text-box gremlins can handle customer queries, book appointments, suggest products, and provide support 24/7 without ever asking for a lunch break. They're not just helpful, they're expected. But make sure they don't sound like a malfunctioning toaster. The best chatbots are conversational, helpful, and a little bit charming. Think less "HAL 9000" and more "friendly guide who actually listens."

Introducing AI Agent Monitoring

AI is changing how we build software — but debugging code still comes down to having context. One minute the model’s performance is cruising. The next, you’re hit with a KeyError from a tool you forgot existed, triggered by a model that silently timed out, and a retrieval call that returns... nothing, or 11 “Let me try this a different way" messages before failure. You’re stitching together LLM calls, agents, vector stores, and custom logic. Then hoping it holds up in prod.