Live data from Hacker News

Just-bash: Bash for Agents

github.com

1–10 of 78 posts

Re: Just-bash: Bash for Agents

#2
https://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.

Re: Just-bash: Bash for Agents

#3
post #2

https://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

#4
post #3
post #2

https://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.

[flagged]

Re: Just-bash: Bash for Agents

#5
post #3
post #2

https://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.

Why do you think there is a lot of training data? Could it be because it's stable and virtually unchanged for decades? Hmmm.

Re: Just-bash: Bash for Agents

#7
At this point why not make the agents use a restricted subset of python, typescript or lua or something.

Bash 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

#8
We just released a driver that allows users of just-bash to attach a full Archil file system, synced to S3. This would let you run just-bash in an enrivonment where you don't have a full VM and get high-performance access to data that's in your S3 bucket already to do like greps or edits.

Check it out here: https://www.npmjs.com/package/@archildata/just-bash

Re: Just-bash: Bash for Agents

#10
post #5
post #3

Earlier 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.

Because bash is everywhere. Stability is a separate concern. And we know this because LLMs routinely generate deprecated code for libraries that change a lot.
Post reply on HN