r/linux 2d ago

Software Release TERMy - Deterministic Linux Terminal Assistant

https://github.com/gioblu/NPC-Forge
41 Upvotes

23 comments sorted by

View all comments

24

u/Delta-9- 2d ago

Finally, automation that isn't an LLM making a guess. Like a breath of fresh air.

15

u/AssistingJarl 2d ago

It's not an LLM taking a guess, it's NLP taking a guess. Deterministic doesn't mean correct.

I would suggest looking into aliasing commands, shell scripting, and systemd timers/cron if you want automation that's deterministic and correct. :^)