Operations | Monitoring | ITSM | DevOps | Cloud

[DEMO] Komodor Agentic Operations Platform

The Komodor Agentic Operations Platform allows enterprises to confidently implement autonomous operations in mission-critical environments, fully governed from the first run. Get started instantly with pre-built, end-to-end agentic workflows, along with the shared infrastructure, tools, MCP gateways and integrations needed to build, run, and optimize your own.

[WEBINAR] Introducing the Komodor Agentic Operations Platform

Join Komodor CTO and co-founder Itiel Shwartz for a live look at the newly launched Komodor Agentic Operations Platform. Itiel will guide us through where agentic AI operations are headed in 2026 and beyond, and how Komodor got here: years spent resolving incidents in some of the world’s largest production environments, and what that experience revealed about what makes agents valuable in production.

Inputs Demystified - Connect Anything with the Input Wizard Webinar

Getting logs into Graylog should not require a PhD in syslog. Part of the Getting the Most out of Graylog Open series, this session educates Open users on the full Inputs framework in Open, what input types are available, when to use each, and how to use the Input Wizard to get new sources connected faster. Open users need to be on the latest version of Graylog. We also cover the revamped Inputs page and how to validate that your data is arriving clean.

Cribl On Your Coffee Break Episode 18 - All About AI

With 3 more days to go, we’ve finally arrived at the AI episode in the Cribl on your coffee break series. Today we’ll touch on a few of the many ways we’ve enabled Cribl to use AI, and also to help you manage the data generated by AI-enabled tools. By the time the month is over, you will have a pretty good idea of what Cribl can do, and how to do it. You’ll also have consumed more caffeinated beverages than is strictly appropriate...

Your AI coding gains are stuck before the code is even written

At some point this year, you likely approved a request to expand AI coding tool access across the team. The pitch was straightforward: engineers write code faster, the team ships more, the investment pays for itself. The first half happened. Engineers are writing code faster. If you're now being asked whether the investment paid off, and you're finding the honest answer is more complicated than a yes, you are not alone, and you have not been sold something broken.

Your users already know what's relevant. Are you listening?

TL;DR If you work on search relevance, you know the feeling. You ship a synonym. You boost a field. You add a vector model. You stare at a judgment set that was labeled six months ago and hope the next NDCG number moves in the right direction. Somewhere between offline metrics and production traffic, a quiet gap opens: you optimized for what you think users want, not for what they actually do when the results appear. That gap is not a failure of effort. It is a missing feedback loop.

How Harness orchestrates LLM security scanning

Large language models are effective at security review for the same reason they are effective at many other tasks: they reason rather than pattern match. In plain terms, a traditional scanner checks code against a list of known bad patterns, the way a spell checker flags a misspelled word, regardless of what the sentence means. An LLM can instead follow the program's logic: trace a piece of attacker-controlled input through several layers of application code to determine whether it is reachable.

How we automated feature-flag cleanup with Agentic Pipelines

The hard part of a feature flag is rarely adding it. It is remembering to remove it months later, when the rollout is over, the original context has faded, and there is always a more urgent piece of work waiting. Since April 2026, one Atlassian team has used Agentic Pipelines to clean up their monthly backlog of stale feature flags. The workflow prepares the change and opens a pull request, while engineers still review and merge the pull request.

The Clearinghouse For AI Agents Has A Blind Spot

Jamin Ball’s recent piece, “Systems of Record Won the SaaS Era — Clearinghouses Will Win the Agents Era,” is the cleanest articulation I’ve seen of where the durable moat goes next. His argument is simple and, I think, correct: the SaaS era rewarded whoever owned the system of record, and the agent era will reward whoever owns the clearinghouse.

How to improve agent experience (AX) with CI

Improving agent experience (AX) is one thing. Keeping it good as your product changes is harder. A renamed field, different error response, or overlapping tool can turn a workflow that worked yesterday into extra retries, wasted tokens, or human intervention. CI gives teams a way to catch AX regressions as part of the development process. You can test the interfaces agents depend on, run representative agent workflows against product changes, and preserve fixed failures as regression cases.