Hy4 preview
shenli3514
250 points
145 comments
August 29, 2026
Related Discussions
Found 5 related stories in 62.7ms across 4,895 title embeddings via pgvector HNSW
- Hy4 Preview yogenpro · 16 pts · August 28, 2026 · 91% similar
- Hy4 Preview cmitsakis · 14 pts · August 28, 2026 · 86% similar
- Hy3 andai · 434 pts · July 09, 2026 · 67% similar
- Htmx 4.0 rmsaksida · 601 pts · August 28, 2026 · 60% similar
- Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy rcy · 399 pts · July 26, 2026 · 51% similar
Discussion Highlights (20 comments)
minimaxir
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.
vcryan
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.
usernomdeguerre
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?
jorl17
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.
Zigurd
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.
fastball
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
petcat
> 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.
XCSme
I tried benchmarking it, but it keeps timing out/rate limiting, so the current provider(s) are unusable.
simonw
> [...] 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...
sezaidemirer
Congratulations, it turned out great!
codethief
> 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…
vatsachak
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
throaway2525634
I, for one, welcome our new Chinese overlords.
andsoitis
> open-sources link to source code?
yipinwong
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.
ls612
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.
joshheitzman
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.
bobby_coder_55
Unfortunately codebuddy login is not working for me in the United States of America
jamienk
Genuine Q about word optimization/token density: If we create a stripped-down vocabulary with greater token density to use less resources and to resolve ambiguities earlier in the semantic process, aren't we creating NEWSPEAK and dragging along the worst aspects of it? The ambiguity and multi-valence of words is what creates more connections between words, increases the directionality of associations, and expands the potential subtlety and depth of meaning. By paring down (or requiring verifiability) we make it harder to say certain things, or at least make it harder to unintentionally say something that makes MORE or DEEPER sense than what we intended. If the token density becomes extreme, you're left with something like a calculator. Maybe this is the ultimate path toward better coding? But the worse path toward better genuine thinking?
zem
I was briefly impressed that https://hylang.org/ had released a 4.0 version!