22 comments

  • jorl17 34 minutes ago

    I experimented with Hy3 for a project and was surprised with how good it was. I don't know if it's good for coding, but as a general purpose agentic model, it was only beaten by deepseek4-flash in our tests. It was so close to deepseek behaviour I kept thinking it must have been forked from it.

  • fastball 18 minutes ago

    I wish model providers would stop committing chart crimes in their releases.

    - if you're gonna order the rest of the bar chart by rank, order your model accordingly.

    - if you're gonna highlight a winner in a table of benchmarks, don't highlight your entire model row in the table.

    Etc etc

  • minimaxir 2 hours ago

    Hy4 apparently has ludicrous traction on OpenRouter already (https://openrouter.ai/tencent/hy4-preview), with trillions of tokens generated in a couple days: more than GLM 5.3 in a week. That said, it's relatively cheap with a 5% cache cost when everyone is still doing 10%/20% cache costs, so Hy4 may be more compelling.

      martinald an hour ago

      I wrote about this a couple of weeks ago. It's actually often the biggest cost and it tends to be hidden away on most platforms!

      https://martinalderson.com/posts/watch-out-for-cache-read-co...

      Btw I still haven't came across any decent model that is <$0.01/MTok cache costs apart from deepseek thru their official API (even with the price increases).

      Seems like a bit of an opportunity for someone to take - drop cache read costs significantly.

      Dinux an hour ago

      Which explains why almost none of my request go though

      cyanydeez an hour ago

      i'd be curious if openrouter is just being gamed by these publishers by paying for the exposure.

      wouldn't trust they dont do Capitalism like the rest of the AI field.

        drob518 42 minutes ago

        Of course they are. Of course they do. Nobody should be surprised by this.

        tokai 38 minutes ago

        >dont do Capitalism like the rest of the AI field

        Like lobbying the US president to harm their competitors?

          realo 32 minutes ago

          I would suggest "lobbying" is not the correct word to describe all the corruption going on in the current USA administration cesspool.

  • Zigurd 28 minutes ago

    Is anyone here working on a problem for which current generation LLMs are inadequate, but that could possibly be solved by the next release of a first tier LLM?

    Or is it like bicycles? Unless your problem is named Tadej, you don't need a $13,000 bike.

      RGS1811 17 minutes ago

      For me personally, the answer is no. Fable is adequate to do basically anything I want to do. My perspective, broadly speaking, is that we've saturated most of the benchmarks because we've largely saturated our capacity to verify models' work at scale. What's left is context-bound verification, i.e. the problem of ensuring that output matches intent and ambiguities in prompting were resolved correctly. Further advances in autonomy do not make that latter verification problem easier. If anything they make it harder as the output per task becomes more complex and therefore more taxing for a human to verify.

      The solution to that (to my mind) would be not a better model but a basic shift in architecture beyond the current paradigm and into a setup where agents have durable, plastic memories and undergo contextual individuation over time. But at that point agents start to become quasi-persons and not tools.

      _factor 16 minutes ago

      Hardware debugging and firmware details lead to thinking/testing loops on all but the frontier here.

      tokai 21 minutes ago

      A spanish rock solved that problem for free.

  • vcryan an hour ago

    I used Hy3 quite a bit for the type of tasks it was suited for. Excited about this. My one concern over Hy3 was speed. In theory, it could be served much faster as a smaller model but it was relatively slow everywhere I could get it (including from Tencent directly) but also several other inference providers.

      Topfi an hour ago

      In my evals, I saw an unprecedented jump between preview and final release on Hy3, from unusable to competitive. Did you see similar in preview vs release version?

        vcryan 37 minutes ago

        Oh yes! I forgot about that. Yes, you can see this in benchmarks about hy3 preview and hy3 release still today because they measured them separately - it was significant.

  • usernomdeguerre 39 minutes ago

    is it just me or are the bar charts in the blog post strange? Higher numbers don't seem to correspond correctly to their actual height?

      alanfranz 21 minutes ago

      Probably AI generated.

      But, what bars are clearly off? I couldn't spot any.

      feynmanquest 34 minutes ago

      Noticed that as well

  • onesandofgrain 34 minutes ago

    Go go China!

    EDIT: I don't know why I'm being downvoted by AI bots.

      yogthos 2 minutes ago

      Seriously, without China we'd just have two parasitic companies hoarding this tech and deciding whom and how is allowed to use it.

  • petcat 4 minutes ago

    > Tencent has released and open-sourced Tencent Hy4 preview, a next-generation large language model with 770B total parameters and 49B active parameters, and a context window exceeding 1M tokens.

    There are no open source models, at least not useful ones (yet) [0]. Open weight is not the same as open source. The current "open weight" models are just opaque binary blobs you can run on your own computer instead of through a web API.

    [0] https://allenai.org/

    Imagine thinking that running a Photoshop binary on your own computer instead of through a SaaS web app means that it's "open source". Of course you think that's ridiculous.