Exercise 2: Why Scenario B Needs Both Chapter 8 and Chapter 9 — Possible Solution ==================================================================== WHAT CHAPTER 8 ALONE COVERS ------------------------------ Chapter 8's Question A addresses whether training an AI model on copyrighted content is itself infringement, and whether such training qualifies as fair use - a question specifically about the COPYRIGHT status of the scraped content once it's already been collected and is being used to train a model. This is purely a copyright-law question. WHAT CHAPTER 9 ALONE COVERS ------------------------------ Chapter 9 addresses the separate, non-copyright legal questions involved in the ACT of collecting the data in the first place - whether the site's Terms of Service prohibits scraping (a contract-law question) and whether reaching the data required bypassing a login or other access control (a CFAA-type question). Neither of these concerns what happens to the data afterward, only how it was gathered. WHY NEITHER CHAPTER ALONE ANSWERS THE FULL SCENARIO ------------------------------ Building a training dataset by scraping a site involves two distinct stages that raise two distinct sets of legal questions: the collection stage (governed by Chapter 9's ToS/access-control considerations) and the subsequent training-use stage (governed by Chapter 8's copyright/ fair-use considerations). A dataset could be collected in a way that's entirely fine under Chapter 9's analysis (publicly accessible pages, no ToS violation) but still raise real Chapter 8 concerns if the scraped material is creative, protected content later used to train a model. Conversely, content that would raise no Chapter 8 concerns at all (purely factual data, per Chapter 1) could still have been collected in a way that violates a site's ToS or bypasses a login wall, which is a real Chapter 9 problem regardless of what the data itself is later used for. WHY THIS MATTERS FOR THE FRAMEWORK GENERALLY ------------------------------ This is a direct, concrete illustration of Step 5 in this chapter's own six-step framework - "are there separate legal considerations beyond copyright itself?" A scenario can require applying more than one chapter's material simultaneously precisely because different stages of the same real-world activity are governed by genuinely different bodies of law, and checking only one of them leaves a real gap in the analysis. WHY THIS WORKS AS AN ANSWER ------------------------------ It separates exactly what each chapter covers, explains why the two questions are genuinely independent of each other (collection legality vs. use legality), and shows concretely how a scenario could pass one chapter's analysis while still failing the other's, rather than treating the two chapters as redundant or interchangeable.