From Wikipedia
A confidence interval does not predict that the true value of the parameter has a particular probability of being in the confidence interval given the data actually obtained.
Many other sources (including this cv question) says the same.
But, from the selected answer of this question, it seems, for e.g., a 95% C.I. for mean indeed suggests that the true mean will be in the CI 95% of the time. To quote:
This means that the unknown mean of all baskets $\mu$ is (with a probability of $95\%$) in the interval $[\bar{w}-1.96\frac{\sigma}{\sqrt{n}};\bar{w}+1.96\frac{\sigma}{\sqrt{n}}]$
And how large the CI indicates the precise our estimation is, which makes sense.
But these two sources contradict. If I understand correctly, it might be the case that the statement in the selected answer above is valid up until we calculate the C.I., as it is still a random variable. But once estimated, both the true mean and the CI are fixed, and the probabilistic statement is not appropriate anymore.
If this is correct, then my question is, once we estimate CI, what things we can say about it? How/why does it matter whether the CI is large or small, since we cannot say if true mean falls in it or not?