← Back to home

Claude Code Has Over Fifty Settings — How Many Have You Touched?

Long-Form Video · EP0093 September 10, 2026 03:50
What this episode covers

Type /config in Claude Code, and over fifty settings come up. Most people never open that menu after installation. But these settings govern how the AI works with you — how concise or detailed its answers are, whether it checks with you before every step, how long it waits when you don't reply. If you don't know they exist, it runs on defaults. Some of those defaults are fine. Some really aren't.

Configuring all of them used to mean reading through the documentation one item at a time, understanding the concept behind each setting, then deciding what value to pick — and if you picked wrong, good luck tracing the problem back. I built a skill — a structured workflow the AI follows — that walks through every setting based on your own habits in a few minutes. It starts by looking at how you actually use the tool, reads your rules files, reads your recent conversation logs, then goes through each item: what it does, what I recommend, and why. You answer one line, it changes one setting. What used to require learning a whole set of concepts becomes a conversation you just have.

Companion files · Drop them into Claude Code

Type /config in Claude Code, and over fifty settings come up. Most people never open that menu after installation. But these settings govern how the AI works with you — how concise or detailed its answers are, whether it checks with you before every step, how long it waits when you don’t reply. If you don’t know they exist, it runs on defaults. Some of those defaults are fine. Some really aren’t.

Configuring all of them used to mean reading through the documentation one item at a time, understanding the concept behind each setting, then deciding what value to pick — and if you picked wrong, good luck tracing the problem back. I built a skill — a structured workflow the AI follows — that walks through every setting based on your own habits in a few minutes. Run it once and it starts by looking at how you actually use the tool, reads your rules files and recent conversation logs, then goes through each item with you: what it does, what I recommend, and why. You answer one line, it changes one setting. What used to require learning a whole set of concepts becomes a conversation you just have.

Before it starts, it asks you two questions. Do you mostly use Claude Code on your phone or on a computer? Can your content leave this machine? Once you answer those, it knows which settings are irrelevant to you. The moment you say you only work in a terminal on your computer, the entire block of remote push settings gets skipped — a big chunk gone right there. Then it reads your rules files and conversation logs, which takes a few seconds.

Why do I have it look at your actual usage first? Because there is something easy to confuse. The rules you have written down describe how rigorous you want the AI to be — not how hands-on you want to be. Those are two different things. Take me as an example: my rules files are extremely strict — nineteen of them — but in practice I am completely hands-off. Every conversation, I say one sentence and it runs thirty to forty steps on its own, with zero restrictions set. If it only looked at my written rules, it would assume I micromanage everything, and its recommendations would be completely wrong. You would follow its advice, feel increasingly off without knowing why. So for the autonomy-related settings, it has to look at behavior, not rules.

Here is a concrete example. One setting controls how long the AI waits for your answer before it moves on by itself. What is the default? Wait forever. If you are like me — say one thing and walk away — you kick off an overnight task, come back the next morning, and find that it asked you a question at step three and then sat there the entire night doing nothing.

Beyond the fifty-plus items visible in the menu, there are six more. Your content has to be sent to the model for processing — there is no way around that, because without it the AI cannot do its job. But these six do not control that part. They control whether your output, your conversation logs, and the skills you have built get stored as a second copy in the cloud. These six are not even visible in the menu — the only way to set them is by editing a config file directly. Anything stored in the cloud: if something goes wrong with your account, you may never get it back. And turning these features on means connecting to additional servers. Every extra connection is another opening, potentially another risk. The setting that controls cloud connectivity is on by default. Fewer connections mean a cleaner setup — that should not need explaining.

Out of all fifty-plus settings, only about four actually need your decision. The rest either already have the right default or simply do not apply to you, and the skill skips them. Configuration should not be something you have to study. It should be something you finish in a conversation. I have broken out the item-by-item walkthrough on the site — what each setting means, how to choose, and what goes wrong if you choose badly — so you can read along. The tool adapts to you, not the other way around.

The tool adapts to you, not the other way around.