Dust builds synthetic filesystem navigation tools enabling AI agents to traverse company knowledge like a Unix filesystem
Dust's AI agents had no way to navigate company data by structure or hierarchy — they could only perform semantic search. When agents needed to locate a specific file by name or browse a folder's contents, they invented path-like query syntax as a workaround.
Semantic search alone was insufficient when agents needed structure-based navigation — locating a specific entry in a meetings database by position rather than meaning cannot be reduced to a semantic query.
Dust shipped five Unix-inspired filesystem commands (list, find, cat, search, locate_in_tree), now live as 'Advanced Search' in the Agent Builder, enabling agents to navigate organizational data as fluently as a Unix expert navigates a filesystem.
Frequently asked questions
What did this team achieve with this AI workflow?
Dust shipped five Unix-inspired filesystem commands (list, find, cat, search, locate_in_tree), now live as 'Advanced Search' in the Agent Builder, enabling agents to navigate organizational data as fluently as a Unix…
What tools did this team use?
list, find, cat, search, locate_in_tree.
What failed first in this deployment?
Semantic search alone was insufficient when agents needed structure-based navigation — locating a specific entry in a meetings database by position rather than meaning cannot be reduced to a semantic query.
How is this back office ops AI workflow structured?
User query triggers agent → Locate content with find → Browse directory with list → Read file content with cat → Semantic search within subtree → Locate file in tree.