updated
This commit is contained in:
@@ -488,22 +488,19 @@
|
||||
<!-- ============================================================ -->
|
||||
<div class="slide" data-slide="8">
|
||||
<h1>🧠 Models — e.g. Opus, GPT</h1>
|
||||
<p>The <strong>model</strong> is the brain. It ships with everything it was trained on — and nothing else. Every model has a <strong>knowledge cut-off date</strong>.</p>
|
||||
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 32px 0;">
|
||||
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 40px 0;">
|
||||
<div class="col-card" style="border-left: 4px solid #4caf50;">
|
||||
<h4 style="color: #2e7d32; text-transform: none; letter-spacing: 0; margin-bottom: 10px;">✅ Can answer</h4>
|
||||
<p style="font-size: 1rem; color: #333; margin: 0 0 8px;"><em>“What is the capital of Japan?”</em></p>
|
||||
<p style="font-size: 0.95rem; color: #555; margin: 0;">A fact that existed before the cut-off — already lives inside the brain.</p>
|
||||
<p style="font-size: 1.05rem; color: #333; margin: 0;"><em>“What is the capital of Japan?”</em></p>
|
||||
</div>
|
||||
<div class="col-card" style="border-left: 4px solid #f44336;">
|
||||
<h4 style="color: #c62828; text-transform: none; letter-spacing: 0; margin-bottom: 10px;">❌ Can’t answer</h4>
|
||||
<p style="font-size: 1rem; color: #333; margin: 0 0 8px;"><em>“Who won yesterday’s match?”</em></p>
|
||||
<p style="font-size: 0.95rem; color: #555; margin: 0;">Anything after the cut-off date — the brain simply doesn’t know it.</p>
|
||||
<p style="font-size: 1.05rem; color: #333; margin: 0;"><em>“Who won yesterday’s match?”</em></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="trigger-box">
|
||||
<h4>Example: Opus 4.7</h4>
|
||||
<p>Anthropic’s latest model has a knowledge cut-off of <strong>January 2026</strong>. It knows facts up to that date — anything after it is invisible to the raw model.</p>
|
||||
<p>Knowledge cut-off: <strong>January 2026</strong>.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -512,11 +509,10 @@
|
||||
<!-- ============================================================ -->
|
||||
<div class="slide" data-slide="9">
|
||||
<h1>🧠 Limitations</h1>
|
||||
<p>The raw model has <strong>no real-time access</strong> — no internet, no files, no clock. Ask it something happening right now, and it will tell you it can’t help.</p>
|
||||
<p>The raw model has <strong>no real-time access</strong> — no internet, no files, no clock.</p>
|
||||
<div style="text-align: center; margin: 24px 0;">
|
||||
<img src="../assets/model/model-limitation.jpg" alt="Anthropic Workbench screenshot showing the model refusing a real-time weather query" style="max-width: 100%; max-height: 55vh; border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,0.12);" />
|
||||
</div>
|
||||
<p style="text-align: center; font-size: 0.95rem; color: #888; margin: 8px 0 0;"><em>Above: the model declining a weather query — “I don’t have real-time access.”</em></p>
|
||||
</div>
|
||||
|
||||
<!-- ============================================================ -->
|
||||
|
||||
Reference in New Issue
Block a user