ChatGPT 5.1 vs Gemini 3

Posted by CanItRunCrysisIn2052@reddit | Python | View on Reddit | 15 comments

First of all, I am no real programmer, but I have been dabbling in creating custom installers for Linux custom versions, and inherently they all use Python

I have been using ChatGPT for building code (for about a week) and although I like how quick it can create solutions, it also has a lot of server resets, resulting code being completely forgotten or truncated. Did a lot of saving of file though, Thank GOD!

Heard Gemini 3 is up there in terms of writting code, asked ChatGPT about it (lol) it stated that Gemini 3 is better at checking the code, while ChatGPT writes it better, but bias could be part of the programming

Read some reviews of people stating Gemini 3 is better than basically all AI they tried for Python specifically, while others state ChatGPT is better

I am not sure where real answer lays ChatGPT is pretty quick on it's feet when it comes to providing solutions to my code on the fly, but it tends to forget a lot of stuff due to random resets

Anyone tried both to speak real life difference for Python?

For an example in ChatGPT I can ask it to program behavior and it picka up what I need quick, but it does suffer from issues of writing code sometimes for an outdated version of Linux, when I ask it to check the code it says the code is outdated and it begins to offer me to fix it, while it wrote the code

It does create a lot of extra guiding by my hand

Essentially ChatGPT is only as good as you are careful, otherwise it will make mistakes in code and you will only find that out when you upload that code later to check.

Can't complain much since I couldn't do it without it, but I am analytical to pick up on these issues, and yes it dis frustrate me when I was very close to finishing a code and realized that AI forgot all of my directions and gave me nearly naked file. I quickly dug up all saved files and had to do a full check on dates and times

IT worked, but it was a real "Oh, shit" moment for me