4 ms·
And, make coding harnesses run 20x faster at many multi-processing and file operations by running the coding harness itself inside of Linux instead of MacOS…
by ttul 2mo ago
And, make coding harnesses run 20x faster at many multi-processing and file operations by running the coding harness itself inside of Linux instead of MacOS…
- mlnj 2mo agoIs file IO a bottleneck now?
- ttul 2mo agoA lot of the work that coding agents do requires tons of random access to files, which MacOS is particularly slow at. Not because the hardware is bad, mind you. Mac SSDs are amazing. It’s the file system. Secondly, MacOS supervises processes for security reasons and coding harnesses spawn tons of processes. There is a lot of CPU overhead embedded in that supervision.
- celrenheit 2mo agoThat's actually how clawk runs it: the agent process (claude/codex) runs inside the Linux guest on a PTY, not on macOS