"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. Sequential updating is algebraically coherent when the joint model is specified correctly. Convergence also requires conditions such as identifiability, adequate prior support, informative data, and a well-specified likelihood; it is not guaranteed by sincerity.
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).
These fields often revise judgments as evidence accumulates, sometimes with formal Bayesian models and sometimes with other methods. 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: under regularity and identifiability conditions, sufficiently informative data can reduce the influence of many different priors. Priors need not become irrelevant in weakly identified, misspecified, high-dimensional, or finite-data problems.
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. Dependence does not invalidate Bayes when it is modeled in the joint likelihood; treating correlated reports as independent double-counts evidence. Real-world disagreements often persist because one or both of these failure modes is operating.