ChatGPT Agent – EU Launch

46 Topfi 27 8/9/2025, 3:41:57 PM help.openai.com ↗

Comments (27)

seba_dos1 · 1h ago
I don't trust anyone who sees the output of current generation of LLMs and thinks "I want that to be agentic!". It can be immensely useful, but it's only useful when it manages to make your own brain work more, not less.
SequoiaHope · 1m ago
I’m finding agentic coding to be a fascinating tool. The output is a mess but it takes so little input to make something quite functional. I had an app that I wrote with a python GUI framework I didn’t quite like. ChatGPT rewrote it to use GTK and it is so much faster now. Later Claude added a browser mode where the app can be run via GTK or a browser tab. I have never written a GTK app in my life past some hello world text box.

The output is very problematic. It breaks itself all the time, makes the same mistakes multiple times, I have to retread my steps. I’m going to have it write tests so it can better tell what it’s breaking.

But being able to say “take this GTK app and add a web server and browser based mode” and it just kinda does it with minimal manual debugging is something remarkable. I don’t fully understand it, it is a new capability. I do robotics and I wish we had this for PCB design and mechanical CAD, but those will take much longer to solve. Still, I am eager to point Claude at my hand written python robotics stack from my last major project [1] and have it clean up and document what was a years long chaotic prototyping process with results I was reasonably happy with.

The current systems have flaws but if you look at where LLMs were five years ago and you see the potential value in fixing the flaws with agentic coding, it is easy to imagine that those flaws will be addressed. There will be higher level flaws and those will eventually be addressed, etc. Maybe not, but I’m quite curious to see where this goes, and what it means for engineering as a human being at these times.

[1] https://github.com/sequoia-hope/acorn-precision-farming-rove...

falcor84 · 57m ago
As I see it, all of civilization is built on top of this "laziness" principle of "I'm tired of having to deal with X, how can I sort X so that I don't need to think about it anymore, and can instead focus on Y". I'm general, people want their brain to work on other stuff, not what's currently in front of them.
adastra22 · 15m ago
Which is exactly what agentic tools do--I focus on making decisions, not carrying out the gruntwork actions.
icapybara · 10m ago
Hard to be excited about ChatGPT Agent - Claude Code feels like the right form factor for an agent.
Topfi · 3h ago
ChatGPT agent has now been made available in the EU and all other supported countries and territories for Pro, Plus, Team, Enterprise, and Edu plans, as was to be expected [0].

[0] https://news.ycombinator.com/item?id=44596320

andix · 3h ago
I have it available already for one or two weeks.

Tried it once and it really sucked.

diggan · 24m ago
> I have it available already for one or two weeks.

I think I've had it available with the separate website ("research preview"?) for months, but yeah, last few weeks it's been directly in ChatGPT.com, and I'm within the EU.

bl0rg · 3h ago
What did you try to use it for? But I agree, it feels kinda beta at the moment.
FergusArgyll · 28m ago
I've been trying to find a good use case for it, I got one that I was happy with [0] but, yeah, it's not perfect

[0] https://chatgpt.com/share/68953a55-c5d8-8003-a817-663f565c6f...

baxtr · 1h ago
Can someone explain to me in simple terms what an agent is?

Is for example Google’s crawl bot an agent?

Is there a prominent successful agent that I could test myself?

So many questions…

dragonwriter · 12m ago
An agent (in the way the term is commonly currently used around LLMs) is a combination of LLM, external tools, and management framework such that the total system can make (and make use of the results of) one or multiple multiple tool calls at the LLM direction without intervening user interaction to serve user needs. (Usually, in practice, this takes place in between the request and response in what is otherwise a typical chatbot-style interaction, though there are other possibilities.)
adastra22 · 15m ago
Claude Code / Cursor / Windsurf are agents. LLMs with tools.
bognition · 1h ago
Think of an agent as a standalone script or service. They have a single function take inputs and create outputs.

You can chain agents together into a string to accomplish larger tasks.

Think of everything involved in booking travel. You have set a budget, pick dates, chose a destinations, etc…. Each step can be defined as an agent and then you chain them together into a tool that handles the entire task for you.

LPisGood · 1h ago
The way everyone is using the term lately is to refer to an LLM that can use one or more tools, calculators, search engines, etc
koakuma-chan · 59m ago
An agent in this context is simply an LLM that has tools.
XenophileJKO · 24m ago
There is an additional component. The LLM needs to determine when to use a tool and be capable of using more than one tool instance per logical task.
diggan · 22m ago
That's pretty much implicit when someone says "LLM that has tools" (what they mean between the lines is "A LLM that been trained to do tool calling, and used with a runner that can parse whatever tool calling/response format the model is trained for"), what would they refer to otherwise? Just that there is a list of tools but the LLM isn't even considering using them, or can only use one?
thrance · 48m ago
A marketing buzzword for when you have multiple prompts.
QuadmasterXLII · 44m ago
Agent originally meant an ai that made decisions to optimize some utility function. This was seen as a problem: we don’t know how to pick a good utility function or even how to point an ai at a specific utility function, so any agent that was smarter than us was as likely as not to turn us all into paperclips, or carve smiles into our faces, or some other grim outcome.

With LLMs, this went through two phases of shittifaction: first, there was a window where the safety people were hopeful about LLMs because the weren’t agents, so everyone and their mother declared that they would create an agent out if an LLM explicitly because they heard it was dangerous.

This pleased the VCs.

Second, they failed to satisfy the original definition, so they changed the definition of agent to the thing that they made and declared victory. This pleased the VCs

adastra22 · 12m ago
"Agent" is a word with meaning that predates the LessWrong crowd. It is just an AI tool that performs actions to achieve its goal. That is all.
Mordisquitos · 17m ago
In other words, VC-backed tech companies decided to weaken the definition of 'Torment Nexus' after they failed to create the Torment Nexus inspired by the classic sci-fi novel 'Don't Create the Torment Nexus'.
kaoD · 2h ago
If I reject cookies the page instant goes to "UH OH. SOMETHING WENT WRONG."

What is ChatGPT Agent?

tempodox · 2h ago
Allergic to cookie denials. Fits with the fact that GPT-5 demands biometric ID from users.

https://news.ycombinator.com/item?id=44837367

ivape · 2h ago
It's them trying to making products on top of AI. It's like the Apache server team making websites to show what a server is capable of (lol).

Just give us the API and stop trying OpenAI.

kace91 · 1h ago
This has been available for a while in my EU account (?).

Can’t say much about the usage as I haven’t tried it yet.

SillyUsername · 1h ago
If you want agent to be genuinely useful please support this feature request to have a connector for IFTTT: https://community.openai.com/t/feature-ifttt-connector-in-ag...