Thursday, April 9, 2026

I suppose... Building everything is not the same as scaling it

Recently, I decided to build something end to end.

Not a prototype. Not a POC. An actual working system.

For most of my career, this kind of work was distributed. Different people owned different parts. Data moved through layers. Assumptions were discussed, sometimes challenged, sometimes left undocumented, but at least visible across the system.

That structure was not perfect.

Pipelines had hidden logic.

Interpretations carried bias.

Decisions were not always fully documented.

But knowledge was spread out.

This time, I built it alone.

With AI and cloud-based environments, it is now possible to move across the entire stack. Data ingestion, transformation, modelling, validation, and deployment can sit within one workflow, driven by a single person.

At first, it feels efficient.

Fewer dependencies.

Faster iteration.

Less coordination.

But the experience is different.

Not because the system does not work. It does.

But because the way it works becomes harder to separate from the person building it.

The logic is still there.

The assumptions are still there.

The decisions are still being made.

But they are compressed.

What used to be spread across roles now sits closer together. Some of it is captured in code. Some of it in prompts. Some of it in choices that are made along the way and not always revisited.

This is not entirely new.

There have always been systems that only one person fully understood. The difference now is how much can be built that way, and how quickly that complexity can accumulate.

A dataset is no longer just a dataset. It reflects a sequence of decisions about joins, filters, assumptions, and edge cases. A model is shaped not only by data, but by how it was iterated, tested, and adjusted.

The system works, but understanding how it works requires retracing those steps.

I suppose..

What changes here is not just who builds the system, but where the complexity sits. In distributed environments, complexity is spread across people and processes. In end-to-end workflows, it becomes more concentrated.

This does not automatically make the system worse. In some cases, it makes it faster and more coherent. For smaller or self-contained use cases, that concentration may not matter at all.

But as the system becomes more connected to other processes, the visibility of that complexity starts to matter more. Not because others cannot work on it, but because the path from input to output is less obvious without reconstructing the decisions behind it.

This is where the question begins to shift.

Not whether one person can build everything.

But what needs to be visible for something to be continued by someone else.

Because building end to end is now straightforward.

What is less clear is how much of that thinking needs to be externalized for the system to exist beyond the person who built it.

Tuesday, April 7, 2026

I suppose... Variation often gets mistaken for impact

In periods of disruption, data tends to move.

Volumes shifts, pattern breaking and numbers spiking/dropping.

When that happens, explanations arrive quickly.

A recent example is the Middle East crisis. In the weeks that followed, multiple metrics across industries showed noticeable changes. Contact volumes increased. Booking patterns shifted. Cancellations moved in ways that were not seen in the weeks before.

The immediate conclusion was consistent.

This is driven by the crisis.

In many cases, that was true. Events of that scale do create real impact. They influence behavior, disrupt flows, and introduce uncertainty into systems that were previously stable.

But something else tends to happen at the same time.

The presence of a strong external event creates a dominant narrative. Once that narrative is established, it begins to absorb variation.

Not all of it, but enough.

Spikes that may have occurred anyway start to get explained through the same lens. Seasonal patterns, ongoing trends, operational changes, and even random fluctuation begin to take on a common explanation.

Different teams may interpret the same movement in different ways, but the dominant narrative often remains unchanged.

This is where the distinction becomes important. Not between right and wrong, but between bias and noise.

Bias is directional. If the crisis consistently shifts behavior in one direction, that effect can be observed and measured over time.

Noise is different. It is the variation that exists regardless of the event. Short-term spikes, fluctuations, and inconsistencies that do not follow a clear pattern, but still demand explanation.

The difficulty is that both can appear at the same time.

A real shift may be happening. But so is unrelated variation.

I suppose..

What we are seeing in these moments is not just the impact of the event, but how interpretation adapts around it. When a strong narrative is present, it becomes easier to explain changes through that narrative than to separate what is actually driven by it and what is not.

This does not make the explanation incorrect. It makes it incomplete.

Over time, this can influence how systems are understood. Short-term variation may be treated as structural change. Temporary movement may be interpreted as a new baseline. Decisions may begin to anchor on patterns that do not persist.

The challenge is not in recognizing that an event has impact.

It is in understanding how much of what we are observing truly belongs to it.

Because not every movement during a disruption is caused by the disruption.

And not every explanation reflects the full picture.

Curious how this is approached in your environment. When patterns shift during major events, how much effort goes into separating signal from variation?

I suppose... Data is no longer just information

  Did you hear about the Goblin Effect? There was a period recently where language models started doing something slightly unusual. In situa...