frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

ChatGPT Agent – EU Launch

https://help.openai.com/en/articles/11752874-chatgpt-agent
48•Topfi•4h ago

Comments

Topfi•4h 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•4h ago
I have it available already for one or two weeks.

Tried it once and it really sucked.

bl0rg•3h ago
What did you try to use it for? But I agree, it feels kinda beta at the moment.
FergusArgyll•1h 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...

diggan•59m 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.

kaoD•3h ago
If I reject cookies the page instant goes to "UH OH. SOMETHING WENT WRONG."

What is ChatGPT Agent?

ivape•3h 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.

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

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

kace91•2h 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.

seba_dos1•2h 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.
falcor84•1h 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.
seba_dos1•13m ago
...which is precisely why they end up with slop rather than increased productivity, as it's not a tool that's up for this task.
adastra22•50m ago
Which is exactly what agentic tools do--I focus on making decisions, not carrying out the gruntwork actions.
seba_dos1•14m ago
It's exactly what agentic tools make harder to do. LLM-generated code usually looks great at the first glance - your opinion on how bad it is is a function of effort spent reviewing and analyzing it.

The shitty code it comes up with helps me a lot, because fixing broken stuff and unraveling the first principles of why it's broken is how I learn best. It helps me think. When learning new areas, the goal is to grasp the subject matter enough to find out what's wrong with the generated code - and it's still a pretty safe bet that it will be wrong. Whenever I attempt to outsource the actual thinking (because of feeling lazy or even just to check the abilities of the model), the results are pretty bad and absolutely nowhere near the quality level of anything I'd want to sign my name under.

Of course, some people don't mind and end up wasting time of other people with their generated patches. It's not that hard to find them around. Agentic tools bring down the walls which could let you stop for a moment and notice the sloppiness of that output even further.

SequoiaHope•36m 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...

seba_dos1•6m ago
It is fascinating and it absolutely excels at writing barely-working, problematic code, that yet somehow appears to run. This helps me a lot, as having a shitty code to fix makes my mind much more engaged than when I'm writing stuff from scratch, but making the model do more stuff autonomously rather than having me consciously review it at each step is only making it less useful, not more.
baxtr•2h 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…

LPisGood•2h 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
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.

koakuma-chan•1h ago
An agent in this context is simply an LLM that has tools.
XenophileJKO•1h 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•58m 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?
XenophileJKO•4m ago
Certainly, for example I have created products that use tools, but in a workflow. It is common to give an LLM a tool or a few tools and make calling one of the tools the primary task of the prompt.

Arranging these in a workflow to automate processes is common, but not agentic.

thrance•1h ago
A marketing buzzword for when you have multiple prompts.
QuadmasterXLII•1h 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

Mordisquitos•52m 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'.
adastra22•47m 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.
adastra22•50m ago
Claude Code / Cursor / Windsurf are agents. LLMs with tools.
dragonwriter•47m 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.)
beacon294•24m ago
An agent is a while loop.
jeroenhd•14m ago
An agent as far as I've seen people use it is a script that will add some stuff to your prompt and monitor the LLM's output for a specific pattern and execute code when it encounters that.

For instance, you could have an "agent" that can read/edit files on your computer by adding something like "to read a file, issue the `read_file $path`" to your prompt, and whenever a line of LLM output that starts with `read_file` is finished, the script running on your computer will read that file, paste it into the prompt, and let the LLM continue its autocomplete-on-steroids.

If you write enough tools and a complicated enough prompt, you end up with an LLM that can do stuff. By default, smart tools usually require user confirmation before actually doing stuff, but if you run the LLM in full agent mode, you trust the LLM not to do anything it shouldn't. curl2bash with LLMs, basically.

An LLM with significant training and access to file access, HTTP(S) API access, and access to some OS APIs can do a lot of work for you if you prompt it right. My experience with Claude/Copilot/etc. is that 75% of the time, the LLM will fail to do what it should be doing without manually repairing its mistakes, but in the other 25% of the time it does look rather sci-fi-ish.

With some tools you can tell your computer "take this directory, examine the EXIF data of each image, map the coordinates to the country and nearest town the picture was taken in, then make directories for each town and move the pictures to their corresponding locations". The LLM will type out shell commands (`ls /some/directory`), interpret the results as part of the prompt response that your computer sends back, and repeat that until its task has been completed. If you prepare a specific prompt and set of tools for the purpose of managing files, you could call that a "file management agent".

Generally, this works best for things you can do by hand in a couple of minutes or maybe an hour if it's a big set of images, but something the computer can now probably take care of you for you. That said, you're basically spending enough CO2 to drive to the store and back, so until we get more energy efficient data centers I'm not too fond of using these tools for banal interactions like that.

SillyUsername•2h 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...
icapybara•45m ago
Hard to be excited about ChatGPT Agent - Claude Code feels like the right form factor for an agent.

Show HN: The current sky at your approximate location, as a CSS gradient

https://sky.dlazaro.ca
363•dlazaro•6h ago•75 comments

Long-term exposure to outdoor air pollution linked to increased risk of dementia

