4 min read

A plain-language model for how teams should use priors, anomalies, and regime shifts when making strategic decisions.

bayesian reasoningstrategyregimespriorsframed research

Teams often say they are “updating on new information,” but most of the time they are doing something much sloppier:

  • overreacting to noise
  • ignoring anomalies because they are inconvenient
  • treating every new data point as a new world
  • or clinging to an old frame long after reality has shifted

Bayesian language is useful here because it gives a disciplined way to talk about belief revision without pretending strategy is pure intuition.

The basic loop

At the simplest level, the logic is just sequential Bayesian updating:

  • you start with a prior
  • new evidence arrives
  • you update
  • that posterior becomes the prior for the next round

This is just belief revision with explicit structure.

A falsifier, in this language, is not usually a clean philosophical refutation. It is an observation that should be very unlikely if your current claim were true. That makes it a strong disconfirmation signal.

Multi-scale framing

flowchart TD
    S["Secular\nslow structural priors"] --> C["Cyclical\nmedium-term phase"]
    C --> E["Event\nfast observations and anomalies"]
    E --> U["Update decision"]
    U --> S

The frame I use combines two ideas:

  • different horizons update at different speeds
  • the active regime changes the meaning of new evidence

So the structure becomes:

  • Secular: the slow structural layer
  • Cyclical: the medium-term phase or cycle
  • Event: the fast-moving layer of specific observations

This is one reason I like thinking in terms of framing rather than isolated takes. The same observation can mean very different things depending on the regime you believe you are in.

Regime as latent state

The regime is not directly observed. It is inferred.

That matters because it means the frame is doing two jobs at once:

  • downward, it conditions how you interpret incoming evidence
  • upward, incoming evidence tells you whether the regime itself might be changing

That is the key discipline. You should not over-update on every anomaly, but you also cannot smooth away every outlier without making the system blind to regime change.

Two directions of flow

The hierarchy works in both directions.

Downward

The current frame sets expectations for what you are likely to see. It tells you what kind of evidence would be ordinary, what kind would be surprising, and where attention should go.

Upward

Accumulating anomalies can become evidence that the frame itself needs to change. When that happens, the posterior should become the next prior. I often think of that moment as re-anchoring.

Why this is useful in product and AI work

I am not interested in Bayesian language as ornamentation. I care about it because it gives teams and systems a disciplined way to reason about:

  • priors
  • uncertainty
  • confidence
  • anomalies
  • explicit update paths

That matters for strategic work, but it also matters for AI-native systems. If you want agents to preserve judgment rather than collapse everything into generic synthesis, you need a way to encode framing, evidence quality, and belief revision.

It also matters in a broader sense: more domains are becoming legible to software than before, but legibility without disciplined updating can still produce brittle systems. A model that structures beliefs badly just scales bad judgment faster.

A practical test

When a team claims it is being evidence-driven, I usually want to know four things:

  1. What is the current prior?
  2. What kinds of observations would actually count as surprising?
  3. Which anomalies are being preserved instead of hand-waved away?
  4. Who is responsible for deciding whether the frame should update?

If those questions have no clear answer, the team is probably not updating. It is just reacting.

Practical takeaway

The point is not to pretend every decision is the output of a full probabilistic engine.

The point is to structure strategic reasoning so that:

  • priors are explicit
  • anomalies are preserved
  • confidence is trackable
  • updates happen for reasons

That is already an enormous improvement over treating every new data point as a fresh world.

Brandon John-Freso - 2026

Source: /Users/brandonjf/dev/brandon-thought-catalog/references/sources/dev-web-strategy-builder-pro-docs-strategy-working-thesis-bayesian-frame-primer-v0.md

all writing -