Sector Analysis · Technology, Software & Cloud
These companies sell reliability to everyone else. Their outages come with a status page, a postmortem the industry reads, and SLA credits — which makes honest positioning harder and more necessary.
Any argument made to a technology company about observability has to start by conceding something: they probably already have it. Google invented the SRE discipline. Netflix invented chaos engineering. Amazon operates at a scale that forces solutions nobody else needs. Pitching basic monitoring into that room is how a conversation ends.
US technology revenue runs to roughly $2.4 trillion, on top of about $1.5 trillion in annual enterprise IT spending. The reliability engineering inside these companies is the best in the economy. So the honest question is not what they lack — it is where the remaining incidents actually cost them.
When detection is solved and instrumentation is thorough, the incidents that remain share a profile: rare, novel, cross-service, and expensive in senior attention rather than minutes.
The cost has moved. It is no longer the outage — it is the six engineers on a bridge call for two hours, each holding a different hypothesis, working sequentially through them because that is how human investigation works. The constraint is not tooling. It is the serial nature of the hypothesis loop and the seniority of the people executing it.
In a mature estate, the expensive part of an incident is not the downtime. It is the attention.
Multi-tenancy adds a second pattern. Noisy-neighbour degradation is politically as well as technically hard: attributing a slowdown to a specific tenant requires evidence strong enough to have a commercial conversation about. Aggregate percentiles cannot support that.
| Surface | How it presents |
|---|---|
| SLA credits | Contractual and immediate. At hyperscale a single significant incident can run to eight figures in credits alone. |
| Public postmortem | The incident becomes an industry artefact. The reputational cost lands on sales cycles for quarters afterwards. |
| Shared fate | Where the platform is also your own dependency, an incident hits first-party services and customers simultaneously, and the investigation must separate the two before it can start. |
| Senior attention | The scarcest resource in the company, spent on serial hypothesis elimination that is largely mechanical. |
| Tenant attribution | Multi-tenant degradation that cannot be attributed with evidence becomes a support escalation instead of a commercial conversation. |
Model-serving infrastructure has latency and cost characteristics unlike anything that came before it. Inference is slow relative to an API call, expensive per request, and its performance varies with input in ways that are not visible to conventional monitoring.
Worse, model behaviour can change without a version change. The same prompt returns different output. No error is raised, no deploy happened, and availability monitoring shows green throughout. Quality degrades and the first signal is a customer complaint weeks later.
There is also a cost failure mode with no traditional analogue: agent-driven systems become more expensive the worse things get. An incident storm triggers proportional agent activity, and an unbounded system can generate extraordinary spend in hours — precisely when nobody is watching the billing console.
For most technology companies the hosted path is a proof-of-value rather than a destination. Provision an instance, point a bounded service domain at it through OTLP, and measure the diagnostic throughput difference against your existing practice on real incidents. If the parallel fan-out and the independent verifier do not measurably compress your investigation phase, you have learned that cheaply.
At scale, self-hosted is the norm — you already run the infrastructure and the data volumes make egress unattractive. Customization typically covers: specialist probes extended to your own internal systems and query languages; per-tenant SLO templates aligned to your commercial tiers; verifier configured against a second model from a different vendor to guarantee independence; and spend ceilings mapped to your existing budget controls. The agent fleet is configurable per role, so the boundary between what is automated and what escalates is yours to set rather than ours.
| Engagement | What it produces |
|---|---|
| Diagnostic Throughput Benchmark 4 weeks |
Your current time-to-hypothesis and hypothesis-overturn rate on real incidents, measured against the same incidents run through a parallel fan-out. A defensible before-and-after rather than a claim. |
| Model Dependency Review 3 weeks |
Every model endpoint in a critical path, its latency and error profile as an SLI, and a drift-evaluation harness for behavioural change that availability monitoring cannot see. |
| Agent Spend Controls 2 weeks |
Ceilings, budgets and rate-of-change alerting sized to your incident distribution, so an incident storm cannot become a billing event. |
| Multi-Tenant SLO Design 4 weeks |
Per-tenant objectives and attribution evidence strong enough to support a commercial conversation about noisy-neighbour impact. |
If you are Google, Amazon, Meta or Netflix, you have built most of this internally and built it well. The claim we will defend is narrow: diagnostic throughput through parallel probing, and reduced confidently-wrong conclusions through independent verification. That is a throughput argument, not a capability argument.
We would not suggest replacing your observability stack, and anyone who does is not looking at what you already run. The interesting question for you is whether your investigation phase is parallel — and for most organisations, however sophisticated, it still is not.
Six. Senior engineers on a typical major-incident bridge at a large technology company, working through hypotheses in sequence.
The specialists probe in parallel and return evidence with strength scores. The arithmetic of that difference is the entire argument, and it does not require your monitoring to be inadequate.
Take your last major incident. Write down the hypotheses that were considered, in order, with the time each one took to eliminate.
Then ask: how many of those could have been tested simultaneously? That number, multiplied by the people on the call, is what parallel investigation is worth to you.