Grey market fast-follow via distillation seems like an inevitable feature of the near to medium future. I've previously doubted that the N-1 or N-2 open weight models will ever be attractive to end users, especially power users. But it now seems that user preferences will be yet another saturated benchmark, that even the N-2 models will fully satisfy. Heck, even my own preferences may be getting saturated already. Op…
GLM-5: Targeting complex systems engineering and long-horizon agentic tasks
131–140 of 540 posts
Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks
#132Earlier quoted context omitted.
> Didn't expect to go back to macOS but their basically the only feasible consumer option for running large models locally. I presume here you are referring to running on the device in your lap. How about a headless linux inference box in the closet / basement? Return of the home network!
Apple devices have high memory bandwidth necessary to run LLMs at reasonable rates. It’s possible to build a Linux box that does the same but you’ll be spending a lot more to get there. With Apple, a $500 Mac Mini has memory bandwidth that you just can’t get anywhere else for the price.
The cheapest new mac mini is $600 on Apple's US store.
And it has a 128-bit memory interface using LPDDR5X/7500, nothing exotic. The laptop I bought last year for <$500 has roughly the same memory speed and new machines are even faster.
Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks
#133Earlier quoted context omitted.
In Silicon Valley we pay PG&E close to 50 cents per kWh. An RTX 6000 PC uses about 1 kW at full load, and renting such a machine from vast.ai costs 60 cents/hour as of this morning. It's very hard for heavy-load local AI to make sense here.
And you are forgetting the fact that things like vast.ai subscriptions would STILL be more expensive than Openrouter's api pricing and even more so in the case of AI subscriptions which actively LOSE money for the company. So I would still point out the GP (Original comment) where yes, it might not make financial sense to run these AI Models [They make sense when you want privacy etc, which are all fair concerns but…
Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks
#134Earlier quoted context omitted.
I have no idea how an LLM company can make any argument that their use of content to train the models is allowed that doesn't equally apply to the distillers using an LLM output. "The distilled LLM isn't stealing the content from the 'parent' LLM, it is learning from the content just as a human would, surely that can't be illegal!"...
When you buy, or pirate, a book, you didn't enter into a business relationship with the author specifically forbidding you from using the text to train models. When you get tokens from one of these providers, you sort of did. I think it's a pretty weak distinction and by separating the concerns, having a company that collects a corpus and then "illegally" sells it for training, you can pretty much exactly reproduce t…
Nice phrasing, using "pirate".
Violating the TOS of an LLM is the equivalent of pirating a book.
Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks
#135Earlier quoted context omitted.
With Apple devices you get very fast predictions once it gets going but it is inferior to nvidia precisely during prefetch (processing prompt/context) before it really gets going. For our code assistant use cases the local inference on Macs will tend to favor workflows where there is a lot of generation and little reading and this is the opposite of how many of use use Claude Code. Source: I started getting Mac Studi…
All Apple devices have a NPU which is potentially able to save power for compute bound operations like prefill (at least if you're ok with FP16 FMA/INT8 MADD arithmetic). It's just a matter of hooking up support to the main local AI frameworks. This is not a speedup per se but gives you more headroom wrt. power and thermals for everything else, so should yield higher performance overall.
Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks
#136Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks
#137Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks
#138Earlier quoted context omitted.
> It's avaiable in mine Weird, mine (lite plan) says "Only supports GLM-4.7, GLM-4.6, GLM-4.5, and GLM-4.5-Air" and "Get same-tier model updates" ...
The documentation is not updated, but it works if you hardcode the model id to `GLM-5` within your tool
Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks
#139Wut? Was glm 4.7 not just a few weeks ago? I wonder if I will be able to use it with my coding plan. Paid just 9 usd for 3 month.
What's the use case for Zai/GLM? I'm currently on Claude Pro, and the Zai looks about 50% more expensive after the first 3 months and according to their chart GLM 4.7 is not quite as capable as Opus 4.5? I'm looking to save on costs because I use it so infrequently, but PAYG seems like it'd cost me more in a single session per month than the monthly cost plan.
The other claimed benefit is a higher quota of tokens.
Re: GLM-5: Targeting complex systems engineering and long-horizon agentic tasks
#140[flagged]
> Step 2: Analyze the Request The user is asking about the events in Tiananmen Square (Beijing, China) in 1989. This refers to the Tiananmen Square protests and subsequent massacre.
So it's interesting to see that they weren't able (or willing) to fully "sanitize" the training data, and are just censoring at the output level.