The bait, then the rug-pull.
The whole video is a single, well-disguised promise: "Claude Code is the best coding model out there, but it's hiding ten of its best tricks behind quirks and keyboard shortcuts no one told you about." AI Unleashed opens with the Claude Code splash screen on one side and his face on the other — terminal-shy viewer, meet patient teacher — and immediately launches into tip #1 before anyone can scroll away.
What the video promised.
stated at 00:10“In this video, I'll show you the top 10 essential tips you need to know to get the most of Cloud Code.”delivered at 09:36
Where the time goes.

01 · Intro / Hook
Claude 4 is the best AI coder, but it lives in a terminal — here are 10 tips to tame it.

02 · #1 Planning Mode
Shift+Tab twice → planning mode. No code edits, just a written plan with web searches and a project-structure report. Shift+Tab again to leave.

03 · #2 Image Recognition
On Mac, Cmd+V doesn't paste screenshots into Claude Code — Ctrl+V does. Once pasted, it shows up as 'image 1' and Claude reads UIs surprisingly well.

04 · #3 /init Command
Run /init to scan the project and generate a CLAUDE.md. Auto-loaded into every new session as context — basically Cursor rules, except free and persistent.

05 · #4 IDE Integration
Claude Code auto-installs an IDE extension when it detects one (Cursor/VS Code). Two-way comms: highlighting code in the editor scopes Claude's edits; visual diffs appear in the editor.

06 · #5 Dual Monitor Workflow
Right-click the Claude Code terminal → 'move into new window' → drag to second monitor. Editor on one screen, Claude on the other.

07 · #6 Custom Slash Commands
Create .claude/commands/<name>.md with arguments and a prompt template. Invoke with /project:<name> <args>. Reusable, project-specific workflows.

08 · #7 'think' / 'ultrathink' Keywords
Drop 'think', 'think hard', or 'ultrathink' into a prompt to escalate the thinking budget. Gray thinking tokens appear before the answer.

09 · #8 Escape vs Double-Escape
Esc once = interrupt. Esc twice = jump to any previous message, fork the conversation, and clear history forward. Caveat: auto-accepted edits don't get rolled back.

10 · #9 Web Search via URL Drop
Outside of planning mode Claude rarely searches the web on its own — but if you paste a URL into the prompt, it'll fetch and use the contents (great for pulling in fresh docs).

11 · #10 Headless Mode (claude -p)
claude -p '<prompt>' runs Claude in the terminal with no UI, just stdout. Pipe inputs in, pipe outputs to files — e.g. npm audit --json | claude -p '...' > vulnerabilities.md.

12 · Outro / Subscribe CTA
Hope you learned a thing or two — more AI software-development videos coming, subscribe.
Visual structure at a glance.
Named ideas worth stealing.
Shift+Tab mode cycle
Shift+Tab once = auto-edits on; twice = planning mode on; third time = back to normal. One key, three workflow modes.
Project memory via /init → CLAUDE.md
/init scans the codebase and writes a markdown file (architecture, conventions, components). Auto-loaded into every new session. You can hand-edit it to inject permanent context.
Thinking-budget keywords
- think
- think hard
- think harder
- ultrathink
Magic words inside a prompt that escalate Claude's reasoning budget. The gray text streamed before the answer is the thinking trace.
Custom slash commands as .md files
Drop a markdown file at .claude/commands/<name>.md with $ARGUMENTS placeholders → invoke as /project:<name> <args>. No code, no plugin system, just files.
Headless mode as a Unix citizen (claude -p)
claude -p turns Claude Code into a stdin → stdout filter. Composes with pipes, redirects, and any other CLI tool.
Lines you could clip.
“If you ever done software development before, you're gonna know that a little bit of planning goes a long way. And Cloud is a secret way to do this.”
“You'd think on a Mac would just be your normal command V. Click on that, nothing happens. The trick is you actually have to do a control V, which is counterintuitive.”
“Every time you do a new chat or start a new session with Claude code, it puts this into the context. So if you put this project in the side for six months, came back to Cloud Code later, it would actually bring in all this and remember all this as context.”
“All the way up to ultra think, which if it sees that word, it's really gonna grind away and try to give you the very best answer.”
“If you hit the escape key twice, it's gonna give you all the previous messages you had. And then you can go back to the one they interrupted, say. And it's gonna clear the history and go back to that prompt, which is a nice clearing way basically to fork the conversation, get it back on track.”
“You can do the Claude dash p again for the headless mode, and then ask it to prioritize these security vulnerabilities and describe them what's critical fixes needed, and then pipe all that to vulnerabilities dot m d.”
How they spent the runtime.
Things they pointed at.
How they asked for the click.
“Make sure you subscribe to the channel. And I hope you have an amazing day. I'll talk to you in the next one.”
Soft outro CTA, no urgency. Mid-roll newsletter pitch at 6:30 is more interesting — wedged between two tips so it doesn't feel like a sponsor break.
Word for word.
Steal the format.
Pick a single tool you use every day, find ten quirks nobody talks about, and shoot them as one numbered list with hard cuts and title cards.
- Promise + count in the title ('10 X You'll Wish You Knew Sooner') — high CTR, low ambiguity, evergreen searchable.
- Hard chapter cards (#1, #2, …) double as scrub-bar anchors AND give you ten clean cut points for shorts later.
- Open with the credential ('produces the best AI code I've seen yet') before the friction ('but it lives in a terminal') — that contrast is the hook.
- Hold up the demo app from tip #1 and reuse it through all ten tips. Continuity = comprehension; viewers don't have to rebuild context every tip.
- Wedge the one CTA between two tips, not at the end — viewers who watched 6 tips have proven they care, so the newsletter ask lands softer.
- Skip B-roll. Talking-head + screen recording is enough. The whole thing was probably shot in one hour and edited in three.
- Joe-specific: this format maps perfectly to JoeFlow ('10 JoeFlow tricks…'), Mod Producer ('10 batch-recording quirks…'), and the $6 Stack ('10 things you can self-host this weekend').
What this means if you actually use Claude Code.
If you're already using Claude Code daily, four of these tips will pay back the ten minutes by tomorrow morning.
- Shift+Tab twice = planning mode. Use it before any non-trivial task — you'll catch missing requirements before you've burned tokens on the wrong solution.
- Run /init once per project. The CLAUDE.md it generates becomes your project's persistent memory across every future session — you can hand-edit it to add anything you wish Claude knew at the start.
- On Mac, paste screenshots into Claude Code with Ctrl+V (not Cmd+V). It reads UIs well enough to find bugs and suggest layout fixes.
- Esc twice rewinds the conversation to any earlier message — use it to recover when Claude went sideways instead of starting a fresh chat and losing all context.
- Type the word 'ultrathink' inside any prompt where you need the best possible answer — Claude will spend more thinking tokens and produce noticeably better output.
- Drop a URL into your prompt to make Claude fetch and read that page — fastest way to feed it fresh docs without leaving the terminal.
- claude -p '<prompt>' is the headless mode that turns Claude into a Unix-friendly filter. Pipe npm audit, log files, or any text through it from any script.




































































