Managed Services

Running and improving systems that are already live, measured on self-detection rate and repeat incidents rather than on ticket volume or uptime alone.

Enterprise Services · Managed Services Updated 2026-08-10 446 words

Most managed service arrangements are measured on responsiveness. Tickets answered, uptime reported, an SLA met. All of it can be true while the same problem recurs every month and nobody is fixing the cause.

This is measured on whether problems get found before your customers find them, and whether they stop coming back.

What we run#

Applications, infrastructure and AI systems already in production. Monitoring, incident response, capacity and cost management, patching and the routine work that keeps something dependable.

How it is measured#

MeasureWhy this one
Self-detection rateShare of incidents found by monitoring rather than by your users. This is the number that says whether any of it is real
Time to restoreDetection to service restored
Repeat incidents in 30 daysRestoring without fixing the cause. An automated restart is very good at hiding this
Cost per unit of loadNot total spend, which can fall while efficiency worsens
Alert-to-action ratioAbove roughly 5:1 the team has learned to ignore the channel, and the next real alert dies there

Uptime alone is not on this list. A service can be up and serving errors, up and taking nine seconds, or up and returning stale data to everybody.

Automated remediation, and its limits#

Routine fixes run without waking anyone, from a named allowlist: restart a failed stateless service, clear a known-safe temporary directory, scale within a ceiling you set, fail over to a healthy standby.

Three rules on that list, and we will not relax them:

  1. Every automated action is logged with its trigger.
  2. Anything firing more than twice in an hour stops and escalates, because a remediation in a loop is masking the fault rather than fixing it.
  3. Nothing that deletes data, changes access or security posture, rolls back a release, or spends beyond your ceiling happens without a person.

What you keep#

Visibility into everything: the monitoring, the runbooks, the incident records and the automation list. No part of the arrangement depends on us being the only ones who understand it, and the handover if you take it in-house is a documented process rather than a negotiation.

What we will not do#

  • Report uptime as the headline and leave detection unmeasured.
  • Close an incident without a cause and a test, or at least an honest "cause unknown, here is what we are watching".
  • Automate a fix into a control we do not understand well enough to reverse.

How we work, in public#

Our operations model is published, including the KPIs, the procedures and the remediation allowlist template with its four entry tests: bounded, reversible, observable and rate limited.

Get in touch with what is currently keeping someone awake.