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