Beginner • ~1h
Module 1 — Understand Generative AI and Prompt Anatomy
"Consolidate the theoretical foundations of LLMs and learn to formulate controllable prompts using Zero-shot, One-shot and Few-shot techniques."
⚠This module moves from intuitive writing to a calibrated approach to prompts, understanding the model's functioning and control levers.
ObjectivesRead-only
01Explain how LLMs produce text from prompts
02Analyze the structure of an effective prompt
03Develop prompts adapted to different business objectives
Contents
Section 01
How LLMs work (Transformer architecture, next-word prediction).
Section 02
Model parameters: temperature, top-p and max_tokens to balance creativity and coherence.
Section 03
Zero-shot, One-shot and Few-shot techniques to calibrate the response.
Section 04
Workshop: creating a business Prompt-Book with before/after comparison.
Skills
Link LLM behavior to its probabilistic mechanics.Choose the prompting technique adapted to the use case.Document a reusable and controllable business prompt.