Operations | Monitoring | ITSM | DevOps | Cloud

Making agentic token costs visible in production

In some organizations, high token counts have become a proxy for productivity. Some engineering teams are being pushed to max out context windows and wire in sprawling tool sets. More tokens can mean better agent reasoning and richer context during development, but token costs compound in production. Tokens accumulate across sessions, users, and tool calls in ways that are easy to overlook. Datadog’s 2026 State of AI Engineering report quantifies the scale of this problem.

OpenSearch 3.6: Agentic Applications Meet Long-Term Support

TL;DR OpenSearch 3.6 makes agentic search production-ready, with the AI-powered Launchpad provisioning full search apps in minutes and faster default vector search, and it's the first LTS release, bringing 18+ months of guaranteed support, SBOMs, and an upstream-first commitment (every fix goes back to the main project) so teams get fast-moving open source and a stable, supported platform at once.

How to Use Your Knowledge Base to Increase AI Chatbot Deflection

Ticket deflection is the metric IT leaders point to when they talk about AI chatbot ROI, and the knowledge base is the part of the equation that determines whether that number moves. A chatbot can run natural language processing well and still deflect almost nothing if the content behind it is thin, outdated, or scattered across articles that don't match how people actually ask questions.

Why AI agents need a job description | The future of agentic AI in IT

An AI agent is only as useful as the job you can safely hand it. In this Zero Ticket Minute, Ian Coppock, Resolve Customer & Partner Marketing Manager, breaks down why enterprise AI is moving toward purpose-built agents with defined roles, scoped permissions, and real guardrails. That is the foundation for autonomous IT operations and Zero Ticket IT. Subscribe for weekly insights on AI, IT automation, and where enterprise operations are heading.

15 Best AI Observability Tools for Production Teams in 2026

AI applications generate far more than model outputs. Every request includes prompts, retrieval, tool calls, agent steps, latency, token usage, and evaluation signals that all contribute to the final response. When something goes wrong, engineering teams need to understand what happened, why it happened, what it cost, and whether the outcome met quality expectations.

Observability vs. Monitoring for AI Systems

Monitoring tells you when an event you predicted has actually happened. Observability lets you investigate behavior you may not have predicted at all. For most of the past decade, that distinction was something teams could afford to treat as a philosophical debate, because their systems failed in expected ways that had been seen before. A memory leak, a bad deploy, a saturated connection pool. You could build a dashboard and alerts for each and sleep reasonably well.

Why Cash Flow Still Matters in an AI-Driven Economy

Artificial intelligence is changing how businesses operate. Companies are using AI tools to automate customer service, generate content, analyze data, improve forecasting, and streamline everyday tasks. For many business owners, the promise is simple: work faster, reduce costs, and improve efficiency.

Claude Code Monitoring at Scale: Gateways and Routing With OpenTelemetry

Chelsea and I recently wrote a guide on how we monitor Claude Code usage internally with Bindplane. TLDR; We remotely manage a Bindplane Distribution of the OpenTelemetry Collector (BDOT) that runs on every engineer's laptop. This setup is great, but it has one downside. Sending to Google Cloud Monitoring, Swarmia, and any other destination directly from an engineer’s laptop is limited to local processing. You can’t get the benefit of centralized routing and processing on a gateway.