Ado's banner
Ado's profile picture

Ado

@adocomplete31,216 subscribers

Community, Claude, Code at @AnthropicAI

Shorts

Opus 4.8 is awesome but that's expected. The unsung hero of this release for me is dynamic workflows. Claude plans your task, fans it out to tens or hundreds of parallel subagents, verifies their work, and iterates until the results converge into one coordinated answer.

Opus 4.8 is awesome but that's expected. The unsung hero of this release for me is dynamic workflows. Claude plans your task, fans it out to tens or hundreds of parallel subagents, verifies their work, and iterates until the results converge into one coordinated answer.

151,873 views

Claude Code Tip of the Day: Prompt Stashing Long prompt, short detour? Control + S stashes your draft so you can fire off a quick question first. Your stashed prompt restores automatically after you submit.

Claude Code Tip of the Day: Prompt Stashing Long prompt, short detour? Control + S stashes your draft so you can fire off a quick question first. Your stashed prompt restores automatically after you submit.

177,295 views

Claude Code has a built-in scheduler now! /loop [interval] <prompt>

Claude Code has a built-in scheduler now! /loop [interval] <prompt>

125,597 views

Advent of Claude Day 12 - Ultrathink You can control how hard claude will think before giving you a response. "think" → 4k thinking tokens "think hard" → 10k thinking tokens "ultrathink" → 31,999 thinking tokens Just say the magic word anywhere in your prompt.

Advent of Claude Day 12 - Ultrathink You can control how hard claude will think before giving you a response. "think" → 4k thinking tokens "think hard" → 10k thinking tokens "ultrathink" → 31,999 thinking tokens Just say the magic word anywhere in your prompt.

209,207 views

Advent of Claude Day 27 - Sandbox Mode "Can I run npm install?" [Allow] "Can I run npm test?" [Allow] "Can I cat this file?" [Allow] ×100 /sandbox → boundaries set → Claude gets to work. Define boundaries once. Claude works freely inside them. YOLO speed. Actual security.

Advent of Claude Day 27 - Sandbox Mode "Can I run npm install?" [Allow] "Can I run npm test?" [Allow] "Can I cat this file?" [Allow] ×100 /sandbox → boundaries set → Claude gets to work. Define boundaries once. Claude works freely inside them. YOLO speed. Actual security.

129,975 views

Advent of Claude Day 31 - Claude Agent SDK I saved the best for last. The same agent loop, tools, and context management that power Claude Code is available as an SDK. Build agents that work like Claude Code in as little as 10 lines of code. This is just the beginning. 🎇🥂

Advent of Claude Day 31 - Claude Agent SDK I saved the best for last. The same agent loop, tools, and context management that power Claude Code is available as an SDK. Build agents that work like Claude Code in as little as 10 lines of code. This is just the beginning. 🎇🥂

99,497 views

Advent of Claude Day 1 - The ! Prefix Don't waste tokens asking "can you run git status or tests?" Just type: ! followed by your bash command The ! prefix executes bash instantly and injects the output into context. No model processing. No delay. No wasted tokens.

Advent of Claude Day 1 - The ! Prefix Don't waste tokens asking "can you run git status or tests?" Just type: ! followed by your bash command The ! prefix executes bash instantly and injects the output into context. No model processing. No delay. No wasted tokens.

105,634 views

My favorite feature in Claude Code on the web is teleport. It moves your remote session, wit h all the context, messages, and edits to your local dev environment allowing you to stay in the flow.

My favorite feature in Claude Code on the web is teleport. It moves your remote session, wit h all the context, messages, and edits to your local dev environment allowing you to stay in the flow.

110,192 views

Claude Code Hooks is so underrated. Hooks provide deterministic control instead of relying on Claude to remember actions. Here's a simple example. Play an audio when Claude finishes it's work. But you can do so much more...

Claude Code Hooks is so underrated. Hooks provide deterministic control instead of relying on Claude to remember actions. Here's a simple example. Play an audio when Claude finishes it's work. But you can do so much more...

50,967 views

Advent of Claude Day 24 - /export Sometimes you want receipts. /export → dumps your entire conversation to markdown including every prompt, every response, every tool call. For documentation. For training. For proving to your past self that yes, you did try that already.

Advent of Claude Day 24 - /export Sometimes you want receipts. /export → dumps your entire conversation to markdown including every prompt, every response, every tool call. For documentation. For training. For proving to your past self that yes, you did try that already.

38,950 views

Advent of Claude Day 5 - The # Prefix Want to save something to Claude's memory without opening a file? Just start your message with #, for example: # Always use bun instead of npm Claude asks where to save it. Memory updated. Keep coding.

Advent of Claude Day 5 - The # Prefix Want to save something to Claude's memory without opening a file? Just start your message with #, for example: # Always use bun instead of npm Claude asks where to save it. Memory updated. Keep coding.

41,406 views

Advent of Claude Day 10 - /stats 2023: "Check out my GitHub contribution graph" 2025: "Check out my Claude Code stats" Just type /stats Orange is the new green.

Advent of Claude Day 10 - /stats 2023: "Check out my GitHub contribution graph" 2025: "Check out my Claude Code stats" Just type /stats Orange is the new green.

33,039 views

Videos