You can do things like:
cat names.txt | llm sort -q "Which one of these names is best for a pet seagull?"
cat books.txt | llm sort -q "Which book is more related to basic vs. advanced CS topics?"
I see a lot of potential marrying LLMs with classic UNIX interfaces.