What is an AI Hallucination?
An AI hallucination is a confident, fluent output from a language model that is factually incorrect or entirely fabricated, such as a nonexistent citation, a wrong statistic, or an invented API method that doesn't actually exist.
Hallucination happens because a language model is fundamentally predicting plausible next tokens based on patterns in its training data, not looking up verified facts in a database. When it lacks solid grounding for a specific claim, it doesn't reliably know that it doesn't know, it still generates fluent, confident-sounding text, because fluency and confidence are what its training optimized for, not calibrated uncertainty.
Mitigation strategies work by giving the model something real to ground its answer in rather than relying on parametric memory alone: retrieval-augmented generation supplies verified source documents at query time, tool use lets the model check a live API instead of guessing, and structured verification steps have a second pass fact-check claims before they reach the user. None of these eliminate hallucination entirely, so systems handling consequential decisions still pair AI output with human review or automated verification against a ground truth.
In practice with Neotask
When a Neotask agent needs a customer's actual account balance or calendar availability, it calls the live tool rather than answering from memory of the conversation, precisely because relying on the model's own recollection of a number mentioned earlier risks a subtly wrong, hallucinated figure.
Related terms
- retrieval-augmented-generation
- ai-benchmark
- ai-guardrails
- large-language-model
- grounding
Plans
Free
$0/mo
Download without a card and start for free.
Individual
$50/mo
The full personal agent platform for one person.
Business
$100/mo
One company workspace with room to add your team.
Enterprise
$200/mo
Multiple workspaces and capacity for larger teams.
Continue