"Belief that updates one piece of evidence at a time and ends up in the right place is the Bayesian engine of every honest reasoning system."
The Insight
Bayes' rule is most powerful when applied sequentially. Each new piece of evidence updates the prior into a posterior; that posterior then becomes the prior for the next piece of evidence. Over time, beliefs evolve coherently as data accumulates, regardless of where you started — provided you started with a prior that had at least some probability for the truth and provided your likelihoods are honest.
The Recursion
Day 1: prior(initial) + likelihood(evidence 1) → posterior(after evidence 1).
Day 2: prior(= posterior after 1) + likelihood(evidence 2) → posterior(after 1+2).
Day 3: prior(= posterior after 1+2) + likelihood(evidence 3) → posterior(after 1+2+3).
This is how diagnostic clinicians, intelligence analysts, weather forecasters, and good poker players actually reason. Not 'final verdict from one piece of evidence' but 'evolving belief as evidence accumulates.' The discipline is to update on each piece, not to wait for one decisive piece or to anchor on a first impression.
Convergence
An important consequence of sequential updating: with enough independent honest evidence, beliefs converge regardless of where they started. Two Bayesians with very different priors will converge to the same posterior as evidence accumulates, provided both update honestly. This is the Bayesian answer to 'how do we settle disagreements?' — accumulate enough evidence and the priors stop mattering.
The qualification 'enough independent honest evidence' is doing a lot of work. Convergence is slow when evidence is weak; the prior dominates for a long time. Convergence fails when evidence is correlated (the same evidence updated multiple times) or when one party is not updating honestly. Real-world disagreements often persist because one or both of these failure modes is operating.