Cursor 2.0 keeps crashing on me while having an agent running and opening the IDE part of the application. I might have to rollback.
Composer: Building a fast frontier model with RL
81–90 of 169 posts
Re: Composer: Building a fast frontier model with RL
#82Earlier quoted context omitted.
Cheetah was an earlier (and dumber) version of this model that we used to test production speed. They are both developed in-house. If you liked Cheetah, give this model a try.
Awesome, thanks for the clarification. So are the rumors around Cheetah being based on a Grok model just straight up untrue? I want to try Composer but have a pretty strict no X/Grok policy.
Re: Composer: Building a fast frontier model with RL
#83Earlier quoted context omitted.
Cheetah was an earlier (and dumber) version of this model that we used to test production speed. They are both developed in-house. If you liked Cheetah, give this model a try.
This is nice. I liked Cheetah for grunt work that I want to get out quickly and is not too hard. The speed is really awesome. A model that would run at even higher speeds like the OSS models at groq/cerebras would really be workflow changing, because the slowness of SOTA models really breaks the flow. I find myself taking a ton of breaks and getting distracted while I wait for a model to complete a task (e.g. just no…
Re: Composer: Building a fast frontier model with RL
#84($1.25 input, $1.25 cache write, $0.13 cache read, and $10 output per million tokens)
Re: Composer: Building a fast frontier model with RL
#85Hi everyone, I am an ML researcher at Cursor, and worked on this project. Would love to hear any feedback you may have on the model, and can answer question about the blog post.
Re: Composer: Building a fast frontier model with RL
#86Earlier quoted context omitted.
you can use git worktrees and just have multiple Claude Code terminal instances working on each worktree. That way they don't clash, just delete the worktree when the task is done.
I have never leveraged git worktrees... That is such a crazy useful tool that I am almost ashamed of not having researched it before. Git is such a beautiful piece of software.
Re: Composer: Building a fast frontier model with RL
#87Earlier quoted context omitted.
Absolutely. CC can be tuned to not do too much crap on its own, but even with the new extension its IDE integration and multi thread management are still significantly worse, as is its status reporting, which I find to be very important. Also, somehow magically, I’ve found Cursor’s Auto mode to be significantly faster than the specific models I’ve tried, Claude being among them.
Auto is pretty amazing and I think most folks that have issues or complain about cost are simply not using Auto.
Re: Composer: Building a fast frontier model with RL
#88Earlier quoted context omitted.
Absolutely. CC can be tuned to not do too much crap on its own, but even with the new extension its IDE integration and multi thread management are still significantly worse, as is its status reporting, which I find to be very important. Also, somehow magically, I’ve found Cursor’s Auto mode to be significantly faster than the specific models I’ve tried, Claude being among them.
Auto is pretty amazing and I think most folks that have issues or complain about cost are simply not using Auto.
Re: Composer: Building a fast frontier model with RL
#89Earlier quoted context omitted.
Which model did you distill it from? Great work! PS getting a few scenarios where it doesn't follow rules as well as sonnet 4.5
The blog talks about the training process. Specifically we trained with RL post-training on coding examples.