Live data from Hacker News

Cursor 1.7

cursor.com

51–60 of 169 posts

Re: Cursor 1.7

#51
post #4

Why waste precious milliseconds typing complete sentences to your AI coding assistant? With autocomplete in the prompt box, we've solved the most pressing problem facing developers today: prompt fatigue. Gone are the days of exhausting yourself by typing full requests like "refactor this function to use async/await." Now, simply type "refac—" and let our AI predict that you want an AI to refactor your code. It's AI a…

I can't tell anymore if comments like this are sarcastic or not.

Re: Cursor 1.7

#52
post #37
post #22

Earlier quoted context omitted.

[flagged]

It's funny to imagine this AI based autocomplete prompting when the interface isn't a keyboard but a brain chip. Effectively mind control.

It's already been here for a long time actually. Think google search auto completion of prompts. You're looking for something that might have biases on either side, and you are only shown autocomplete entries for a specific bias.

Re: Cursor 1.7

#53

For some reason, CLIs feel better as coding agent UIs. I loved Cursor at first, but now with Claude Code, it feels like Cursor's UI gets in the way.

The reason is abundantly clear. Cursor was just a GPT wrapper with a nice UI/UX (which was very nice when it came out) it has some other models like autocomplete as well, but its still a wrapper. OpenAI and Anthropic build and train models specifically to work via CLI driven processes, which is why they are so much better now. Cursor is basically dead as I'm sure they realized they get much better performance with the CLI/agentic approach.

Re: Cursor 1.7

#54
post #42
post #40

I really don't understand Cursor's 30 billion dollars valuation (half of Antropic). I use it, it's not a bad tool by any means but it's so buggy from version to version. Latest bug I had, it completely stopped keeping my zsh state in the terminal, I had to downgrade. And honestly, I'm not that sure what secret sauce is worth 30 billion dollars? The agent loop? Others can do that? The autocomplete?

Yeah I have to imagine it's because of user base, there's no real moat in the technology

not only that but the way that openai and claude have their own foundational models/agents trained to work via CLI, which will basically always be better than just cursors gpt wrapper approach.

Re: Cursor 1.7

#55
post #38

I got into Cursor a little late, went really heavy on it, and see myself using it less and less as I go back to VSCode. 1) The most useful thing about Cursor was always state management of agent edits: Being able roll back to previous states after some edits with the click of a button, or reapply changes, and preview edits, etc. But weirdly, it seems like they never recognized this differentiator, and indeed it remai…

(I work at Cursor)

1. Checkpoints/rollbacks are still a focus for us, albeit it's less used for those working with git. Could you share the bug you saw?

2. Autocomplete for prompts was something we were skeptical of as well, but found it really useful internally to save time completing filenames of open code files, or tabbing to automatically include a recently opened file into the context. Goal here is to save you keystrokes. It doesn't use an LLM to generate the autocomplete.

3. A lot of folks don't want to juggle three AI subscriptions for coding and have found the Cursor sub where they can use GPT, Claude, Gemini, Grok models to be a nice balance. YMMV of course!

Re: Cursor 1.7

#56

For some reason, CLIs feel better as coding agent UIs. I loved Cursor at first, but now with Claude Code, it feels like Cursor's UI gets in the way.

(I work at Cursor)

We also have a CLI, if you prefer coding in the terminal. We've seen this useful for folks using JetBrains or other IDEs: https://cursor.com/cli

Re: Cursor 1.7

#57

I wish cursor would let you see how much usage in terms of $$ you have done for your month. Its really hard to see in the dashboard the individual charges tokens, but then there is no cumulative. I haven't been able to find a way to see how much of my included usage is being used besides downloading the csv and manually summing. They just give you a very unhelpful "You will use your included credits by X date" I supp…

(I work at Cursor)

We added usage visibility in the IDE with v1.4: https://cursor.com/changelog/1-4#usage-and-pricing-visibilit.... By default, it only shows when you are close to your limits. You can toggle it to always display in your settings, if you prefer.

Re: Cursor 1.7

#58
post #30

I'd love to hear from folks who mainly use Claude Code on why they prefer it and how they compare. It seems to be the most popular option here in HN, or at least the most frequently mentioned, and I never quite got why. I always preferred the deep IDE integration that Cursor offers. I do use AI extensively for coding, but as a tool in the toolbox, it's not always the best in every context, and I see myself often swit…

I don't think we are in a phase where we can confidently state that there's a correct answer on how to do development, productivity self reports are notoriously unreliable.

At least personally, the reason why I prefer CLI tools like Claude and Codex is precisely that they feel like yet another tool in my toolbox, more so than with AI integrated in the editor. As a matter of fact I dislike almost all AI integrations and Claude Code was when AI really "clicked" for me. I'd rather start a session on a fresh branch, work on something else while I wait for the task to be done, and then look at the diff with git difftool or IDE-integrated equivalent. I'd argue you have just as much control with this workflow!

A final note on the models: I'm a fan of Claude models, but I have to begrudgingly admit that gpt-5-codex high is very good. I wouldn't have subscribed just for the gpt-5 family, but Codex is worth it.

Re: Cursor 1.7

#59
post #18
post #4

Why waste precious milliseconds typing complete sentences to your AI coding assistant? With autocomplete in the prompt box, we've solved the most pressing problem facing developers today: prompt fatigue. Gone are the days of exhausting yourself by typing full requests like "refactor this function to use async/await." Now, simply type "refac—" and let our AI predict that you want an AI to refactor your code. It's AI a…

You write like that's a bad thing. What's with the negativity here..

You’re absolutely correct! This comment was more negative than it could be. Would you like me to rewrite it to demonstrate more positivity?

Re: Cursor 1.7

#60

Earlier quoted context omitted.

You mean this page? https://cursor.com/dashboard?tab=usage

It doesn't show cumulative does it? For me it just shows my plan name and itemized token usage but no "You used x out of y of your included credits"

It shows me $XX/$YYY at the very top, on the right side. /shrug
Post reply on HN