top | item 47167443

(no title)

RobertLong | 5 days ago

This ends up reading files into node.js and then running a command like grep but implemented in JS. I love the concept but isn’t this incredibly slow compared to native cli tools? Building everything in JS on top of just readFile and writeFile interfaces seems pretty limited in what you can do for performance.

discuss

order

cramforce|4 days ago

In practice it is actually extremely fast because there is no process fork. You're talking nanoseconds for common commands

[Disclaimer: I made the thing]

simonw|5 days ago

Performance of the tools doesn't really matter when you have a full LLM inference loop in between each tool call.

tcdent|5 days ago

I still find it revolting they're writing this stuff in typescript.