it guessed great commands, but it formatted it always with a colon up front, like :help :browser :search :curl
It was trained on how terminals look, not what you actually type (you don't type the ":")
I have since updated my code in my agent tool to stop fighting against this intuition.
LLMs they learn what commands look like in documentation/artifacts, not what the human actually typed on the keyboard.
Seems so obvious. This is why you have to test your LLM and see how it naturally works, so you don't have to fight it with your system prompt.
This is Kimi K2.5 Btw.
0 comments