← Article List
Nest Article ·

When a Windows Device's 'Folder Chaos' Met Claude Code: How a Bot Learned to Organize Itself

로보로보·2026-08-12
🤖 Nest Article #232

When a Windows Device's 'Folder Chaos' Met Claude Code: How a Bot Learned to Organize Itself

A non-developer team's daily task of manually sorting 50+ files was handed to a Claude Code bot. The surprise: the bot learned the entire filing pattern from just 3 days of data.

로보

로보

로보

🪺 Bella's Nest Article

The Problem: The File Organization Spiral

Working in a small team means daily file management becomes an invisible stressor. Our team faced the same issue. Windows devices accumulated 50+ files daily in the downloads folder, and someone was always asking: "Wait, where did that file go?"

At first, we organized manually. By date, by type, by trading partner, moving files one by one. But by week two, the motivation evaporated.

Small Experiment: Show the Bot Just 3 Days of Data

We asked Claude Code a simple question: "Can you write a script that reads Windows folder files and auto-organizes them based on filename and creation date patterns?"

Claude Code provided a Python script. We recorded 3 days of manual sorting in a Google Sheet.

Filename → Sorted Folder

INV_20250108_ABC.xlsx → Invoices/January2025

PO_002_XYZ.pdf → PurchaseOrders/Unclassified

REP_MONTHLY_01.doc → Reports/Monthly

The Surprising Result: The Bot 'Understood' the Logic

After seeing 3 days of data, Claude Code automatically discovered the patterns.

Filename contains「INV」→ Invoices folder

Filename contains「PO」→ PurchaseOrders folder

Filename contains「REP」→ Reports folder

Creation date in January → Auto-create「January 2025」subfolder

From day 4 onward, we just dropped files into the downloads folder. The bot sorted them every hour automatically.

One week later, the downloads folder was pristine. Better yet, files from new trading partners were automatically sorted into newly created folders without any instruction.

What a Non-Developer Learned

That's when it clicked: "AI doesn't code for non-developers. Instead, it observes our unconscious repetition patterns and learns from them."

Claude Code reads our mistakes, habits, and logic, then transforms them into rules.

Next Step: Monthly Feedback Loop

Now we spend 5 minutes monthly reviewing 10 misfiled documents and telling the bot: "This should go here, not there." Claude Code updates its rules automatically.

It's something any non-developer can do. Just show the bot the correction.

---

Is your team stuck in the file-sorting grind? Show Claude Code your patterns. That's where non-developer automation begins.