The US government, citing national security authorities, has issued an export control directive to suspend all access to Fable 5 and Mythos 5 by any foreign national, whether inside or outside the United States, including foreign national Anthropic employees.
The net effect of this order is that we must abruptly disable Fable 5 and Mythos 5 for all our customers to ensure compliance.
Access to all other Claude models is not affected.
We apologize for this disruption to our customers. We believe this is a misunderstanding and are working to restore access as soon as possible.
Read our full statement: https://t.co/bwn0sximKZ
I am always in awe of how high our resolution rate is. This number is the percent of bugs that end up fixed by the author, as determined by AI at merge time.
You can see your own resolution rate in your cursor dashboard :)
I am always in awe of how high our resolution rate is. This number is the percent of bugs that end up fixed by the author, as determined by AI at merge time.
You can see your own resolution rate in your cursor dashboard :)
Let's talk about why Cursor's agent harness is so good.
There's a misconception that first-party harnesses from the labs will always outperform. For many reasons, that isn't true.
There are roughly 6 layers that go into a good agent harness: orchestration, context, routing, transport, state, and execution (tools). Some of those involve careful context engineering, and others look a lot like the traditional craft of building great software.
Each of these layers needs to be optimized. And if any one of them is degraded, it can severely impact your experience with the agent. This blog post is mostly focused on context and tools, and there's still so much more to talk about there. We also want to spotlight the other (very crucial!) areas soon.
There's a lot more misinformation around the agent harness out there. I'll keep writing about how we build it behind the scenes.
@TheStithLord@sjwhitmore The editor is still available in cursor 3, and yes this feature is currently in editor-window. But the feature is coming soon to an agent window near you 🤫
Glass / Agents Window is the big story of Cursor 3 but there's lots of improvements we made to the standard IDE, its not going anywhere.
My favorite is using standard vscode tabs for our chats so you can easily pull them out side by side and use all the standard VSCode shortcuts to manage them. It makes managing parallel agents a lot easier.
belt and suspenders: do it with fallbacks & redundancies. You don't need both belt an suspenders to hold your pants up, but with both they're surely not going to fall down.
I have never heard it outside of an LLM describing coding solutions. Had the same question and someone in slack explained it well.