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. Lerc+wD2[view] [source] 2026-01-27 14:26:26
>>lpcvoi+Ds2
I think this is missing the point, These are tools that enable the LLM to do things that humans can do easily.

It stops an LLM from being blocked by the inability to do this thing. Removing this barrier might enable the LLM to complete a task that would be considerable work for a human.

For instance, identifying which files are PNG files containing pictures of birds, regardless of filename, presence or absence of suffix. An image handling LLM can identify if an image is of a bird much more easily than it could determine that an arbitrary file is a png. They can probably still do it, wasting a lot of tokens along the way, but using a few commands to determine which files to even bother looking at as images means the LLM can do what it is good at.

[go to top]