10 Claude Code Tips You'll Wish You Knew Sooner
A ten-minute tactical loop through the keyboard tricks, hidden modes, and headless workflows that make Claude Code feel less like a terminal and more like a coding partner.
June 21st 2025A no-fluff synthesis of Anthropic's official best practices and Boris Cherny's personal Claude Code workflow, distilled into 15 concrete sections.
The context window is the single binding constraint in agentic coding, and every Claude Code best practice -- from plan mode to CLAUDE.md to parallel sessions -- is ultimately a strategy for protecting and managing it.
The context window fills fast and performance degrades as it fills -- that one constraint explains every best practice in this video. The recommended workflow is Explore (plan mode, read-only) then Plan (detailed spec, iterate with Claude) then Implement (auto-accept) then Commit. Verification is non-negotiable: give Claude tests, screenshots, or expected outputs so it can self-check. CLAUDE.md should be under 500 lines, team-maintained, and updated after every correction. Parallel sessions (3-5 git worktrees) let you run multiple tasks without context collision, and Boris throws away 10-20% of sessions without guilt -- the 80% that work more than compensate.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →
Hook: Anthropic published official best practices plus Boris Cherny shared his workflow thread

Host intro, video structure: Anthropic says / Boris says / you apply

Context window as the number one constraint; /context, 5-10 parallel sessions, git worktrees, /status line

Explore to Plan to Implement to Commit; Shift+Tab plan mode; Boris: plan first, then auto-accept

Verification is highest leverage; test cases, visual verification, root cause fixing; Chrome extension

Before/after prompt examples: scope task, point to sources, reference patterns, describe symptoms

Write specs, voice dictation, make Claude your reviewer; CLAUDE.md include/exclude table; Boris compound CLAUDE.md habit

Domain knowledge vs workflow skills; auto-invoked vs slash-command; commit to git, reuse across projects

Vercel benchmark: 56% fail rate without explicit mention; compressed 8KB docs index achieves 100% pass

Subagents explore in own context window; Boris four named agents: code-simplifier, verify-app, build-validator, code-architect

AskUserQuestion tool; interview-first workflow for complex features; clean session to implement

Kitchen sink session, correcting over and over, over-specified CLAUDE.md, trust-then-verify gap, infinite exploration; Boris: 10-20% of sessions get thrown away

Escape to stop, double-tap/rewind, /clear, compact with instructions, save to markdown

CLI tools, /init, IMPORTANT keyword, @references, child CLAUDE.md, Opus 4.5, slash commands, hooks, /permissions, /sandbox

Rules are not laws; adapt to your workflow; develop judgment no guide can capture

Summary of top Boris and Anthropic principles: context, verification, plan-implement-commit, CLAUDE.md, subagents, parallel sessions
Every Claude Code best practice -- plan mode, CLAUDE.md hygiene, parallel sessions, subagents -- exists to protect the one finite resource: your context window.
“Think of AI as capacity we can schedule, not a single conversational tool.”
“After every correction, end your prompt with: update your CLAUDE.md, so you do not make that mistake again. This turns every mistake into a permanent improvement.”
“Nothing ships without it. You do not trust, you instrument.”
“He admits he throws away 10 to 20% of Claude code sessions that go nowhere. And that is okay. Parallel sessions hedge against dead ends.”
“Knowing everything you know now, scrap this and implement the elegant solution.”
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
What happens when the person who built the tool publishes exactly how his own team uses it? Alex from GritAI Studio takes Anthropic official best practices doc and Boris Cherny public workflow thread and collapses them into 15 sections of concrete, terminal-tested guidance -- no filler, no speculation.
Four-phase workflow: plan mode for safe exploration, iterate on a spec, auto-accept during implementation, commit. Separates thinking from doing to prevent mid-course corrections.
Official Anthropic checklist for what belongs in CLAUDE.md and what wastes context.
Boris four named specialized subagents, each with a single clear responsibility.
“I would really appreciate if you hit that like button and subscribe for more Claude code videos.”
Standard end-card ask; newsletter and community links in description. Low-pressure, professional delivery.
00:00
00:21
00:48
00:58
01:17
01:33
01:48
02:01
02:21
02:40
03:02
03:15
03:34
03:50
04:00
04:20
04:47
04:56
05:22
05:36
05:57
06:12
06:25
06:43
07:07
07:09
07:41
07:48
08:05
08:25
08:43
09:00
09:11
09:29
09:53
10:04
10:17
10:48
10:53
11:16
11:28
11:55
12:04
12:26
12:51
12:51
13:17
13:26
13:58
14:10
14:32
14:44
15:05
15:09
15:29
15:51
16:08
16:29
16:40
17:07
17:16
17:40
17:55
18:02
18:22
18:45
19:01
19:12
19:26
19:49
20:16
20:23
20:43
20:56
21:17
21:28
21:51
22:09
22:26
22:43A ten-minute tactical loop through the keyboard tricks, hidden modes, and headless workflows that make Claude Code feel less like a terminal and more like a coding partner.
June 21st 2025An 11-minute tutorial on routing work between Claude Code and Codex by matching each agent to the right point on the ambiguity line.
May 28thHow the worker-plus-evaluator loop actually works, why most devs will write it wrong, and the good-condition pattern that makes it finish for real.
May 14thTeresa Torres runs her entire life and business from two Claude Code terminals. This is how she built it.
December 21st 2025A 12-minute deep-dive into the /handoff skill -- why it beats /compact for parallel sessions, and two real-world patterns for staying smart across multiple agents.
May 21stA Meta staff engineer who lives in Claude Code 12 hours a day shares 50 tips in 4 acts.
February 7th