Cursor Community⬛

104 posts

Cursor Community⬛ banner
Cursor Community⬛

Cursor Community⬛

@cursorcommunity

cursor community for builders ————- posts written by @agidevice

Katılım Nisan 2025
10 Takip Edilen4.1K Takipçiler
Sabitlenmiş Tweet
Cursor Community⬛
Cursor Community⬛@cursorcommunity·
🔈 Hey CursorCommunity! we’re kicking off a series of deep-dive tutorials on cursorcommunity.com Which LONG-FORM guide do you want first? Drop your top topic below and let’s build it together. 💬👇
English
11
3
65
11.2K
Cursor Community⬛ retweetledi
AGIdevice
AGIdevice@agidevice·
🚨Cursor 2.0 is here! let's break it down ⬇️ - save this for later 📌 at a glance: - Cursor launched Composer -the first coding model🔥 - a new (and beautiful) multi-agent interface! - Embedded browser 🕸️ - Improved code review and more!
AGIdevice tweet mediaAGIdevice tweet media
English
2
2
14
2.4K
Cursor Community⬛ retweetledi
AGIdevice
AGIdevice@agidevice·
Cursor agent can now work for longer! Plan mode! How to use Plan Mode Press Shift + 1. Answer clarifying questions on your requirements 2. Review or edit the detailed plan ( you can build directly right after) 3. Save the plan as a .md file in your repo
English
4
7
35
8K
Cursor Community⬛ retweetledi
AGIdevice
AGIdevice@agidevice·
Cursor Updates - Have you used them? 1. add context like a git branch using the @ menu - try @ branch 2. Custom slash commands - - create reusable prompt - Commands are stored in .cursor/commands/[command].md. Run them by typing / in the Agent
English
6
8
36
6.8K
Cursor Community⬛ retweetledi
AGIdevice
AGIdevice@agidevice·
Happy Birthday to the Cursor Community! 1 Year! 🎉 Thanks to you -over 21K dev Community members!
AGIdevice tweet media
English
2
3
15
10.9K
Cursor Community⬛ retweetledi
AGIdevice
AGIdevice@agidevice·
had an amazing week in SF with Cursor - can you tell?! @mntruell 💯 @ryolu_ ❤️ @ericzakariasson 🙌 the team is cooking - stay tuned!
AGIdevice tweet media
English
11
2
82
31.9K
Cursor Community⬛ retweetledi
AGIdevice
AGIdevice@agidevice·
Cursor 1.4 is out! - More Agent steerability - Improved Agent tools - Separate models per Agent - Usage and pricing visibility - Compact Chat mode - Sidebar for all agents - Github support for Background agents - Faster Background Agent start More details below ⬇️-
English
10
11
126
15.2K
Cursor Community⬛ retweetledi
AGIdevice
AGIdevice@agidevice·
Cursor 1.3 is rolling out! - Shared terminal with Agent - View context usage in Chat (my fav) - Faster edits and much more!
English
16
11
93
14.2K
Cursor Community⬛ retweetledi
AGIdevice
AGIdevice@agidevice·
AI forgetting during chat? @leerob breaks context down. • Context stacks up fast • Past context limit = blur • System & user weigh the same • Fresh chat → sharp focus • Cursor flags overflow, trims smartly I asked myself what does 10K tokens represent? - Natural-language context: • ~7500-8000 words (1 token ≈ ¾ word) • ~15-20 single-spaced pages • ~15 min of spoken dialogue at 120 wpm - Code context: • ~1000 lines (rule of thumb: 100 lines ≈ 1000 tokens)
Lee Robinson@leerob

