Live data from Hacker News

Asking how to read stderr and stdout at the same time destroys GPT-4o

chatgpt.com

1–3 of 3 posts

Re: Asking how to read stderr and stdout at the same time destroys GPT-4o

#2
The solution is arguably not super straightforward, but `2&>1` can be emulated by creating a pipe2 and then passing it to both stderr and stdout for the command.

LLMs are useful to me in a lot of ways, I just found it hilarious that it runs into the same pattern over and over and then just gives up, but _still recognized that it's failing_ - most of the time it just confidently outputs broken rust.