From 63090c68acd813e7c6706019346afa1648d85140 Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Mon, 27 Apr 2026 20:37:38 +0500 Subject: [PATCH] update gdg-kolachi presentation: clickable disrupt logo, new tool-calling slide, slide reorder - Swap intro-slide logos from disrupt-logo.png to disrupt.svg (lines 190 and 260) - Wrap each disrupt logo in so the logo opens disrupt.com in a new tab - Update model-limitation.jpg path from assets/model/ to assets/harness/ to match the asset move - Insert new "Tool Calling" slide using assets/harness/tool-calling.png; cascading data-slide renumber for all 40 slides at index >= 13 (totals: 52 -> 53) - Reorder slides 12-14 so the narrative reads Limitations -> Horse+Harness metaphor -> Tool Calling mechanism Co-Authored-By: Claude --- .../index.html | 94 +++++++++++-------- 1 file changed, 53 insertions(+), 41 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 d36c3f3..900646c 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 @@ -602,13 +602,13 @@ - +

🧠 Limitations

The raw model has no real-time access — no internet, no files, no clock.

- Anthropic Workbench screenshot showing the model refusing a real-time weather query + Anthropic Workbench screenshot showing the model refusing a real-time weather query
@@ -777,9 +777,21 @@ - +
+

⚡ Tool Calling — how the harness reaches the world

+
+ Diagram showing how Claude sends a tool-call request to the harness, the harness executes it against real-world systems, and the result flows back into Claude’s context +
+
+ + + + +

💪 Harness — the body around the brain

@@ -824,7 +836,7 @@ -
+

💪 Harness — the body around the brain

@@ -861,7 +873,7 @@ -
+

🎉 Yayyyyy! Problem solved with harness

The harness reaches out via WebSearch and fetches a real answer from live sources.

@@ -872,7 +884,7 @@ -
+
?

Really?

@@ -882,7 +894,7 @@ -
+

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

Similar prompt — but this time the model decided not to use the tool.

@@ -893,7 +905,7 @@ -
+

💪 Non-determinism — Tools can fail

The model first tried one source — it failed (403) — so it fell back to another.

@@ -904,7 +916,7 @@ -
+

🚨 Problem Statement

  1. @@ -921,7 +933,7 @@ -
    +

    Vibe Coding

    Andrej Karpathy's Feb 3 2025 tweet coining 'vibe coding' — 'fully give in to the vibes, embrace exponentials, and forget that the code even exists' @@ -932,7 +944,7 @@ -
    +

    Vibe Coding vs Agentic Engineering

    @@ -1001,7 +1013,7 @@ todoapp/ -
    +

    👤 Agents

    @@ -1059,7 +1071,7 @@ todoapp/
    -
    +

    Create your first agent — /agents

    @@ -1113,7 +1125,7 @@ todoapp/
    -
    +

    Demo