Errors & Feedback
How AI learns when it's right and when it's wrong
Errors and feedback are how AI systems improve over time, and a system with no way to catch mistakes will keep making them.
AI is not right by default. It is a probabilistic system that produces plausible output, and plausible is not the same as correct. Errors happen, and without a system for catching and learning from them, the same errors will happen again. The goal is not zero errors but a loop that finds them, learns from them, and reduces them over time.
Feedback comes in different forms. Some is direct: a reviewer marks an output as wrong and explains why. Some is indirect: a rate of correction, a pattern of user edits, a downstream result that does not match what the output predicted. Both kinds are useful, but indirect feedback only works if someone is looking for it.
Designing feedback in from the start is easier than retrofitting it later. Every AI process should have an answer to these questions: how do we know when the output is wrong, who sees that signal, and what do we do about it?
