From dec5fa80a06ccebc96975a29efe2c332ee45fc99 Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Wed, 22 Apr 2026 21:21:14 +0500 Subject: [PATCH] updated --- .../index.html | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 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 5387777..f453f2a 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 @@ -500,7 +500,8 @@

Example: Opus 4.7

-

Knowledge cut-off: January 2026.

+

Knowledge cut-off: January 2026.

+

Probabilistic by nature.

@@ -567,22 +568,23 @@

💪 Harness — the body around the brain

-
+

Tools — the hands

-

Read, Edit, Bash, WebSearch.

+

Built-in: Read, Edit, Bash, WebSearch.

-
-
👁️
-

MCP — the eyes

-

Claude in Chrome actually sees browser pages.

+
+
🔌
+

MCP — the adapters

+

USB-C for AI — plug in external tools (databases, browsers, APIs).

+

e.g. 👁️ Claude in Chrome

-
+
🛡️

Permissions — the guardrails

Allow / ask / deny for tool use.

-
+
🪝

Hooks — the reflexes

Deterministic scripts that fire on events.

@@ -594,7 +596,7 @@
-

💪 Limitation — Doesn’t always use its tools

+

💪 Non-determinism — Doesn’t always use its tools

Same question, different prompt — sometimes the harness asks first instead of acting.

Claude Code refusing to check live weather and asking permission to use WebFetch @@ -605,7 +607,7 @@
-

💪 Limitation — Different sources, different answers

+

💪 Non-determinism — Different sources, different answers

Same question across runs can route through different tools and sources.

Claude Code using Web Search across AccuWeather, Weather25, and TimeAndDate for weather in Karachi @@ -616,7 +618,7 @@
-

💪 Limitation — Tools can fail

+

💪 Non-determinism — Tools can fail

External tools can time out, return errors, or fetch stale data.

Claude Code showing a 403 error from timeanddate.com and falling back to wttr.in