You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update copyright slide with verified counts and add architecture references
- Copyright slide: 77 US lawsuits (Feb 2026) / 112 worldwide with sourced links
- Updated all 4 case statuses with verified March 2026 info and hyperlinks
- Scaling wall slide: add hyperlinked refs for Neural ODEs, liquid networks, SSMs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
<li>Describe <strong>alignment faking</strong> and <strong>reward tampering</strong> — empirical evidence that models can strategically deceive</li>
707
707
<li>Explain <strong>mechanistic interpretability</strong> breakthroughs: circuit tracing and what we can now see inside LLMs</li>
708
-
<li>Evaluate the <strong>copyright landscape</strong>: the <ahref="https://copyrightalliance.org/participating-bartz-v-anthropic-settlement/">$1.5B Anthropic settlement</a> and 75+ active lawsuits</li>
708
+
<li>Evaluate the <strong>copyright landscape</strong>: the <ahref="https://copyrightalliance.org/participating-bartz-v-anthropic-settlement/">$1.5B Anthropic settlement</a> and 77+ active US lawsuits</li>
709
709
<li>Analyze real data on <strong>AI and employment</strong>: who is affected, how fast, and what the evidence actually says</li>
710
710
<li>Compare diverging <strong>regulatory approaches</strong>: EU enforcement vs. US deregulation</li>
711
711
<li>Articulate your own <strong>ethical framework</strong> for navigating the AI era</li>
<p><ahref="https://www.neuronpedia.org/graph/info">Neuronpedia</a> hosts interactive attribution graph exploration for open-weight models. You can trace how a model arrives at specific outputs.</p>
<h1id="copyright-the-15-billion-question">Copyright: the $1.5 billion question</h1>
824
824
<divclass="warning-box" data-title="The largest copyright settlement in history">
825
825
<p><ahref="https://copyrightalliance.org/participating-bartz-v-anthropic-settlement/"><strong>Bartz v. Anthropic</strong></a> (August 2025): Judge ruled that training on <em>legally acquired</em> books is fair use ("transformative"), but training on pirated books is not. Anthropic settled for <strong>$1.5 billion</strong> — $3,000 per each of ~500,000 pirated works. Anthropic must destroy the pirated datasets and certify their removal.</p>
@@ -836,27 +836,27 @@ <h1 id="copyright-the-15-billion-question">Copyright: the $1.5 billion question<
836
836
<tbody>
837
837
<tr>
838
838
<td><strong>NYT v. OpenAI</strong></td>
839
-
<td>In discovery; OpenAI ordered to produce 20M chat logs</td>
839
+
<td>In discovery; OpenAI ordered to <ahref="https://news.bloomberglaw.com/ip-law/openai-must-turn-over-20-million-chatgpt-logs-judge-affirms">produce 20M chat logs</a></td>
<td><ahref="https://copyrightalliance.org/participating-bartz-v-anthropic-settlement/">Settled ($1.5B)</a>; fairness hearing April 2026</td>
845
845
<td>Piracy vs. legal acquisition</td>
846
846
</tr>
847
847
<tr>
848
848
<td><strong>Thomson Reuters v. ROSS</strong></td>
849
-
<td><ahref="https://www.dglaw.com/court-rules-ai-training-on-copyrighted-works-is-not-fair-use-what-it-means-for-generative-ai/">Fair use denied</a> (Feb 2025) — on appeal (3rd Circuit)</td>
<td>Competitor trained on copyrighted headnotes</td>
851
851
</tr>
852
852
<tr>
853
853
<td><strong>Getty v. Stability AI</strong></td>
854
-
<td>Ongoing</td>
854
+
<td><ahref="https://www.mishcon.com/news/getty-images-v-stability-ai-unpacking-the-high-courts-judgment">UK claim failed</a> (Nov 2025); US trial set Jan 2028</td>
855
855
<td>Image model trained on copyrighted photos</td>
856
856
</tr>
857
857
</tbody>
858
858
</table>
859
-
<p><ahref="https://chatgptiseatingtheworld.com/2025/10/08/status-of-all-51-copyright-lawsuits-v-ai-oct-8-2025-no-more-decisions-on-fair-use-in-2025/"><strong>75+ active copyright lawsuits</strong></a> against AI companies as of late 2025. Three fair use rulings so far (2 for, 1 against); three cases on appeal. No definitive appellate ruling yet.</p>
859
+
<p><ahref="https://chatgptiseatingtheworld.com/2026/02/06/music-labels-and-spotify-sue-shadow-library-annas-archive-for-copyright-infringement-and-secure-default-judgment-ai-lawsuits-hit-77-in-us/"><strong>77 active US copyright lawsuits</strong></a> against AI companies as of February 2026 (<ahref="https://chatgptiseatingtheworld.com/2026/02/25/latest-world-map-of-copyright-suits-v-ai-cos-total-112-feb-25-2026/">112 worldwide</a>). Three fair use rulings so far (2 for, 1 against). No definitive appellate ruling yet.</p>
<p>Harvard's Ash Center concluded it was <ahref="https://ash.harvard.edu/articles/the-apocalypse-that-wasnt-ai-was-everywhere-in-2024s-elections-but-deepfakes-and-misinformation-were-only-part-of-the-picture/">"the apocalypse that wasn't."</a> The News Literacy Project found cheap fakes (non-AI manipulations) were used <strong>7× more often</strong> than genuine AI-generated content. The feared "AI disinformation tsunami" didn't fully materialize — but the <em>infrastructure</em> for it now exists.</p>
@@ -1061,13 +1061,19 @@ <h1 id="whats-next-for-llms-the-scaling-wall">What's next for LLMs? The scaling
1061
1061
<li><strong>Diminishing returns</strong> — Each order-of-magnitude increase in compute yields smaller performance gains. The era of "just make it bigger" may be ending</li>
1062
1062
</ol>
1063
1063
</div>
1064
-
<divclass="tip-box" data-title="The response: make models smaller and smarter">
1064
+
<divclass="tip-box" data-title="The mainstream response: make models smaller and smarter">
1065
1065
<ul>
1066
1066
<li><strong>LoRA</strong> (<ahref="https://arxiv.org/abs/2106.09685">Hu et al., 2021</a>): Fine-tune with 10,000× fewer parameters by injecting low-rank adapters</li>
1067
1067
<li><strong>Mixture of Experts</strong> (MoE): Activate only a fraction of parameters per token (see <ahref="../week9/lecture25.html">Lecture 25</a>)</li>
1068
1068
<li><strong>Distillation</strong>: Train small models to mimic large ones (see <ahref="../week7/lecture19.html">Lecture 19</a>)</li>
1069
1069
</ul>
1070
1070
</div>
1071
+
<divclass="important-box" data-title="More radical response: new architectures">
1072
+
<ul>
1073
+
<li><strong>Neural ODEs</strong> (<ahref="https://arxiv.org/abs/1806.07366">Chen et al., 2018</a>), <strong>liquid networks</strong> (<ahref="https://arxiv.org/abs/2006.04439">Hasani et al., 2021</a>), <strong>state space models</strong> (<ahref="https://arxiv.org/abs/2312.00752">Gu & Dao, 2023</a>) — non-transformer architectures that can learn more efficiently from less data</li>
1074
+
<li>Models that learn to modify their own weights and architecture during inference (see next slide)</li>
Copy file name to clipboardExpand all lines: slides/week9/lecture26.md
+18-11Lines changed: 18 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Winter 2026
22
22
23
23
1. Describe **alignment faking** and **reward tampering** — empirical evidence that models can strategically deceive
24
24
2. Explain **mechanistic interpretability** breakthroughs: circuit tracing and what we can now see inside LLMs
25
-
3. Evaluate the **copyright landscape**: the [$1.5B Anthropic settlement](https://copyrightalliance.org/participating-bartz-v-anthropic-settlement/) and 75+ active lawsuits
25
+
3. Evaluate the **copyright landscape**: the [$1.5B Anthropic settlement](https://copyrightalliance.org/participating-bartz-v-anthropic-settlement/) and 77+ active US lawsuits
26
26
4. Analyze real data on **AI and employment**: who is affected, how fast, and what the evidence actually says
27
27
5. Compare diverging **regulatory approaches**: EU enforcement vs. US deregulation
28
28
6. Articulate your own **ethical framework** for navigating the AI era
@@ -182,12 +182,12 @@ Circuit tracing ([Lindsey et al., 2025](https://transformer-circuits.pub/2025/at
182
182
183
183
| Case | Status (as of March, 2026) | Key issue |
184
184
|-|-|-|
185
-
|**NYT v. OpenAI**| In discovery; OpenAI ordered to produce 20M chat logs | Verbatim reproduction of articles |
186
-
|**Bartz v. Anthropic**|[Settled ($1.5B)](https://copyrightalliance.org/participating-bartz-v-anthropic-settlement/) + opt-out suits filed| Piracy vs. legal acquisition |
187
-
|**Thomson Reuters v. ROSS**|[Fair use denied](https://www.dglaw.com/court-rules-ai-training-on-copyrighted-works-is-not-fair-use-what-it-means-for-generative-ai/) (Feb 2025) — on appeal (3rd Circuit) | Competitor trained on copyrighted headnotes |
188
-
|**Getty v. Stability AI**|Ongoing| Image model trained on copyrighted photos |
185
+
|**NYT v. OpenAI**| In discovery; OpenAI ordered to [produce 20M chat logs](https://news.bloomberglaw.com/ip-law/openai-must-turn-over-20-million-chatgpt-logs-judge-affirms)| Verbatim reproduction of articles |
186
+
|**Bartz v. Anthropic**|[Settled ($1.5B)](https://copyrightalliance.org/participating-bartz-v-anthropic-settlement/); fairness hearing April 2026| Piracy vs. legal acquisition |
187
+
|**Thomson Reuters v. ROSS**|[Fair use denied](https://www.dglaw.com/court-rules-ai-training-on-copyrighted-works-is-not-fair-use-what-it-means-for-generative-ai/) (Feb 2025); [on appeal](https://www.courtlistener.com/docket/70622297/thomson-reuters-enterprise-centre-gmbh-v-ross-intelligence-inc/) (3rd Circuit, briefs filed) | Competitor trained on copyrighted headnotes |
188
+
|**Getty v. Stability AI**|[UK claim failed](https://www.mishcon.com/news/getty-images-v-stability-ai-unpacking-the-high-courts-judgment) (Nov 2025); US trial set Jan 2028| Image model trained on copyrighted photos |
189
189
190
-
[**75+ active copyright lawsuits**](https://chatgptiseatingtheworld.com/2025/10/08/status-of-all-51-copyright-lawsuits-v-ai-oct-8-2025-no-more-decisions-on-fair-use-in-2025/) against AI companies as of late 2025. Three fair use rulings so far (2 for, 1 against); three cases on appeal. No definitive appellate ruling yet.
190
+
[**77 active US copyright lawsuits**](https://chatgptiseatingtheworld.com/2026/02/06/music-labels-and-spotify-sue-shadow-library-annas-archive-for-copyright-infringement-and-secure-default-judgment-ai-lawsuits-hit-77-in-us/) against AI companies as of February 2026 ([112 worldwide](https://chatgptiseatingtheworld.com/2026/02/25/latest-world-map-of-copyright-suits-v-ai-cos-total-112-feb-25-2026/)). Three fair use rulings so far (2 for, 1 against). No definitive appellate ruling yet.
191
191
192
192
</div>
193
193
@@ -249,7 +249,7 @@ The EU and US have taken **opposite approaches** to AI regulation.
249
249
250
250
# Deepfakes and elections: the 2024 test
251
251
252
-
<divclass="warning-box"data-title="The largest election year in history (3.7 billion eligible voters, 72 countries)">
252
+
<divclass="warning-box"data-title="The largest election year in recorded history (3.7 billion eligible voters, 72 countries)">
253
253
254
254
Key incidents:
255
255
-[**AI robocalls**](https://www.fcc.gov/document/fcc-issues-6m-fine-nh-robocalls) impersonated Biden urging NH voters not to vote (creator fined **$6M**, criminally indicted)
Harvard's Ash Center concluded it was ["the apocalypse that wasn't."](https://ash.harvard.edu/articles/the-apocalypse-that-wasnt-ai-was-everywhere-in-2024s-elections-but-deepfakes-and-misinformation-were-only-part-of-the-picture/) The News Literacy Project found cheap fakes (non-AI manipulations) were used **7× more often** than genuine AI-generated content. The feared "AI disinformation tsunami" didn't fully materialize — but the *infrastructure* for it now exists.
265
265
@@ -349,7 +349,7 @@ A survey of AI researchers ([Grace et al., 2025](https://arxiv.org/abs/2502.1487
349
349
</div>
350
350
351
351
---
352
-
<!-- _class: scale-85-->
352
+
<!-- _class: scale-80-->
353
353
354
354
# What's next for LLMs? The scaling wall
355
355
@@ -361,14 +361,21 @@ A survey of AI researchers ([Grace et al., 2025](https://arxiv.org/abs/2502.1487
361
361
362
362
</div>
363
363
364
-
<divclass="tip-box"data-title="The response: make models smaller and smarter">
364
+
<divclass="tip-box"data-title="The mainstream response: make models smaller and smarter">
365
365
366
366
-**LoRA** ([Hu et al., 2021](https://arxiv.org/abs/2106.09685)): Fine-tune with 10,000× fewer parameters by injecting low-rank adapters
367
367
-**Mixture of Experts** (MoE): Activate only a fraction of parameters per token (see [Lecture 25](../week9/lecture25.html))
368
368
-**Distillation**: Train small models to mimic large ones (see [Lecture 19](../week7/lecture19.html))
369
369
370
370
</div>
371
371
372
+
<divclass="important-box"data-title="More radical response: new architectures">
373
+
374
+
-**Neural ODEs** ([Chen et al., 2018](https://arxiv.org/abs/1806.07366)), **liquid networks** ([Hasani et al., 2021](https://arxiv.org/abs/2006.04439)), **state space models** ([Gu & Dao, 2023](https://arxiv.org/abs/2312.00752)) — non-transformer architectures that can learn more efficiently from less data
375
+
- Models that learn to modify their own weights and architecture during inference (see next slide)
376
+
377
+
</div>
378
+
372
379
---
373
380
<!-- _class: scale-80 -->
374
381
@@ -446,7 +453,7 @@ Every design decision embeds values. Every system reflects choices. Every deploy
446
453
You are graduating into a world where:
447
454
- AI agents can write code, browse the web, and use your computer
448
455
- Models can strategically deceive their own trainers
449
-
-75+ copyright lawsuits are reshaping intellectual property law
456
+
-77+ US copyright lawsuits (112 worldwide) are reshaping intellectual property law
450
457
- Companies are laying off workers based on AI's *anticipated* future capabilities
451
458
- No country has figured out how to regulate this technology
0 commit comments