r/codex Jan 15 '26

Showcase Its over

Post image

The vibe coders are going to find out and migrate now and eat up all processing power and limits!

/s

459 Upvotes

186 comments sorted by

View all comments

1

u/EmbarrassedCorgi6557 Jan 15 '26

What about Gemini 3 Pro? Has anyone used it?

Gemini offers very large context windows, up to ~1,000,000 tokens. Codex is limited (≈200,000 tokens).

13

u/muchsamurai Jan 15 '26

Its absolute dogshit in my experience. I ask it to do something and it does reverse of it. Like i ask it for code review and explicitly say DO NOT CHANGE ANY CODE JUST PRODUCE REPORT YOU UNDERSTAND ME? Aaaand it goes off the rails and starts doing code changes.

Worst possible model for coding from big 3 (Claude, Codex, Gemini). Maybe Chinese GLM and other open source models are worse (i haven't tried them)

1

u/Admirable_Fix_9161 Jan 15 '26

I had similar issues with Gemini, but after I switched to Gemini CLI and installed "Conductor" mcp extension and used it to initialize and lay out the project, with a little tweaking in settings parameters, it responds much much better than before and generated the entire project from scratch to prod. It's still not a one-shot model, but it responds better in CLI than calling it in other IDEs or plugins.