我是如何使用 Cursor 的
I need to get something off my chest. Before my interview @cursor_ai, I had never actually used Cursor.
我得吐露点心声。在面试 @cursor_ai 之前,我实际上从未真正使用过 Cursor。
At Meta, Claude Code was explosively taking off. I even paid for a personal $200 a month plan for my side projects. I loved how simple it was, and how quickly I could feel productive. The sticking point for me was in developing my own set of skills that turned cc into almost anything I wanted. I even started developing my own agent orchestrator tool on top of it.
在 Meta,Claude Code 正在爆发式增长。我甚至为我的个人项目支付了每月 200 美元的个人订阅计划。我喜欢它的简洁,以及它能让我多快进入高效工作状态。对我来说,关键的突破点在于开发我自己的一套 skills,把 cc 变成几乎任何我想要的样子。我甚至开始在此基础上开发自己的 agent orchestrator 工具。
During my onsite interview, I used Cursor over the course of 2 days, using it to build the interview project. This was before Cursor 3's release, so I was using the Editor Window. I've been using vscode for so many years at this point that most of the keyboard shortcuts were still in my context window, so getting back on the IDE was not too difficult. I can't lie though. During the first hour or two I was certainly missing the cli. Clicking on things felt almost barbaric. But there were a few things that really stood out to me.
在现场面试期间,我在两天的时间里使用了 Cursor 来构建面试项目。这是在 Cursor 3 发布之前,所以我使用的是 Editor Window。到目前为止,我已经使用 vscode 很多年了,大部分快捷键仍然在我的上下文窗口中,所以重新回到 IDE 并不太难。但我不能撒谎。在最初的一两个小时里,我确实很怀念 cli。点击东西感觉几乎有些原始。但还是有一些事情让我印象深刻。
First, the models I was used to at the time - Opus and Codex - felt smarter, somehow. And it was amazing being able to switch models on the fly and use both of them at the same time on different parts of my project (Opus for the frontend, Codex for systems). Prior to my interview, I was already raving about multi-model adversarial review, so being able to do this natively in the UI felt very natural. Even better was the ability to spawn subagents of different models, so I could get the best of both worlds in one conversation.
首先,我当时习惯使用的模型——Opus 和 Codex——不知为何感觉更聪明。而且能够随时切换模型,并在项目的不同部分同时使用它们(Opus 用于前端,Codex 用于系统),这感觉太棒了。在面试之前,我就已经在极...