Live data from Hacker News

GLM-5: Targeting complex systems engineering and long-horizon agentic tasks

z.ai

521–530 of 540 posts

Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks

#521

Earlier quoted context omitted.

> That’s kind of a moot point. I don't believe it's moot, but I understand your point. The fact that models are memory bandwidth bound does not at all mean that other overhead is insignificant. Your practical delivered throughput is the minimum of compute ceiling, bandwidth ceiling, and all the unrelated speed limits you hit in the stack. Kernel launch latency, Python dispatch, framework bookkeeping, allocator churn,…

> That's almost entirely waiting for servers/envs to do things I'm not sure why, sandboxes/envs should be small and easy to scale horizontally to the point where your throughput is no longer limited by them, and the maximum latency involved should also be quite tiny (if adequately optimized). What am I missing?

First as an aside, remember that this entire thread is about using local compute. What you're alluding to is some fantasy infinite budget where you have limitless commodity compute. That's not at all the context of this thread.

But disregarding that, this isn't a problem you can solve by turning a knob akin to scaling a stateless k8s cluster.

The whole vertical of distributed RL has been struggling with this for a while. You can in theory just keep adding sandboxes in parallel, but in RLVR you are constrained by 1) the amount of rollout work you can do per gradient update, and 2) the verification and pruning pipeline that gates the reward signal.

You cant just arbitrarily have a large batch size for every rollout phase. Large batches often reduce effective diversity or get dominated by stragglers. And the outer loop is inherently sequential, because each gradient update depends on data generated by a particular policy snapshot. You can parallelize rollouts and the training step internally, but you can’t fully remove the policy-version dependency without drifting off-policy and taking on extra stability headaches.

Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks

#522

Earlier quoted context omitted.

i meant m2.1, but you are probably talking about kimi, not minimax

No, MiniMax M2.5 is now available on agent.minimax.io. We await the weights still.

https://www.minimax.io/news/minimax-m25

Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks

#523
post #409

Earlier quoted context omitted.

Six months ago I'd have said EPYC Turin. You could do a heck of a build with 12Ch DDR5-6400 and a GPU or two for the dense model parts. 20k would have been a huge budget for a homelab CPU/GPU inference rig at the time. Now 20k won't buy you the memory.

Not VRAM? What performance are people getting running GLM or Kimi on DDR5?

It's important to have enough VRAM to get the kv cache and shared trunk of the model on GPU, but beyond that it's really hard to make a dent in the pool of 100s of gigabytes of experts.

I wish I had better numbers to compare with the 2x M3 Ultra setup. My system is a few RTX A4000s on a Xeon with 190GB/s actual read bandwidth, and I get ~8 tok/s with experts quantized to INT4 (for large models with around 30B active parameters like Kimi K2.) Moving to 1x RTX Pro 6000 Blackwell and tripling my read bandwidth with EPYC Turin might make it competitive with the the macs, but I dunno!

There's also some interesting tech with ktransformers + sglang where the most frequently-used experts are loaded on GPU. Pretty neat stuff and it's all moving fast.

Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks

#524

Earlier quoted context omitted.

That's a bike that's ergonomically designed for pelicans. It is unreasonable to expect pelicans to ride human bikes, they have different anatomy.

The next frontier: Draw a pelican on a bicycle ergonomically designed for pelicans.

My more advanced prompt, for when models do a good job on the original, is this one:

> Generate an SVG of a California brown pelican riding a bicycle. The bicycle must have spokes and a correctly shaped bicycle frame. The pelican must have its characteristic large pouch, and there should be a clear indication of feathers. The pelican must be clearly pedaling the bicycle. The image should show the full breeding plumage of the California brown pelican.

Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks

#525
post #377

While GLM-5 seems impressive, this release also included lots of new cool stuff! > GLM-5 can turn text or source materials directly into .docx, .pdf, and .xlsx files—PRDs, lesson plans, exams, spreadsheets, financial reports, run sheets, menus, and more. A new type of model has joined the series, GLM-5-Coder. GLM-5 was trained on Huawei Ascend, last time when DeepSeek tried to use this chip, it flopped and they resor…

Where did you read that it was trained on Ascends? I've only seen information suggesting that you can run inference with Ascends, which is obviously a very different thing.

”Training Hardware: Huawei Ascend”

https://glm5.net

https://www.digitalapplied.com/blog/zhipu-ai-glm-5-release-7...

