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
321–330 of 336 posts
Re: ChatGPT Containers can now run bash, pip/npm install packages and download files
#322This is basically the same functionality as OpenAI Codex Web has, which, if you've not used it, you absolutely should not. What a garbage piece of software. Anthropic is eating OpenAI's lunch.
It's a bit different from Codex Web in that it can't open PRs against projects and can't be configured with internet access. It is better than Codex Web in that you can continue to chat with the agent while it's working - Claude Code for web has that too. Codex Web really needs to catch up there!
Re: ChatGPT Containers can now run bash, pip/npm install packages and download files
#323Earlier quoted context omitted.
> because token capacity is neither unlimited nor free. This is like dissing software from 2004 because it used 2gb extra memory. In the last year, token context window increased by about 100x and halved in cost at the same time. If this is the crux of your argument, technology advancement will render it moot.
> In the last year, token context window increased by about 100x and halved in cost at the same time. So? It's nowhere close to solving the issue. I'm not anti-LLM. I'm very senior at a company that's had an AI-centric primary product since before the GPT explosion. But in order to navigate what's going on now, we need to understand the strengths and weaknesses of the technology currently, as well as what it's likely…
If you have a concrete way to pose this problem, you'll find that there will be concrete solutions.
There is no way to demonstrate something as vague as "resolving the technical debt that it created".
Re: ChatGPT Containers can now run bash, pip/npm install packages and download files
#324Earlier quoted context omitted.
We are gonna have YOLO agents who will deploy directly to website (technically exe.dev already does that for me when I ask it to generate golang projects lol) Honestly I felt like it really bores me or (overwhelms?) me because now I feel like okay now I will do this, then that and then that & drastically expand the scope of the project but that comes with its own fatigue and the limits of free tokens or context with…
I started working in this for if/when I was taxing exe.dev infra and/or running if I ran out of credits (which actually hasn't happened yet): https://github.com/jgbrwn/vibebin
Great to see a fellow let user in here xD
Re: ChatGPT Containers can now run bash, pip/npm install packages and download files
#325Earlier quoted context omitted.
We are gonna have YOLO agents who will deploy directly to website (technically exe.dev already does that for me when I ask it to generate golang projects lol) Honestly I felt like it really bores me or (overwhelms?) me because now I feel like okay now I will do this, then that and then that & drastically expand the scope of the project but that comes with its own fatigue and the limits of free tokens or context with…
I started working in this for if/when I was taxing exe.dev infra and/or running if I ran out of credits (which actually hasn't happened yet): https://github.com/jgbrwn/vibebin
Re: ChatGPT Containers can now run bash, pip/npm install packages and download files
#326Earlier quoted context omitted.
Spoken like someone deeply unfamiliar with the problem domain since like 2005, sorry. It's an entirely different class of problems on the front end, most of them dealing with making users happy and comfortable, which is much more challenging than any of the rote byte pushing happening on the backend nowadays.
Is it, though? That sounds very subjective, and from what I can tell 'enshittification' is a popular user term for the result, so I'm not sure it's going that great.
User experience does involve a lot of subjectivity [1] and that's part of what makes it hard. You have to satisfy the computer and the person in front of it, and their wants are often at odds with each other. You have to make them both happy at 60 FPS minimum.
[0] https://trends.google.com/explore?q=enshittification&date=al...
Re: ChatGPT Containers can now run bash, pip/npm install packages and download files
#327Earlier quoted context omitted.
I started working in this for if/when I was taxing exe.dev infra and/or running if I ran out of credits (which actually hasn't happened yet): https://github.com/jgbrwn/vibebin
This is actually a really great project, I actually wanted to build such a project, I don't know if I already said this comment in LET tho but haha yea kudos for making this!
Re: ChatGPT Containers can now run bash, pip/npm install packages and download files
#328Earlier quoted context omitted.
I started working in this for if/when I was taxing exe.dev infra and/or running if I ran out of credits (which actually hasn't happened yet): https://github.com/jgbrwn/vibebin
Dude I actually followed you on lowendtalk and I already have this project starred :) Great to see a fellow let user in here xD
Re: ChatGPT Containers can now run bash, pip/npm install packages and download files
#329[flagged]
Re: ChatGPT Containers can now run bash, pip/npm install packages and download files
#330Earlier quoted context omitted.
Shame no c# in that list
Probably (?) not related but there is an issue with claude code for web with nuget. It doesn't support the proxy auth mechanism that anthropic gives it. I wonder if it's the same problem here.