Muse Spark 1.1

(ai.meta.com)

178 points by ot3 hours ago

36 comments

  • GodelNumbering2 hours ago
    Lot more details in the linked report <a href="https:&#x2F;&#x2F;ai.meta.com&#x2F;static-resource&#x2F;muse-spark-1-1-evaluation-report" rel="nofollow">https:&#x2F;&#x2F;ai.meta.com&#x2F;static-resource&#x2F;muse-spark-1-1-evaluatio...</a><p>From Terminal-bench-2.1 details,<p>&gt; We use a bash-tool-only agent harness to evaluate 89 Terminal-Bench 2.1 tasks from the official repository, where resources are capped at 6 CPU cores and 8GB RAM.<p>This disqualifies the results. Each terminal bench task has a cpu upper limit and RAM upper limit. Overriding either is disqualification.<p>For reference, in tbench-2.1,<p>1. 0 out of 89 task allow 6 cpu cores (highest is 4, and i think only 1 task)<p>2. 8 out of 89 tasks allow 8GB RAM<p>This kind of shady benchmarking (I was talking about it just yesterday in a different context <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=48838212">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=48838212</a>) takes all joy out of building a harness to improve benchmark performance of a model because no matter what you do, you won&#x27;t beat the headline (cheating) number. This is presumably why this model is not in the official benchmark leaderboard <a href="https:&#x2F;&#x2F;www.tbench.ai&#x2F;leaderboard&#x2F;terminal-bench&#x2F;2.1" rel="nofollow">https:&#x2F;&#x2F;www.tbench.ai&#x2F;leaderboard&#x2F;terminal-bench&#x2F;2.1</a><p>As an ex Meta employee, this is a little sad but not massively surprising. &#x27;Number go up&#x27; is the core performance evaluation metric until PSC is done and you move on.
    • rsanek22 minutes ago
      This doesn&#x27;t seem that big of a deal to me? I mean, in any other area where I want an assessment of a product, I&#x27;m not going to trust what the product producer says about it at face value -- obviously they&#x27;re going to be biased. This is the whole raison d&#x27;etre for independent testing, like <a href="https:&#x2F;&#x2F;artificialanalysis.ai" rel="nofollow">https:&#x2F;&#x2F;artificialanalysis.ai</a>.
    • kingstnap1 hour ago
      Why are resource limits considered at all aside from models accidentally fork bombing themselves?<p>I thought the benchmark was supposed to be about terminal use and specifically chaining together lots of bash tool calls. Which test cases does this matter for?
      • GodelNumbering1 hour ago
        Terminal bench 2 isn&#x27;t simply about &#x27;somehow&#x27; getting a task done, it intends to measure real world behavior of an agent, including environment awareness in a given situation.<p>A few examples from memory:<p>1. This task [1] asks the agent to train a CNN under 1 CPU, 2GB RAM, 10GB storage. If you allow high resources, weaker models often succeed (the most clock time actually goes in waiting for the network to train).<p>2. This task [2] asks agents to implement a complete MIPS interpreter in JavaScript in 1 cpu and 2GB RAM. A common failure mode is OOM, at least in the earlier buggy versions that models run to get feedback. When OOM hits, the task is killed, no do-overs.<p>3. A lot of tasks involve building projects with a single core supplied. If you use -j12 type options, it will actually be _slower_ to build and the task will more likely miss the timeout. Having more threads squeezes the end to end time. This is a big one actually since the most common failure mode (from what I have seen) is the task timeout hitting before the agent finishes<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;harbor-framework&#x2F;terminal-bench-2-1&#x2F;blob&#x2F;main&#x2F;tasks&#x2F;caffe-cifar-10&#x2F;task.toml" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;harbor-framework&#x2F;terminal-bench-2-1&#x2F;blob&#x2F;...</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;harbor-framework&#x2F;terminal-bench-2-1&#x2F;tree&#x2F;main&#x2F;tasks&#x2F;make-mips-interpreter" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;harbor-framework&#x2F;terminal-bench-2-1&#x2F;tree&#x2F;...</a>
    • efromvt1 hour ago
      Out of curiosity, how often are the resource limits the bottlenecks? What do harnesses do to help here - limit parallelism? More efficient tools?
      • artrockalter1 hour ago
        The task could be verifiable in the environment so limiting its CPU and RAM could be to discourage brute forcing the answer.
    • meric_22 minutes ago
      Huh? What are you talking about?<p><a href="https:&#x2F;&#x2F;www.anthropic.com&#x2F;engineering&#x2F;infrastructure-noise" rel="nofollow">https:&#x2F;&#x2F;www.anthropic.com&#x2F;engineering&#x2F;infrastructure-noise</a><p>Is anthropic benchmark maxxing and cheating on terminal bench too? They don&#x27;t follow the strict resource &quot;limits&quot; either
      • GodelNumbering1 minute ago
        What that link describes is basically the motivation to go from terminal bench 2.0 to 2.1. The latter simply fixed the common issues&#x2F;complaints. There is a long github discussion on tbench&#x27;s about it
  • simonw1 hour ago
    I had a few days of preview access, which was long enough to put together a plugin for LLM. You can try the model out in the terminal like this:<p><pre><code> uv tool install llm llm install llm-meta-ai llm keys set meta-ai # paste API key here llm -m meta-ai&#x2F;muse-spark-1.1 &quot;Generate an SVG of a pelican riding a bicycle&quot; </code></pre> Here&#x27;s the result: <a href="https:&#x2F;&#x2F;tools.simonwillison.net&#x2F;markdown-svg-renderer#url=https%3A%2F%2Fgist.github.com%2Fsimonw%2F4117330e4110279a172ed4876057816d" rel="nofollow">https:&#x2F;&#x2F;tools.simonwillison.net&#x2F;markdown-svg-renderer#url=ht...</a><p>For comparison, here&#x27;s the pelican I got from Muse Spark 1: <a href="https:&#x2F;&#x2F;simonwillison.net&#x2F;2026&#x2F;Apr&#x2F;8&#x2F;muse-spark&#x2F;" rel="nofollow">https:&#x2F;&#x2F;simonwillison.net&#x2F;2026&#x2F;Apr&#x2F;8&#x2F;muse-spark&#x2F;</a>
  • jacobgold1 hour ago
    Maybe Zuck should double down on his &quot;spoiler&quot; role with models rather than compete head-to-head.<p>He doesn&#x27;t have to match Anthropic or OpenAI model revenue if he can deflate theirs by 99%.<p>All he has to do is keep spending a few billion dollars developing frontier models, release them as open weights, and turn coding models into a commodity. He also needs a good OSS reference harness to match. Very few people are in a position to do this and for it to make business sense.<p>That&#x27;s quite likely where things are headed regardless, and he could speed it up significantly.<p>We should all hope models move from proprietary products to commodities the way compilers did.<p>This may be one of the best things Zuck could do for the world.
  • Tiberium2 hours ago
    The pricing is insane: $1.25&#x2F;$4.5 for 1M tokens, and $0.15 for cached input!<p><a href="https:&#x2F;&#x2F;dev.meta.ai&#x2F;docs&#x2F;getting-started&#x2F;pricing-rate-limits" rel="nofollow">https:&#x2F;&#x2F;dev.meta.ai&#x2F;docs&#x2F;getting-started&#x2F;pricing-rate-limits</a>
    • mchusma2 minutes ago
      Yeah, this is most directly comparable to xAI Grok 4.5. In both cases, directionally &quot;opus level intelligence for haiku prices&quot; which is a really big deal for application developers who want to include models like this in their applications. I have been testing switching out haiku and sonnet for Grok 4.5, and may give this a try too (it is quite a bit cheaper, particularly for cached).
    • fallingbananna2 hours ago
      Meta isn’t right now on the radar for most folks picking models.<p>If they have a really good model, it makes sense to subsidise it, to gain users, before they align prices with competitors.
      • ycui72 hours ago
        this is not subsidizing. this is way too expensive for a no-name model.
    • ignoramous2 hours ago
      Cheaper than Qwen 3.7 Max. Second indication, after Grok 4.5 ($2 in &#x2F; $6 out), that the BigLabs are feeling the GLM 5.2 heat.
      • cedws2 hours ago
        [flagged]
    • ai_fry_ur_brain1 hour ago
      This is still ridiculously expensive imagine having to pay $10 for 100 search results on Google, thats essentially what this is.<p>I really dont see how anyone&#x27;s willing spend more than $1.50 per mm output. Let alone $15-50. Does anyone actually pay for usage based billing as a consumer?
  • Sol-1 hour ago
    Interesting how the prevalent opinion until yesterday seems to have been that OpenAI &amp; Anthropic are irreversibly ahead and now with xAI and Meta at least delivered something that&#x27;s competitive with useful models and cheap too. Granted, the narrative that the two leading labs are ahead still holds with Fable (and perhaps an upcoming GPT6), but it&#x27;s not as over as common knowledge by the opinion leaders would have us believe.
    • logicchains1 hour ago
      People misinterpreted Google being behind as Anthropic and OpenAi being really ahead, when it was really just Google falling behind the same way it did with Tensorflow, Angular and GCP.
      • revolvingthrow47 minutes ago
        &gt; when it was really just Google falling behind the same way it did with Tensorflow, Angular and GCP<p>Not sure I agree. Angular fell behind in popularity but was (is? unsure atm) still eminently usable. I gave gemini a test drive recently and it was horrendous, as in &quot;picking dirt cheap Chinese model over gemini any day&quot; bad, and with overzealous guardrails to boot. 3.1 pro feels a year behind and is extremely lazy. 3.5 flash feels like a model you’d run on your 128gb macbook, not something that was released a month ago and which costs a fair bit when used through api.<p>In any case: as of right now I think that we went from a three horse race to anthropic &#x2F; openai as premium choices vs whatever is the Chinese fotm for a fraction of the cost. 3.5 pro better be a miracle if google wants to hang out with the big boys, otherwise their only strategy is hoping that both US labs go broke and they remain the last man standing.
    • re-thc1 hour ago
      &gt; Interesting how the prevalent opinion until yesterday seems to have been that OpenAI &amp; Anthropic are irreversibly ahead<p>Not the way you&#x27;re implying?<p>The GLM 5.2 hype was blowing way before this. Neither xAI nor Meta have really made a difference in a different way - similar results &#x2F; similar pricing (to GLM 5.2).
  • kilroy1232 hours ago
    I personally do not like Meta, but I&#x27;ll say this. The more competition, the better for regular consumers. (Enterprise too)<p>- Chinese models<p>- Grok<p>- Meta<p>- Google<p>- OpenAI<p>- Anthropic<p>I think this is a win. I&#x27;m building like crazy to take advantage of all these subsidized tokens while I can.
    • alansaber2 hours ago
      Meta&#x27;s local llama models used to be the face of open source AI. The scene has really changed.
      • cyanydeez2 hours ago
        they likely got the Peter Theil newsletter proclaiming open source models are the antichrist
    • cpt1002 hours ago
      Yeah, I think it is definitely great. Having said that, I am still debating in my mind whether the volume of software engineers needed in the AI era is going to increase or decrease because of all of these advancements.<p>On the one hand, because it is easy to build products, more and more people will build. And more and more products and features will be built. However, a lot of people who are non-technical will also try to build, but they get stuck, and then they will need engineers. The sheer volume of product built by both experienced technical companies and non-technical novice startups and founders and wannabe founders is going to be massive. That is the bull case for having more software engineers needed in the near future.<p>On the other hand, in a year or so, people will build all these products, and most of them won&#x27;t be able to market them, sell them and make money. Eventually, there won&#x27;t really be a need for that many software engineers.<p>I think overall the bull case is probably going to win net net.
      • hraxz1 minute ago
        The big thing to me is why are we even running these models on top of an operating system?<p>What I really want is Claude as a deep part of the operating system.<p>If that happens then a whole lot of the abstraction of software vanishes along with the software jobs.<p>I would think that needs massive local compute though but I can&#x27;t imagine that is not the future down the line.
      • linkjuice4all2 hours ago
        I see some similarities to 3D printing here. It’s great that everyone can make their own toothbrush holder (or whatever) but I’m probably not going to pay for someone’s weekend project.<p>I’m “seeing” more devs stepping into the SendCutSend stage where they’re cleaning up&#x2F;fixing&#x2F;productizing vibe coded projects so maybe there will be some new demand in that space?
        • simonw50 minutes ago
          A comparison I find useful here is Excel (and spreadsheets in general). Those enabled <i>huge</i> numbers of non-programmers to build software-like things, while the demand for expert developers grew enormously at the same time.<p>I&#x27;m hoping vibe-coding plays out the same way.
        • HarHarVeryFunny1 hour ago
          3D printing is a good comparison - it allows almost anyone to make things, but in the end very few do.<p>Another example is when the WWW first became available, and suddenly everyone COULD be a publisher (browsers even included built-in HTML editors), and for a while MySpace pages proliferated until the excitement died down and people went back to being media consumers.<p>I expect we&#x27;ll see the same thing with consumer use of generative AI. Suddendly everyone is generating 3-D worlds&#x2F;games with Fable because they can, but I expect that just as with the web the novelty will wear off and they&#x27;ll leave it up to the pros.<p>Professional use of GenAI, and coding in particular, is certainly here to stay, but it seems we&#x27;re still in the early experimental&#x2F;hype phase. At least tokenmaxxing has passed, and it seems most companies are now paying attention to, and limiting, how much they are spending, but it doesn&#x27;t seem we&#x27;ve yet progressed to the stage where companies are paying attention to what they are actually getting out of it - is the money spent showing up on the bottom line in the form of increased revenues.
        • sroussey1 hour ago
          It’s terrible and depressing work to take vibe coded garbage and make it a real product. There will be demand, but good engineers won’t want to touch it. And people paying will think they did the hard work so why pay a good rate?
      • BugsJustFindMe2 hours ago
        &gt; <i>On the one hand, because it is easy to build products, more and more people will build.</i><p>And those people won&#x27;t need to be software engineers.<p>&gt; <i>but they get stuck, and then they will need engineers</i><p>You&#x27;ve implicitly assumed here that the AI systems will always be worse than the average engineer. That is IMO myopic. I&#x27;m not sure that it&#x27;s even true now let alone in the nebulous future.
        • throwaway274482 hours ago
          &gt; And those people won&#x27;t need to be software engineers....You&#x27;ve implicitly assumed here that the AI systems will always be worse than the average engineer.<p>Most of what we do as engineers is precisely describe or analyze the behavior we want or the behavior we don&#x27;t want. All other engineering skills that are useful are ultimately downstream from understanding the behavior of software enough to know which parts to keep, improve, or jettison. Chatbots can take care, somewhat, of analysis or expansion of instructions.... but they can&#x27;t read minds. I don&#x27;t see that changing any time soon.
          • BugsJustFindMe1 hour ago
            &gt; <i>but they can&#x27;t read minds</i><p>I don&#x27;t know who needs to hear this, but neither can humans.<p>You&#x27;ve implicitly assumed here that AI systems will always be worse at contextualizing and framing questions than the average engineer. I&#x27;m not sure that it&#x27;s even true now let alone in the nebulous future.<p>You haven&#x27;t narrowed the fundamental myopia of the assumption here, just dressed it in slightly different clothing.
            • throwaway274481 hour ago
              &gt; You&#x27;ve implicitly assumed here that AI systems will always be worse at contextualizing and framing questions than the average engineer.<p>How would they know what to ask or contextualize if they don&#x27;t know what the user wants?
              • BugsJustFindMe1 hour ago
                Are you suggesting that psychic mindreading powers are real?<p>&gt; <i>How would they know</i><p>How would you? The answer is the same.
                • throwaway274481 hour ago
                  I don&#x27;t understand what you mean. I can&#x27;t build software I can&#x27;t describe.<p>If you&#x27;re implying chatbots can ask their &quot;client&quot; what to build, good luck with that—contractors are at least liable for what they produce and have extreme incentives to ensure that their clients are happy. To the extent of refusing to build anything if they don&#x27;t know what they want....
              • ben_w1 hour ago
                By asking the user to explain what they want whenever there&#x27;s ambiguity.<p>Plus all the other things that software engineers generally have not learned to a professional level even if they picked up the basics on the job by osmosis, because figuring out the customer&#x27;s needs (and what they&#x27;ll pay you for which may be different) is the job of a business analyst, a PM, or a UX researcher, and those are different skills and two of them may come with a Business Informatics degree rather than a CompSci one.<p>LLMs can be &quot;eh, better than nothing&quot; at many things, not just code.
                • throwaway274481 hour ago
                  And when an LLM runs up costs for a small company by getting them to lease a bunch of infrastructure they don&#x27;t need, who can they sue? A contractor or advisor you can&#x27;t hold liable is just a liability.
                  • ben_w1 hour ago
                    Same person they&#x27;d sue if they used any other power tool themselves and it didn&#x27;t work out right.<p>Plus, this is <i>software</i> &quot;Engineering&quot; we&#x27;re talking about, which famously gets scare quotes in comparison to all the other forms of engineering because unlike them we <i>don&#x27;t</i> have as standard things like professional liability insurance to cover serious professional errors of judgment the way someone who signs off on a bridge that collapses would have.
      • Lomlioto2 hours ago
        At least in China a lot of software developers are now struggling.<p>I think for a lot of type of software we have now reached peak employment.<p>Someone payed a few k just for a normal website.
        • ianm2182 hours ago
          &gt; At least in China a lot of software developers are now struggling.<p>Do you think that Chinese software industry is that relevant to the kind of software market talked about on HN? I.e. lots of enterprise b2b and infra companies.<p>Chinese companies have always had a very low willingness to pay for software which kinda breaks the flywheel of B2B SaaS companies and companies to service those companies all the way down.
          • Lomlioto1 hour ago
            Its a signal. They were earning well and AI crashed the market in China.
            • disgruntledphd25 minutes ago
              China is in a very different economic state to the West (broadly construed).<p>They have had real issues with deflation rather than the inflation most Western countries have seen over the past five years.
          • re-thc1 hour ago
            &gt; Chinese companies have always had a very low willingness to pay for software<p>Are we still left with this mindset? Maybe once upon a time but it has definitely been changing.<p>There&#x27;s plenty of B2B and enterprise SaaS companies in China serving the Chinese market. Maybe not as many, but no longer the very low of the past.<p>I also would not say enterprise were not willing to pay, even many years ago. It&#x27;s the SME that refused to pay. Large CRM, ERPs etc have always existed.
    • wolttam2 hours ago
      To expand on Chinese models:<p>- DeepSeek<p>- GLM (Z.ai)<p>- Minimax<p>- Kimi (Moonshot)<p>- Hy3 (Tencent)<p>- Qwen (Alibaba)<p>(Each one of these with weights available to download and run locally)
      • 4d4m2 hours ago
        GLM 5.2 is great, but is so rate limited now I no longer recommend it
        • copperx1 hour ago
          Aren&#x27;t there multiple providers for it? is it rate limited in all providers?
        • wolttam2 hours ago
          I&#x27;m looking ahead to the next wave of open-weight models that are as efficient as DSv4 (which is <i>really</i> efficient), and have been heavily distilled on GLM 5.2 (which is trivial, given it is open weight)
        • pimeys1 hour ago
          I use it all the time through Fireworks. The normal version when I pay it myself and the fast one when company pays. It&#x27;s really fast and I never get rate limited with my daily use.
        • re-thc46 minutes ago
          Rumors are Nvidia H200s got approved so infrastructure might be improving soon.
    • Lomlioto2 hours ago
      Its the biggest technology race we have ever seen. Richest companies, smartest people, richest countries.<p>I do not know if competition is good, we will see in a few years.<p>Looking forward having a physical job for a change :D
      • pa7ch2 hours ago
        A bit much describing our tech leadership as smartest people we&#x27;ve ever seen.
        • Lomlioto2 hours ago
          I would call the founders of DeepMind (Demis Hassabis, Mustafa Suleyman, Shane Legg) very smart people. Im pretty sure with the amount of funding everyone of these companies have, they have a long list of very smart researchers in their companies.<p>I do not mean Suckerberg or Eric Schmidt.
        • anematode2 hours ago
          Greediest, perhaps?
    • croes2 hours ago
      While data centers are still using lots of energy created from fossil fuels and many still evaporate water for cooling?<p>No wonder we still can’t get climate change under control
      • ben_w1 hour ago
        &gt; No wonder we still can’t get climate change under control<p>This is was historically a money issue, being green used to be wildly more expensive.<p>Now being green is cheaper, the limiting factor is how fast PV and batteries can be made or imported.<p>Recent reports of the sum of all US data centres currently in planning, has a power demand exceeding the (capacity-factor-adjusted!) <i>global annual supply</i> of new PV.<p>This would be less of a problem, but still a problem, if Trump wasn&#x27;t trying to get in the way of anything green, or if the companies building data centres decided to also support factories to make more PV.<p>* Planned new demand: 300 GW; PV factory capacity ~ 600 GW nameplate, but the capacity factor is 14% so that&#x27;s really 84 GW on average.
  • fmind-dev1 hour ago
    Glad to see Meta back on track! Users will benefit greatly from this competition.
  • paxys2 hours ago
    How is every company able to show itself at the top of every benchmark?
    • morgengold38 minutes ago
      First look what models are worse in a set of self selected benchmarks.<p>Second, compare to older versions of competitor s models.<p>Still does not look good? Compare to own previous models.
    • toephu218 minutes ago
      Anyone deep in the AI realm know which is the gold standard benchmark for coding?
    • adam_arthur1 hour ago
      Not much moat, incremental improvements, cherry picking models to compare.<p>To be fair, seems more correct to compare against similar strength models if your main edge is pricing.
    • ffsm851 minutes ago
      They&#x27;re being called &quot;trust me bro benchmarks&quot; for a reason ( ・ั ﹏ ・ั )
    • logicchains47 minutes ago
      Wait to the exact moment your model is ahead on at least N benchmarks then publish.
  • EgregiousCube2 hours ago
    Their published benchmarks seem to indicate that it&#x27;s pretty good at coding and multimodal, but VERY good at successful tool calls.<p>What kind of use case would be best for that shape?
    • xnorswap2 hours ago
      Debugging and diagnosis is very tool call heavy, whether that&#x27;s grepping &#x2F; transforming logs, calling out to profilers&#x2F;tracers, or even just writing up incident reports.<p>Bug diagnostics is about being okay at coding but better at tooling.<p>Given a good diagnostic report, it can be handed to opus for the fix.<p>Opus is okay at writing reports, but it still regularly gets table widths wrong in typst documents, leaving the last column full of text but only a handful of characters wide.
    • ai_fry_ur_brain1 hour ago
      Gemini 3.5 flash is better than fable at tool calling. Tool calling is probably one of the easier things to do post training for.
    • paytonjjones2 hours ago
      I wonder if we&#x27;ll start to see that pattern with every new release. Tool use likely changes rapidly, so the newest, rather than most intelligent, model may always have an edge.
      • ai_fry_ur_brain1 hour ago
        What you mean.. The tools are all just invoking bash and terminal&#x2F;cli cmds and http requests. Paradigms that have existed and stayed mostly unchanged for decades.
        • paytonjjones1 hour ago
          These do make up a huge % of tool calls, but I don&#x27;t think these make up a huge % of tool call <i>failures</i>.<p>I see models fail on tool calls that involve API requests to a specific API, internal or cloned Makefile calls, npm run commands, etc.
    • alansaber2 hours ago
      This sounds... kind of useless? Really good JSON or similar constrained decoder performance is interesting, but normal decoder &gt; tool validator loop with good error message &gt; tool retry is almost always able to get a tool to work second try, and input is cached so it&#x27;s not expensive.
      • aldanor2 hours ago
        Things are not always that simple, eg <a href="https:&#x2F;&#x2F;lucumr.pocoo.org&#x2F;2026&#x2F;7&#x2F;4&#x2F;better-models-worse-tools&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lucumr.pocoo.org&#x2F;2026&#x2F;7&#x2F;4&#x2F;better-models-worse-tools&#x2F;</a>
      • winstonp2 hours ago
        The avg coding session has hundreds or thousands of tool calls. Even a 5% failure rate noticeably notches up token use and cost. See Gemini.
        • alansaber2 hours ago
          Yes, but each tool call has a different failure %. The tool calls that make up the majority of volume like grep are going to have nowhere near a 5% failure. A custom user-defined skill having a 5% failure rate is probably fine.
  • bel82 hours ago
    It seems to trade blows with GPT 5.5 and Opus 4.8 in performance while being cheaper than GLM 5.2.
  • eugene33062 hours ago
    &gt; Model API is not available in your region.<p>:(<p>Well, Vietnam is not in the list of restricted territories.<p>Anyway, what is &quot;your region&quot; ?<p>Is this where I am now, or is it where I activated my Oculus 2 five years ago ?
    • redox9929 minutes ago
      Same in Argentina. It&#x27;s almost surely a region whitelist for now (it&#x27;s the only reason Argentina ever gets blocked).
    • steinvakt21 hour ago
      Can’t you just use VPN?
  • carimura2 hours ago
    I missed the fact that Meta was developing and releasing closed-weights models... bummer. Would be great to see some more progress with American open-weights models.
  • arizen38 minutes ago
    I&#x27;m still confused is it available to public via some sort of subscription?
  • redox992 hours ago
    Very strong pricing, cheaper than Grok 4.5, particularly the cached reads. We&#x27;ll have to wait to see if it&#x27;s actually worth using (it&#x27;s not on OpenRouter yet).
    • rpgbr2 hours ago
      That&#x27;s what one does when its product and public perception is way behind competitors.
  • whinvik1 hour ago
    Why are the plans and pricing for all these products so complicated.<p>I don&#x27;t know where I need to sign up to try it out. What is pricing? Is it API or subscription, what?<p>I had the exact same experience with Grok 4.5 as well.
  • qpricjalcbeu2 hours ago
    Yeah, no thanks. I cannot think of a worse company to trust with additional personal data.
    • niek_pas2 hours ago
      Me neither, though LLMs also provide services that don’t involve personal or sensitive data
  • zmmmmm2 hours ago
    Good to see Meta finally back to releasing something at least worth evaluating. And it sounds like they did at least a bit skate to where the puck is going by focusing on tool and computer use.
  • Jcampuzano22 hours ago
    Competition for cheaper and efficient models is a good thing, regardless of if you don&#x27;t like SpaceX, Meta, etc. Especially from US based labs<p>I for one am really glad to get competitive models that will push the major labs to bring prices down. While Chinese open source labs are also great, unfortunately when it comes to US&#x2F;Western political pressure it won&#x27;t often have as much of a bearing on labs bringing prices down, especially for enterprises.<p>Also if these numbers are true, this is truly breaking ground finally for Meta.
    • verdverm1 hour ago
      There are US companies hosting open weight models for enterprise, we just enabled Fireworks.ai for the devs
  • NitpickLawyer2 hours ago
    How are people trying this? I don&#x27;t see it on openrouter. Any ways of testing this without subscribing to meta stuff?
    • maipen2 hours ago
      Probably need to wait some hours&#x2F;1-2 days and openrouter will add it.
      • NitpickLawyer1 hour ago
        Thanks. I was asking because I couldn&#x27;t find even their previous 1.0 model there.
  • anthonypasq2 hours ago
    Everyone has been loving to shit on the Alexander Wang acquisition but this seems legitimately impressive to me?<p>Meta&#x27;s AI org when from a total mismanaged dumpster fire for multiple years to delivering a competitive model in less than a year on essentially their first try?
    • postalcoder1 hour ago
      Not their first try. There’s been reporting about how they’ve kept pushing their model releases back because of underwhelming performance.
      • anthonypasq1 hour ago
        ... i dont think internal iteration counts dude. thats just called in-development.
    • paxys2 hours ago
      How is it their first try? They were leading the race with Llama 3.x a few years ago.
      • anthonypasq1 hour ago
        As far as i remember, the entire AI org was essentially gutted and replaced with whoever Wang wanted to hire, and tbh that org completely failed to train llama 4 and I honestly doubt whatever techniques they used to ship llama 3 are at all relevant now. That was before reasoning models and the heavy emphasis on RL&#x2F;post-training.<p>so yeah, this is essentially their first try with a completely new org.
      • rsstack1 hour ago
        They were leading the race in a niche category a few years ago. Now they are, according to some benchmarks, even on the right playing field.
  • lnenad2 hours ago
    Considering the DeepSWE result (imho if you&#x27;re gonna give value to benchmarks this is one of the best) it&#x27;s not good enough.
    • svantana2 hours ago
      It&#x27;s a high quality benchmark for sure, but it being public means it&#x27;s at risk of leaking into the models (unintentionally or not), right? For that reason I prefer to look at the private ones, like: HLE, SimpleBench, Kagi, ARC-AGI.
  • chvid2 hours ago
    Interesting that neither meta nor xai chose to do open source given that they are both clearly behind Google, OpenAI and anthropic - and a serious us open source offering would give them a clear foothold.
    • verdverm1 hour ago
      I suspect they have a brand problem from their social media ties and shady histories. I personally will never use their models, plenty of better alternatives. I&#x27;m now exclusively on open weight models
  • jedisct144 minutes ago
    Not opensource.
  • phillipcarter2 hours ago
    My trust factor is gone with Meta right now. Has there been any independent analysis to confirm they didn&#x27;t cheat on benchmarks again?
    • solarkraft25 minutes ago
      They cheated again: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=48847019">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=48847019</a>
      • meric_14 minutes ago
        No they didn&#x27;t. Please read: <a href="https:&#x2F;&#x2F;www.anthropic.com&#x2F;engineering&#x2F;infrastructure-noise" rel="nofollow">https:&#x2F;&#x2F;www.anthropic.com&#x2F;engineering&#x2F;infrastructure-noise</a>
  • frangonf2 hours ago
    Is this the model trained on Meta &quot;draftees&quot;? Are we seeing this in the jump on JobBench?
  • minraws1 hour ago
    Tried to get access to the API, apparently the model API is not available in my region...<p>I have questions regarding if I should even care but I don&#x27;t so Meta please keep enjoying the irrelevance. lmao
    • cmrdporcupine1 hour ago
      Right, amazing because for me also... &quot;My region&quot; being Canada.<p>I&#x27;m going to assume the only &quot;region&quot; that&#x27;s permitted is the USA.
  • IshKebab1 hour ago
    Haha their demo is AI spamming restaurants on Instagram. This is going to go really well.
  • guluarte2 hours ago
    A lot of these benchmarks are unfamiliar. Are labs just choosing the ones that make them look best?
  • zb32 hours ago
    This is not open-weights, right?
  • greenavocado2 hours ago
    Meta is back in the game, albeit not at the top. Impressive stuff, nonetheless.
    • qpricjalcbeu2 hours ago
      Weren&#x27;t they caught multiple times gaming the benchmark even more so then the rest?
      • zmmmmm2 hours ago
        Yes and Zuck effectively disbanded the entire team that did that. Not saying we shouldn&#x27;t cast a critical eye on it, but it probably does warrant a second chance.
      • alansaber2 hours ago
        Let me assure you, literally everybody does this
        • sheepscreek31 minutes ago
          I don&#x27;t think it even matters. Because noone will continue to use an LLM that doesn&#x27;t work well for them, whether or not it has a good bench result. So for their own sake, the correct representation can actually win them some loyalty:<p>eg. Model X is weaker than Fable, but competes well with Opus&#x2F;Sonnet and costs 1&#x2F;5th as much etc - something similar playing out with Grok 4.5.
    • cpt1002 hours ago
      They are not open source anymore, right?
  • throwaway6137462 hours ago
    [dead]