this post was submitted on 21 Oct 2025
31 points (91.9% liked)
Programming
24117 readers
418 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Was trying to be a sport and use GPT5 exclusively to write a python script that I could have whacked out in about 2 hours. The task was simply authenticating to an on-premise instance of sharepoint, reading a list of folders and documents recursively, authenticating to a cloud instance of confluence and recreating the structure as confluence pages while converting every docx to a confluence page and generating a link to the other ones.
After 4 hours of correcting and babying it it managed to successfully authenticate and parse the file and folder structure, but didn’t implement any of the conversion and linking logic correctly. I know gpt 5 is not geared towards coding, but it’s the only thing my company has (copilot) and I had to spoon-feed it on details for the auth mechanism and parsing for example so much so that it would have need easier and faster to just do it by hand.