Skip to content

Commit 61701e1

Browse files
committed
updated promptEngr/12pretraining
1 parent 14faffd commit 61701e1

1 file changed

Lines changed: 27 additions & 2 deletions

File tree

promptEngr/12pretraining/index.html

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1475,6 +1475,7 @@ <h1>Whatiknow</h1>
14751475

14761476
</section>
14771477

1478+
<section>
14781479
<section id="iterative-prompting" class="title-slide slide level1 center">
14791480
<h1>Iterative Prompting</h1>
14801481
<div>
@@ -1510,7 +1511,31 @@ <h1>Iterative Prompting</h1>
15101511
</div>
15111512
</div>
15121513
</section>
1513-
1514+
<section id="iterative-prompting-exercise" class="slide level2">
1515+
<h2>Iterative Prompting Exercise</h2>
1516+
<div>
1517+
<div class="fragment fade-in-then-semi-out">
1518+
<ul>
1519+
<li>Vibe-code the bill-splitter / tip calculator</li>
1520+
</ul>
1521+
</div>
1522+
<div class="fragment fade-in-then-semi-out">
1523+
<ul>
1524+
<li>Put a screenshot (or screenshots) of your app into the <code>vibe coding artifacts</code> assignment box</li>
1525+
</ul>
1526+
</div>
1527+
<div class="fragment fade-in-then-semi-out">
1528+
<ul>
1529+
<li>Put a transcript of your llm interactions, named <code>llm.txt</code>, into the same box</li>
1530+
</ul>
1531+
</div>
1532+
<div class="fragment fade-in-then-semi-out">
1533+
<ul>
1534+
<li>Put a copy of the client demands, named <code>client.txt</code>, into the same box</li>
1535+
</ul>
1536+
</div>
1537+
</div>
1538+
</section></section>
15141539
<section>
15151540
<section id="pretraining" class="title-slide slide level1 center">
15161541
<h1>Pretraining</h1>
@@ -1546,7 +1571,7 @@ <h2>Some prereqs</h2>
15461571
</div>
15471572
<div class="fragment fade-in-then-semi-out">
15481573
<ul>
1549-
<li>one-hot representation: vector of all zeroes except one one (linear algebra)</li>
1574+
<li>one-hot representation: vector of all zeroes except one (linear algebra)</li>
15501575
</ul>
15511576
</div>
15521577
</div>

0 commit comments

Comments
 (0)