Bring Back the Math: Why Future LLMs Need Mechanical Algorithms
LLM impressive. No argument.
LLM also hallucinate. Confidently. Fluently. Wrong answer look identical to right answer. No internal alarm. No "I am not sure." Just smooth wrong answer.
Why? LLM is distribution over tokens. Not truth machine. When distribution confident but wrong — output wrong, tone confident.
Math does not do this. BM25(q, d) returns score. Deterministic. Run again — same score. No drift. No confidence without basis.
Future of reliable AI: put math and LLMs in correct relationship. Not replace one with other. Each doing what it is designed for.