LLMs शक्तिशाली हैं लेकिन उनकी महत्वपूर्ण limitations हैं — hallucination, knowledge cutoffs, सच्चे reasoning की कमी, non-determinism, और बहुत कुछ। इन limitations को समझना और इन्हें कैसे कम करें यह LLMs का जिम्मेदारी और प्रभावी रूप से उपयोग करने के लिए आवश्यक है।
Key limitations
✗ 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
