Τα LLMs είναι ισχυρά αλλά έχουν σημαντικούς περιορισμούς — hallucination, knowledge cutoffs, έλλειψη αληθινού reasoning, non-determinism, και άλλα. Η κατανόηση αυτών των περιορισμών και του τρόπου μετριασμού τους είναι απαραίτητη για τη χρήση των LLMs με ευθύνη και αποτελεσματικότητα.
Κύριοι περιορισμοί
✗ 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
