Overwhelmed By AI? Just Copy My Tech Stack
A 17-minute tier-list of one practitioner's actual daily stack — and the five mental models that keep him from drowning in new releases.
May 8thClaude Code ships auto mode — a classifier-backed middle path between constant permission prompts and the anything-goes risk of dangerously skip permissions.
Auto mode resolves the productivity-vs-safety tradeoff in Claude Code by running a classifier before every tool call, letting safe actions proceed unattended while blocking destructive ones before they execute.
Claude Code defaults to conservative permissions that pause execution every time it wants to edit a file or run a bash command — useful for safety, painful for long autonomous tasks. Dangerously skip permissions removes all guardrails and is the common workaround, but it carries real risk. Auto mode is the engineered middle path: before each tool call, a classifier checks for destructive intent (deletes, sensitive data, prompt injection) and either runs the action silently or surfaces a prompt. Safe moves like file reads, grep, and non-destructive edits run automatically; risky moves get blocked or escalated. The tradeoff is slightly higher session cost due to the extra inference on each tool call. Currently a research preview for Claude Team plan users; rollout to Enterprise and API is coming.
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 →
Opens on the Anthropic blog post announcing auto mode. States the problem: permission prompts interrupt long-running tasks, but the only alternative has been dangerously skip permissions.

Shows the existing workaround — a settings.local.json with explicit allow and deny bash command patterns. Acknowledges this is still the best option for fine-grained per-project control.

Reads the official description from the Claude Code terminal. Explains the classifier, the four risk categories it targets, the slight cost increase per session, and the current Team-only availability.

Live demonstration in VS Code. Test 1: asks Claude to delete brand assets — classifier blocks it and escalates to user. Test 2: asks Claude to move a file — runs silently without any prompt, creating a folder and moving the file automatically.

Shows the Organization Settings toggle for allowing auto permissions mode. Demonstrates the claude --enable-auto-mode terminal command and Shift+Tab cycling in VS Code.

Subscribe ask. Closing note that Anthropic is shipping features daily.
Auto mode does not eliminate permission friction — it relocates the judgment call from you to an AI classifier that runs before every tool call.
“Dangerously skip permissions for a reason — if you're not watching it, it could go do anything.”
“Auto mode is the middle path — fewer interruptions, less risk than skipping all permissions.”
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.
Claude Code just shipped a permission mode nobody asked for by name but everyone needed: something between the stop-and-ask default and the full-trust chaos of dangerously skip permissions. Auto mode is that third option, and this video is a crisp five-minute proof that it works.
The video implicitly frames three tiers of Claude Code permission management from most to least manual intervention.
“if you learned something new or you enjoyed the video, please give it a like. Definitely helps me out a ton.”
Soft and fast — one sentence at the very end after all content is delivered. No mid-roll pitch.
00:00
00:06
00:10
00:14
00:19
00:23
00:27
00:31
00:36
00:40
00:44
00:49
00:53
00:57
01:01
01:06
01:10
01:14
01:18
01:23
01:27
01:31
01:37
01:40
01:42
01:48
01:52
01:57
02:01
02:05
02:10
02:14
02:18
02:22
02:27
02:31
02:35
02:39
02:44
02:48
02:52
02:56
03:01
03:05
03:09
03:13
03:18
03:22
03:26
03:30
03:35
03:39
03:43
03:48
03:52
03:56
04:00
04:05
04:09
04:13
04:17
04:22
04:26
04:30
04:34
04:39
04:43
04:47
04:51
04:56
05:00
05:04
05:09
05:13
05:17
05:21
05:26
05:30
05:34
05:38A 17-minute tier-list of one practitioner's actual daily stack — and the five mental models that keep him from drowning in new releases.
May 8thA 14-minute demystification of agent loops for non-hardcore-coders: what they are, why the done-check matters most, and three live demos that prove loops get you closer — not perfect.
June 19thA single founder makes the case that Claude Code has erased the cost of building software, using a three-person team's state government contract as proof.
July 3rdFour prompt-layer upgrades that fix the documented failure modes quietly killing your Claude output quality.
June 25thA 17-minute career roadmap arguing that the next move for anyone who can build with AI is to stop being a builder and start being a consultant — with a four-step playbook to do it without quitting your job.
June 22ndA 68-minute screen-share where Cole Medin walks through the five-part system that turns prompting-and-praying into directing your coding agent.
June 18th