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 @@
I'll unpack each of these as we go — for now, just let them wash over you.
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
/agents
Not so fast...
claude-code-best-practice
/init
Most fields control how and when the skill loads — enforced by the harness. Only description lives in prompt-land.
description
The moment you open Claude Code, certain things land in Claude's brain before you've typed a word. The rest waits in the wings — only loaded when you actually need it. This is called progressive disclosure.
by Nelson F. Liu · Stanford University · 2023