https://www.cam.ac.uk/research/news/long-term-exposure-to-outdoor-air-pollution-linked-to-increased-risk-of-dementia
174•hhs•7h ago•53 comments

Simon Willison's Lethal Trifecta Talk at the Bay Area AI Security Meetup

https://simonwillison.net/2025/Aug/9/bay-area-ai/
150•vismit2000•5h ago•53 comments

MCP's Disregard for 40 Years of RPC Best Practices

https://julsimon.medium.com/why-mcps-disregard-for-40-years-of-rpc-best-practices-will-burn-enterprises-8ef85ce5bc9b
143•yodon•5h ago•69 comments

Debian 13 "Trixie"

https://www.debian.org/News/2025/20250809
171•ducktective•1h ago•49 comments

A CT scanner reveals surprises inside the 386 processor's ceramic package

https://www.righto.com/2025/08/intel-386-package-ct-scan.html
69•robin_reala•2h ago•11 comments

OpenFreeMap survived 100k requests per second

https://blog.hyperknot.com/p/openfreemap-survived-100000-requests
261•hyperknot•6h ago•60 comments

Quickshell – building blocks for your desktop

https://quickshell.org/
178•abhinavk•4d ago•27 comments

ChatGPT Agent – EU Launch

https://help.openai.com/en/articles/11752874-chatgpt-agent
49•Topfi•4h ago•33 comments

ESP32 Bus Pirate 0.5 – A Hardware Hacking Tool That Speaks Every Protocol

https://github.com/geo-tp/ESP32-Bus-Pirate
60•geo-tp•5h ago•12 comments

Stanford to continue legacy admissions and withdraw from Cal Grants

https://www.forbes.com/sites/michaeltnietzel/2025/08/08/stanford-to-continue-legacy-admissions-and-withdraw-from-cal-grants/
87•hhs•7h ago•151 comments

The current state of LLM-driven development

http://blog.tolki.dev/posts/2025/08-07-llms/
36•Signez•3h ago•14 comments

Testing Bitchat at the music festival

https://primal.net/saunter/testing-bitchat-at-the-music-festival
35•alexcos•3d ago•20 comments

The mystery of Alice in Wonderland syndrome

https://www.bbc.com/future/article/20230313-the-mystery-of-alice-in-wonderland-syndrome
10•amichail•3d ago•2 comments

Accessibility and the Agentic Web

https://tetralogical.com/blog/2025/08/08/accessibility-and-the-agentic-web/
12•edent•3h ago•5 comments

Ratfactor's Illustrated Guide to Folding Fitted Sheets

https://ratfactor.com/cards/fitted-sheets
92•zdw•8h ago•13 comments

Knuth on ChatGPT (2023)

https://cs.stanford.edu/~knuth/chatGPT20.txt
87•b-man•2h ago•27 comments

Jan – Ollama alternative with local UI

https://github.com/menloresearch/jan
145•maxloh•10h ago•64 comments

Ch.at – a lightweight LLM chat service accessible through HTTP, SSH, DNS and API

https://ch.at/
2•ownlife•1h ago•0 comments

End-User Programmable AI

https://queue.acm.org/detail.cfm?id=3746223
24•tosh•4h ago•1 comments

Cordoomceps – replacing an Amiga's brain with Doom

https://mjg59.dreamwidth.org/73001.html
23•naves•4d ago•4 comments

Isle FPGA Computer: creating a simple, open, modern computer

https://projectf.io/isle/fpga-computer.html
6•pabs3•3d ago•0 comments

I want everything local – Building my offline AI workspace

https://instavm.io/blog/building-my-offline-ai-workspace
973•mkagenius•1d ago•261 comments

The dead need right to delete their data so they can't be AI-ified, lawyer says

https://www.theregister.com/2025/08/09/dead_need_ai_data_delete_right/
133•rntn•6h ago•93 comments

Car has more than 1.2M km on it – and it's still going strong

https://www.cbc.ca/news/canada/nova-scotia/1985-toyota-tercel-high-mileage-1.7597168
162•Sgt_Apone•3d ago•212 comments

Sandstorm- self-hostable web productivity suite

https://sandstorm.org/
141•nalinidash•13h ago•28 comments

Mexico to US livestock trade halted due to screwworm spread

https://www.usda.gov/about-usda/news/press-releases/2025/07/09/secretary-rollins-takes-decisive-action-and-shuts-down-us-southern-border-ports-livestock-trade-due
213•burnt-resistor•5h ago•169 comments

JD Vance's team had water level of Ohio river raised for family's boating trip

https://www.theguardian.com/us-news/2025/aug/06/jd-vance-ohio-lake-water-levels
25•LopRabbit•48m ago•8 comments

Physical Media Is Cool Again. Streaming Services Have Themselves to Blame

https://www.rollingstone.com/culture/culture-features/physical-media-collectors-trend-viral-streamers-1235387314/
13•coloneltcb•49m ago•1 comments

Residents cheer as Tucson rejects data center campus

https://www.datacenterdynamics.com/en/news/residents-cheer-as-tucson-rejects-amazons-massive-project-blue-data-center-campus-in-arizona/
31•01-_-•1h ago•14 comments