The Three Improvements You've Been Waiting For
You've got feedback from thousands of AiFiler users. Some of it pointed to friction in places we didn't expect. Three months ago, we started fixing the most painful ones. This month, those fixes ship.
Universal Command now routes 50+ intents without confusion. Document viewers stop fighting your theme and render in clean white-paper style. File parsing handles DOCX, XLSX, and PPTX files 40% faster. None of these are flashy. All of them make AiFiler feel less like a tool and more like an extension of how you already work.
Universal Command: One Palette to Rule Them All
Before this month, AiFiler had three command palettes scattered across the app. The main one lived in the header. A second one hid in the knowledge view. A third appeared when you tried to create documents. Users kept opening the wrong one.
We collapsed all three into Universal Command (Ctrl+Shift+A on Windows/Linux, Cmd+Shift+A on Mac). Now there's one entry point. One place to search. One set of 50+ intents that understand what you're trying to do.
Here's what that means in practice:
- Press Ctrl+Shift+A anywhere in AiFiler
- Type "create contract" or "batch tag" or "search Q3 reports"
- Universal Command routes your intent to the right handler—whether that's document creation, batch operations, or search
The system uses intent heuristics (our pattern-matching layer) to understand context. If you're in a knowledge view and type "add document," it knows you want to create inside that knowledge base, not at the workspace level. If you're on a document row and type "tag," it knows you mean that specific document.
This removes the cognitive load of "which palette do I need?" We tested it with 40 power users. Average time to complete a task dropped 12 seconds per action. Across a workday, that's 20+ minutes back.
Document Viewers: White Paper, Not Dark Mode
This one came from a frustration we kept hearing: "My theme is dark, but when I open a document, it blinds me."
AiFiler's document viewers—the ones that render DOCX, PDF, and other formats—were respecting your workspace theme. Dark theme? The viewer went dark too. But documents are meant to be read on white paper. Dark backgrounds make text harder to parse, especially for long reading sessions.
We pushed a fix that forces all document viewers to white-paper style regardless of your theme setting. This is a one-line change in the view-mode renderer, but it's the kind of detail that separates tools that feel thoughtful from tools that feel generic.
Now:
- Your workspace can stay dark (better for long coding sessions, less eye strain)
- Your documents always render on white (better for reading and annotation)
- No more switching themes when you open a PDF
This shipped in commit 6fa78f6. It's already live.
File Parsing: 40% Faster Across All Formats
AiFiler ingests files using the Anthropic Files API and our custom parsing layer (lib/ingest/parseFile.ts). When you upload a DOCX, XLSX, or PPTX file, we extract text, tables, metadata, and structure so the knowledge graph can index it.
Three months ago, parsing a 50-page DOCX took 8 seconds. A 100-row XLSX took 6 seconds. A 30-slide PPTX took 12 seconds.
We optimized the parsing pipeline:
- Chunked file reads instead of loading entire files into memory
- Parallel extraction of text and metadata
- Smarter table detection in XLSX (we now skip empty cells instead of processing them)
- Caching of parsed structure so re-indexing doesn't re-parse
Same files now parse in 5, 3.5, and 7 seconds respectively. We ran smoke tests against the live Anthropic API to verify accuracy didn't drop. It didn't.
You'll notice this most when:
- Uploading a batch of documents (the "Uploading..." spinner disappears faster)
- Re-indexing a knowledge base after schema changes
- Running batch operations that require file content (like "extract all tables from Q2 reports")
How to Try These Features
Universal Command:
- Open any view in AiFiler
- Press Ctrl+Shift+A (Windows/Linux) or Cmd+Shift+A (Mac)
- Type any action: "create", "tag", "search", "batch move", etc.
- Hit Enter or click the result
White-Paper Document Viewers:
- Open any document in view mode
- No action needed—this is automatic
- If you were using dark theme before, documents now render on white
Faster File Parsing:
- Upload a DOCX, XLSX, or PPTX file to any knowledge base
- Watch the upload progress bar move faster than before
- No configuration needed
What's Next
We're working on three things for August:
- Intent learning — Universal Command will remember your most-used intents and surface them first
- Offline command palette — Universal Command will work even if your connection drops (for read-only operations)
- Custom intent aliases — Create shortcuts like "qtr" for "quarterly reports" so you type less
We're also auditing the remaining three-mount editor issues (we collapsed most of them in commit da49a10, but a few edge cases remain in the knowledge view under specific conditions).
The pattern here is clear: we're removing friction, not adding features. AiFiler already does a lot. The question isn't "what else can it do?" It's "how do we make what it does feel effortless?"
These three improvements move us closer to that goal.
Enjoyed this article?
Get more articles like this delivered to your inbox. No spam, unsubscribe anytime.