Main Concept
Interacting with Large Language Models occurs through a process called prompting, where users provide questions or text inputs that serve as instructions for the AI system, then, the LLM then processes the input based on the knowledge acquired during training and generates a response based on pattern recognition and learned associations.
Key Aspects
- A prompt is a question or text input sent to a Gen AI model
- Prompts serve as instructions or queries for the AI system
- A prompt can be as simple as a direct question like “What is AWS?” or more complex instructions for specific tasks.
- The quality and specificity of prompts can influence the quality of response
- The LLM response is Non-deterministic, which means the generated text may be different for every user that use the same prompt.