| |
| ▲ | brookst 3 days ago | parent | next [-] | | I’ve been so into Claude code that I haven’t used cursor or copilot in vs code in a while. Do they also allow you to view the thinking process and planning, and hit ESC to correct if it’s going down a wrong path? I’ve found that to be one of my favorite features of Claude code. If it says “ah, the the implementation isn’t complete, I’ll update test to use mocks” I can interrupt it and say no, it’s fine for the test to fail until the implementation is finished, so not mock anything. Etc. It may be that I just discovered this after switching, but I don’t recall that being an interaction pattern on cursor or copilot. I was always having to revert after the fact (which might have been me not seeing the option). | | |
| ▲ | wrs 3 days ago | parent | next [-] | | Cursor does show the “thinking” in smaller greyer text, then hides it behind a small grey “thought for 30 seconds” note. If it’s off track, you just hit the stop button and correct the agent, or scroll up and restart from an earlier interaction (same thing as double-ESC in Claude Code). | |
| ▲ | WithinReason 3 days ago | parent | prev [-] | | you can in VScode for about a month now |
| |
| ▲ | techwiz137 3 days ago | parent | prev [-] | | For code generation, nothing so far beats Opus. More likely than not it generated working code and fixed bugs that Gemini 2.5 pro couldn't solve or even Gemini Code Assist. Gemini Code Assist is better than 2.5 pro, but has way more limits per prompt and often truncates output. | | |
| ▲ | baq 3 days ago | parent | next [-] | | I found Anthropic’s models untrustworthy with SQL (e.g. confused AND and OR operator precedence - or simply forgot to add parens, multiple times), Gemini 2.5 pro has no such issues and identified Claude’s mistakes correctly. | |
| ▲ | d4rkp4ttern 3 days ago | parent | prev | next [-] | | Don’t sleep on Codex-CLI + gpt-5. While the Codex-CLI scaffolding is far behind CC, the gpt-5 code seems solid from what I’ve seen (you can adjust thinking level using /model). | |
| ▲ | rendx 3 days ago | parent | prev | next [-] | | The article is not comparing models, but how the models are used by tools, in this case Claude Code. It's not merely a thin wrapper around an API. | |
| ▲ | faangguyindia 3 days ago | parent | prev | next [-] | | for me gemini 2.5 pro with thinking tokens enabled blows Opus out of the water for "difficult problems". | |
| ▲ | jonasft 3 days ago | parent | prev [-] | | Let’s say that is correct, you can still just use Opus in Cursor or whatever. |
|
|