Tencent Releases and Open-Sources Tencent Hy4 Preview

tencent.com

123 points by shenli3514 3 hours ago


simonw - 43 minutes ago

> [...] Let's maybe add a helmet? It could improve riding theme, but may obscure head. Maybe a small cycling cap or helmet? The user didn't ask; can add red helmet? Might be cute. But pelican with big beak; a helmet might obscure. Better maybe no.

> Maybe add sunglasses? no.

> Maybe add water? no.

https://tools.simonwillison.net/markdown-svg-renderer#url=ht...

minimaxir - 3 hours ago

Hy4 apparently has ludicrous traction on OpenRouter already (https://openrouter.ai/tencent/hy4-preview), with trillions of tokens processed 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.

codethief - 30 minutes ago

> Notably, Hy4 preview also contributed to its own development process, participating for the first time in the automated optimization of training methods, data strategies, evaluation frameworks, and low-level operators. The model proposed approaches, ran experiments, and iterated based on the results, with the resulting code, logs, and feedback feeding into subsequent rounds of exploration. This established an early-stage recursive self-improvement loop.

This reminds me of one of the predictions from https://ai-2027.com/ . Only that there it's "OpenBrain" doing this, not the Chinese. And the authors of that paper were also slightly wrong about "Mid 2026: China Wakes Up": China woke up already a while ago. And:

> But China is falling behind on AI algorithms due to their weaker models. The Chinese intelligence agencies—among the best in the world—double down on their plans to steal OpenBrain’s weights.

No need to steal anything, they have already caught up.

And then there's this prediction for February 2027:

> Officials are most interested in its cyberwarfare capabilities: Agent-2 is “only” a little worse than the best human hackers

I think we're past that point now, too…

jorl17 - 2 hours 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 - 2 hours 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

vatsachak - 25 minutes ago

I'm liking where LLMs are headed:

They can do the difficult small level optimization, the boring but tedious code but cannot be tasteful.

That means I'm more valuable and more productive. Good stuff

Zigurd - 2 hours 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.

XCSme - an hour ago

I tried benchmarking it, but it keeps timing out/rate limiting, so the current provider(s) are unusable.

vcryan - 3 hours 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.

087532379864 - 10 minutes ago

No thanks, whatever Hy4 is.

throaway2525634 - 16 minutes ago

I, for one, welcome our new Chinese overlords.

usernomdeguerre - 2 hours 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?

onesandofgrain - 2 hours ago

Go go China!

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

sezaidemirer - 35 minutes ago

Congratulations, it turned out great!

petcat - 2 hours 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.