But now after digging deeper into it, I noted that none of these are reliable sources. I thought the founder of z.ai owned glm5.net, but he owns glm5.com

Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks

#526

Earlier quoted context omitted.

Just to say - 4.6 really shines on working longer without input. It feels to me like it gets twice as far. I would not want to go back.

If that's what they're tuning for, that's just not what I want. So I'm glad I switched off of Anthropic. What teams of programmers need, when AI tooling is thrown into the mix, is more interaction with the codebase, not less. To build reliable systems the humans involved need to know what was built and how . I'm not looking for full automation, I'm looking for intelligence and augmentation, and I'll give my money and…

A year ago (geez!) I used aider, as you describe.

Now I use claude with agent orchestration and beads.

Well actually, I’m currently using openclaw to spin up multiple claudes with the above skills.

If I need to drop down to claude, I do.

If I need to edit something (usually writing I hate), I do.

I haven’t needed to line edit something in a while - it’s just faster to be like “this is a bad architecture, throw it away, do this instead, write additional red-green tests first, and make sure X. Then write a step by step tutorial document (I like simonw’s new showboat a lot for this), and fix any bugs / API holes you see.”

But I guess I could line edit something if I had to. The above takes a minute, though.

Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks

#527
post #340

Earlier quoted context omitted.

The bird not having wings, but all of us calling it a 'solid bird' is one of the most telling examples of the AI expectations gap yet. We even see its own reasoning say it needs 'webbed feet' which are nowhere to be found in the image. This pattern of considering 90% accuracy (like the level we've seemingly we've stalled out on for the MMLU and AIME) to be 'solved' is really concerning for me. AGI has to be 100% righ…

MMLU performance caps out around 90% because there are tons of errors in the actual test set. There's a pretty solid post on it here: https://www.reddit.com/r/LocalLLaMA/comments/163x2wc/philip_... As far as I can tell for AIME, pretty much every frontier model gets 100% https://llm-stats.com/benchmarks/aime-2025

Here's the score for new AIME's, where we know the answers aren't in training.

https://matharena.ai/?view=problem&comp=aime--aime_2026

As for MMLU, is your assertion that these AI labs are not correcting for errors in these exams and then self-reporting scores less than 100%?

As implied by the video, wouldn't it then take 1 intern a week max to fix those errors and allow any AI lab to become the first to consistently 100% the MMLU? I can guarantee Moonshot, DeepSeek, or Alibaba would be all over the opportunity to do just that if it were a real problem.

Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks

#528
post #340

Earlier quoted context omitted.

The bird not having wings, but all of us calling it a 'solid bird' is one of the most telling examples of the AI expectations gap yet. We even see its own reasoning say it needs 'webbed feet' which are nowhere to be found in the image. This pattern of considering 90% accuracy (like the level we've seemingly we've stalled out on for the MMLU and AIME) to be 'solved' is really concerning for me. AGI has to be 100% righ…

This test is so far beyond AGI. Try to spit out the SVG for a pelican riding a bicycle. You are only allowed to use a simple text editor. No deleting or moving the text cursor. You have 1 minute.

Sorry, is your definition of AGI "doing things worse than humans can do, but way faster?" because that's been true of computers for a long time.

Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks

#529
post #340

Earlier quoted context omitted.

The bird not having wings, but all of us calling it a 'solid bird' is one of the most telling examples of the AI expectations gap yet. We even see its own reasoning say it needs 'webbed feet' which are nowhere to be found in the image. This pattern of considering 90% accuracy (like the level we've seemingly we've stalled out on for the MMLU and AIME) to be 'solved' is really concerning for me. AGI has to be 100% righ…

The benchmarks are harder than you might imagine and contain more wrong answers and terrible questions than you would expect. You don't need to take my word for it, try playing MMLU yourself. https://d.erenrich.net/are-you-smarter-than-an-llm/index.htm... Its not MMLU-Pro btw, which is considerably harder.

Sure and AGI will 100% it 100% of the time, even if it is hard.

Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks

#530
post #528

Earlier quoted context omitted.

This test is so far beyond AGI. Try to spit out the SVG for a pelican riding a bicycle. You are only allowed to use a simple text editor. No deleting or moving the text cursor. You have 1 minute.

Sorry, is your definition of AGI "doing things worse than humans can do, but way faster?" because that's been true of computers for a long time.

I mean for this particular benchmark, yes.

You'd have to put it in an agentic loop to perform corrections otherwise.

Post reply on HN