The Resilience Newsletter

Thalamus Advisory
Issue 06September 2026Reading time · 10 minSeries · Sector AnalysisDownload PDF

Sector Analysis · Technology, Software & Cloud

Selling Reliability You Must Also Have

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.

Thalamus AdvisoryEnterprise Resilience Practice

01 — The SignalThe baseline is already excellent

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.

02 — The MechanismWhat survives a mature practice

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.

03 — The CostWhere it actually lands

SurfaceHow it presents
SLA creditsContractual and immediate. At hyperscale a single significant incident can run to eight figures in credits alone.
Public postmortemThe incident becomes an industry artefact. The reputational cost lands on sales cycles for quarters afterwards.
Shared fateWhere 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 attentionThe scarcest resource in the company, spent on serial hypothesis elimination that is largely mechanical.
Tenant attributionMulti-tenant degradation that cannot be attributed with evidence becomes a support escalation instead of a commercial conversation.

04 — The AI StakesModel serving broke the assumptions

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.

05 — The RemedyParallelism and independence

06 — In PracticeHosted, or customized for your estate

Hosted on Thalamus AI Cloud

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.

Customized for your enterprise

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.

Thalamus SRE guardrails including spend ceiling and rate limits
Figure 1 — Thalamus SRE · GuardrailsSpend and authority bounded structurally. Among the sixteen enforced policies: token / spend ceiling caps cost per run and aborts with an escalation when exceeded; tool call rate limit bounds external calls to prevent runaway loops; connected-agents depth cap limits delegation depth to prevent unbounded fan-out. These are the controls that make agent-driven operations financially predictable rather than an open-ended commitment.
Thalamus AI Cloud instances page with both products ready
Figure 2 — Thalamus AI CloudBoth products, provisioned and ready to connect. A bounded proof-of-value can be running against real telemetry the same day — pooled tenancy for a trial, dedicated where a shared database is not acceptable. Because ingest is OTLP-native, the instrumentation you add is the OpenTelemetry standard rather than a vendor agent, which is also what makes the data portable back out if the answer is no.

07 — Getting ThereHow Thalamus Advisory helps

EngagementWhat 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.
The counter-argument, made honestly

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.


One number

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.

Where to start on Monday

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.