Skip to content

observability

2 posts with the tag “observability”

Elastic Buys Deductive AI: the Agent That Finds Your Root Cause

Elastic closed its acquisition of Deductive AI this week (citybiz, 2026). The deal puts an AI agent inside Elastic Observability whose only job is to find the root cause of production incidents (Business Wire, 2026). It is a direct answer to a question every on-call engineer knows: why is the data there but not the answer (PYMNTS, 2026)?

Elastic agreed to buy Deductive AI in a July 22 blog post (PYMNTS, 2026). The transaction is now complete (StockTitan, 2026). Elastic Observability gains root cause analysis that learns from every incident it handles (Business Wire, 2026).

Deductive AI built an investigation platform for production issues. The platform analyzes code, telemetry, and organizational knowledge together (citybiz, 2026). Its AI site reliability engineering (SRE) agent gathers evidence, forms hypotheses, tests those hypotheses, and works toward the root cause (citybiz, 2026).

This is not a chatbot that reads logs. The agent acts like a junior engineer on a war-room call. It does not guess. It runs investigative paths and keeps the ones that produce evidence (citybiz, 2026). Failed theories get dropped. Workable ones get pushed further.

The core technique is reinforcement learning (citybiz, 2026). The agent scores each investigative path by how much useful evidence it returns and whether it ends in a successful diagnosis (StockTitan, 2026). Each incident tunes that scoring. Over time the agent gets faster at the paths that work and avoids the ones that do not (StockTitan, 2026).

The loop, itemized:

  1. The agent reads logs, traces, and deployment context from Elastic.
  2. It forms a set of hypotheses about the cause.
  3. It runs the first hypothesis as an investigation step.
  4. It scores the returned evidence as useful or not.
  5. It keeps useful paths, drops the rest, and repeats.
  6. The final diagnosis updates the scoring for the next incident.

That loop is what reduces manual troubleshooting work (citybiz, 2026). MTTR drops because the first hypothesis is more likely to be right.

Elastic CEO Ash Kulkarni put the problem plainly: engineering teams are drowning in telemetry but starved for answers (citybiz, 2026). Observability tools collect terabytes of data. Humans still read them by hand. This deal aims to move teams from detection to resolution faster (StockTitan, 2026).

Deductive AI cofounder Rakesh Kothari said joining Elastic lets the technology reach a broader customer base and move faster on AI investigation features (citybiz, 2026). Existing Deductive AI customers keep their support while Elastic builds the integration (StockTitan, 2026). Product roadmap details arrive in the coming months.

Elastic’s technology already serves thousands of organizations, including more than half of the Fortune 500 (citybiz, 2026). Search, observability, and security run on one platform (Yahoo Finance, 2026). Root cause analysis now gets a native agent instead of a point tool (Yahoo Finance, 2026).

Observability vendors are racing to make AI the first responder. This deal shows the shape of that shift: an agent that walks the same investigative path a human SRE walks, scored and improved by reinforcement learning (StockTitan, 2026).

Two rules follow for your own stack:

  1. Collect the data AND the context. An agent is only as good as the code, telemetry, and organizational knowledge it can read (citybiz, 2026). Silos kill investigation agents.
  2. Own your incident history. Agents that learn need a record of past root causes and past fixes. That history is the training signal for faster diagnosis next time.

The era of reading logs by hand is ending. The teams that feed their incident history back into an agent will close their next outage in minutes, not hours.

Dynatrace Buys Arize for $915M: AI Evaluation Meets Production Observability

On August 13, 2026, Dynatrace signed a definitive agreement to acquire Arize for $915 million (Dynatrace). The deal joins AI evaluation, agent tracing, and production monitoring in one platform. At that price, it is a strong signal that AI observability is now a platform category, not a niche tool.

ItemDetail
BuyerDynatrace (NYSE: DT)
TargetArize, based in San Francisco
Total value$915 million, cash and stock
Cash portionAbout $815 million
BalanceReplacement equity awards for Arize employees
AnnouncedAugust 13, 2026
Expected closeThis quarter or early in Dynatrace’s Q3

Sources: Business Wire, Pulse 2.0.

Arize founders Jason Lopatecki and Aparna Dhinakaran join Dynatrace at closing. Lopatecki keeps leading the Arize team and reports to Dynatrace CEO Rick McConnell (Business Wire).

Arize builds observability for AI models, applications, and agents. Its tools detect hallucinations, measure output quality, and trace how AI systems behave (MSSP Alert). The platform is open-source native and works across the major AI frameworks and model providers (Engineering.com).

Its Phoenix tool gives developers a free evaluation harness. That is the entry point this deal wants. Engineers choose evaluation tooling while an app is still being written, months before an operations team sees it (Forbes).

Arize CEO Jason Lopatecki: “We founded Arize because AI teams needed a way to know their agents were actually working correctly, not just running” (Business Wire).

Dynatrace was not buying blind. Its AI Observability app traces gen_ai spans, scores live production responses with LLM-as-a-judge evaluators, and detects drift in those scores over time (Forbes). What it lacked was a foothold with the AI engineers who pick the evaluation harness. Those choices happen months before anything reaches operations (Forbes).

The purchase targets fragmentation. Teams evaluate models with one set of tools, then monitor production with another set. Dynatrace wants one loop: model and agent performance, application health, infrastructure data, and business outcomes in a single view, with production data feeding back into development (Engineering.com).

The financial math is public. Dynatrace projects the deal adds about 200 basis points to annual recurring revenue growth in fiscal 2027. It expects non-GAAP operating margin to drop about 175 basis points during integration (Pulse 2.0).

The move also answers the competitive field. Datadog and Splunk hold the neighboring ground in observability (Forbes). Dynatrace recently added Bindplane, an OpenTelemetry data collector, and DevCycle, a feature-flag company. Open standards are the throughline (Constellation Research).

The AI chat features on this site run on an OpenAI-compatible stack. The failure modes this deal targets, drift, output quality, and agent tracing, are the ones any AI workload hits in production.

  1. Run evaluation and production monitoring as one loop. Feed eval results into the same dashboards your SREs watch.
  2. Standardize on OpenTelemetry gen_ai spans. They are the common format that makes eval and production data comparable.
  3. Track hallucination rate and score drift as real SLOs, with owners and alert thresholds.
  4. Re-check your AI toolchain roadmap. Consolidation changes vendor plans, and the vendors you choose now decide whether evaluation and operations stay joined.

The deal closes this quarter or early next, subject to regulatory review (Dynatrace). If you run AI in production, the platforms you pick in the next six months will set the shape of your AI operations for years.