---
id: "entity-branchfs"
type: "entity"
entityType: "tool"
canonicalName: "BranchFS"
aliases: []
source_timestamps: ["00:10:17"]
tags: ["file-systems", "infrastructure", "copy-on-write"]
related: ["concept-agentic-primitives"]
sources: ["s20-50x-faster"]
sourceVaultSlug: "s20-50x-faster"
originDay: 20
---
# BranchFS

## Profile

A copy-on-write file system that allows for sub-third-of-a-second branch creation. Enables agents to rapidly fork, test, and kill parallel execution paths without the overhead of traditional file systems.

## Role in the Source

The canonical concrete example of an agentic primitive — see [[concept-agentic-primitives]]. Illustrates how Layer 2 of [[framework-web-rebuild-layers]] strips out human-oriented file system semantics in favor of agent-native ones.

## Why It Matters

In an agent workflow that explores many possible solutions in parallel, the cost of branching the file system is a major bottleneck. Sub-millisecond branches turn 'try and rollback' into a viable operating mode for an agent that thinks in CPU ticks.

## Canonical Reference

- Limited public canonical info at time of extraction; aligns with low-latency storage benchmarks for agent branching workloads.

## Related

- [[concept-agentic-primitives]]
- [[framework-web-rebuild-layers]]
