Show HN: qqqa – a fast, stateless LLM-powered assistant for your shell

Hacker News (score: 15)
Found: November 06, 2025
ID: 2284

Description

CLI Tool
Show HN: qqqa – a fast, stateless LLM-powered assistant for your shell I built qqqa as an open-source project, because I was tired of bouncing between shell, ChatGPT / the browser for rather simple commands. It comes with two binaries: qq and qa.

qq means "quick question" - it is read-only, perfect for the commands I always forget.

qa means "quick agent" - it is qq's sibling that can run things, but only after showing its plan and getting an approval by the user.

It is built entirely around the Unix philosophy of focused tools, stateless by default - pretty much the opposite of what most coding agent are focusing on.

Personally I've had the best experience using Groq + gpt-oss-20b, as it feels almost instant (up to 1k tokens/s according to Groq) - but any OpenAI-compatible API will do.

Curious if the HN crowd finds it useful - and of course, AMA.

More from Hacker

Log level 'error' should mean that something needs to be fixed

Log level 'error' should mean that something needs to be fixed

Chafa: Terminal Graphics for the 21st Century

Chafa: Terminal Graphics for the 21st Century

Stoolap: High-performance embedded SQL database in pure Rust

Stoolap: High-performance embedded SQL database in pure Rust

Debugging TLS failures in distroless containers

Debugging TLS failures in distroless containers

No other tools from this source yet.