I asked it to write me a yt-dlp command to save all my liked videos into a text file. And it just couldn't do it. For whatever reason, it couldn't write a simple, one-line command. It began creating multiple overcomplicated batch files and calling functions that don't even exist.
For context, this functionality is already built into yt-dlp. Earlier ChatGPT versions, also with "thinking" turned on (!), all worked flawlessly.
I had to resort to Claude, which I previously avoided, but which, this time, instantly gave me the correct answer:
GPT-5 is really dumb and basically unusable.
I asked it to write me a yt-dlp command to save all my liked videos into a text file. And it just couldn't do it. For whatever reason, it couldn't write a simple, one-line command. It began creating multiple overcomplicated batch files and calling functions that don't even exist.
For context, this functionality is already built into yt-dlp. Earlier ChatGPT versions, also with "thinking" turned on (!), all worked flawlessly.
I had to resort to Claude, which I previously avoided, but which, this time, instantly gave me the correct answer:
yt-dlp -v --cookies-from-browser firefox --flat-playlist --print "%(url)s" "https://youtube.com/playlist?list=LL" > liked_videos_urls.txt
The same exact thing happened when I tried asking it to compress a PDF using ghostscript and also with basic video manipulation with ffmpeg.
It just went on these unrelated rants with hallucinated commands.
More options
Context Copy link