From 71d0b51657c9e195de0e9af2d9ca807dbe730785 Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Thu, 30 Apr 2026 18:54:39 +0500 Subject: [PATCH] remove "How the Harness Reaches the World" slide from GDG event deck MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The slide titled "Tool Calling" / "How the Harness Reaches the World" was added to the deck after the GDG Kolachi event on Apr 25, 2026, so it doesn't belong in the historical record of what was actually presented. Reverting the GDG deck to as-presented state. The slide is preserved in the new claude-code-best-practice fork (which is the canonical living reference owned by presentation-claude-code), so no content is lost overall — this is a deliberate divergence between the two decks. Slide had no data-level, so the journey bar is structurally unaffected. Renumbered slides 15..53 → 14..52 via sentinel-replacement. Final count: 52. Co-Authored-By: Claude --- .../index.html | 90 ++++++++----------- 1 file changed, 39 insertions(+), 51 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 900646c..93e69b3 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 @@ -776,22 +776,10 @@ - - - -
-

⚡ 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

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

💪 Harness — the body around the brain

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

🎉 Yayyyyy! Problem solved with harness

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

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

Really?

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

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

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

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

💪 Non-determinism — Tools can fail

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

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

🚨 Problem Statement

  1. @@ -933,7 +921,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' @@ -944,7 +932,7 @@ -
    +

    Vibe Coding vs Agentic Engineering

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

    👤 Agents

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

    Create your first agent — /agents

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

    Demo