problem statement
This commit is contained in:
@@ -334,10 +334,10 @@
|
||||
<p style="font-size: 1.6rem; font-weight: 600; color: #333; margin-top: 20px; margin-bottom: 24px;">Fetch weather of Karachi</p>
|
||||
|
||||
<!-- Bullet points -->
|
||||
<ul style="list-style: disc; padding-left: 32px; margin: 0 0 40px 0; line-height: 2;">
|
||||
<ol style="padding-left: 32px; margin: 0 0 40px 0; line-height: 2;">
|
||||
<li style="font-size: 1.25rem; color: #444;">Single source of truth</li>
|
||||
<li style="font-size: 1.25rem; color: #444;">Repetitively</li>
|
||||
</ul>
|
||||
</ol>
|
||||
|
||||
<!-- Section 2: Learning Outcome -->
|
||||
<div style="max-width: 860px;">
|
||||
@@ -902,18 +902,17 @@
|
||||
<!-- SLIDE 18: The Two Problems — what we're solving -->
|
||||
<!-- ============================================================ -->
|
||||
<div class="slide" data-slide="20">
|
||||
<h1>The Two Problems</h1>
|
||||
<p style="text-align: center; color: #666; font-style: italic; margin: 0 0 40px; font-size: 1.1rem;">These are the two problems we’re trying to solve.</p>
|
||||
<div style="max-width: 900px;">
|
||||
<div style="display: flex; gap: 24px; margin-bottom: 32px; align-items: flex-start;">
|
||||
<div style="font-size: 3rem; color: #c62828; font-weight: 700; line-height: 1; min-width: 60px;">1.</div>
|
||||
<p style="font-size: 1.35rem; color: #333; margin: 0; padding-top: 10px; line-height: 1.5;">Models sometimes <strong>failed/forget</strong> to use the tool.</p>
|
||||
</div>
|
||||
<div style="display: flex; gap: 24px; align-items: flex-start;">
|
||||
<div style="font-size: 3rem; color: #c62828; font-weight: 700; line-height: 1; min-width: 60px;">2.</div>
|
||||
<p style="font-size: 1.35rem; color: #333; margin: 0; padding-top: 10px; line-height: 1.5;">Models <strong>don’t follow</strong> the single source of truth.</p>
|
||||
</div>
|
||||
</div>
|
||||
<h1>❌ Coming back to problem statement</h1>
|
||||
<ol style="padding-left: 32px; margin: 40px 0 0 0; line-height: 2;">
|
||||
<li style="font-size: 1.25rem; color: #444; margin-bottom: 24px;">
|
||||
<strong>❌ Single source of truth</strong>
|
||||
<p style="color: #888; font-style: normal; margin: 4px 0 0 0; font-size: 1rem;">The model does not always follow the same path.</p>
|
||||
</li>
|
||||
<li style="font-size: 1.25rem; color: #444;">
|
||||
<strong>❌ Repetitively</strong>
|
||||
<p style="color: #888; font-style: normal; margin: 4px 0 0 0; font-size: 1rem;">Model sometimes failed/forgot to use the tool.</p>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<!-- ============================================================ -->
|
||||
|
||||
Reference in New Issue
Block a user