Resources / Perspective

It is not an asset tracker

May 22, 2026·5 min read·Ithil

Every CMMS demo opens the same way: a tidy table of assets, a map with pins, a count of work orders. It looks like the product. It is actually the easy part. Storing what you own is a database. Running and proving what you do to what you own is the job.

The gap between an inventory and an operation

A public works department doesn’t fail its audit because it couldn’t list its pump stations. It fails because it can’t show the inspection happened on schedule, that the deficiency was assigned and closed, that the safety-critical item blocked closeout until it was verified, and that the whole chain is intact months later. That is workflow and evidence, not inventory.

Asset trackers treat the workflow as metadata hanging off the asset. Execution-grade operations treat the workflow as the thing, with the asset as one of its dimensions.

What “execution-grade” actually requires

  • State machines that enforce real-world process, an inspection can’t be approved without sign-off; a commissioning activity can’t pass while a safety-critical issue is open.
  • Cross-module loops that close themselves, a failed test auto-creates a punch-list item; a cleared punch list signals readiness; a finding spawns the corrective work order.
  • An audit trail that survives scrutiny, event-sourced, hash-chained, and independently verifiable, not a “last edited by” timestamp.
  • Compliance mapped to the framework the customer is actually graded on, lifted from the regulation and cited, not approximated.

Why the distinction is expensive to get wrong

Tools that started as asset registries bolt workflow on later, and it shows: the audit trail is an afterthought, the state machine is advisory, the compliance mapping is marketing. It demos fine. It does not hold up on the day a record is challenged or a deadline is missed and someone asks for proof.

We start from the operational workflow and the evidence it must produce, and let the asset be a participant in it. The inventory falls out of the operation for free. The operation does not fall out of an inventory.

This is not an asset tracker. It is execution-grade infrastructure operations with compliance auditability built into every layer.

If the question your agency has to answer is “what do we own,” a spreadsheet is enough. If the question is “prove you operated it correctly,” you need something built for that question from the start.

See it run on your operations