Loading...

Hallucination

When an LLM confidently produces output that is wrong, fabricated, or unsupported by sources.

When to use: Always assume; verify generated code with tests, type checkers, and docs.

Example: A model invents `pandas.DataFrame.normalize_columns()` then writes calling code; lint catches it as undefined.

More AI Tools & Productivity Glossary terms