(no title)
tekacs | 13 days ago
In the absence of that you end up with what several of the harnesses ended up doing, where an agent will use a million tool calls to very slowly read a file in like 200 line chunks. I think they _might_ have fixed it now (or agent-fixes, my agent harness might be fixing it), but Codex used to do this and it made it unbelievably slow.
reactordev|13 days ago
An agent needs to be able to peek before determining “Can I one shot this or does it need paging?”
tekacs|12 days ago