1. Deterministic output vs. LLM unpredictability
Many commenters value TERMy’s claimed determinism for safety and trustworthiness, contrasting it with the inherent variability of LLMs.
- “I love the fact that the output is (at least claimed to be) deterministic. I can't trust an LLM to do the right thing after I deploy it to production, because their output is non‑deterministic by design.” – gurjeet
- “It isn’t … by design … If you do greedy decoding … it will be 100% always deterministic.” – kouteiheika
- “Sure, every time you prompt ‘what is the weather in kansas’ you’ll get the same output, but … ‘what is the weather in kansas right now’ … gets a different output … there are infinite variations in what the llm can output.” – kennywinker
2. Speed, low resource usage, and privacy
The tool’s ability to run instantly on a CPU (no GPU needed) is highlighted as a major advantage over larger LLMs.
- “I really like it … gives the user a win on privacy and speed.” – mpalmer
- “TERMy is more or less a calculator that knows english :) so it can run on your CPU and respond instantly!” – gioscarab
- “Models like … are not fast and reliable enough … if you have only 4GB of VRAM.” – kouteiheika
- “I tried functiongemma … it is for sure faster … the problem is that is not reliable enough for a terminal assistant.” – gioscarab
3. Rule‑based/template matching vs. LLM fallback / self‑learning
Discussion centers on TERMy’s deterministic, preset‑response model and whether augmenting it with LLMs for unseen queries (or self‑updating) would improve usefulness while preserving safety.
- “TERMy … can only answer predetermined responses … makes it safe and predictable for a use case like a terminal assistant.” – gioscarab
- “Have you considered making TERMy leverage an LLM for unseen or low‑confidence queries, and then generate the config and update itself to make future similar queries deterministic?” – mbil
- “It would make sense to have this integrate with a self‑learning routine … writes NPC‑Forge recipes … without an LLM.” – dmos62
- “I think that TERMy's design is now feasible because of the availability of LLMs. They make the dataset development feasible.” – gioscarab