GPT 5 vs. Opus 4.1 for Vibe-Coded Apps
8 comments
·August 8, 2025nojs
cchance
Its funny you say that because everyone just started moving back to monoliths, and vibe coding would fit perfectly with microservices lol
kyrra
Microservices don't make it any better. They tend to have a lot of implicit contracts that people don't necessarily express well through the API. All it does is give you a boundary that is fuzzy depending on the protocol used to communicate between the services.
anupshinde
I am just starting to feel that GPT-5 is more hype.
Just a day before GPT-5 launch, I made a video about making a tool with agents, Claude Sonnet 4 and GitHub Copilot.
There was so much hype on the launch day - on how good GPT-5 is, how it gets the code right the first time, and how little direction it needs.
So I was compelled to try it again with GPT-5 preview available in Copilot.
And for some reason, it struggled to align with directions.
a. It would make its own decisions, misaligned with what I mentioned. I had to explicitly say "DO NOT DO this....". ( explicit instructions were followed.)
b. It did not complete tasks and moved forward. This is the same style I used with both GPT-4o and Claude Sonnet 4.
Also, it might be good at coding, but it does feel geeky - need to try more.
personjerry
It's an advertisement.
sheepscreek
Yes, I’m beginning to get tired of these advert-blog posts, particularly those that don’t significantly advance the narrative beyond what’s already been discussed.
This type of “first shot success” is an easy test to run but not really indicative of how useful the tools are in practice. It’s more important to test how they navigate a large codebase, make reliable changes in line with existing code, not introduce random regressions, be fast, etc.