Generative AI & Large Language Models
Chatbots, copilots, and what they are good at
Listen to executive summary
Audio length ~2 min
Full lesson about ~40 min
Executive summary
~8 min to read the written sections · ~2 min to listen to this summary
This week covers large language models (LLMs) — the engines behind ChatGPT, Claude, Gemini, Grok, and enterprise copilots — and what they are good and bad at for executive work.
You will treat generative AI as a draft engine under human accountability (copilot, not autopilot), distinguish consumer vs enterprise data handling, and adopt a standard prompt structure (Goal → Context → Constraints → Format) as a team skill.
Outcome: a clear stance on when LLMs help, when verification is mandatory, and how prompting quality changes results — without treating chat as a source of truth.
Core concepts
The terms and comparisons you need for this week’s decisions — with examples by function.
Large language model (LLM)
An LLM is a generative model specialized in language: drafting, summarizing, transforming, answering, and extracting text. Products like ChatGPT, Claude, Gemini, and Grok are how you meet LLMs from different labs. The model predicts likely next language based on patterns — it is not a verified database of your company, the law, or today’s unpublished facts.
Why this works: If you believe the model “knows” your policies or the truth, you will skip grounding and verification. Understanding LLMs as draft engines sets the right controls.
Why it matters: Excellent for first drafts and exploration; humans remain accountable for decisions that affect rights, money, safety, or reputation.
Example: Summarizing a 40-page RFP into decision questions is a strong LLM use. Inventing a regulatory citation is a failure mode you must catch.
vs Frontier model: LLM = type of model. Frontier = top capability tier of the newest general models from major labs.
By function
Legal
RAG over approved clause library with citations — not “the model knows our MSAs.”
HR
Policy bot: Goal–Context–Constraints–Format prompts; cite section; escalate to HRBP.
Purchasing
RFP: require plain answer RAG vs fine-tuning, permissions, and citation behavior.
Marketing
Prompt pack for variants; ban inventing product claims outside the claims library.
Finance
Long filings may truncate — do not paste full confidential packs into consumer chat.
Operations
SOP assistant grounded in current approved SOPs only — version control matters.
Sales
Proposal prompts: ban inventing SLAs; pull from approved playbooks.
Risk
Context window limits are a control issue: incomplete inputs → confident wrong answers.
What a prompt is (and why it matters)
A prompt is the full package of instructions and context you give the model — not only a short question. People often type one vague sentence (“rewrite this,” “make this better”) and judge AI as useless or magical depending on luck. Professionals treat prompting like briefing a very fast junior: clear goal, enough context, hard constraints, and a required output shape so you can review quickly.
Why this works: Models do not read your mind. Vague prompts produce vague or invented answers. Structured prompts reduce rework and cut the chance of fabricated numbers, because you explicitly ban invention and demand assumptions listed separately.
Why it matters: Prompt quality is a leadership skill and a team standard — not a tech hobby. When your function shares three strong prompts for recurring work, quality and speed compound.
Example: Weak: “Write an email about the delay.” Strong: goal, facts, audience, constraints (no invented discounts), and format (subject + three short paragraphs).
Customer delay email
Weak / before: Write a nice email to the customer about the delay.
Strong / after: Goal: reassure customer and state next step.\nContext: Order #4412 delayed 5 days due to port congestion; free expedited shipping approved per policy CS-12; customer contact: Jordan Lee.\nConstraints: Calm, accountable tone; max 120 words; do not invent discounts, refunds, or new dates; if a fact is missing, write [NEED FACT] instead of guessing.\nFormat: Subject line + 3 short paragraphs + one clear ask.\nAssumptions: List any assumptions separately at the end.
Same model, very different reliability — because the brief is reviewable and constrained.
Strong prompt structure: Goal → Context → Constraints → Format
Use four blocks every time.\n\n1) Goal — What does good look like? Who is the audience? What decision will this support?\n2) Context — Only facts you can stand behind (paste systems-of-record numbers carefully; attach only allowed documents).\n3) Constraints — What must not happen (no invented numbers, names, citations, offers, legal conclusions). Tone, length, and confidentiality limits belong here.\n4) Format — Make the shape easy to review: bullets, table, subject line, redlines, “assumptions separately.”\n\nOptional fifth line: “If information is insufficient, say so and ask up to three clarifying questions — do not invent.”
Why this works: This structure matches how executives already brief staff. It turns chat from a lottery into a repeatable work method. Constraints are the safety rail people often skip — and where most high-stakes errors start.
Why it matters: Pin three prompts for your team’s top weekly tasks. Skill beats clever one-offs under deadline pressure.
Example: Meeting prep prompt: Goal prepare me for a 30-minute supplier review; Context [paste notes]; Constraints flag unknowns, no invented metrics; Format 5 bullets + 5 questions + risks.
Board pack summary (hands-on walkthrough)
Weak / before: Summarize this deck.
Strong / after: Goal: Prepare me to brief the CFO in 10 minutes.\nContext: [paste or attach slides]. Use only this material.\nConstraints: Do not invent numbers. If a figure is unclear, write UNCLEAR. Flag risks and decisions needed. No hype language.\nFormat:\n- 5 bullets: what changed\n- 3 decisions needed this week\n- 3 risks with owners if named\n- Assumptions / gaps list\nEnd with: questions I should ask finance.
You can copy this pattern into ChatGPT enterprise, Claude for work, Gemini, or Grok — same structure, different tools.
RAG vs “the model knows our documents”
RAG (retrieval-augmented generation) means: search approved documents first, then generate an answer that can cite what was retrieved. That is different from hoping the model memorized your handbook. Context windows (how much text the model can hold at once) are limited — pasting an entire MSA can silently truncate.
Why this works: Teams often hear “chat with our PDFs” and assume perfect memory. In reality, bad retrieval, wrong permissions, or truncated context produce confident wrong policy answers.
Why it matters: Ask about access controls, freshness, and citations — not only marketing demos.
Example: A policy chatbot that searches the approved SharePoint library then answers with section citations is RAG. A free chat model guessing your leave policy is not.
HR policy bot
Weak / before: Launch a bot so managers get instant answers from the handbook.
Strong / after: Pilot only with RAG over the current approved repository, country permissions, required citations, escalation to HRBP when unsure, and an eval on 20 real manager questions.
vs Fine-tuning: RAG looks up live documents; fine-tuning reshapes style/behavior from examples. Many enterprise designs use RAG first.
Deep dive lesson
~22 min readDeep dive: Generative AI, prompts, and enterprise grounding
Learning objective. Write a strong prompt from scratch using Goal → Context → Constraints → Format, explain why weak prompts fail, and ask the right questions about RAG vs “chat with our policies.”
Context. This lesson treats prompting as executive briefing skill — the same skill you use with a junior colleague — so you can get reliable drafts from ChatGPT, Claude, Gemini, Grok, or enterprise copilots.
1. What the model is doing when you type
An LLM predicts likely next language from patterns. It is not looking up a guaranteed fact table about your company. That is why fluent answers can still be wrong, and why your instructions matter so much. When your prompt is vague, the model fills gaps with statistically common guesses — which can look professional and still be false.
Enterprise products (ChatGPT enterprise, Claude for work, Gemini with Workspace, Microsoft Copilot, etc.) may add retrieval, admin controls, and different training/retention terms. The prompting discipline stays the same: brief clearly, constrain invention, demand a reviewable format.
2. Why one-line prompts fail — and the fix
Common weak prompts: “rewrite this,” “make this better,” “summarize for leadership,” “is this contract OK?” Each one hides missing decisions: better for whom? summarize for what decision? OK against which playbook? The model must invent the missing brief, then you spend time cleaning the result — or worse, you ship an invented detail.
The fix is not clever wording. The fix is a complete brief. Goal states success. Context supplies only trusted facts. Constraints ban invention and set tone/length. Format makes review fast. Optional line: if information is insufficient, say so and ask clarifying questions — do not invent.
Think of temperature as creativity vs caution only when your tool exposes it; most executives get more risk reduction from better constraints than from slider tweaking. Always prefer “list assumptions separately” over silent guessing.
3. Build a strong prompt step by step (copy this)
Step A — Goal (1–2 sentences): What must the reader be able to do after reading the output? Example: “Prepare me to challenge three risks in a 20-minute supplier meeting.”
Step B — Context: Paste only allowed facts. Name the audience. Attach or paste source text and say “use only these materials.” Example: “Audience: CFO. Source: attached Q3 pack. Order delay facts: …”
Step C — Constraints: Explicit bans. “Do not invent numbers, names, citations, discounts, or legal conclusions. If missing, write UNCLEAR or [NEED FACT]. Tone: calm, non-defensive. Max 150 words.”
Step D — Format: “Subject line; 5 bullets; table with columns X; assumptions list at end; questions to ask.” Reviewable shapes beat long prose.
Step E — Run once, then refine: If the output invents something, do not only delete it — tighten the constraint and re-run so the pattern improves. Save the winning prompt in your team library.
4. Three full examples you can reuse
Meeting prep: Goal — decisions and questions for a 30-minute review. Context — paste notes. Constraints — flag unknowns; no invented metrics. Format — 5 bullets, 5 questions, top risks, assumptions.
Vendor compare: Goal — shortlist recommendation. Context — paste two proposals. Constraints — use only proposal text; forbid inventing features. Format — criteria table, gaps, open questions for the vendor.
Policy FAQ (HR): Goal — manager-ready answer. Context — attached approved policy only. Constraints — cite section; if not in policy say so; no legal advice tone. Format — answer in 6 lines + citation + escalate-when.
5. Grounding: RAG, context limits, fine-tuning
Long documents may not fit in the model’s working memory (context window). Silent truncation is a real failure mode. Enterprise “chat with policies” is often RAG: retrieve approved snippets, then generate with citations. Ask about permissions, freshness, and whether answers show sources.
Fine-tuning changes behavior from examples (style, format). Many teams need RAG and process controls before fine-tuning. If a vendor cannot explain RAG vs fine-tuning clearly, slow down.
In the meeting
A short exchange you can reuse when the conversation gets vague.
Colleague
I tried ChatGPT for board prep. It was useless — generic fluff.
You
Show me the prompt. If it was one line, the model had to invent the brief. Let’s rewrite Goal, Context, Constraints, Format.
Colleague
I just said summarize the deck for leadership.
You
Leadership is not a goal. Try: prepare me to brief the CFO in ten minutes; only use the deck; no invented numbers; five bullets, three decisions, risks, assumptions.
Method: Goal → Context → Constraints → Format
Goal
What does good look like? Who decides it is good? What decision does this support?
Context
Only facts you can stand behind. Say “use only provided materials” when sources are attached.
Constraints
Ban inventing numbers, names, citations, offers, legal conclusions. Set tone and length.
Format
Bullets, table, subject line, redlines — make review easy. List assumptions separately.
Insufficient info
Instruct: say so and ask up to three questions — do not invent. Then save the prompt.
Worked example: From “rewrite this” to a reliable brief
Situation
An operations lead pastes a messy incident timeline and types “rewrite this for leadership.” The draft invents a root cause and a compensation offer.
How an executive thinks it through
- Weak prompt left goal, audience, and bans unspecified — model filled gaps with plausible fiction.
- Leadership update needs decisions and facts from systems of record, not narrative guesswork.
- Constraints must ban invented offers; format must separate facts vs open questions.
Decision / what to say
Rewrite prompt: Goal — 10-minute ELT update. Context — paste timeline + approved status from ITSM only. Constraints — no invented root cause or compensation; mark UNCLEAR. Format — what happened; impact; actions; decisions needed; open questions. Human verifies numbers before send.
Apply in your function
Legal
Playbook extract prompt: list deviations with clause cites; UNCLEAR list; never invent law. Counsel reviews.
HR
Policy FAQ prompt: answer only from attached approved policy; cite section; escalate if missing.
Purchasing
RFP compare prompt: criteria table from our scorecard; forbid inventing vendor features.
Marketing
Variant prompt: stay inside claims library; ban new product claims; human approve publishes.
Finance
Commentary prompt: only on pasted ERP figures; no invented guidance or ratios.
Sales
Account brief prompt: CRM notes only; verify price and SLA in CRM before client send.
Common mistakes
- One-line prompts that hide audience, goal, and constraints.
- Pasting confidential files into consumer chat tools.
- No citation requirement for policy or legal answers.
- Assuming longer context always means the model read everything.
- Deleting bad output without fixing the prompt for next time.
Practice (15 minutes) — your first strong prompt
- Pick one real task you will do this week (email, meeting prep, summary, compare).
- Write Goal, Context, Constraints, Format on paper first — then type it into an approved tool.
- Run once. Highlight any invented detail. Tighten constraints and re-run.
- Save the final prompt in a shared team note with a clear title.
- Optional: trade prompts with a peer and stress-test each other’s constraints.
Check your understanding
Key takeaways
- LLMs draft language from patterns — they are not automatic truth engines or company databases.
- Prompting is briefing: Goal → Context → Constraints → Format (plus “do not invent”).
- Weak one-line prompts create rework and hidden fabrications; strong prompts are reviewable.
- Enterprise controls and training rights differ from consumer chat — ask before you paste.
- Human review remains mandatory for rights, money, safety, brand, and compliance.
Practical applications
Prompt pattern: extract deviations from our playbook; cite clause locations; list UNCLEAR items; never invent case law. Human counsel owns advice.
Prompt pattern: draft FAQ from attached approved policy only; cite section; if not in policy say so. Escalate edge cases to HRBP.
Prompt pattern: compare vendor responses in a table against our criteria; forbid inventing features not in the source text.
Prompt pattern: generate variants only within claims library; ban new product claims; human approve external launches.
Prompt pattern: account brief from CRM notes; verify pricing and commitments in CRM before client use.
Prompt pattern: narrative commentary only on numbers you paste from ERP; never invent ratios or guidance.
Use Goal→Context→Constraints→Format for variants; ban inventing claims outside the claims library; human approve external launches.
Library materials for this week
Extend this week’s decisions with briefs, cases, and primary sources that matter for your next meeting.
Executive Prompt Playbook
Copy-ready prompt patterns for meeting prep, email, decision memos, vendor comparisons, and coaching notes — plus constraints that improve reliability.
Air Canada chatbot — company held to AI’s false promise
Published 16 February 2024
A Canadian civil-resolution tribunal held Air Canada responsible when its website chatbot gave a passenger incorrect bereavement-fare guidance. The airline argued the chatbot was a separate legal entity; the tribunal rejected that argument.
Optional focus hour
After the core lesson (~40 min), spend about 50 minutes on one long-form source matched to this week’s level.
McKinsey — The state of AI in 2025 (Global Survey article)
McKinsey & Company / QuantumBlack
Published November 2025
Why this week
You know LLMs, prompts, RAG, and frontier models. This survey shows where enterprises capture or miss value — including early agent use.
What to take away
Where value concentrates; what high performers redesign; one implication for your function.
Check your understanding
Week 3 · 3 short questions · no grades shared outside this device
Select an answer for each question.
Hands-on
~18 minBuild your first strong prompt (hands-on walkthrough)
Prompt skill is learned by rewriting one real brief — not by reading about AI in the abstract.
- Pick one real task you will do this week (email, meeting prep, summary, or vendor compare).
- On paper, write Goal in one sentence: what should the reader be able to do after reading the output?
- Add Context: audience + only facts you trust (or note what you will paste from a system of record).
- Add Constraints: at least three bans (e.g. no invented numbers, no invented offers, mark UNCLEAR if missing) + tone + length.
- Add Format: bullets, table, or subject+paragraphs — plus 'assumptions separately'.
- Type the full prompt into an approved tool if available; otherwise save it to test later.
- If anything is invented, tighten Constraints and re-run. Save the final prompt with a clear title for your team library.
Reflection
- Which weekly document would save you the most time if a reliable first draft existed?
- What confidential information must never be pasted into an unapproved consumer tool?