(True story:) A friend of mine was making a calzone and said it wasn't the best he had ever made. It got me wondering, what fraction of the calzones he has made were the best he had made at the time?
Assume he makes $n$ calzones, each with a quality chosen i.i.d. from a normal distribution (he never improves at all). Asymptotically, what proportion of the calzones he makes are the best he had made so far?
My intuition says it should be something like $1/\sqrt{n}$?
We make a calculation that answers your question, at least in the sense of expectation. Suppose that we make $n$ calzones in a row. Assume that for any two calzones $C_1$ and $C_2$, either $C_1$ is better than $C_2$ or the other way around (no ties).
For any $i$ from $1$ to $n$, let random variable $X_i$ be equal to $1$ if the $i$-th calzone is the best so far, and be equal to $0$ otherwise.
Let $Y=X_1+X_2+\cdots+X_n$. We find the expectation of $Y$, which by the linearity of expectation is $E(X_1)+E(X_2)+\cdots+E(X_n)$.
The probability that $X_i=1$ is $\dfrac{1}{i}$. This requires the assumption that one does not learn from experience, so all orders of quality among the first $i$ calzones are equally likely. Under that assumption, it follows that $$E(Y)=1+\frac{1}{2}+\cdots+\frac{1}{n}.$$
So $E(Y)$ is the $n$-th harmonic number $H_n$. It is well-approximated by $\ln n$.
The expected proportion of calzones that are "the best so far" is therefore $\dfrac{H_n}{n}$, which is approximately $\dfrac{\ln n}{n}$.