logoalt Hacker News

agentdev001today at 3:36 PM2 repliesview on HN

As far as I can tell, the paper says "bash capable", without ever describing what that means. How would one know whether a given model is "bash capable" or not?

I would have to imagine, that Luna would very much fall into the camp of "bash capable". At which point- it seems to me that adding any tools beyond just Bash requires some rigorous testing and verification that value is being added.


Replies

everforwardtoday at 4:26 PM

I think it’s sort of self-defined. If a model is able to use bash well enough to not need specific tools.

The research seems to agree with you, though. The paper calls out that for “bash capable” models, adding tools to do things bash can already do doesn’t improve performance.

Vaguely the same result as RAG. Unless you’re in specific domains, you won’t beat handing the agent a shell and grep.

show 2 replies
kridsdale1today at 4:22 PM

I think it just means “is there some parser program that consumes the LLM token stream and spawns shell processes with the detected command strings”.

show 1 reply