Skip to main content
Back to blog
Product
·5 min read

Why We Built Talyx

Everyone has a Downloads folder problem. Files pile up — receipts, contracts, photos, random PDFs — until the folder becomes an archaeological dig site. You know exactly which file you need, but finding it means scrolling through hundreds of cryptically named items.

We tried existing solutions. Most of them fell into two camps: rule-based tools that require painstaking manual configuration, or cloud services that upload your files to someone else's server for “AI analysis.” Neither felt right.

So we built Talyx with our own local AI engine. It worked. Files got classified. But something kept nagging at us.

We built the best file organizer. Then we realized the AI shouldn't be ours.

Our first version bundled a local language model. It ran on your machine, analyzed your files, and sorted them into categories. Privacy was excellent — nothing left your computer. But the classification quality had a ceiling. A small model running on a laptop CPU can't match what Claude or GPT-4 can do. And it consumed significant system resources while running.

Meanwhile, we noticed something: most of our target users already had an AI subscription. Claude Desktop, ChatGPT, Cursor, or a local Ollama setup. They were already paying for world-class AI reasoning. Why would we ship an inferior model inside our app when they already had a better one?

The Claude Code SDK breakthrough

Two things changed everything. First, MCP (the Model Context Protocol) showed us that AI assistants could connect to external tools. Then the Claude Code SDK made it even simpler — Talyx now connects directly to your existing Claude subscription. No API keys. No separate MCP client. If you have Claude Code installed, Talyx auto-detects it and classifies your files with world-class AI.

This transformed our architecture:

  • Semantic subcategories. Claude understands what files actually are. Invoices go to Documents/Invoices, not just Documents. Screenshots go to Images/Screenshots, not just Images. Tax returns go to Finance/Tax Documents based on their content, not their filename.
  • Smart renaming. Following Harvard file naming conventions, Talyx renames cryptic files like scan_001.pdf to 2024-q4-tax-return-w2.pdf. Every file becomes descriptive and searchable.
  • Model choice. Haiku 4.5 for speed on large batches, Sonnet 4.6 for balanced quality, Opus 4.6 for the best classification available. You pick what matters most for each job.
  • Zero extra AI cost. You're already paying for Claude. Talyx uses your existing subscription via the Claude Code SDK. No hidden costs.
  • Zero performance impact. No local model eating your CPU and RAM. Talyx is lightweight because the heavy reasoning happens in Claude.
  • Multi-provider support. Prefer OpenAI? Use your API key. Want 100% offline privacy? Run Ollama locally. Talyx also supports Claude API keys directly.

What we built

Talyx is an AI-powered desktop file organizer. Drop files, and Claude classifies them into semantic subcategories with smart renaming — powered by your existing Claude subscription via the Claude Code SDK:

  • Semantic AI classification — Claude reads your files and classifies them into granular subcategories. Documents/Invoices, Documents/Contracts, Images/Screenshots, Finance/Tax Returns — not just broad buckets.
  • Smart file renaming — Harvard naming conventions turn cryptic filenames into descriptive, searchable ones. scan_001.pdf becomes 2024-q4-tax-return-w2.pdf.
  • Watch folders — Set up folders that auto-sort incoming files. Drop a file in, and Talyx handles the rest.
  • Full undo — Every sort operation can be reversed with a single click. No anxiety about files ending up in the wrong place.
  • Customizable taxonomies — Use built-in templates or create your own category structure. Talyx adapts to how you think about your files, not the other way around.

Why built-in AI via Claude Code SDK is better

The old model of every app shipping its own small AI is like every app shipping its own web browser. It's wasteful — and the quality ceiling is low. You already pay for Claude, one of the best language models in the world. Talyx simply connects to it.

The benefits are immediate:

  • It's future-proof. When Claude gets smarter, your file organization automatically gets smarter too. No waiting for us to ship model updates.
  • Zero configuration. If Claude Code is installed, Talyx auto-detects it. No API keys, no setup wizards, no provider configuration.
  • Privacy is your choice. Claude via Claude Code SDK for the best quality. Ollama for 100% offline. Claude API or OpenAI API keys for direct control. Talyx supports all of them.
  • It works on Mac and Windows. Cross-platform from day one. Same experience everywhere.

What's next

We're just getting started. Our roadmap includes duplicate file detection, scheduled sorts, and a community marketplace for taxonomy templates. We're also working on deeper OS integration — right-click context menus on both macOS and Windows.

Talyx is $29 one-time — no subscription, ever. There's a 7-day free trial so you can see the difference AI-powered semantic classification makes.

We built Talyx because we believe the best AI file organizer should use the best AI available — and for most people, that is Claude. The Claude Code SDK makes the connection seamless. Give it a try and let us know what you think.