DEV Community

Issam Fathi
Issam Fathi

Posted on

Why the physical world still runs on paper, and why that is rational

There is a particular tone software people use when they encounter paper in a real industry. Slightly amused, slightly appalled. Still using clipboards. Still faxing. Still keeping a binder.

I used that tone myself once. Then I spent enough time in property and in building maintenance to notice that the people using paper were not confused about the existence of computers. They had made a choice, and when I finally asked why properly, the answers were better than my assumptions.

If you want to digitise a physical industry, you should understand what paper is doing for it first. Otherwise you will remove something load bearing.

What paper is genuinely good at

It has no dependencies. A form works in a basement, on a roof, in rain, at minus five degrees, with no signal and a dead battery. Every digital alternative carries a chain of dependencies, and the chain breaks at exactly the moment the work is hardest. The people who chose paper have watched a tablet fail on a cold morning and lost a day. You have not.

It is trivially interoperable. Anyone can read it. No account, no licence, no version. When six trades, an owner, a surveyor and an insurer all need to see the same thing, a document that requires no onboarding has an enormous advantage over one that requires seven.

It does not update. This sounds like a weakness and in evidence terms it is a strength. A signed page is fixed at a moment in time. A database row is current, which means it has quietly lost its own history unless someone deliberately built versioning. For anything that might be examined later, immutability is the point.

It carries authority. A signature on paper means something legally and socially that a checkbox has spent thirty years trying to replicate. This is cultural rather than technical, and culture is not a bug you can patch.

Its failure mode is visible. A wet, torn, illegible form is obviously damaged. Corrupted data looks exactly like good data until the moment you rely on it. People who work in high consequence environments have a strong preference for failures that announce themselves.

That is not nostalgia. That is a list of engineering properties, and any replacement has to match most of them.

The real reasons digitisation stalls

When a digital system fails to take hold in a physical industry, the reason is almost never that people are resistant to change. In my experience it is one of four things.

It added a step instead of replacing one. The classic pattern: the crew now fills the form and enters it into the system. The paper never went away because the system does not work where the work happens. Everyone learns that the digital layer is overhead, and they are right.

It moved the burden onto the person with the least incentive. Data entry usually lands on the operational staff, while the benefit lands with management, insurers, or head office. When capture is a chore performed for someone else's benefit, it gets done badly, and the resulting data is worse than the paper it replaced.

It did not survive the environment. Designed in an office, deployed on a roof. Gloves, glare, cold, height, no signal. Reality removes about half the interactions your design assumed.

It could not be handed over. Building work is done by rotating parties. If your system requires every subcontractor to have an account, you have built a system that stops at your organisational boundary, which is precisely where the information most needs to travel.

Every one of those is a design failure, not a user failure. Paper survives because it does not have them.

What actually replaces paper

The things I have seen succeed share a shape.

They capture at the moment of work with less effort than writing. Not slightly less. Obviously less, immediately, to the person doing it. A photograph beats a written description on effort and detail simultaneously, which is exactly why photographic evidence spread through inspection work without anyone running a change programme.

They work with no connection and reconcile later. Offline first is not a nice to have in the physical world. It is the whole requirement.

They produce something anyone can read without the system. This is the part software companies resist, because a readable exportable artefact feels like giving away leverage. It is the opposite. It is what lets your data cross the organisational boundaries where paper currently wins.

They preserve history rather than only current state. If a record cannot show what it said last year, it has lost the property that made paper trustworthy.

Match those four and paper goes away on its own, without a mandate. Miss them and no amount of training will hold.

The lesson beyond paper

I keep coming back to this because it generalises well past clipboards.

When a competent group of people persist with something that looks obsolete, the useful assumption is not that they are behind. It is that the old thing is doing a job you have not identified yet. Find the job before you remove the tool.

I have been on the wrong side of this. Early on I would have described paper based inspection as the problem to be solved. It was not. The problem was that the information died, either in a filing cabinet or in somebody's memory. Paper was not causing that. Paper was one of the few things partially preventing it.

The goal was never to get rid of paper. It was to make the record durable, portable, and comparable over time. Paper does the first of those quite well, the second surprisingly well, and the third not at all.

That third one is the actual opening, and it is a much more honest pitch than telling people their clipboard is embarrassing.


I am Issam Fathi, a technology strategist and the product manager of AssetEye by Dronetjek, based in Tetouan, Morocco. I help companies build, adapt, and grow through technology.

Top comments (0)