SWE /

AI File Organizer

TLDR

  • Built a Rust TUI for organizing large, inconsistent directory trees with asynchronous model calls and an interactive review workflow.

  • Designed a two-stage Explorer / Organizer pipeline that uses recursive traversal, semantic summaries, and model-guided planning to propose file groups and moves.

  • Added a virtual staging layer so every proposed move can be reviewed before anything touches disk.