diff --git a/presentation/claude-code-best-practice/index.html b/presentation/claude-code-best-practice/index.html index 7c72eff..50d087b 100644 --- a/presentation/claude-code-best-practice/index.html +++ b/presentation/claude-code-best-practice/index.html @@ -419,9 +419,67 @@ - +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

A horse. A model.

+

The model is the horse. Raw power, no direction.

+ +
+
+ + + + +
@@ -444,9 +502,9 @@
- + -
+
@@ -469,9 +527,9 @@
- + -
+
@@ -494,9 +552,9 @@
- + -
+
@@ -519,9 +577,9 @@
- + -
+
@@ -578,9 +636,9 @@
- + -
+
@@ -648,9 +706,9 @@
- + -
+
@@ -719,9 +777,9 @@
- + -
+

🧠 Models — e.g. Opus, GPT, Gemini

@@ -758,9 +816,9 @@
- + -
+

🧠 Limitations

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

@@ -769,9 +827,9 @@
- + -
+
@@ -934,9 +992,9 @@
- + -
+

⚡ Tool Calling — how the harness reaches the world

- + -
+

💪 Harness — the body around the brain

@@ -1002,9 +1060,9 @@
- + -
+

💪 Harness — the body around the brain

@@ -1039,9 +1097,9 @@
- + -
+

🎉 Yayyyyy! Problem solved with harness

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

@@ -1050,9 +1108,9 @@
- + -
+
?

Really?

@@ -1060,9 +1118,9 @@
- + -
+

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

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

@@ -1071,9 +1129,9 @@
- + -
+

💪 Non-determinism — Tools can fail

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

@@ -1082,9 +1140,9 @@
- + -
+

🚨 Problem Statement

  1. @@ -1099,9 +1157,9 @@
- + -
+

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' @@ -1111,9 +1169,9 @@
- + -
+

Vibe Coding vs Agentic Engineering

@@ -1182,7 +1240,7 @@ todoapp/ -
+

👤 Agents

@@ -1240,7 +1298,7 @@ todoapp/
-
+

Create your first agent — /agents

@@ -1294,7 +1352,7 @@ todoapp/
-
+

Demo