Simon Willison

Results 2765 comments of Simon Willison

> An alternative approach would be to treat `-r` as `-n 1` since it effectively throws away all the rows except the last one. Yeah, that's a great idea -...

I'd be interested in a benchmark that shows how much time we could save here.

I actually made a bunch of changes to popular plugins based around this same problem that imports could be expensive (especially chunky imports like PyTorch): - #949

The big challenge here is that other plugins can provide extra commands, which means `llm --help` HAS to execute plugin loads in order to correctly show the available commands.

Yeah it's time I fixed this: ![Image](https://github.com/user-attachments/assets/a35439d2-9a9a-4f02-8bd6-757a5fa2b579)