Do AI models get "dumber" over time? I can see why it might feel that way. But there's actually a simpler explanation: context! Understanding what context is and how to manage it will help you get higher quality output from models. And it's actually more approachable to understand than you might think! You can think about working with AI like cooking. For example, let’s say we’re making a soup. You have many inputs into the cooking process with all of the ingredients. You follow some path or recipe, keeping track of your progress along the way. And at the end, you have a tasty soup as a a result 🍲 Different chefs might add or modify the ingredients to their taste, and even if you follow the same recipe exactly, it might taste slightly different at the end. This is kind of like working with AI models! Let’s look at a similar example for coding with AI: 1. You can have many inputs, like your current codebase and files, and a prompt to tell the AI model what you want to achieve 2. You follow a plan, sometimes human generated or suggested by the model itself, which can then create a todo list and check items off as it completes tasks 3. And the end, you get generated code you can apply to your project Your inputs, as well as the model outputs, all become part of the "context". Think of the context like a long list, where the AI model can keep a working memory for the conversation. At the start of the list is a system prompt. This is how the tool creator can inject some instructions or style for the model to follow. It’s trying to help nudge the output in a certain direction, including defining specific rules to follow. Then you have the user message or prompt. This could be any directions you want to give the model. For example, adding a new route to manage user accounts. You don’t have to use proper spelling or grammar, as AI models are surprisingly good at figuring out what you meant, but it still can’t hurt. This prompt doesn’t have to be just text. Many AI products now support attaching images, where the underlying AI model can read and understand the contents of the image and include that result in the context. For example, tools like Cursor can include other relevant information in the input context based on the state of your codebase. For example, your open files, the output from your terminal, linter errors, and more. After sending the inputs to the model, it generates and returns back some output. For simple questions, this might just be text. For coding use cases, this could be snippets of code to apply to your codebase. Everything returned from the model is part of the output context. Your conversation may go on for many "turns" back and forth between you and the AI model. Every message in the conversation, including both inputs and outputs, is stored as part of the working memory in context. The length of this list grows over time. This is important to note! Just like if you were having a conversation with a human, there’s only so much context you can keep in your brain at one time. As the conversation goes on for a while, it gets harder to remember things people might have said 3 hours ago. This is why understanding and managing context will be an important skill to learn. Every AI model also has a different context limit, where it will no longer accept further messages in the conversation, so many AI tools give the user feedback on how close they are to those limits or provide ways to compress and summarize the current conversation to stay under the limit. Additionally, some models can "think" or reason for longer, which uses more output tokens and thus fills up the context window faster. Generally these models are more expensive and have better quality of responses for more complicated tasks. Okay, that's all for now. I hope this better explains what context is and how it works. Anything missing you would add? Additional things you want me to cover? 👀

English
2
2
13
3.8K
Cursor Community⬛ retweetledi
Cursor Community⬛ retweetledi
AGIdevice
AGIdevice@agidevice·
Cursor CEO <> Stripe CEO enjoy! 📺
English
12
48
448
64K
Cursor Community⬛ retweetledi
AGIdevice
AGIdevice@agidevice·
creating creatively with Cursor is fun what’s your most creative thing you’ve built? share 👇
English
16
2
23
3.8K
Cursor Community⬛ retweetledi
AGIdevice
AGIdevice@agidevice·
🚨Breaking Cursor News: @elonmusk “A Cursor engineer team is at xAI today, so integration issues are being solved in real-time” -the cursor team’s dedication is unmatched- Cursor for life 🙌
AGIdevice tweet media
English
22
14
346
49.9K
Cursor Community⬛
Cursor Community⬛@cursorcommunity·
time to cook with Grok 4 on Cursor! go to Cursor Settings > Models > Search or view all models > Toggle on grok-4
Cursor Community⬛ tweet media
English
13
4
53
9.9K
Cursor Community⬛
Cursor Community⬛@cursorcommunity·
What we’re shipping next We’re committed to doing a better job with pricing updates going forward. This means advance notice, clearer documentation, and ensuring our team is prepared to support you through transitions. We’ve improved our pricing page, documentation, and added additional visibility on the Cursor Dashboard to see when you’re approaching usage limits. Expect more updates in the coming weeks.
English
0
0
0
792
Cursor Community⬛
Cursor Community⬛@cursorcommunity·
We missed the mark We recognize that we didn’t handle this pricing rollout well and we’re sorry. Our communication was not clear enough and came as a surprise to many of you. We’re improving how we communicate future pricing changes. We are offering usage refunds for those with unexpected usage between June 16 and July 4. Please contact pro-pricing@cursor.com if you had a surprise usage bill and the team will work as fast as possible to get you a full refund.
English
1
0
0
890
Cursor Community⬛
Cursor Community⬛@cursorcommunity·
a message from Cursor's ceo - addressing pricing
Cursor Community⬛ tweet media
English
2
2
19
6.6K