Cover image

Uncertainty Without the Sampling Tax

TL;DR for operators Many production AI systems do not need a more poetic answer. They need a cheaper way to decide whether the answer should be trusted at all. The paper introduces Calibrated Variance Propagation (CVP), a test-time method for Bayesian deep learning that estimates predictive uncertainty without repeatedly sampling model weights through many forward passes.1 It targets a practical bottleneck: recent variational training methods can now produce Gaussian weight posteriors for large neural networks at training costs comparable to standard optimizers, but using those posteriors at inference usually means Monte Carlo sampling. That is expensive, especially when the model must respond in real time. Apparently, reliability is still expected to fit inside latency budgets. Outrageous. ...

June 24, 2026 · 20 min · Zelina
Cover image

Uncertain Terms: Hallucination Scores Are Triage Signals, Not Lie Detectors

Uncertain Terms: Hallucination Scores Are Triage Signals, Not Lie Detectors A support ticket lands on the AI team’s desk: the enterprise chatbot answered confidently, cited the wrong policy, and somehow made the compliance team nostalgic for search boxes. The obvious next idea is to add an uncertainty score. When the model is unsure, route the answer to a verifier. When the score is high, reject the output. When the score is low, let it pass. Elegant. Cheap. Measurable. Also, as usual, a little too clean. ...

June 4, 2026 · 18 min · Zelina
Cover image

The Cost of Knowing You’re Wrong: Why Two Samples Beat Eight in AI Reasoning

An AI system gives an answer. The answer looks plausible. The reasoning trace is long enough to seem serious. The user asks the next question, which is the one that actually matters: How sure is it? For ordinary software, this question is already annoying. For reasoning language models, it is worse. These models do not just emit a short response; they may spend thousands of tokens walking through a problem before landing on an answer. Asking them again is not free. Asking them eight times is not diligence. It is a budget line with philosophical decoration. ...

March 20, 2026 · 14 min · Zelina
Cover image

Better Wrong Than Certain: How AI Learns to Know When It Doesn’t Know

A credit model approves the familiar applicant. A diagnostic model reads the common scan. A pricing model values the house in a neighbourhood it has seen a thousand times before. Everyone relaxes. The model is “confident”. Then a strange case arrives. The applicant has an unusual income pattern. The scan comes from an underrepresented patient group. The house sits outside the areas covered by historic transactions. The model still produces an answer, because that is what models are trained to do. Press button, receive number. Very efficient. Occasionally ridiculous. ...

November 10, 2025 · 14 min · Zelina
Cover image

When AI Knows It Doesn’t Know: Turning Uncertainty into Strategic Advantage

TL;DR for operators A model that says “I don’t know” is not automatically trustworthy. It may be cautious. It may be badly calibrated. It may be uncertain for the wrong reasons. It may also be using uncertainty as a very elegant trapdoor. Polite refusal, unfortunately, is still refusal. Stephan Rabanser’s thesis, Uncertainty-Driven Reliability: Selective Prediction and Trustworthy Deployment in Modern Machine Learning, is useful because it treats uncertainty not as a philosophical mood, but as an operational control layer.1 The key question is not whether a model can emit a confidence score. Most models can emit something confidence-shaped. The harder question is whether that score can decide which cases should be automated, deferred, reviewed, rejected, routed to a larger model, or audited. ...

August 12, 2025 · 20 min · Zelina