Kelden Lin ᯅ
494 posts

Kelden Lin ᯅ
@KeldenLin
Youtuber, Software Developer. Opinions are my own!
Seattle, WA 参加日 Mayıs 2013
251 フォロー中70 フォロワー

@leerob i might be crazy but did you guys remove the cmd+shift+space shortcut for voice input? (for agent window)
is there a particular reason for the change? cmd+k+"voice" just doesn't hit the same :(
English

Meet the new Cursor! Very excited about this.
Wanted to share a bit more of the story of how we landed here, how the product evolved, and some of the technical details on the new interface.
I've been coding primarily with agents since Opus 4.5, but hadn't found an interface I loved (including our own). Agent sidebars or CLIs worked but still felt limiting to me. And our first iteration of the "agent window" wasn't good enough yet.
So we went back to the drawing board to build a completely new interface for agents in December. The trend seemed pretty clear that increasingly less time would be spent in traditional IDEs. But as we started to dogfood early versions, it was very hard to give up some parts of an editor.
Even if agents write 98% of the code, that last 2% of viewing files, debugging, many small edits and refactors, and having all the niceties like go to definition, LSPs, and more were really important. We couldn't remove those.
So @ryolu_ and I started prototyping some ideas late Dec for a new interface. It would start simple/zen, but then allow you to still go deeper as needed. And slowly we developed enough conviction to make it real. The Cursor eng/product team then took some of those early ideas and made something 10x better than I imagined. Seriously major kudos to the team!
We started fresh with this new UI in a lot of ways. "Deleting the product" is especially important as models continue to improve and the UX needs to be continually rethought. However that doesn't mean you have to throw out *all* the good ideas. Making it easy for existing users to adapt is also very important.
In this new interface, we own all the pixels. We were able to design a system/architecture that takes all the learnings from Cursor 1/2 and moves away from some of the VS Code constraints we were limited by.
I definitely empathize with feedback that in Cursor 2 we were moving around the UI too much and changing icons/buttons. Agents were taking over more and more work, and they started to break out of the IDE UI. We needed to iterate and try a bunch of things, and that was annoying for those of you expecting a more consistent editor experience.
Making this new agent interface as a separate window actually also makes the Cursor 2.0 IDE *better*! Rather than continuing to try and extend the IDE to have agents own the entire UI, we were able to simplify and delete a lot of code by using existing VS Code patterns.
Namely, agent chats are now just normal tabs like any other file. This is much more stable and familiar for doing splits/panes and all related keyboard shortcuts. A win-win-win, as they say.
But also in this architecture refactor, we were able to address some local vs. cloud divergence and tech debt that had accumulated over time. The core Cursor agent harness is the same across the desktop app, web app, CLI, etc. So there really shouldn't be two code paths like:
if (local) { ... }
else if (cloud) { ... }
Cloud agents were not used much until we gave them the ability to use a computer and record demos of their work, so now that usage has grown considerably in the past few months, it was even more important to nail this abstraction. We think cloud usage will continue to grow and be a big part of 2026.
Finally (this is already a long post, oops), we have been able to really focus on performance in the new interface. I'm sure there will still be things to improve (please send them to us) but we've spent considerably more time profiling, investigating, and patching memory/cpu leaks.
We are also now using the React Compiler! s/o @potetotes who has also been making a bunch of perf improvements.
The end result here is that Cursor 3 feels much more pleasant to use. Faster, more reliable, less UI jank. You get to use all your favorite models, local or cloud, run automations, install plugins, get back demo videos, and more.
Give it a try and lmk your feedback! We're gonna be shipping updates quickly in the coming days.
Cursor@cursor_ai
We’re introducing Cursor 3. It is simpler, more powerful, and built for a world where all code is written by agents, while keeping the depth of a development environment.
English

I've joined @OpenAI as a Member of Technical Staff.
AI will shape the future of humanity in profound ways. I believe those of us who can help build it have a responsibility to help steer it in a direction that benefits everyone, for all humankind.
The future is bright, but it takes hard work and care to make it that way.
Very excited to play my part.

