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