Day 01 Foundations

Day 1

Day 1

~1 hour Intermediate Hands-on Precision AI Academy

Today's Objective

Learn the 4-element framework (Role, Context, Task, Format), see 10 before/after prompt comparisons that show exactly why the good ones work, and rewrite 10 prompts of your own using the framework.

Learn the 4-element framework (Role, Context, Task, Format), see 10 before/after prompt comparisons that show exactly why the good ones work, and rewrite 10 prompts of your own using the framework.

Why Most Prompts Fail

When someone opens ChatGPT or Claude and types "summarize this report," they're treating a powerful AI like a search engine. Search engines work on keywords — they find documents that contain your words. AI language models work differently — they need context, role, and structure to give you a useful answer.

Without that context, the AI makes its best guess about who you are, what you need, and what format will be helpful. That guess is almost always wrong for your specific situation.

The result is generic output that doesn't match what you actually needed — which leads most people to conclude "AI isn't that useful for my work." That conclusion is wrong. The prompt is wrong.

There are four elements every good prompt has. Missing any one of them makes the output significantly worse.

The 4-Element Framework: RCTF

R
Role
Tell the AI who it is. "You are a senior financial analyst with 15 years at Goldman Sachs." This activates relevant knowledge and communication style.
C
Context
Provide the situation. Who is the audience? What's the goal? What constraints exist? "This is for a board presentation to non-technical executives."
T
Task
State clearly what you want done. Be specific. "Summarize the key financial risks from this Q3 earnings report" beats "summarize this."
F
Format
Specify how you want the output. "3 bullet points, each under 20 words, starting with a financial metric" gets you usable output, not an essay.

You don't always need all four. For simple tasks, Role + Task is enough. For complex, high-stakes outputs, use all four. The point is to think about each one deliberately.

10 Before/After Examples

prompt.txt
PROMPT
summarize this report
No role, no context, no format. You'll get 3 paragraphs of generic summary that don't match your needs.
prompt.txt
PROMPT
You are a management consultant summarizing findings for a CEO who has 3 minutes to read this. Summarize the following Q3 earnings report. Focus on: revenue growth, cost trends, and top 2 risks. Format: 3 bullet points, each under 25 words.
Role (consultant), Context (CEO, 3 min), Task (specific focus areas), Format (3 bullets, length limit). The output is immediately usable.
prompt.txt
PROMPT
write me an email
Write an email to who? About what? In what tone? The AI has to guess everything.
prompt.txt
PROMPT
You are a professional communications writer. one need to follow up with a client (Sarah Chen, VP of Operations at Acme Corp) who has gone quiet after our proposal 2 weeks ago. We submitted a $47K proposal for AI workflow automation. Write a short follow-up email that is warm but direct. Format: subject line + 3-sentence body. No attachments mention.
Every element is filled in. The AI can write exactly the right email because it has all the context it needs.
prompt.txt
PROMPT
explain machine learning
Who is this for? A developer? A 10-year-old? A business executive? The AI will pick one at random.
prompt.txt
PROMPT
You are a patient technology educator. Explain machine learning to a non-technical HR director who needs to understand it well enough to champion an AI initiative internally. Avoid jargon. Use one analogy from everyday business life. Keep it under 150 words.
Now the explanation will be at exactly the right level, with the right framing, at the right length.
prompt.txt
PROMPT
review my code
What kind of review? Security? Performance? Style? What language? What level of severity?
prompt.txt
PROMPT
You are a senior Python engineer doing a production readiness review. Review the following Python function for: (1) security issues, (2) error handling gaps, (3) performance problems. For each issue found: state the line number, severity (critical/major/minor), and a 1-sentence fix recommendation. Skip style/naming comments.
Specific role, specific scope, specific output format. You get a structured code review, not generic commentary.
prompt.txt
PROMPT
help me with my presentation
Help how? Write slides? Review content? Suggest structure? The AI has no idea what to do.
prompt.txt
PROMPT
You are a presentation coach who has helped Fortune 500 executives present to boards. one have a 10-slide deck about our Q4 product roadmap for an investor meeting. Review the following slide titles and tell me: (1) which slides are missing, (2) which should be combined, (3) whether the narrative arc builds to a clear ask. Format: numbered list, one insight per slide.
Specific expert role, clear context, defined task, structured format. Immediately actionable feedback.

Rewrite 10 Real Prompts

Take prompts you've actually used at work in the past month — or use the ones below if you need a starting point. Apply the RCTF framework to each one. Then run both the original and rewritten version in Claude or ChatGPT and compare the outputs.

t.getElementById('navLinks').classList.remove('open')); }); (function(){ const bar = document.getElementById('readingProgress'); const body = document.querySelector('.lesson-body'); function update(){ if (!body) return; const rect = body.getBoundingClientRect(); const total = rect.height - window.innerHeight + rect.top; const scrolled = Math.min(Math.max(-rect.top, 0), total); const pct = total > 0 ? (scrolled / total) * 100 : 0; bar.style.width = pct + '%'; } window.addEventListener('scroll', update, { passive: true }); window.addEventListener('resize', update); update(); })();

What's Next

The foundations from today carry directly into Day 2. In the next session the focus shifts to Day 2 — building directly on everything covered here.

Supporting Videos & Reading

Go deeper with these external references.

Day 1 Checkpoint

Before moving on, verify you can answer these without looking:

Live Bootcamp

Learn this in person — 2 days, 5 cities

Thu–Fri sessions in Denver, Los Angeles, New York, Chicago, and Dallas. $1,490 per seat. June–October 2026.

Reserve Your Seat →
Continue To Day 2
Day 2