zlacker

[return to "ChatGPT Containers can now run bash, pip/npm install packages and download files"]
1. dangoo+821[view] [source] 2026-01-27 01:14:20
>>simonw+(OP)
Giving agents linux has compounding benefits in our experience. They're able to sort through weirdness that normal tooling wouldn't allow. Like they can read and image, get an error back from the API and see it wasn't the expected format. They read the magic bytes to see it was a jpeg despite being named .png, and read it correctly.
◧◩
2. lpcvoi+Ds2[view] [source] 2026-01-27 13:30:41
>>dangoo+821
I don't understand why this is something special that somebody would need some LLM slop generation for? Any human can also do this in a few seconds using normal unix tooling.
◧◩◪
3. hex4de+KZ3[view] [source] 2026-01-27 19:58:03
>>lpcvoi+Ds2
That's like saying 'why give people calculators, when you can pull out a slide rule'

The whole point is that you are enabling the LLM through tool use. The prompt might be "Download all the images on the wikipedia article for 'Ascetic', and print them on my dot matrix printer (the driver of which only accepts BMPs, so convert as needed)"

Your solution using file / curl is just one part of the potential higher level problem statement. Yes, someone could write those lines easily. And they could write the wrapper around them with only a little more difficulty. And they could add the 404 logic detection with a bit more...

Are you arguing LLMs should only be used on 'hard' problems, and 'easy' problems (such as downloading with curl) should be done by humans? Or are you arguing LLMs should not be used for anything?

Because I think most people would suggest humans tackle the 'hard' problems, and let the tools (LLMs) tackle the 'easy' ones.

◧◩◪◨
4. lpcvoi+dM9[view] [source] 2026-01-29 09:33:43
>>hex4de+KZ3
I am arguing LLMs should not be used for anything, since in my opinion their downsides outweigh their upsides.

Also, I don't consider LLMs a tool, because I can trust my tools, and I cannot trust anything an LLM outputs.

[go to top]