> [...] 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.
> 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âŠ
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.
jamienktoday at 1:27 AM
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?
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
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.
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.
zemtoday at 3:40 AM
I was briefly impressed that https://hylang.org/ had released a 4.0 version!
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
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.
XCSmeyesterday at 9:37 PM
I tried benchmarking it, but it keeps timing out/rate limiting, so the current provider(s) are unusable.
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.
bobby_coder_55today at 12:39 AM
Unfortunately codebuddy login is not working for me in the United States of America
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.
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?
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?
throaway2525634yesterday at 10:44 PM
I, for one, welcome our new Chinese overlords.
pilotcattoday at 12:21 AM
[flagged]
onesandofgrainyesterday at 8:57 PM
[flagged]
087532379864yesterday at 10:51 PM
[flagged]
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.
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.