Exercise 1: This Course's Scope vs. prompt1/claude-adv1, and the imgai1 Parallel — Possible Solution ==================================================================== WHAT prompt1 ACTUALLY COVERS ------------------------------ Per this chapter's own compare-table, prompt1 teaches how to phrase a prompt well — clarity, context, constraints, few-shot examples, chain- of-thought. It's entirely about the input side of the interaction: what words to choose, how to structure a request, how to get better output through better phrasing. WHAT claude-adv1 ACTUALLY COVERS ------------------------------ Per this chapter, claude-adv1 teaches how to build applications with the Claude API — tool use, streaming responses, retrieval-augmented generation, multi-agent patterns. This is about integration and application architecture around a model, not about what happens inside the model itself. WHAT THIS COURSE COVERS INSTEAD ------------------------------ Per this chapter, llm1 covers "what's actually happening inside the model — tokenization, attention, pretraining, fine-tuning, why any of the above techniques work at all." Neither prompt1 nor claude-adv1 ever opens up the model itself; both treat it as a capability to be used skillfully from outside. This course is specifically about the mechanism that produces that capability in the first place. WHY THESE ARE GENUINELY NON-OVERLAPPING, NOT JUST DIFFERENTLY EMPHASIZED ------------------------------ prompt1 and claude-adv1 could both be fully mastered without ever knowing what a token, an attention head, or a training objective is — they operate entirely at the level of "how do I get good results from a thing that already works." This course could be fully mastered without ever writing a single practical prompt-engineering technique — it operates entirely at the level of "why does the thing work at all." The two kinds of knowledge don't substitute for each other. WHY THIS COURSE IS THE DIRECT ANALOGUE OF imgai1 ------------------------------ Per this chapter, imgai1 "didn't teach how to phrase an image prompt well either — it explained diffusion, the actual mechanism a prompt gets fed into." imgai1 existed as a technical companion to image- generation prompting, not a replacement for it, explaining the mechanism a well-crafted image prompt actually interacts with. This course occupies the identical position relative to prompt1/claude-adv1: a technical companion explaining the mechanism a well-crafted text prompt actually interacts with, rather than teaching prompting itself a second time. WHY THIS WORKS AS AN ANSWER ------------------------------ It identifies the specific, non-overlapping territory each course covers using this chapter's own compare-table, and draws the direct structural parallel to imgai1's own relationship with image-generation prompting to explain why this course is described as that parallel's textual counterpart.