diff --git a/presentation/claude-code-best-practice/index.html b/presentation/claude-code-best-practice/index.html index 7f11c68..68cfc8f 100644 --- a/presentation/claude-code-best-practice/index.html +++ b/presentation/claude-code-best-practice/index.html @@ -276,9 +276,7 @@
-

Jargon you'll hear

-

I'll unpack each of these as we go — for now, just let them wash over you.

-
+
@@ -1119,7 +1117,7 @@
-

Vibe Coding

+

Vibe Coding — Andrej Karpathy

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'
@@ -1128,9 +1126,28 @@
- +
+

Vibe Coding — Robert C. “Uncle Bob” Martin

+
+ +
+ Robert C. Martin (Uncle Bob) in his video critiquing vibe coding +
+ +
+

Uncle Bob warns that “vibe coding” — generating code from prompts without understanding what the LLM produces — is hazardous for novices. LLMs are mathematical functions that predict the next most likely token via matrix multiplications, trained on internet text and GitHub code. They are powerful tools — but, as he puts it, “novices using power tools lose fingers.”

+

Robert C. “Uncle Bob” Martin — author of Clean Code · Clean Architecture · co-author of the Agile Manifesto.

+

Source: Robert C. Martin on X

+
+
+
+ + + + +

Vibe Coding vs Agentic Engineering

@@ -1199,7 +1216,7 @@ todoapp/ -
+

👤 Agents

@@ -1257,7 +1274,7 @@ todoapp/
-
+

Create your first agent — /agents

@@ -1311,7 +1328,7 @@ todoapp/
-
+

Demo