logoalt Hacker News

Tencent Releases and Open-Sources Tencent Hy4 Preview

158 pointsby shenli3514yesterday at 7:33 PM98 commentsview on HN

Comments

simonwyesterday at 10:17 PM

> [...] 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...

show 1 reply
joshheitzmanyesterday at 11:59 PM

Maybe's its a problem with the hosting at novita.ai but I didn't got much useful out of this model as a coding agent.

show 1 reply
minimaxiryesterday at 7:47 PM

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.

show 4 replies
fastballyesterday at 9:13 PM

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

show 1 reply
codethiefyesterday at 10:30 PM

> 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…

show 3 replies
jorl17yesterday at 8:57 PM

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.

yipinwongyesterday at 11:45 PM

I am going to bring up graph issue for everyone of these announcements.

They all suck.

They shoulda put their stick where they belong, not at far left.

It just makes comparison to Deepseek 90% of them time as Hy4 has nothing to show off.

Zigurdyesterday at 9:02 PM

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.

show 11 replies
vatsachakyesterday at 10:36 PM

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

ls612yesterday at 11:49 PM

Open Weights is where the action is at in the past couple months, I’d have to think the US frontier labs are getting nervous. Like Anthropic hasn’t released anything pushing the frontier since “the event” earlier this summer.

andsoitisyesterday at 11:32 PM

> open-sources

link to source code?

XCSmeyesterday at 9:37 PM

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

vcryanyesterday at 8:26 PM

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.

show 1 reply
throaway2525634yesterday at 10:44 PM

I, for one, welcome our new Chinese overlords.

usernomdeguerreyesterday at 8:52 PM

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?

show 3 replies
onesandofgrainyesterday at 8:57 PM

Go go China!

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

show 1 reply
087532379864yesterday at 10:51 PM

No thanks, whatever Hy4 is.

sezaidemireryesterday at 10:26 PM

Congratulations, it turned out great!

petcatyesterday at 9:27 PM

> 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.

show 1 reply