Don't ask an LLM for a confidence score
justinflick.com
Don't ask an LLM for a confidence score
1–10 of 46 posts
Re: Don't ask an LLM for a confidence score
#2Re: Don't ask an LLM for a confidence score
#3Re: Don't ask an LLM for a confidence score
#4Re: Don't ask an LLM for a confidence score
#5Re: Don't ask an LLM for a confidence score
#6Sounds like what's highly unreliable is the evidence, making the "capability" just another imagining.
Re: Don't ask an LLM for a confidence score
#7Stop with the slop.
Re: Don't ask an LLM for a confidence score
#8Re: Don't ask an LLM for a confidence score
#9Who can read that text color and background combo? I had to turn on reader mode in Firefox.
Re: Don't ask an LLM for a confidence score
#10If you have the raw log-probs, I show how to use conformal inference to set false-positive or recall rates, https://crimede-coder.com/blogposts/2026/ConfClassification
Some of the peer reviewed papers with the older models did show calibration was bad (not close to monotonic). This post with newer models (for one example, classifiying injuries) is not that bad, https://gmcirco.github.io/blog/posts/ai-calibration/calibrat....
I mean it just depends on the application, what level of error you can consider. But the second post shows how to recalibrate the scores as well if you need calibrated probabilities.