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. toddmo+Iv2[view] [source] 2026-01-27 13:49:37
>>lpcvoi+Ds2
Well LLMs do make normal Linux tooling more accessible. I needed a video reformatted to a new aspect ratio and codec and Claude produced a rather complex set of arguments for ffmpeg that I hadn’t been able to figure out on my own.
[go to top]