Mod
The filesystem for agents
Filesystem agents are the future of computing and knowledge work.
They operate on files and shellsâreading, writing, executing. But filesystems werenât built for agents. They were built for humans in the 1970s.
Mod is a filesystem designed for agents. Version control, branching, querying, collaborationâbuilt from the ground up for how agents actually work.
Problem
Filesystem agents are powerful because they work directly on your environmentâreading files, writing code, running shells. But the infrastructure they depend on was built for humans, not agents.
The deeper problem: file systems themselves are the bottleneck.
- Path-based addressing is fragile. Agents need stable references that survive reorganization. Move a file, break every agent that cached the path.
- Hierarchy assumes single categorization. A file lives in one folder. Agents need the same content accessible by project, type, time, and relevance.
- No semantic structure. File systems know nothing about content. Agents have to read everything to understand anything.
- Poor associative retrieval. Agents work best with âfind me things related to Xâ but file systems only support âget me the thing at path Y.â
- No temporal awareness. What was the state when the agent last worked on this? File systems donât track this natively.
Teams today use 4+ tools to collaborate. That fragmentation was already painful. With agents, itâs untenableâagents canât context-switch between systems the way humans do.
Solution
Mod is one workspace that replaces the fragmented collaboration stack with agent-native infrastructure.
- Content-addressed storage. Stable IDs regardless of location. Move, rename, reorganizeâthe reference stays valid.
- Graph structures. Relationships are first-class. A document can be part of project X, related to document Y, tagged with concepts A, B, Câall queryable.
- Embedded metadata. Semantic tags, embeddings, relationship pointers live with the data. The storage layer knows what things mean.
- Views over collections. Multiple projections of the same content. Chronological, project-based, semantic similarity, agent-defined custom views.
- Native versioning. Every change tracked. Branch, merge, rollback as primitives. âWhat did this look like yesterday?â is a simple query.
- Session/context awareness. Storage knows about agent sessions. âShow me what I was working onâ doesnât require external state.
- Smart merge. CRDT-powered with full agent context. Fewer false conflicts, faster resolution of real ones.
Product
Three entry points to the platform, all sharing the same data layer.
1. CLI: Replace Git for agent workflows
Point it at any folder. That folder becomes a workspaceâbranchable, queryable, shareableâwithout leaving your filesystem. Run multiple agents in parallel, each on their own branch, in the same directory.
2. Workspace: Replace Notion + Linear + GitHub
A collaborative workspace that understands your data. Real-time editing, structured queries, agent-assisted workflows. Your team sees everything agents are doing, comments before code is written, reviews with full context.

3. SDK: Infrastructure for agent builders
Storage, auth, sync, collaborationâall in a single SDK. Use it to power agent sandboxes, collaborative apps built by AI, or local developer tooling.
Market
Weâre positioned at the intersection of two massive markets: collaboration tools and AI infrastructure.
The Consolidation Opportunity
Teams pay for Git hosting ($200/user/year), project management ($120/user/year), documentation ($100/user/year), and code review tools ($150/user/year). Thatâs $570/user/year across fragmented tools that donât talk to each other.
With agents, the fragmentation tax becomes unbearable. Agents canât context-switch between systems. Every handoff loses information. Mod consolidates the stack.
The Infrastructure Opportunity
AI inference spend is projected to reach $500B+ annually by 2028. A significant portion will be agents operating on filesystems: writing code, editing documents, processing data. We capture value at the infrastructure layer where this work happens.
Picks and Shovels
Every agent company (Cursor, Devin, Claude Code, custom enterprise agents) is building bespoke solutions for context retrieval, session state, multi-agent coordination, and versioning. Theyâre all solving the same underlying problem differently and badly. Thatâs the infrastructure opportunity.
Why Now
The shift to filesystem agents is happening faster than anyone expected.
- Explosion of capable agents. Claude Code, Codex CLI, Goose, Aider, Cline, OpenCodeâa new filesystem agent launches every week. These arenât experiments. Millions of developers use them daily.
- Agents are becoming the default. Junior developers learn with agents. Senior developers delegate to agents. The question isnât âwill you use agentsâ but âhow many are you running?â
- Multi-agent is already here. Teams run multiple agents in parallel on the same codebase. Git wasnât built for this. Neither was anything else.
- Incumbents canât adapt. GitHub, Notion, Linear are bolting on AI features. But they canât rebuild their data layers. The architecture is wrong.
- Infrastructure is the bottleneck. The models are good enough. Whatâs missing is the layer that lets agents collaborateâwith each other and with humans.
Business Model
Two segments, both usage-based
End users (teams). Replace collaboration stack. Tiered subscriptions with usage-based pricing for agent compute. Free tier to start, paid tiers scale with team size and agent usage.
Developers (agent builders). Infrastructure pricing. Companies building on Mod pay for storage, sync operations, branch operations, inference. Pricing scales with their products.
Lock-in dynamics
Once agents depend on our data layer, switching costs are enormous. Every agent workflow, every piece of accumulated context, every integrationâlocked in. This is the database/Snowflake playbook applied to agent infrastructure.
Defensibility
- Data layer lock-in. Once youâre the collaboration layer, you control where agent work happens, how itâs versioned, the substrate everything runs on.
- Network effects. More users means more shared workspaces. More developers means more tools built on the platform. The ecosystem compounds.
- Technical moat. Weâre building novel primitives: CRDT-based versioning for agent workflows, semantic storage, session-aware branching. This isnât a wrapper.
- Ecosystem position. Agent builders integrate us. Their products depend on our infrastructure. We become the standard data layer.