What is observability, and how is it different from monitoring?
Monitoring tells you something is wrong. Observability lets you work out why without reproducing it. The practical test is a question: when a customer says last Tuesday's run was wrong, can you answer from what the system already recorded, or do you have to run it again and hope it misbehaves the same way?
Answering why, from what was already recorded.
Why it matters to you
For an AI system this is harder than for ordinary software, because the interesting failures do not throw. A step that returns an empty result, a provider that answers 200 with a rate-limit body, a model that answers confidently and wrongly: none of those raise an error, so a dashboard of error counts shows nothing at all.
What works is picking one number per pipeline that only moves when the pipeline is healthy, and reading it on a schedule. On the WhoFits lead engine that number is the yield rate, the share of enriched leads that turn up a website, because a silently blocked search engine returns an empty result rather than an error.
The other half is splitting surfaces by what each can see. Mooney sends errors to five places because each one sees something the others cannot, and a decision table names which to open first per symptom. After every release a smoke test fires a deliberate crash to confirm the pipeline still works, because monitoring that is never tested dies quietly.
Where this turns up in something OCTYN runs
Each line carries the date it was recorded and where it came from.
- 2026-09-14
Five error surfaces split by what each can see, with a decision table naming which to open first per symptom
docs/growth/case-studies/mooney.md, section 5Mooney → - 2026-09-14
No uptime monitor and no alerting on the WhoFits crawler, which is a batch system checked by a person running a status command
no monitor configured in repoWhoFits →
- stack
- TwitterAPI.io · Playwright · Ollama qual gate
- surface
- Workspace-OS dashboard · private
If a proposal used this word and did not explain it, ask.
Book a call →