(no title)
msp26 | 1 month ago
Ralph loops are also stupid because they don't make use of kv cache properly.
---
https://github.com/steveyegge/gastown/issues/503
Problem:
Every gt command runs bd version to verify the minimum beads version requirement. Under high concurrency (17+ agent sessions), this check times out and blocks gt commands from running.
Impact:
With 17+ concurrent sessions each running gt commands:
- Each gt command spawns bd version
- Each bd version spawns 5-7 git processes
- This creates 85-120+ git processes competing for resources
- The 2-second timeout in gt is exceeded
- gt commands fail with "bd version check timed out"
tucnak|1 month ago
skybrian|1 month ago
He's thrown out his experiments before. Maybe he'll start over one more time.
alex_sf|1 month ago
This is a cost/resources thing. If it's more effective and the resources are available, it's completely fine.
BoneShard|1 month ago