Session 1.2 – The BASE Framework
Module 1: Build Better Prompts - The Basics | Duration: 3 hrs
Learning Objectives
- Memorize the components of the BASE framework.
- Apply each component to construct robust prompts.
- Evaluate existing prompts using the BASE criteria.
What is BASE?
The BASE framework is a mnemonic to help you remember the four pillars of a high-quality prompt. Following this structure ensures you give the AI everything it needs to succeed.
B: Be Specific
Avoid ambiguity. Instead of "a website," say "a responsive e-commerce dashboard." Specificity reduces the search space for the AI.
A: Address the Problem
Give the AI context. Who is this for? What pain point are you solving? "For users who struggle to track their water intake" is better than just "a tracking app."
S: Structure the Output
Tell the AI how to format the result. Do you want code? A JSON object? A step-by-step guide? Define the format explicitly.
E: Establish the Goal
What is the definition of done? "The goal is to have a working toggle button that switches between dark and light mode."
Session Summary
The BASE framework provides a reliable checklist for every prompt you write. Specificity, Context (Problem), Structure, and End Goal (E) combined create a powerful instruction set.