Show HN: TERMy – A fast terminal assistant that does not use LLMs
31–40 of 50 posts
Re: Show HN: TERMy – A fast terminal assistant that does not use LLMs
#32Re: Show HN: TERMy – A fast terminal assistant that does not use LLMs
#33Re: Show HN: TERMy – A fast terminal assistant that does not use LLMs
#34Earlier quoted context omitted.
You can get determinostic output (mostly) by setting the temperature to zero. Using couple of other tricks you can get close to 100% of determinism with LLMs.
That's reproducible, I wouldn't call it deterministic. Small, semantically meaningless changes in the input can still result in wildly different output.
Re: Show HN: TERMy – A fast terminal assistant that does not use LLMs
#35If you could get Termy to code, you'd be a rich man
Re: Show HN: TERMy – A fast terminal assistant that does not use LLMs
#36cf. https://github.com/TellinaTool/nl2bash paper: https://arxiv.org/abs/1802.08979
Re: Show HN: TERMy – A fast terminal assistant that does not use LLMs
#37Re: Show HN: TERMy – A fast terminal assistant that does not use LLMs
#38Re: Show HN: TERMy – A fast terminal assistant that does not use LLMs
#39Hi, I am the creator, feel free to ask any questions :) What do you think about it?
Adding more sentences to your data set will slowly degrade performance. It's a delicate system.
Source: I have written software with similar functionality (NLP search) in SaaS form, a long time ago. It required quite a bit of work to configure.