Skip to content

References: Prompt engineering, "Learn to Spell"

Source curriculum (structural mirror, cited as further study):
• Full Stack Deep Learning, "LLM Bootcamp" (Spring 2023):
Learn to Spell: Prompt Engineering
Instructors: Charles Frye, Sergey Karayev, and Josh Tobin
Course page: https://fullstackdeeplearning.com/llm-bootcamp/
Lecture videos: publicly available on the Full Stack Deep Learning
YouTube channel
License: bootcamp materials are published free to view but no explicit
license (Creative Commons or otherwise) is published; lecture videos
are on YouTube under standard terms.
Required attribution: "Based on the structure of the Full Stack Deep
Learning LLM Bootcamp (Spring 2023), by Charles Frye, Sergey Karayev,
and Josh Tobin (fullstackdeeplearning.com/llm-bootcamp). This is an
independent structural mirror in original prose; it reproduces no
course materials, and Full Stack Deep Learning does not endorse it."
This lesson mirrors the structure of the corresponding bootcamp session (the prompt-engineering
toolkit). Clawdemy's lessons are original prose that follows the pedagogical
arc of the bootcamp. Because the source publishes no explicit license, we
cite it as a recommended companion and reproduce none of its materials.

A short, durable list. Each link is a specific next step, not a generic pile.

Where this connects inside the track and the wider curriculum.

  • LLM foundations for production (lesson 2). The system prompt + user message split, temperature, and the productive limits referenced here come from lesson 2; prompt engineering is the first deliberate move against them.

  • Augmented language models (lesson 4). Phase 2 opens with retrieval and tool use, both of which produce more text that ends up in the prompt; the prompt-engineering discipline here is what makes the augmented prompt usable.

  • LLMOps (lesson 7). Prompt versioning and the 20-50 example test set are the seed of an LLMOps practice; lesson 7 grows them into observability, evaluation in production, and regression-testing the prompt across model upgrades.

  • Track 14 lesson 7 (The main NLP tasks). The using-side companion for many of the prompt patterns here (the prompt that wraps a pipeline() task; the few-shot conventions; the structured-output discipline).