As a person who's worked in support roles in tech companies and has a working familiarity with Python but is not a software developer or engineer at all, it's been fascinating to watch the changes. In the last couple weeks, both Gemini and Claude have asked me, "Can I use the computer?" to answer some particular question. In both cases, my question to each was, "What computer? Mine, or do you have your own?" Here I h…
You’re seeing perspectives of the distributed system from inside the system. I’m building multi server multi agent products and they do apparently perceive (anthropomorphizing I know) their connected servers as other people.
ChatGPT Containers can now run bash, pip/npm install packages and download files
331–336 of 336 posts
Re: ChatGPT Containers can now run bash, pip/npm install packages and download files
#332Earlier quoted context omitted.
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.
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 p…
Also, I don't consider LLMs a tool, because I can trust my tools, and I cannot trust anything an LLM outputs.
Re: ChatGPT Containers can now run bash, pip/npm install packages and download files
#333Earlier quoted context omitted.
Honestly, I am also at a faang working on a tier 0 distributed system in infra and the amount of AI generated code that is shipped on this service is probably like 40%+ at this point.
I'm not surprised at all here, last time I worked in a FAANG there was an enormous amount of boilerplate (e.g. Spring), and it almost makes me weep for lost time to think how easy some of that would be now.
Re: ChatGPT Containers can now run bash, pip/npm install packages and download files
#334Did I miss the boat on chatgpt? Is there something more to it than the web chat interface? I jumped on the Claude Code bandwagon and I dropped off chatgpt. I find the chatgpt voice interface to be infuriating; it literally talks in circles and just spews summary garbage whenever I ask it anything remotely specific.
Re: ChatGPT Containers can now run bash, pip/npm install packages and download files
#335Regular default ChatGPT can also now run code in Node.js, Ruby, Perl, PHP, Go, Java, Swift, Kotlin, C and C++. I'm not sure when these new features landed because they're not listed anywhere in the official ChatGPT release notes, but I checked it with a free account and it's available there as well.
I was able to install the D language compiler DMD by providing a .deb file. https://chatgpt.com/share/69781bb5-cf90-800c-8549-c845259c33...
Re: ChatGPT Containers can now run bash, pip/npm install packages and download files
#336Earlier quoted context omitted.
# curl -s https://upload.wikimedia.org/wikipedia/commons/6/61/Sun.png | file - /dev/stdin: PNG image data, 256 x 256, 8-bit/color RGBA, non-interlaced That's it, two utilities almost everybody has installed.
Yes but now do the same for every bit of programming tooling, sysadmin configuration / debugging problem and concept out there. With just a few seconds to answer each reply.