Launch in Days, Not Weeks
Professional one-page website. Only a few slots left this month
Traditional software either works or it doesn’t. A broken checkout page throws an error, a 500 shows up in your logs, someone gets paged. AI systems don’t fail that cleanly. Accuracy drifts a few percent a week, response quality slips, latency creeps up: and by the time a customer complains, the problem’s been running for a month. Monitoring AI systems properly means watching for decline, not just downtime.
This matters more than it did even a year ago. UK SMBs are shipping AI-powered chatbots, invoice extraction tools, and support triage agents into production without the observability habits that traditional software teams take for granted. If you’re running any of these, here’s what to actually track, how to set sane alert thresholds, and where off-the-shelf tools fit.
Traditional uptime monitoring is binary, the server responds or it doesn’t. AI systems introduce three problems that binary monitoring can’t catch.
No pass/fail line. A large language model can return a technically valid, well-formatted response that’s still wrong, outdated, or subtly off-brand. Nothing throws an error. Your dashboard stays green while quality quietly degrades.
Stochastic outputs. The same input can produce different outputs on different runs. That’s expected behaviour for most models, not a bug, but it means you can’t monitor for “did it return the same answer as yesterday.” You need distribution-level thinking, not single-response checks.
Model drift and input shift. The world changes faster than most models get retrained. New product lines, new customer language, seasonal patterns: all of it shifts the inputs your model sees, and its outputs degrade in response. According to industry coverage of production AI monitoring, a mature monitoring stack tracks input distributions, output distributions, and downstream business metrics as three separate layers, because a problem in one doesn’t always show up in the others straight away.
None of this means AI systems are unmonitorable. It means the metrics and alert logic have to be different from what you’d set up for a normal web app.
Start here regardless of what the system does: a chatbot, an AI agent doing invoice extraction, or a recommendation engine.
Some measurable proxy for “is this output good.” For structured tasks (extraction, classification), this can be a straightforward accuracy percentage against known-correct data. For open-ended generation, you’ll need a scoring approach: human spot-checks, a secondary model grading outputs against a rubric, or user feedback signals (thumbs up/down, edit rate).
Average latency hides the problem. If your median response time is 800ms but your 99th percentile is 12 seconds, 1 in 100 users is having a genuinely bad experience, and that’s the number that drives complaints. Track p50 (typical), p95 (most users’ worst case), and p99 (your outliers) separately.
How many requests or operations the system handles per minute/hour, and whether that’s trending with demand or against capacity. A drop in throughput with steady demand usually means something upstream, an API rate limit, a queue backing up, not a model problem.
Not just hard failures (timeouts, API errors) but soft failures too, empty responses, responses that fail a format check, requests that needed a fallback path. Group these separately; a spike in hard errors and a spike in soft failures point to different root causes.
AI systems have a cost profile traditional software doesn’t, every request has a token or compute cost attached. Track cost per operation alongside volume so a traffic spike doesn’t become a budget surprise. This is also your earliest warning sign of inefficient prompts or unnecessary retries.
Quick win: if you’re monitoring nothing right now, start with error rate, p95 latency, and cost per operation this week. All three are cheap to instrument and catch the most common production issues.
Model drift is the gradual mismatch between what a model was built to handle and what it’s actually seeing in production. It’s the AI-specific failure mode traditional software monitoring has no equivalent for, we cover the causes and mitigations in full in model drift explained.
What causes it:
How to detect it:
Drift is rarely sudden. Left unchecked, it’s the difference between an AI system that quietly underperforms for two months before anyone notices, and one where you catch the trend in week one and retrain, re-prompt, or adjust before it costs you customers.
The instinct with new monitoring is to alert on everything. With AI systems, that guarantees alert fatigue within a week, because some variance is normal, expected behaviour, not a fault.
Threshold-based vs anomaly-based:
What warrants a page vs a report:
| Signal | Response |
|---|---|
| Error rate spike, system down, API failures | Page immediately |
| p99 latency sustained above SLA for 15+ minutes | Page immediately |
| Cost per operation doubles unexpectedly | Page within the hour |
| Quality score trending down over 3+ days | Daily report, investigate within the week |
| Single anomalous output or one-off drift signal | Weekly report, no action unless it repeats |
The goal is a small number of alerts that always matter, not a large number you learn to ignore. If your team starts muting notifications, your thresholds are wrong, recalibrate rather than add more noise on top.
You don’t need to build an observability platform from scratch. A handful of purpose-built tools cover most SMB use cases:
Note that WhyLabs, previously a common recommendation in this space, was acquired by Apple in early 2025 and its commercial product was discontinued, if you’re evaluating tools now, that’s one to skip.
What to look for in any AI observability tool:
For context on scale: companies like Netflix and Uber run dedicated ML platform teams with custom-built monitoring infrastructure. Most SMBs don’t need that, a well-configured off-the-shelf tool, checked against the five metrics above, covers 90% of what actually causes production incidents at this scale.
A mid-sized UK recruitment firm running an AI-powered CV screening tool caught a drift issue early because they’d set up a weekly reference-dataset check. Screening accuracy on the reference set dropped 8 points over three weeks, no errors, no downtime, nothing that would have shown up in standard uptime monitoring. The cause was a new CV template their applicant tracking system had started using, which shifted input formatting just enough to confuse the extraction step. A prompt adjustment fixed it in an afternoon. Without the reference check, they’d likely have noticed only when a hiring manager flagged bad shortlists, weeks later, after real candidates had already been mis-screened.
That’s the pattern worth internalising: the monitoring doesn’t need to be sophisticated. It needs to exist, and it needs to run on a schedule, not “whenever someone remembers.”
If you’re running AI systems in production without structured monitoring, start small rather than trying to instrument everything at once:
Fernside Studio builds and supports AI systems for SMB teams, and monitoring is part of how we keep them reliable after launch rather than something bolted on later. Our managed systems support covers ongoing oversight through ticketed support: no retainers, just monitoring and fixes billed against the work actually done.
If you’re running an AI system that’s flying without instrumentation, or you inherited one that’s showing signs of drift, get in touch and we’ll help you work out what to monitor first.