16 comments

  • macawfish 2 days ago ago

    Really struggling with GPT-5 in all the clients I've used (currently using claude code router). This is the default openrouter endpoint. It's opaque, slow, ridiculously terse, botches basic tool calls and edits, pauses constantly even when I ask it not to. It does seem "sharp" at analytical tasks but it's just clunky to work with.

    I'll try with cursor CLI but am hesitant to ditch claude code.

  • cellis 3 days ago ago

    I have not found it to be better than Sonnet. I wrote this on another thread:

    Claude Code certainly not as easy to engineer with, though it is less expensive. For instance the @feature isn’t as robust as cursors ime. Also no shift+enter is quite a pain. Linting doesn’t “just work”, cursor with Claude 4.0 max is really thorough, I think even better than GPT-5. Not that Sonnet is better but that whatever “ensemble” of models cursor uses with sonnet seems to both adhere and tool call better than with GPT-5. GPT-5 often says what it will do and then says “say go and I’ll go” or says “you should run command x”, but doesn’t just DO it. Also for bug fixes in difficult codebases nothing beats Gemini 2.5 pro

  • softwaredoug 3 days ago ago

    I feel like they should have let GPT 5 overlap in experimental mode for a month or so. It took a while to get the kinks out of GPT-4 until people trusted it. Just switching it on is really hurting their brand.

    The fact they didn’t do this makes me think their finances are in very bad shape.

    • hitradostava 3 days ago ago

      I agree, I just don't understand how the team at Cursor can say this:

      “GPT-5 is the smartest coding model we've used. Our team has found GPT-5 to be remarkably intelligent, easy to steer, and even to have a personality we haven’t seen in any other model. It not only catches tricky, deeply-hidden bugs but can also run long, multi-turn background agents to see complex tasks through to the finish—the kinds of problems that used to leave other models stuck. It’s become our daily driver for everything from scoping and planning PRs to completing end-to-end builds.”

      The cynic in me thinks that Cursor had to give positive PR in order to secure better pricing...

  • 8thcross 3 days ago ago

    I tried it with cursor-agent, their cli - and it generated better code than expected. YMMV. It was more thoughtful and strategic than the other frontier models.

    • hitradostava 3 days ago ago

      Planning was ok for me, much slower than Sonnet, but comparable. But some of the code it produces is just terrible. Maybe the routing layer sends some code-generation tasks to a much smaller model- but then I don't get why it's so slow!

      The only thing that seems better to me is the parallel tool calling.

  • canerdogan 3 days ago ago

    GPT-5 isn’t really a brand-new model in the way people think. From what I’ve seen, the goal was more about reducing costs and unifying the interface than releasing a totally different architecture. Under the hood it is still routing to models we already know, just picking what it thinks will give the “best” result for the request.

    That can be fine for a lot of general use cases, but if you’re working in specific domains like coding agents or high-precision summarization, that routing can actually make results worse compared to sticking with a model you know performs well for your workload.

    • hitradostava 3 days ago ago

      Thats not what OpenAI are claiming. They are claiming that there are two new flagship models and a router that routes between them.

      "GPT‑5 is a unified system with a smart, efficient model that answers most questions, a deeper reasoning model (GPT‑5 thinking) for harder problems, and a real‑time router that quickly decides which to use"

  • cranberryturkey 3 days ago ago

    it solved a huge bug i've been struggling with.

    • hitradostava 3 days ago ago

      Had Sonnet 4 not been able to?

      • cranberryturkey 3 days ago ago

        No, it kept going in circles....spent like 3 weeks trying to fix it. Got access to gpt5 yesterday and all major bugs are resolved.

        • wdb 3 days ago ago

          Interesting I tried it to fix some unit tests that were failing but made the problem worse. Sonnet was able to fix the failing unit tests and the new problems introduced by GPT5. I used Claude Code for Sonnet and Cursor Agent for GPT-5. Maybe Cursor Agent is just bad?

      • revskill 3 days ago ago

        Sure.

    • gaws 3 days ago ago

      What was the bug?

  • tim_angus 3 days ago ago

    And yet the media keeps using the term "exponential improvement"...