@CSsmrfk's banner p

CSsmrfk


				

				

				
0 followers   follows 0 users  
joined 2022 September 05 18:01:12 UTC

				

User ID: 661

CSsmrfk


				
				
				

				
0 followers   follows 0 users   joined 2022 September 05 18:01:12 UTC

					

No bio...


					

User ID: 661

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.