LLMs são poderosos, mas têm limitações significativas — alucinação, cutoffs de conhecimento, falta de raciocínio verdadeiro, não-determinismo, e mais. Compreender essas limitações e como mitigá-las é essencial para usar LLMs de forma responsável e eficaz.
Limitações principais
✗ HALLUCINATION → generate plausible-sounding but FALSE information (confidently wrong) →
the most critical limitation (they predict likely text, not verified truth)
✗ KNOWLEDGE CUTOFF → only know up to their training date → no current info
✗ NO TRUE UNDERSTANDING/REASONING → pattern-match text; can fail at logic, math, novel
reasoning; no real comprehension
✗ NON-DETERMINISTIC → same prompt → different outputs (variability)
✗ NO REAL-TIME/external knowledge by default; limited CONTEXT window (can't hold unlimited info)
✗ Can be BIASED; can be manipulated (prompt injection); inconsistent
