4 ms·
nice to see more harness benchmarks that arent just swe-bench. how does benzi handle really large monorepos, does the code graph scale or do you chunk it
by quietraster 5d ago
nice to see more harness benchmarks that arent just swe-bench. how does benzi handle really large monorepos, does the code graph scale or do you chunk it
- tweedler290 5d agothank you!! and it scales. the same operation runs no matter the size of repo. once you have paid the cold start price, it updates incrementally (AI or user writing code).