Large Language Model (LLM)
Synonyms: generative AI, conversational AI, generative language model, genAI model, neural language model
Definition
Use cases
- A PM treats an AI summarizer like a search engine and removes source citations to simplify the UI. Users spot inconsistencies they can’t verify, and trust collapses within days.
- A designer drops a chatbot into a checkout flow assuming it will follow fixed business rules. The model hallucinates return policies during edge-case questions.
How it's used in practice
- Prompt engineering: Collaborating with developers to design precise instructions (prompts) that guide the LLM to generate user-centric and accurate responses.
- Error handling: Designing user-friendly states for when the LLM hallucinates (generates incorrect info) or fails to understand a request.
- Content strategy: Using LLMs to generate onboarding copy, support responses, or dynamic UI text.
Challenges & limitations
- Bias: They can inherit biases from their training data, potentially leading to unfair or harmful outputs.
- Integration: Seamlessly integrating an LLM into an existing product while maintaining a fast and reliable user experience can be challenging.
Free resources
- OpenAI’s Prompt Engineering Guide — strategies and tactics straight from the source to get better results from LLMs.
- Microsoft Generative AI for Beginners — 21-lesson curriculum from LLM basics to applications
- Andrej Karpathy — Intro to LLMs — 1-hour lecture from a former OpenAI/Tesla researcher
_.jpeg?table=block&id=3792a971-edb7-80da-a5e7-dbb82fea7984&cache=v2)
