diff --git a/presentation/claude-code-best-practice/index.html b/presentation/claude-code-best-practice/index.html index 2ba94ea..2e3a9c6 100644 --- a/presentation/claude-code-best-practice/index.html +++ b/presentation/claude-code-best-practice/index.html @@ -635,9 +635,34 @@ - +
The raw model has no real-time access — no internet, no files, no clock.
The harness reaches out via WebSearch and fetches a real answer from live sources.
Really?
Similar prompt — but this time the model decided not to use the tool.
The model first tried one source — it failed (403) — so it fell back to another.
/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