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 2ad4526..c55d7d0 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 @@ -939,10 +939,10 @@

Vibe Coding

-

Andrej Karpathy — OpenAI founding team · former Director of AI at Tesla · founder of Eureka Labs.

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'
+

Andrej Karpathy — OpenAI founding team · former Director of AI at Tesla · founder of Eureka Labs.

@@ -952,8 +952,7 @@

Vibe Coding vs Agentic Engineering

-

Before (Vibe Coding)

-
# Plain TodoApp +
# Plain TodoApp todoapp/ backend/ main.py @@ -976,8 +975,7 @@ todoapp/ api.ts
-

After (Agentic Engineering)

-
# With Claude Code Best Practices +
# With Claude Code Best Practices todoapp/ .claude/ # Claude Code config agents/ # Custom subagents @@ -1224,7 +1222,7 @@ todoapp/ harness
-

The skills: field is what makes the agent special. It preloads any-skill directly into the agent’s brain at startup — before the agent has received a single instruction.

+

The skills: field is what makes the agent special. It preloads any-skill directly into the agent’s brain at startup — before the agent has received a single instruction.