32 comments

  • pants26 hours ago
    Kinda funny that their &quot;cost-vs-performance&quot; chart looks the same as the one for Composer 2.5[1], except that it includes Composer 2.5 at a completely different spot.<p>What are the chances that CursorBench ranks Cursor&#x27;s model highest, and Cognition&#x27;s bench ranks Cognition&#x27;s model highest? Both are to be RL&#x27;d from Kimi as a base model, BTW.<p>I&#x27;d posit that it&#x27;s not deliberate deception, but for both companies their training data and benchmarks come from the same dataset (Devin&#x2F;Cursor interaction logs) so they naturally overfit.<p>1. <a href="https:&#x2F;&#x2F;cursor.com&#x2F;blog&#x2F;composer-2-5" rel="nofollow">https:&#x2F;&#x2F;cursor.com&#x2F;blog&#x2F;composer-2-5</a>
    • culi5 hours ago
      I think it&#x27;s also telling that they left out the usual hallmarks of the Pareto distribution: GLM 5.2, Qwen 3.7, Minimax M3, and Mimo 2.5<p><a href="https:&#x2F;&#x2F;arena.ai&#x2F;leaderboard&#x2F;code&#x2F;webdev&#x2F;pareto" rel="nofollow">https:&#x2F;&#x2F;arena.ai&#x2F;leaderboard&#x2F;code&#x2F;webdev&#x2F;pareto</a>
      • petesergeant5 hours ago
        &gt; they left out ... GLM 5.2<p>They did not.
    • bluelightning2k5 hours ago
      Good observation.<p>I actually started typing the same point that the chances are actually high because of train&#x2F;eval overlap then realised you answered your own question with that same observation.<p>It is interesting though!<p>Perhaps in some way this means we should decide which eval set aligns best with our taste?<p>Back to the blog post. This is an excellent write up of an excellent technical achievement.<p>I have a lot of respect for the Cognition&#x2F;Devin (always &quot;Windsurf&quot; to me) and Cursor teams.<p>I found it interesting - but justified - that they referred to themselves as a foundation lab rather than a dev tools company.
      • swyx2 hours ago
        agent lab, not foundation lab
    • oofbey2 hours ago
      Agreed on the likely mechanism. I&#x27;m not sure &quot;overfitting&quot; is even the right description. These things are of course absurdly complicated, and evaluating their quality down to a single number involves a lot of judgement and trade-offs. I think it&#x27;s more &quot;you get what you measure&quot; which is true in human organizations too. Define a KPI and people work hard to make it go up, even if it&#x27;s not quite right or has bad side-effects.
      • meowface2 hours ago
        At this point I barely put any value in any of the benchmarks. I just use the models for coding (and related things like software product design&#x2F;planning&#x2F;ideation&#x2F;etc.) tasks and judge them subjectively, and also see how others judge them subjectively on HN and Twitter.
        • girvo1 hour ago
          I use benchmarks…<p>…that are my own private internal suite on my own code bases where I can judge the output properly<p>I also measure wall clock time to completion which has been a surprising separator in practice.
    • ifwinterco3 hours ago
      [dead]
  • kgeist5 hours ago
    On artificialanalysis.ai, Kimi 2.7 Code is way worse than GLM 5.2 at everything (general intelligence, coding, agentic tasks).<p>But here, both Kimi 2.7 and its derivative SWE-1.7 are ahead of GLM 5.2. This tells me the benchmarks they use are cherry-picked.
    • bearjaws3 hours ago
      Likely benchmaxxed. You see it in Qwen and other smaller models all the time.
    • qingcharles2 hours ago
      Composer 2.5 is worse than both; I use it all day for simple stuff. It&#x27;s Kimi 2.6 in a new outfit.
    • petesergeant4 hours ago
      &gt; This tells me the benchmarks they use are cherry-picked.<p>Which benchmarks would you have chosen instead, and why?
      • cogman102 hours ago
        It honestly seems like there&#x27;s not a great way to currently benchmark AI.<p>The ideal way to run these benchmarks would be to give a 3rd party the model to run in an isolated environment so the prompts don&#x27;t make their way back to the AI engineers.<p>That seems doable for open weight models, but not for private models.
        • p1necone1 hour ago
          If you&#x27;ve got money to burn on tokens, the way that seems best to me is to set up a repeatable harness - docker container with a specific past commit from your own project, set of known issues&#x2F;features that you&#x27;ve already fixed&#x2F;completed of varying levels of complexity.<p>Set up a script that launches the harness for each model, prompts them to implement one of the tasks, let it churn until either tests pass or it hits some budget limit.<p>Then, most importantly, <i>read the transcript and output and judge subjectively</i> - I don&#x27;t think this actually can be narrowed down to a score, although tokens burned to fix, whether it actually got the tests green etc are all good signals.<p>(I&#x27;ve done this, but so far only on a codebase that was too complicated with models that were too weak because I didn&#x27;t want to spend more than a few dollars - results were inconclusive, planning on iterating on my personal benchmark in future)
  • ryandvm6 hours ago
    Okay, let&#x27;s give software engineers a break for a bit and focus on obsoleting other high-linguistic context occupations.
    • znsnjanwnwwn4 hours ago
      And to do that you’ll need development so until we’re all out of a job they’ll keep pushing. Once automating is automated it’s done.
      • blauditore2 hours ago
        Any day now... Just a bit more space in the context window, trust me bro.
    • silvertaza5 hours ago
      Like diplomacy? heh
      • cromka1 hour ago
        Some of these models could be particularly small, depending on the market they&#x27;d target...
      • FergusArgyll1 hour ago
        I know you didn&#x27;t mean this but have you ever seen Meta&#x27;s model which plays (the game) Diplomacy? really cool<p><a href="https:&#x2F;&#x2F;ai.meta.com&#x2F;research&#x2F;cicero&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ai.meta.com&#x2F;research&#x2F;cicero&#x2F;</a>
    • yieldcrv2 hours ago
      software and agentic workflows will obsolete those things<p>RL environments building on top of each other will get these models there<p>needs people doing software development lifecycles to figure it out and implement
  • yousif_1231236 hours ago
    We need more models that optimize for coding and that can be cheaper than frontier models, like what SWE 1.7 and composer 2.5 are trying to do. I don&#x27;t think there&#x27;s an effort to make something GLM-5.2 level but focused only on coding.
    • euleriancon2 hours ago
      This isn&#x27;t as easy as it sounds. Every ML model is struggling to balance between generalization and test performance.<p>Taking a good model like GLM5.2 and just fine tuning it on coding can decrease real world performance due to mechanics like catastrophic forgetting. There is also other interesting behaviors were training on a broad training set can improve coding performance because there is positive transfer.<p>There is 100% an effort to make solid coding focused models, but it is very hard to do that without including capabilities across a broad set of adjacent tasks.
      • alansaber1 hour ago
        As you say- LLMs are fundamentally good because of their generalism. Distillation, ablation, ft all tend to be hacky and in some way hurt the model
    • jstummbillig5 hours ago
      Defining what &quot;coding&quot; means now, and how quickly we fall off the capability cliff seems increasingly important.<p>Today my &quot;coding&quot; sessions often enough begin with real life problems, where I discuss domain or inter-domain things, ranging from business, economics, psychology, etc. Being able to do all of that with one model is something I am willing to pay a premium for.<p>Of course not having to pay the premium, because the routing is smart or whatever, would be great. I just don&#x27;t want to have to think about it.
      • andriy_koval4 hours ago
        &gt; Today my &quot;coding&quot; sessions often enough begin with real life problems<p>intuition is that your sessions consists of 10% of domain related reasoning, and 90% of code plumbing. Those 90% could be moved to cheap and efficient specialized and focused model.
        • RussianCow24 minutes ago
          But that 10% is the most important part! Getting the plumbing wrong means you might have bugs or your code is brittle. Getting the domain-specific business logic wrong means your product doesn&#x27;t fundamentally solve the correct problem.
        • jstummbillig2 hours ago
          Possibly! It&#x27;s just hard to reason about from the outside. When does the model benefit from all the ambient knowledge? Idk.<p>Regardless, it&#x27;s fairly obvious to me that none of what I do now will require &quot;frontier models&quot; for much longer. Models are getting better more quickly than my problems are getting harder.
      • tonyhart73 hours ago
        but that is not model problem<p>most agentic coding app can use powerful model for planning&#x2F;reasoning then use &quot;budget&quot; model to do ground work
    • UncleOxidant6 hours ago
      Qwen was doing something like this with their coder models. But alas, they seem not to be releasing those anymore. Last one was Qwen3-coder-next.
      • yousif_1231236 hours ago
        Its crazy that OpenAI and Anthropic themselves aren&#x27;t doing that. No attempts at reducing inference cost for code as far as I know from them.
        • andai5 hours ago
          OpenAI do have codex models, which are half the price. I haven&#x27;t used them enough to comment on the quality though.<p>I remember them saying a few years ago that, they didn&#x27;t think it was worth specializing models for code, because their general purpose models kept beating them. I guess they changed their mind? Since they did start making codex models again.
        • andriy_koval4 hours ago
          My speculation is that frontier models are MoE, and they just have some number of experts for coding.
      • gsibble5 hours ago
        I use this model. It&#x27;s pretty good but not Opus 4.8 or Fable levels obviously. I&#x27;m really hoping we get more models like it (and better) soon. I run it locally and it&#x27;s great that way.
        • UncleOxidant5 hours ago
          Qwen3-coder-next is very usable. But I don&#x27;t think it&#x27;s as good as Qwen3.6-27B (though it does run faster on my hardware). It would be great if we could get a Qwen3.7-coder, but I&#x27;m not going to hold my breath.
    • gsibble4 hours ago
      And make it run locally!
  • godzillabrennus4 hours ago
    Cognition... oh what a ride... We were customers when they acquired Windsurf, stopped offering customer support, raised prices, dismantled the brand, and raised prices again. We are not customers anymore. Benchmarks are not the only thing to worry about when you are using models.
  • anentropic5 hours ago
    <a href="https:&#x2F;&#x2F;devin.ai&#x2F;pricing" rel="nofollow">https:&#x2F;&#x2F;devin.ai&#x2F;pricing</a><p>Apparently &#x27;free&#x27; on the $20&#x2F;mo Devin plan (presumably within some quota still)<p>and that is &quot;via Cerebras at 1000 TPS&quot; according to the announcement<p>I live on Opus 4.8 High and their benchmark scores SWE-1.7 slightly higher ... if at all realistic that sounds like a great deal ... too good to be true?
    • settled12 minutes ago
      I used SWE-1.5 and 1.6 when it was Windsurf (before Devin Desktop), it&#x27;s not that bad (grunt work, tests, can actually plan and implement some medium level stuff) but you get a much much better value and better models (GPT-5.4^) going with a Codex subscription (plus you get resets).<p>That company truly subsidized its user base to the extreme before, the $15&#x2F;mo subscription was the best value on Earth paired with weekly deals reducing credits for premium models. Now it&#x27;s barely any messages for paid models, completely watered down.
    • RussianCow2 hours ago
      The &quot;Lightning&quot; (Cerebras) variant isn&#x27;t free, only the regular one, which runs closer to 50 TPS in my experience with SWE 1.6.
    • yousif_1231232 hours ago
      The 1000 TPS shows for me as &quot;SWE 1.7 Lightning&quot; and took 14% of my daily quota in one prompt on the $20 plan.<p>But the normal speed one seems to be free or with very generous limits.
  • harmonic183746 hours ago
    A company whose first demo was completely fraudulent announces that its model beats GPT-5.5, on its own benchmark? I’m gonna wait a little before I trust this.<p>This whole company seems to optimize for raising money and impressing VCs. Lying about their products, ignoring consumer market to target enterprise, bragging about how they work their employees like slaves, and writing these posts full of intimidating technical jargon...
    • achandra035 hours ago
      To be fair it does seem like most AI startups are now like this (particularly when it comes to constantly mentioning how hard they work and ignoring consumer markets).
      • parineum5 hours ago
        &gt; it does seem like most AI startups are now like this<p>Remember when AGI was going to replace all jobs in 6 months? It&#x27;s always been like that.
    • alansaber1 hour ago
      This is inevitable when the primary incentive is to raise aggressively. Overall I dont find cognition blogs that jargony, there are definitely worse offenders
    • SubiculumCode6 hours ago
      Link for this?
      • jeffnv6 hours ago
        <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=40008109">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=40008109</a>
        • andy996 hours ago
          Is it just me or does all that* seem pretty tame by today’s standards? Not saying it’s right, but it barely raises eyebrows. Sounds like a pretty typical startup demo.<p>* Based on the first comment in the link that claims to summarize the video.
    • sigbottle5 hours ago
      I highly respect many people at cognition but yeah that&#x27;s put a sour taste in my mouth.<p>I want to work in the AI space on actual AI research, at any part of the stack. Even if I&#x27;m developing training infra - as long as people are advancing knowledge of what <i>intelligence</i> could be.<p>But it seems like either it&#x27;s big labs or grifters, that&#x27;s it, and even the big labs, at least publicly, seem very grifty at times. Not like I have the technical chops probably, but still.
    • oa3356 hours ago
      &gt; &quot;A company whose first demo was completely fraudulent&quot;<p>Could you expand on this?
    • giancarlostoro6 hours ago
      Would love to see these companies use benchmarks done by third parties.
      • anthonypasq6 hours ago
        they are right there? it shows swe-bench multilingual and terminal bench
    • w4yai6 hours ago
      What happened ?
  • Bnjoroge4 hours ago
    I’ve unfortunately had to temper my excitement with Cognition’s models&#x2F;products given the amount of unwarranted hype they created with Devin on first release, but hopefully this is good.
    • inglor3 hours ago
      I work with Devin daily (as well as Claude and a few others) and I can attest it&#x27;s not a cheap product but it&#x27;s a good one and it saves me a bunch of time.
  • taf26 hours ago
    Not finding anything about this while searching huggingface: <a href="https:&#x2F;&#x2F;huggingface.co&#x2F;search&#x2F;full-text?q=SWE-1.7" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;search&#x2F;full-text?q=SWE-1.7</a> i assume this is another closed source model?
    • mirekrusin6 hours ago
      Open weight models should have GPL-like license where it says if you train model on it, it needs to be open weight as well.
    • joecot5 hours ago
      Yes, and not only that but you can&#x27;t even access it via API, you can only use it in Devin (formerly Windsurf).<p>I&#x27;m an OpenCode user, but I&#x27;ll fall back to Claude Code if I want to use Opus end to end for something, given my company has a subscription. But I&#x27;m not using <i>yet another</i> tool and subscription for a model that isn&#x27;t even winning.
  • Mitchem5 hours ago
    While I am skeptical of the results here, I am very excited for this new trend of making models faster. Running capable models at 1k TPS is more valuable for me than running better models at 30 TPS. I can only imagine the trend continues to move from &quot;let&#x27;s only make models smarter&quot; to just incremental intelligence gains but with step improvements in speed.
    • lnenad5 hours ago
      Why? I&#x27;m personally on the opposite end. Less babysitting&#x2F;higher quality means more time goes back to me&#x2F;the user. 1000tps of bad code means you have to keep validating the output and circling back.
      • aunty_helen4 hours ago
        High tps is good for deeper agent thinking loops and openclaw etc. I was running cerebus recently doing some data heavy tasks, it managed to crash the server I was submitting posts to. 6 hour task down to ~1hr
      • anthonypasq5 hours ago
        id rather iterate multiple times than wait 15 minutes to notice it made a mistake.
        • lnenad4 hours ago
          Again, my point is exactly the opposite. Higher quality implies a mistake isn&#x27;t made in a significant % of cases.
          • unshavedyak4 hours ago
            It&#x27;s a lossy conversion though. &quot;Mistake&quot; is relative to the stated goals and specifications which are often heavily lacking. So unless you write with a high degree of architectural and implementation specificity then it might make very high quality code that is still not what you wanted.
            • lnenad3 hours ago
              You can ask for a complete feature&#x2F;app&#x2F;business. Or you can split up the work into verifiable&#x2F;testable pieces and rely on a high quality AI to deliver. As time goes by the pieces will get larger as capability grows. I still trust myself and my experience when arch is involved, but AI has been great at tackling lower level stuff. And with Fable I don&#x27;t really care it takes a while for it to complete, as I know I can trust it a lot more (which is what I personally prefer). Yes, with a 10k tps model you can iterate quickly. But that&#x27;s not me personally.
              • RussianCow2 hours ago
                But some requirements you don&#x27;t realize you have until you start building. With a fast model, you can surface those really quickly and have more time to iterate and explore different solutions. With a slower but smarter model, you just hope that what it produces after an hour is what you were imagining.<p>And yes, with Fable, the chance of that is higher than with SWE&#x2F;Composer, but in my experience it&#x27;s not so much higher that the extra time and cost is worth it. But it certainly depends on your goals and what you&#x27;re building.
      • unshavedyak4 hours ago
        So i agree with you, but there&#x27;s no SOTA model that i don&#x27;t have to babysit. I&#x27;m not going to just throw a large pile of code in there unreviewed, and so what i want is faster iteration on code in logical, reviewable chunks. Ie just like i&#x27;d normally write myself; small, logical commits.<p>Faster iteration means i mentally checkout less and am more involved with the code being created.<p>My hope is that in the far far future, we can get LLMs so fast that i can work in my IDE like normal and the LLM will just be an extension of autocomplete. I can state a goal, rough out functions, code, etc, and it&#x27;ll just work around me like a very fast pair programmer &#x2F; autocomplete.<p>The chat interface is an intermediate step that frankly i hate. The faster it is the less i wait.<p>Now for vibe-slop i&#x27;m making on the side, yea i don&#x27;t care about speed. But that&#x27;s not something i&#x27;m employed to do or anything i truly care about. It&#x27;s a different workflow entirely.
        • lnenad3 hours ago
          I get it, you just prefer to do things differently<p>&gt; Faster iteration means i mentally checkout less and am more involved with the code being created.<p>This is a good point I didn&#x27;t consider and you&#x27;re right. More interaction brings you closer to the code.<p>I still think that this is the opposite of what I personally want. Either I write the code (or a large majority of it), and be fully involved; or be more disconnected but more free to focus on other things. The middle ground removes me from the equation, but also requires me to babysit.
    • holoduke5 hours ago
      Indeed. For me opus 4.8 is good enough. If only it would be 100 times faster. You could run it in self verification loops much much faster. It sometimes takes 15 minutes for me to complete a simple task. For example configuring AWS agentcore and deploying an agent on it. Takes forever with Claude with constant issues it tries to solve.
  • akshaydeshraj5 hours ago
    Would have been worth a consideration if it could have been used beyond it&#x27;s own harness. Unfortunately, doesn&#x27;t seem to be the case.<p><a href="https:&#x2F;&#x2F;x.com&#x2F;theodormarcu&#x2F;status&#x2F;2074896486047834380" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;theodormarcu&#x2F;status&#x2F;2074896486047834380</a>
    • mrinterweb2 hours ago
      I really don&#x27;t want harness lock-in. I am trying to decouple myself from Claude Code now. I love the model of OpenRouter and being able to switch models at will let&#x27;s your harness focus on your personal tooling and you can easily switch to the flavor of the month LLM with a single slash command instead of rewiring your entire workflow to use a harness to use a model.<p>I like Cerabras, but I really wish they would make more of their hosted models generally available.
    • 2001zhaozhao4 hours ago
      Harness-wrapper tools that support multiple harnesses and allow sharing workspace features (skills, slash commands, etc.) between them will be meta.
      • RussianCow2 hours ago
        Ironically, Devin Desktop is one of those tools. It supports any harness that supports ACP (which is most of them)—you can use Claude Code, Codex, OpenCode, etc from the Devin Desktop UI.<p>I&#x27;m currently experimenting with OpenSpec[0] as the &quot;framework&quot; and using different subscriptions for different parts of the spec-driven process: Opus via Claude Code for exploration, Devin SWE for building, and GLM 5.2 via the Z.ai Coding Plan for verification. I don&#x27;t love having to mix and match harnesses, but in practice it&#x27;s barely more effort than switching models.<p>[0]: <a href="https:&#x2F;&#x2F;openspec.dev&#x2F;">https:&#x2F;&#x2F;openspec.dev&#x2F;</a>
        • thereitgoes4561 hour ago
          Is that surprising? It is standard &quot;embrace, extend, extinguish&quot; from a company not in a strong enough position to do the third one.
    • esafak5 hours ago
      Ugh, that changes everything. If I wanted an arranged marriage I could go back to Claude Code.
  • modeless3 hours ago
    What is the actual per token price? The benchmarks look similar to Grok 4.5 also released today and priced at $2&#x2F;M input tokens and $6&#x2F;M output tokens.
    • RussianCow2 hours ago
      The regular one (not the fast variant) is free but slow. The &quot;Lightning&quot; variant (which uses Cerebras and gets supposedly 1000 TPS) costs $12.50&#x2F;M output, $2.5&#x2F;M input, $1&#x2F;M cached input. So it&#x27;s quite a bit more expensive than SWE 1.6.
    • tonyhart73 hours ago
      and what is actual intelligence per dollar benchmark ???? its useless comparing token&#x2F;dollar while some model inherently generate more thinking output and cost more despite lower cost
  • bobtheborg1 hour ago
    I like to use SWE-1.6 for quick help with git. For instance:<p>review the top stash and tell me what&#x27;s in it (grouped appropriately)<p>1.6 does this fine nearly instantly.<p>1.7 tried for 17s before I killed it
  • amarant3 hours ago
    Very thankful someone is doing this work! I suspect it will be thankless work for a while: we&#x27;re not far enough into diminishing gains territory for anything other than the absolute best being worth considering for most people, but I reckon we will be pretty soon. If a year from now swe 2.0 or whatever reaches fable 5 parity for a fraction of the cost, that&#x27;ll be very attractive indeed!
  • nibbleyou6 hours ago
    Unrelated: what&#x27;s the point of &quot;*equal contribution&quot;? Why would someone specify this
    • edot6 hours ago
      Because papers are often referred to by the first author’s name, and often the first author is the primary researcher and therefore deserves the extra credit. When two or more primary authors are equally involved, they’ll often do a random ordering but annotate this so that no one thinks one did more than the others.
  • spate1416 hours ago
    Feels like they discovers that if you build your own benchmark, you can win it
    • londons_explore5 hours ago
      Pretty sure most benchmarks are being gamed by people training on the test set deliberately or accidentally anyway.
  • hedgehog6 hours ago
    Heads up to anyone else curious, I installed the Devin CLI and SWE-1.7 is not currently available there.
  • 2001zhaozhao5 hours ago
    Wait Devin has a CLI?<p>Time to support it in my agent IDE just like Cursor&#x27;s...
  • fallinditch6 hours ago
    I&#x27;m looking forward to trying this out. I&#x27;ve been using SWE 1.6 quite a lot for grunt work alongside Opus for higher level planning and tricky stuff - a good combo.<p>As a (former) Windsurf user I&#x27;m pretty happy with the progress of the Cognition&#x2F;Devin ecosystem after they took over Windsurf, now known as Devin Desktop.
  • llmslave6 hours ago
    These models are never as good, the benchmarks dont tell the full story
    • haritha13136 hours ago
      The reality is most people building their own models and providing that alongside SOTA ones don&#x27;t really care about how great these models are. They just prove that &#x27;hey we are smart enough to build our own models so you can trust us instead of going with a single provider like Claude via Claude Code&#x27;, also a cheap alternative for cost sensitive&#x2F;free users - at least this was the case for Windsurf, not sure if Devin Desktop still has that tier. They just need to hillclimb the benchmarks and show something reasonable enough there.
    • spate1416 hours ago
      Benchmarks are just vibes with error bars... wake me up when it survives a week on a real codebase without hallucinating a package that doesn&#x27;t exist.
    • SubiculumCode6 hours ago
      Funny, the cheerleading at HN for leading Chinese models, but a non Chinese lab (building on top of a Chinese model) gets dissed here.
      • mirekrusin5 hours ago
        It&#x27;s simple: close weights = not welcome.
      • sosodev6 hours ago
        It&#x27;s almost as if HN users aren&#x27;t all the same.
      • llmslave6 hours ago
        all the open source models are a waste of time relative to the bleeding edge from openai&#x2F;anthropic
        • wongarsu6 hours ago
          At work I wouldn&#x27;t want to use anything else. Compared to my salary a Claude subscription (or two) is cheap<p>For hobby projects I&#x27;ve completely switched to DeepSeek v4 pro. I spend less than on a $10 Claude plan and am not subjected to quota limits (when I have time <i>and</i> motivation, the last thing I want is a 5 hour quota running out). And the difference in model performance is fine for those smaller projects, most of which will end up abandoned or in a state of &quot;good enough&quot; anyways<p>And for utility tasks, those 30b models are also great. I&#x27;m a big fan of gemma4
          • llmslave6 hours ago
            ive just got better things to do with my life than fuss with an inferior model. its like why hire a dumb employee over a smart one
            • BeetleB5 hours ago
              I think you misspelled &quot;I&#x27;ve got plenty of money&quot;.
              • llmslave4 hours ago
                200 bucks a month?
                • BeetleB2 hours ago
                  Is a lot of money. The majority of people here aren&#x27;t willing to spend $200&#x2F;mo for coding unless their little projects provide a comparable value back to them.<p>For context, I&#x27;m paying under $30&#x2F;year and get GLM-5.2. An extra $2300&#x2F;year isn&#x27;t going to get me much better outcomes.
                  • llmslave28 minutes ago
                    it seems cheap for what is borderline AGI
        • pixel_popping6 hours ago
          Not true since a few months, genuinely try GLM 5.2 and Minimax M3, especially in adversarial&#x2F;gating... as a general model, I can agree, but as a coding model, they are not bad, comparable to maybe Opus 4.5 in real usage which is quite impressive.
          • villish5 hours ago
            I use GLM or DS4 to help me draft a better initial prompt with more information that I then give to Sonnet 5&#x2F;Fable&#x2F;GPT5.5. While benchmarks show the open models close to frontier level, my experience with them is drastically different. I have high confidence that Fable or GPT will 1 shot solutions.<p>At least with low level programming languages. They&#x27;re all very good for webdev stuff.
          • llmslave6 hours ago
            yeah but why waste your time on these models, just use the one that gets the better results
            • nicoburns5 hours ago
              I actively prefer GLM-5.2 for some tasks. For simple tasks the results are just as good as e.g. Opus, and it produces results significantly faster.
            • 91837265185 hours ago
              Because you can get them from more trustworthy providers or with hardware encryption.
              • llmslave5 hours ago
                i trust anthropic&#x2F;openai with my data far more than some random startup.
            • somenameforme5 hours ago
              I was going to respond until I saw your account name lol.
              • llmslave5 hours ago
                haha i outsource my thinking to the smartest model
  • hudo5 hours ago
    How do i use it from opencode&#x2F;openrouter?!
  • throwaw126 hours ago
    Open source for the win!<p>Imagine how far community might have pushed if 2 past versions of &#x27;morally superior&#x27; Anthropic and &#x27;completely Open AI&#x27; open sourced their models for the community to build on top of them
    • spott6 hours ago
      Is this open source? I can&#x27;t find a link to download the weights.
      • UncleOxidant6 hours ago
        It&#x27;s based on an open weight model (Kimi 2.7) so shouldn&#x27;t it also be open weight?
        • NitpickLawyer5 hours ago
          &gt; so shouldn&#x27;t it also be open weight?<p>Should as in &quot;would it be nice?&quot; - yeah. Should as in they have to? No.<p>&gt; Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and&#x2F;or sell copies of the Software, and to permit persons to whom the Software is furnished to do so<p>You can do pretty much anything you want with an MIT license.
        • andy996 hours ago
          There is no obligation to do that. I think the landscape would be very different now if one of the big labs had released an earlier “frontier” model under copyleft that requires sharing fine tunes. I hope it still happens.
          • cmrdporcupine4 hours ago
            Dario is convinced that will create SkyNet, and so no, it will never happen. Only the blessed members of the True Church Of Effective Altruism can approach the Ark of the Covenant. The unwashed cannot be trusted.
            • api4 hours ago
              Rationalism and EA is Scientology for the Bay Area.
    • akshaydeshraj5 hours ago
      Not open source. Also, not available beyond it&#x27;s own harness.
  • achierius6 hours ago
    I&#x27;ve always had mixed feelings about Cognition. Obviously they have some very, very smart people working there (I even know a few), and they do make real products. But at the same time, they&#x27;ve made suspicious marketing claims more than once and even been caught making outright fabricated ones; and while they certainly seem to have shaped up from that, I still find their claims to be in a sort of grey area where they seem to avoid unfavorable comparisons and lean on their own benchmarks. Certainly when I&#x27;ve tried their models they have not been nearly as useful as comparable versions of Claude, GLM, etc. -- though I haven&#x27;t had a chance to try SWE-1.7 yet.
  • petesergeant5 hours ago
    I think it&#x27;s a bit odd to show the API prices for competitors when that&#x27;s not how most people pay for them. I do like that it&#x27;s provisioned by Cerebras though. I think I&#x27;d have leant towards focusing on the TPS.
  • messia3 hours ago
    And yet when I use swe it feels like massive shit
  • messia3 hours ago
    if you are still using these products in 2026 you are really a shit engineer
  • ahk-dev5 hours ago
    [dead]
  • reflectix6 hours ago
    [dead]
  • ai_slop_hater4 hours ago
    [dead]