Outgrowing the Chat Box

nnehdi1 pts0 comments

Outgrowing the Chat Box - nnehdi

nnehdi

SubscribeSign in

Outgrowing the Chat Box<br>The move from chat to agentic AI was less about new tools, more about new mental habits and models.

nnehdi<br>Jun 21, 2026

Share

I barely open a chat anymore.<br>Like many, I left chat-only interfaces for agentic ones months ago. In AI time, that’s ancient history. I switched from Claude Chat to the Claude Code + Obsidian combo, and it paid off better than I expected.<br>Thanks for reading! Subscribe for free to receive new posts and support my work.

Subscribe

This is how I work now, and how I get there.<br>The shifts

Setting up the tools takes an afternoon. That part’s easy. You need the tools, but that’s not the shift. The real shift is in the attitude and habits they pull you into.<br>1. Switch the setup

It starts with the setup. Mine went from Claude Chat to Claude Code + Obsidian.<br>They’re coding agents. They create files, take action. They don’t just talk back.

Everything lives in one folder, my homebase for all my creative and knowledge work. The files are mostly Markdown. Each project is a subfolder. Say I start an illustrated storybook (a little fox who’s afraid of the dark), and a storybook/ folder fills with .md artifacts as the agent and I work. That storybook is the running example I’ll carry through the rest of this piece.<br>That folder is shared ground. Claude Code and Obsidian both point at it. I run a few Claude Code sessions, in the terminal or the desktop app, whichever, and read and edit the same files in Obsidian. It’s just my file view; I skip the linking.

The setup enforces three things:<br>A bias to creating files. They’re designed to read and write files and run commands, so they default to making files. That alone changes how you operate.

An extended surface. The chat isn’t the only place you work. Input and output aren’t trapped in the chat anymore. They extend into files and folders. You type into the chat less; you write, edit, and read in files instead.

Not just talking. There’s still a chat, often several. But the work shifts to delegating tasks, shaping the input and context, and reviewing the output. For the storybook, one session develops the story and characters while another draws the pages I’ve already written. It’s like a small crew working with me on the same shared context and files.

2. Think in files

The work lives in files now. I keep all of them in Markdown, just plain .md files. It gives the text a light structure (headings, lists, formatting, the occasional table), and editors like Obsidian handle it well. But it isn’t just plain text. A file has a type, based on its content and structure. It might be a brain dump, a research note, a design doc, a spec, a character sheet, a prompt template.<br>Every document takes its own shape, with a type, an outline, and content of its own. And it plays a role, working as a reference in context, or as the input or output of a process. Same .md, different documents.<br>I want to called them artifacts, a piece of my AI vocabulary now. To me, every .md file is an artifact. I shape it, name it, keep it, and it lives in the folder, not on the chat surface.<br>Plenty of them aren’t keepers. They’re intermediate or temporary, made to think with, like a braindump, a list of options, a scratch plan. Those move the work as much as the finished pieces.

Take the storybook. It grew these files one at a time, as the work needed them. Each is named for its type:<br>idea.braindump.md — the raw first dump: the fox, the dark, the feeling I’m after.

foxes.research.md — what real foxes are like, and the bedtime books I want it to feel like.

story.design.md — the arc: scared fox → the turn → brave fox; page by page.

fox.character.md — the fox herself: shy, curious, big ears. She feeds the pictures.

style.rules.md — the soft, warm look and voice every page holds to.

page-01.page.md — one page: its words and its picture. (I make more of these than anything else.)

The name carries the type, like .braindump, .research, .design, .character, .page. Each holds its own few sections inside. And they feed each other. Research feeds the character; the character, the plot, and the style become the story; and the story loops back to shape the fox. All of it becomes the pages. Then I refine, and pull it together.<br>I don’t force a rigid type or form, though. I don’t pre-define what sections, format, or language each kind of document must have. The words carry their own weight. Natural language is the most dynamic, versatile tool we’ve got. Keep it that way.<br>3. Reach for tools

The agent doesn’t just write files. It calls tools, and it connects to what you already use. This is a big one.<br>It searches the web and drops the findings into foxes.research.md. It pulls in files you already have from Google Drive or your email. For the storybook, it calls an image model to draw the fox and her dark forest, then writes a quick script to shrink the file sizes without touching the images, checks the...

files chat work like page claude

Related Articles