Composer: Building a fast frontier model with RL
151–160 of 169 posts
Re: Composer: Building a fast frontier model with RL
#152Earlier quoted context omitted.
This is just a completely different use of LLMs and has little to do with working at a real business with a live site and users. Cursor is great when you want to gain understanding of an issue quickly, or resolve something clear and specific quickly. I'm not against YOLO vibe coding, but being against tab completion is just insane to me. At the end of the day, LLMs help you achieve goals quicker. You still need to kn…
Some of these projects are at a "real business with a live site and users". Two of the current ones are. And it's not remotely "YOLO vibe coding". All the code gets reviewed, and tested thoroughly, and they are worked to specs, and gated by test suites. What I don't do is babysit the LLM until it's code passes both the test suite and automated review stages, because it's a waste of time. Others of these projects are…
I tried to use an appropriate emoji to express the joking nature of this comment, but HN silently filtered it out, so pretend you see a grinning face.
Re: Composer: Building a fast frontier model with RL
#153Re: Composer: Building a fast frontier model with RL
#154Earlier quoted context omitted.
> "Best Frontier" includes GPT-5 and Sonnet 4.5, which both outperform Composer.
>> "Best Frontier" includes GPT-5 and Sonnet 4.5, which both outperform Composer. Looking at the graph, it would appear there's an implicit "today" in that statement, as they do appear poised to equal or surpass Sonnet 4.5 on that same benchmark in the near future.
Re: Composer: Building a fast frontier model with RL
#155The lack of transparency here is wild. They aggregate the scores of the models they test against, which obscures the performance. They only release results on their own internal benchmark that they won't release. They talk about RL training but they don't discuss anything else about how the model was trained, including if they did their own pre-training or fine-tuned an existing model. I'm skeptical of basically ever…
Re: Composer: Building a fast frontier model with RL
#156Earlier quoted context omitted.
> Sonnet 4.5 quality is about as low as I'm willing to go. literally a 30 day old model and you've moved the "low" goalpost all the way there haha. funny how humans work
Yup - just like sibling comment said - my "low bar" is going to be whatever the best model is that isn't unreasonably costly/expensive. Speed of model just isn't the bottleneck for me. Before it I used Opus 4.1, and before that Opus 4.0 and before that Sonnet 4.0 - which each have been getting slightly better. It's not like Sonnet 4.5 is some crazy step function improvement (but the speed over Opus is definitely nice…
Re: Composer: Building a fast frontier model with RL
#157The lack of transparency here is wild. They aggregate the scores of the models they test against, which obscures the performance. They only release results on their own internal benchmark that they won't release. They talk about RL training but they don't discuss anything else about how the model was trained, including if they did their own pre-training or fine-tuned an existing model. I'm skeptical of basically ever…
Disagree. The ultimate bar which is easily measurable, do users find value in it. Benchmarks are mostly meaningless especially in my opinion where cursor shines which is the tool chain. You can go try composer yourself today and see if it’s valuable to you.
Then why publish the obscured benchmarks in the first place then?
Re: Composer: Building a fast frontier model with RL
#158I wish it was easy to find out how much it costs relative to Claude :)
As a stealth model, it was priced as $1.25M in / $10M out Right now, it seems free when you are a Cursor Pro user, but I'd love more clarity on how much it will cost (I can't believe it'll be unlimited usage for subscribers)
Re: Composer: Building a fast frontier model with RL
#159Maybe I'm an outlier but Sonnet 4.5 quality is about as low as I'm willing to go. It's generation speed is not the problem or the time sink. It's wrestling with it to get the right output. --- And just to clarify as maybe I misunderstood again but people are comparing cursor to Claude Code and codex etc here- isn't this whole article all cursor just using different models?
> Sonnet 4.5 quality is about as low as I'm willing to go. literally a 30 day old model and you've moved the "low" goalpost all the way there haha. funny how humans work
Re: Composer: Building a fast frontier model with RL
#160Cursor has the best Tab model, and I feel like their lead there has kept growing - they're doing some really cool things there. https://cursor.com/blog/tab-rl I wonder how much the methods/systems/data transfer, if they can pull off the same with their agentic coding model that would be exciting.
I actually find myself using the agent mode less now, I like keeping code lean by hand and avoid technical debt. But I do use the tab completions constantly and they are fantastic now ever since they can jump around the file.