updated
This commit is contained in:
@@ -519,20 +519,38 @@
|
||||
<!-- SLIDE 10: Harness — what it adds -->
|
||||
<!-- ============================================================ -->
|
||||
<div class="slide" data-slide="10">
|
||||
<h1>💪 Harness — e.g. tools, MCP, memory</h1>
|
||||
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 40px 0;">
|
||||
<div class="col-card" style="border-left: 4px solid #2196f3;">
|
||||
<h4 style="color: #1565c0; text-transform: none; letter-spacing: 0; margin-bottom: 10px;">🌍 Reach beyond training</h4>
|
||||
<p style="font-size: 1.05rem; color: #333; margin: 0;"><em>WebSearch, WebFetch, MCP servers</em></p>
|
||||
<h1>💪 Harness — the body around the brain</h1>
|
||||
<div style="display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; margin: 28px 0;">
|
||||
<div class="col-card" style="border-left: 4px solid #4caf50; text-align: center;">
|
||||
<div style="font-size: 2.8rem; line-height: 1; margin-bottom: 10px;">✋</div>
|
||||
<h4 style="color: #2e7d32; text-transform: none; letter-spacing: 0; margin-bottom: 6px;"><strong>Tools</strong> — the hands</h4>
|
||||
<p style="font-size: 0.9rem; color: #555; margin: 0;">Read, Edit, Bash, WebSearch.</p>
|
||||
</div>
|
||||
<div class="col-card" style="border-left: 4px solid #4caf50;">
|
||||
<h4 style="color: #2e7d32; text-transform: none; letter-spacing: 0; margin-bottom: 10px;">✋ Act on your files</h4>
|
||||
<p style="font-size: 1.05rem; color: #333; margin: 0;"><em>Read, Edit, Write, Bash</em></p>
|
||||
<div class="col-card" style="border-left: 4px solid #2196f3; text-align: center;">
|
||||
<div style="font-size: 2.8rem; line-height: 1; margin-bottom: 10px;">👁️</div>
|
||||
<h4 style="color: #1565c0; text-transform: none; letter-spacing: 0; margin-bottom: 6px;"><strong>MCP</strong> — the eyes</h4>
|
||||
<p style="font-size: 0.9rem; color: #555; margin: 0;">Claude in Chrome actually <em>sees</em> browser pages.</p>
|
||||
</div>
|
||||
<div class="col-card" style="border-left: 4px solid #9c27b0; text-align: center;">
|
||||
<div style="font-size: 2.8rem; line-height: 1; margin-bottom: 10px;">📝</div>
|
||||
<h4 style="color: #7b1fa2; text-transform: none; letter-spacing: 0; margin-bottom: 6px;"><strong>CLAUDE.md</strong> — your memory</h4>
|
||||
<p style="font-size: 0.9rem; color: #555; margin: 0;">Instructions <strong>you</strong> write.</p>
|
||||
</div>
|
||||
<div class="col-card" style="border-left: 4px solid #ff9800; text-align: center;">
|
||||
<div style="font-size: 2.8rem; line-height: 1; margin-bottom: 10px;">⚙️</div>
|
||||
<h4 style="color: #ef6c00; text-transform: none; letter-spacing: 0; margin-bottom: 6px;"><strong>System Prompt</strong> — Claude’s memory</h4>
|
||||
<p style="font-size: 0.9rem; color: #555; margin: 0;">Instructions <strong>Anthropic</strong> bakes in.</p>
|
||||
</div>
|
||||
<div class="col-card" style="border-left: 4px solid #f44336; text-align: center;">
|
||||
<div style="font-size: 2.8rem; line-height: 1; margin-bottom: 10px;">🛡️</div>
|
||||
<h4 style="color: #c62828; text-transform: none; letter-spacing: 0; margin-bottom: 6px;"><strong>Permissions</strong> — the guardrails</h4>
|
||||
<p style="font-size: 0.9rem; color: #555; margin: 0;">Allow / ask / deny for tool use.</p>
|
||||
</div>
|
||||
<div class="col-card" style="border-left: 4px solid #009688; text-align: center;">
|
||||
<div style="font-size: 2.8rem; line-height: 1; margin-bottom: 10px;">🪝</div>
|
||||
<h4 style="color: #00796b; text-transform: none; letter-spacing: 0; margin-bottom: 6px;"><strong>Hooks</strong> — the reflexes</h4>
|
||||
<p style="font-size: 0.9rem; color: #555; margin: 0;"><strong>Deterministic</strong> scripts that fire on events.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="trigger-box">
|
||||
<h4>The body around the brain</h4>
|
||||
<p>Gives the model <strong>hands</strong> to do, and <strong>eyes</strong> to see beyond its training.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user