Skip to content

Commit 530f02c

Browse files
committed
working on lecture 2
1 parent 0be6748 commit 530f02c

File tree

3 files changed

+8
-15
lines changed

3 files changed

+8
-15
lines changed

slides/week1/lecture2.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ <h1 id="side-note-follow-along-with-google-colab">Side note: follow along with <
721721
<div>
722722
<p><img src="../../figures/colab_screenshot.png" alt="" style="height:700px;" /></p>
723723
</div>
724-
<div class="tip-box">
724+
<div class="tip-box" style="margin-top: 100px !important;">
725725
<ul>
726726
<li>Go to <a href="https://colab.research.google.com/">colab.research.google.com</a></li>
727727
<li>Click &quot;New notebook&quot;</li>
@@ -916,10 +916,8 @@ <h1 id="chat-with-eliza">Chat with ELIZA</h1>
916916
<li>What reveals its limitations?</li>
917917
<li>Can you &quot;trick&quot; ELIZA? How?</li>
918918
<li>What kinds of inputs break the illusion?</li>
919+
<li><strong>How do you think ELIZA <em>works</em>?</strong></li>
919920
</ul>
920-
<div class="warning-box" data-title="Think about it!">
921-
<p>How do you think ELIZA <em>works</em>?</p>
922-
</div>
923921
</section>
924922
</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="11" data-theme="cdl-theme" lang="en-US" style="--theme:cdl-theme;" data-transition-back="{&quot;name&quot;:&quot;fade&quot;,&quot;duration&quot;:&quot;0.25s&quot;,&quot;builtinFallback&quot;:true}" data-transition="{&quot;name&quot;:&quot;fade&quot;,&quot;duration&quot;:&quot;0.25s&quot;,&quot;builtinFallback&quot;:true}">
925923
<h1 id="the-eliza-effect">The ELIZA effect</h1>
@@ -984,7 +982,7 @@ <h1 id="reading-weizenbaum-1966">Reading: Weizenbaum (1966)</h1>
984982
</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="15" data-theme="cdl-theme" lang="en-US" style="--theme:cdl-theme;" data-transition-back="{&quot;name&quot;:&quot;fade&quot;,&quot;duration&quot;:&quot;0.25s&quot;,&quot;builtinFallback&quot;:true}" data-transition="{&quot;name&quot;:&quot;fade&quot;,&quot;duration&quot;:&quot;0.25s&quot;,&quot;builtinFallback&quot;:true}">
985983
<h1 id="up-next">Up next</h1>
986984
<div class="note-box" data-title="Lecture 3 (Thursday X-hour)">
987-
<p><strong>How ELIZA actually works</strong></p>
985+
<p><strong>How ELIZA <em>actually</em> works</strong></p>
988986
<ul>
989987
<li>Complete architecture walkthrough</li>
990988
<li>Pattern matching and response selection</li>
@@ -996,7 +994,7 @@ <h1 id="up-next">Up next</h1>
996994
<ul>
997995
<li>Finish reading Weizenbaum (1966)</li>
998996
<li>Play with the ELIZA demo</li>
999-
<li>Think about: What would YOU add to ELIZA?</li>
997+
<li>Think about: what would <em>you</em> add to ELIZA?</li>
1000998
<li>Read the <a href="../../assignments/Assignment%201:%20ELIZA/README.md">Assignment 1 instructions</a></li>
1001999
</ul>
10021000
</div>

slides/week1/lecture2.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Pattern matching can create powerful *illusions* of understanding, even without
4848
![height:700px](../../figures/colab_screenshot.png)
4949

5050
</div>
51-
<div class="tip-box">
51+
<div class="tip-box" style="margin-top: 100px !important;">
5252

5353
- Go to [colab.research.google.com](https://colab.research.google.com/)
5454
- Click "New notebook"
@@ -232,12 +232,7 @@ Have a [conversation with ELIZA](https://contextlab.github.io/llm-course/demos/0
232232
- What reveals its limitations?
233233
- Can you "trick" ELIZA? How?
234234
- What kinds of inputs break the illusion?
235-
236-
<div class="warning-box" data-title="Think about it!">
237-
238-
How do you think ELIZA *works*?
239-
240-
</div>
235+
- **How do you think ELIZA *works*?**
241236

242237
---
243238

@@ -324,7 +319,7 @@ Have *you* experienced the ELIZA effect with modern AI systems (ChatGPT, Claude,
324319

325320
<div class="note-box" data-title="Lecture 3 (Thursday X-hour)">
326321

327-
**How ELIZA actually works**
322+
**How ELIZA *actually* works**
328323
- Complete architecture walkthrough
329324
- Pattern matching and response selection
330325
- The role of scripts and keywords
@@ -336,7 +331,7 @@ Have *you* experienced the ELIZA effect with modern AI systems (ChatGPT, Claude,
336331

337332
- Finish reading Weizenbaum (1966)
338333
- Play with the ELIZA demo
339-
- Think about: What would YOU add to ELIZA?
334+
- Think about: what would *you* add to ELIZA?
340335
- Read the [Assignment 1 instructions](../../assignments/Assignment%201:%20ELIZA/README.md)
341336

342337
</div>

slides/week1/lecture2.pdf

-17.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)