Hacker News new | ask | show | jobs
by fulafel 40 days ago
How did you speed up things (eg clone, worktree setup) compared to Git? Could the same work for human facing tools?
1 comments

Mostly through networked file system mounts with FSKit/FUSE backing when working on tasks in parallel. May be applicable for human facing tools but I think workflows there are already pretty set with having files locally and mounts need some lifecycles that agents are probably better at handling.