What are the main LLM safety and alignment concerns?
medium- Hallucination (false but confident output), prompt injection (adversarial content in retrieved text hijacks the model), jailbreaks (bypassing safety instructions), data leakage (training data extraction, PII leakage), toxic or biased output, and misuse.
- Mitigations: system prompts, content filters, tool-use sandboxing, red teaming, output moderation, and clear provenance/citations.