Anthropic’s coding assistant Claude Code is finding an unexpected audience: people who never write a single line of code. Nolen Jonker writes for XDA Developers that the tool has become their most-used productivity app this year, simply by pointing it at a messy folder of files instead of a codebase.
The idea is simple. Jonker keeps a personal system of plain text and markdown files stored locally, without subscriptions or proprietary formats. What that setup lacked was any intelligence layered on top of it. Claude Code fills that gap, according to Jonker, by reading an entire folder as one connected system rather than file by file. Regular Claude only processes pasted text, and other tools like the filesystem connector or Claude Cowork move through documents one at a time. Claude Code, by contrast, spots relationships between files, catches inconsistencies, and recognizes structural patterns across a whole directory.
Folders become searchable references
Once Claude Code can see a folder as a whole, Jonker asks it to generate a single markdown index file summarizing everything inside. Rather than short summaries, the index works like a card catalog, listing the details someone would need if they came looking for something specific later.
One example involves a folder of local AI models. Claude Code reads the metadata inside each file and builds a card for every model, covering architecture, parameter count, quantization, context length and use cases. Jonker can then ask which models support vision tasks or which one offers the longest context window, and get answers grounded in what is actually stored on disk.
Jonker also highlights that this approach keeps the index trustworthy. Manually written reference documents tend to go stale because updating them takes effort. Since the index is generated from the folder itself, Jonker can simply regenerate it whenever the folder changes, keeping it accurate without manual upkeep.
Building its own tools
When a task is too large to handle by simply reading through files, Claude Code writes a small script, runs it, and saves it in a dedicated tools folder for reuse later. For bigger jobs, it can create subagents: separate Claude sessions with their own context window, stored in a project’s agents folder.
Jonker had initially been confused by the marketing language around subagents, expecting something like “a team of experts.” In practice, subagents mainly provide context isolation. A subagent does the heavy reading in its own window and returns only a clean, condensed result to the main conversation. Jonker uses one subagent called model-picker, which recommends the best local model to load for a given task, taking the available 8GB of VRAM into account.
Jonker concludes that despite having no development background, Claude Code has replaced several paid productivity apps and taken over admin tasks the author previously delegated to Cowork. The appeal, according to Jonker, lies in the tool functioning as a productivity assistant while requiring no technical expertise to operate.
Stay up to date
AI for content creation: the latest tools, tips and trends. Every two weeks in your inbox: