The Golden Thread: Managing Building Data Integrity

Felipe Hlibco

I rarely write about construction. But the concept emerging from the UK Building Safety Bill caught my attention—it maps so precisely to problems I spent years solving in software that I couldn’t ignore it.

The “golden thread” demands that every higher-risk building carry a continuous, authoritative digital record from design through construction through decades of operation. One source of truth, maintained throughout the building’s entire lifecycle because no single handoff point exists where someone else takes over responsibility. That sounds like a data lineage problem. Because it is one.

Why the golden thread exists #

In June 2017, a fire at Grenfell Tower in London killed 72 people. The subsequent inquiry revealed catastrophic failures in how building information moved between parties. Fire safety specifications changed during construction without proper documentation—alterations that, in a properly governed system, would have triggered immediate review. Someone swapped the cladding system for a cheaper alternative that allowed the fire to spread rapidly; the decision trail vanished in a fragmented chain of emails, PDFs, and spreadsheets.

Nobody could reconstruct who decided what, when, or why.

The inquiry led to the Building Safety Bill, which—as of early 2022—makes its way through Parliament. Among its provisions: a mandatory “golden thread of information” for higher-risk residential buildings, requiring traceability from initial design through decades of occupancy. The thread captures design intent, records construction changes, and remains accessible throughout the building’s operational life.

This law carries teeth. No optional guidance here.

BIM as the foundation #

Building Information Modelling emerged over a decade ago. A BIM model provides a 3D digital representation of a building that carries data—materials, specifications, costs, scheduling, spatial relationships. Unlike a set of 2D drawings, a BIM model accepts queries. Ask it questions: what fire-rated materials sit on the 14th floor? When did the HVAC system last pass inspection? What load does this beam support?

The golden thread concept treats BIM as the structural backbone of the continuous record. The model captures design intent; change orders and construction logs append to it; operational data (inspections, maintenance, sensor readings) extends it through the building’s life.

COBie—Construction Operations Building Information Exchange—provides the data schema. The standard structures building data across different software platforms; a model created in Autodesk Revit exchanges data with a facilities management system from a completely different vendor. Think of it as the API contract between construction and operations.

Digital twins extend the thread #

Here’s where it gets interesting from a technology perspective. A BIM model captures design and as-built state—essentially a snapshot. A digital twin layers real-time data on top.

IoT sensors throughout the building feed temperature, humidity, occupancy, air quality and structural strain data into the twin; facilities management systems record maintenance schedules and work orders. The twin functions as a live replica of the building—queryable, simulatable, predictive.

Twinview and Willow work in this space. They fuse BIM geometry with IoT sensor networks and analytics into a single operational interface; a building manager sees real-time energy consumption mapped onto the building’s 3D model, drills into specific floors or systems, and receives alerts when sensor readings deviate from expected patterns.

The golden thread, in this context, extends from the architect’s first design decision all the way through to the sensor reading from a smoke detector at 3 AM on a Tuesday fifteen years later. One continuous record.

The software parallel #

If you work in software, this sounds familiar.

Data lineage—the ability to trace a piece of data from its origin through every transformation to its current state—remains a solved problem in principle and a constant struggle in practice. We have tools for it (Apache Atlas, Marquez, DataHub). We know it matters. And yet most organizations still fail to tell you where a specific number in a dashboard came from, what transformations it went through, or when someone last validated the source data.

The construction industry’s golden thread applies data lineage to physical infrastructure. And it faces the same challenges software teams face:

Fragmentation. Construction projects involve dozens of firms (architects, engineers, contractors, subcontractors) using different software. Data lives in silos. Sound familiar? Replace “firms” with “microservices” and “different software” with “different databases” and you described most enterprise architectures I worked with.

Schema drift. Specifications change during construction. Materials swap out. The as-built reality diverges from the as-designed model. In software, we call this schema evolution; we manage it with migration scripts and versioned APIs. Construction lacked equivalent tooling until recently.

Accountability gaps. When something goes wrong, tracing the decision chain matters more than anything else. The Grenfell inquiry spent years reconstructing who approved what. In software, we have audit logs and git blame. The golden thread mandates equivalent traceability for buildings.

What construction can learn from software #

Version control. Immutable audit logs. Schema contracts between producers and consumers. Automated validation pipelines that catch specification violations before they reach the field.

These concepts carry years of battle-tested implementation behind them. Software engineering solved most of them (or at least built workable solutions) long ago. The construction industry catches up now because regulation forces the issue. The Building Safety Bill essentially mandates what software engineers recognize as data governance.

What software can learn from construction #

The golden thread concept carries an idea software teams often miss: the record needs to survive organizational boundaries and decades of time.

Most software data lineage stays scoped to a single organization and a single system’s lifetime. When the system gets replaced, the lineage often dies with it. Construction’s golden thread persists across owner changes, management company transitions and sixty-year building lifespans.

A durability requirement like that exceeds what most software systems even attempt. Worth asking whether they need to.

The UK Building Safety Bill goes beyond construction regulation—it amounts to a data integrity mandate for physical infrastructure, backed by the kind of legal enforcement that software rarely faces. The golden thread stands as a useful concept regardless of your industry: one continuous, authoritative record that spans the full lifecycle of the thing you bear responsibility for.

Most of us bear responsibility for systems that outlive our tenure. Are we maintaining the thread?