English

@haydenbleasel yo thank you for all the amazing libraries it’s really insane what you’ve done!!
English

Today is my last day at Vercel.
I've had an absolute blast over the last year.
I got to work on a lot of my own projects that helped form the basis for our AI Cloud, helped other teams ship their great ideas, and worked alongside some of the most talented people I've ever met.
I'll have news on my next adventure for you on Tuesday but for now, wanted to reflect on my time here and the projects I worked on.
Read on if you're interested ↓

English

@robinebers a new world awaits
check back today to see what we’re cooking
English

sometimes I think about leaving Cursor behind 🫠
it's still the best tool but I had so many conversations lately with people that feel the same
yes, it's the best AI agent there is
but the direction feels unclear, I sense a lack of vision
wish I'd know what their grand plan is, or if they have one
coming from an engineering and product owner background, this hits harder for me than others maybe, but I really hope they figure it out
English

I'm joining @OpenAI to bring agents to everyone. @OpenClaw is becoming a foundation: open, independent, and just getting started.🦞
steipete.me/posts/2026/ope…
English

@DirtyTesLa hw3 here, was surprised at how good it was.. the only annoying thing is that it doesn’t know don’t turn right on red signs and it doesn’t move over for highway exists early enough sometimes (for my comfort). how are those in fsd 14?
English

What is FSD still doing that is annoying you? Or is every drive perfect while you relax in the driver seat "supervising"?
Elon Musk@elonmusk
English

@hellokillian let’s goooooooooo every post i see about clawdbot and claude code i think of open interpreter and how yall did it years ago
English

❤️ Alright alright I’ll drop something next week.
thebes@voooooogel
thinking about open interpreter again they were so ahead of the curve - code execution-based tool calling, computer use, and even (cf clawdbot) remote access with the agent living on a server. with gpt-4! wonder what they're up to, they've been quiet. building hopefully :-)
English

@tejashaveridev @cursor_ai wow that’s super cool! thank you for the detailed write up. unfortunately can’t test it on my end cuz im assuming that’s on nightly or early testing? i’m in our companies enterprise plan so we can’t get anything outside of stable updates 😞
English

Long running agents! and in terms of task, i did have a lot of ambitious massive refactor type of tasks in backlog for a while, and so far whatever i throw at it its been really good with fixing, then testing for regressions and code quality is pretty good as well
tasks ive done so far thats taken over a 6 hours each:
-refactor rbac system entirely
-enable stricter typecheks
-gut and remove a LOT of legacy code
-optimize and break down big files/code
its not just that it can go for a while, its i can give a task and actually come back and see its really taking its time and going through literally every line of code and making sure nothing gets left out - that was a big problem i was seeing, the bigger task you go for the more likely it wont do parts of it or will be lazy and skip it "for a later date"
interesting part is how this harness is doing context management, hope they do an article on this soon

English

7 hours and still counting, man the fact that this is now possible is just mind blowing
@cursor_ai upcoming feature: long running agents

English

@cursor_ai love the consistent updates and share outs on the long running agents, these are super informative!
English

@ericzakariasson @gregorian909 @cursor_ai can we also add an option to build in worktree? i sometimes find myself planning on main and building in worktree. also if im at a worktree and build with new agent does it do it in a worktree or main?
English

It'd be really helpful to create a plan locally and then hand it off to the cursor cloud agent @ericzakariasson @cursor_ai
English

@rohanvarma @n2parko cursor mobile but it connects my local cursor to my phone via a simple web app! that way i can do my dishes and vibe code at the same time
English

Reply with your startup, product, or tool ideas 👀 @n2parko and I are doing a mini-hackathon!
We'll take your ideas from ChatPRD -> Cursor Cloud Agents -> Vercel and send a link to the product in response!
claire vo 🖤@clairevo
Two things live this week at @chatprd for two types of PMs: PMs who do PRs: chatPRD > @cursor_ai integration PMs who don’t: document versioning All the goodies in our weekly release notes: chatprd.ai/blog/document-…
San Francisco, CA 🇺🇸 English








