Just-bash: Bash for Agents
github.com
Just-bash: Bash for Agents
1–10 of 78 posts
Re: Just-bash: Bash for Agents
#2That's a lot of incompatibilities.
LLMs like to use the shell because it's stable and virtually unchanged for decades.
It doesn't need to worry much about versions or whether something is supported or not, it can just assume it is.
Re-implementing bash is a herculean effort. I wish good luck.
Re: Just-bash: Bash for Agents
#3https://github.com/vercel-labs/just-bash/blob/main/src/spec-... That's a lot of incompatibilities. LLMs like to use the shell because it's stable and virtually unchanged for decades. It doesn't need to worry much about versions or whether something is supported or not, it can just assume it is. Re-implementing bash is a herculean effort. I wish good luck.
pro-tip: vercel's https://agent-browser.dev/ is a great CLI for agent-based browser automation.
Re: Just-bash: Bash for Agents
#4https://github.com/vercel-labs/just-bash/blob/main/src/spec-... That's a lot of incompatibilities. LLMs like to use the shell because it's stable and virtually unchanged for decades. It doesn't need to worry much about versions or whether something is supported or not, it can just assume it is. Re-implementing bash is a herculean effort. I wish good luck.
No, they use it because there's a lot of training material. pro-tip: vercel's https://agent-browser.dev/ is a great CLI for agent-based browser automation.
Re: Just-bash: Bash for Agents
#5https://github.com/vercel-labs/just-bash/blob/main/src/spec-... That's a lot of incompatibilities. LLMs like to use the shell because it's stable and virtually unchanged for decades. It doesn't need to worry much about versions or whether something is supported or not, it can just assume it is. Re-implementing bash is a herculean effort. I wish good luck.
No, they use it because there's a lot of training material. pro-tip: vercel's https://agent-browser.dev/ is a great CLI for agent-based browser automation.
Re: Just-bash: Bash for Agents
#6Re: Just-bash: Bash for Agents
#7Bash has been unchanged for decades but its not a very nice language.
I know pydantic has been experimenting with https://github.com/pydantic/monty (restricted python) and I think Cloudflare and co were experimenting with giving typescript to agents.
Re: Just-bash: Bash for Agents
#8Check it out here: https://www.npmjs.com/package/@archildata/just-bash
Re: Just-bash: Bash for Agents
#9I'm not going for compatibility, but something that is a bit hackable. Deliberately not having /lib /share and /etc to avoid confusion that it might be posix
On neocoties for proof of static hosting
Re: Just-bash: Bash for Agents
#10Earlier quoted context omitted.
No, they use it because there's a lot of training material. pro-tip: vercel's https://agent-browser.dev/ is a great CLI for agent-based browser automation.
Why do you think there is a lot of training data? Could it be because it's stable and virtually unchanged for decades? Hmmm.