AI / LLM Tools
- Use `llm` for piping text through LLMs (summarize, translate, analyze)
LLM Evaluation
Evaluated by: xiaomi/mimo-v2-flash:free
Last evaluated: March 29, 2026
Prompt Preview
---
name: c-ai
description: Query LLMs from the CLI — pipe text for summarization, chat interactively, use local or cloud models with llm or aichat.
tags: [ai, llm, summarize, chat]
---
# AI / LLM Tools
## llm (Simon Willison)
```bash
# Quick prompt
llm "What is the capital of France?"
# Pipe text for processing
cat article.txt | llm "Summarize this in 3 bullet points"
git diff | llm "Write a commit message for these changes"
pbpaste | llm "Fix the grammar in this text"
# Interactive chat
l...
Full prompt length: 1581 characters
Tools & Technologies
- Rust
- Docker