From 4eb274bbe0de48bc5468434f928da72c901cb480 Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Wed, 22 Apr 2026 20:09:47 +0500 Subject: [PATCH] updated --- .../index.html | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/presentation/2026-04-25-gdg-kolachi-cli-claude-code-gemini/index.html b/presentation/2026-04-25-gdg-kolachi-cli-claude-code-gemini/index.html index f67b2c3..c7f9df1 100644 --- a/presentation/2026-04-25-gdg-kolachi-cli-claude-code-gemini/index.html +++ b/presentation/2026-04-25-gdg-kolachi-cli-claude-code-gemini/index.html @@ -516,35 +516,40 @@ - +

💪 Harness — the body around the brain

-
+
🧑‍💼

Agents — the specialists

A dedicated Claude worker — own context, tools, focus.

-
+
🎯

Skills — the know-how

What the specialist (or Claude) can actually do.

-
+
💭

Context — the working memory

What Claude holds in its head now — 200K–1M tokens.

-
+
📘

Workflows — the instruction manual

Repeatable step-by-step recipes — like an AC install guide.

-
+
📝

CLAUDE.md — your memory

-

Persistent instructions you write.

+

Knowledge you provide to the model.

+
+
+
📝
+

System Prompt — Claude’s memory

+

Knowledge Anthropic bakes in.

@@ -555,27 +560,22 @@

💪 Harness — the body around the brain

-
+

Tools — the hands

Read, Edit, Bash, WebSearch.

-
+
👁️

MCP — the eyes

Claude in Chrome actually sees browser pages.

-
-
⚙️
-

System Prompt — Claude’s memory

-

Instructions Anthropic bakes in.

-
-
+
🛡️

Permissions — the guardrails

Allow / ask / deny for tool use.

-
+
🪝

Hooks — the reflexes

Deterministic scripts that fire on events.