Earlier quoted context omitted.
I don't even know what I would do with a desktop app. I'm running these things in headless VMs, so I can run them with `--dangerously-skip-permissions` or whatever. I don't trust them, even without that flag, on my desktop/laptop.
Good desktop apps in this category can manage agents across any number of remote SSH hosts.
ZCode – Harness for GLM-5.2
241–250 of 382 posts
Re: ZCode – Harness for GLM-5.2
#242Earlier quoted context omitted.
I think it’s a real concern. Chinese companies are much more closely tied to the state, as in if you decide to go to China one day they might already have all the data on how you have interacted with their models. The US is certainly inching in that direction but it’s not like someone from the US government sits at Anthropic’s HQ reading chats from state people of interest.
It's interesting how you would say this about China but not about the US, especially given what's happened recently with Anthropic and the US govt. Do you really think the US government doesn't get access or couldn't get access to any of your chats with Claude?
Re: ZCode – Harness for GLM-5.2
#243Earlier quoted context omitted.
> all the data on how you have interacted with their models 1) there is a very non-zero chance that the US government also has that data from OpenAI and possibly Anthropic 2) unless you are asking the chinese models to draw up plans to overthrow the chinese government, it's extremely unlikely they would ever care. while china has a track record of harassing it's own dissident citizens abroad, if you're not chinese an…
to me its more about company's IPs/trade secrets. china have a history of stealing IPs and very poor IPs enforcement while US have an established history of protecting IPs and US court can enforce it but hey, cheap token is more important, right?
even companies that proclaim zero data retention have yet to produce a mechanism that makes me trust that claim
Re: ZCode – Harness for GLM-5.2
#244Earlier quoted context omitted.
I think it’s a real concern. Chinese companies are much more closely tied to the state, as in if you decide to go to China one day they might already have all the data on how you have interacted with their models. The US is certainly inching in that direction but it’s not like someone from the US government sits at Anthropic’s HQ reading chats from state people of interest.
> if you decide to go to China one day they might already have all the data PRISM ... XKeyscore ... > The US is certainly inching in that direction Itching to go in a direction that (publicly known) they have been in for decades now.
Re: ZCode – Harness for GLM-5.2
#245Earlier quoted context omitted.
At least the model weights are open, I’m not American, so to me this is much more trustworthy in every possible way. You’re talking as if US intelligence are the good guys, and to me at least, they are not to any extent.
We are talking about an agent harness here, not a model. Nevertheless, Americans thinking they are morally superior to China is always quite funny. This administration is corrupt, cruel and doesn’t care about human rights. And the worst is… Americans have voted for that administration…. twice! I digress…
This has never happened in China, and will never happen, nor anything like it. Some open oversight is almost always better than possible secret oversight (and do you think that the Chinese government has user privacy on even its top 10 priorities?)
Re: ZCode – Harness for GLM-5.2
#246Earlier quoted context omitted.
You're surprised? I think harnesses are almost as important as the underlying model. Folks have been able to improve benchmark results by nearly 2x based on harness alone. Harnesses are quickly becoming critical components of the "model" itself imo. Not shocking to me at all that a company that spots a revenue opportunity is keeping its harness closed source.
I'm a neophyte. What makes a harness special or all that unique from another? I've had a reasonable experience with Zed and local models, but could be persuaded to put something else in the mix if there is a measurable benefit to be had.
A harness is that covering every blind spot or sub-optimal but probable output people have hit in the wild, and a lot of problems just have better solutions if you say "break problem A into subproblem B and subproblem C, then solve".
Re: ZCode – Harness for GLM-5.2
#247As someone who doesnt use these tools, why does every AI company need their own version of Claude Code? Is there more to it than vendor lock-in?
Re: ZCode – Harness for GLM-5.2
#248Re: ZCode – Harness for GLM-5.2
#249The plans on first glance is the same as Anthropic’s. I thought GLM was supposed to be cheaper. Am I missing something?
Re: ZCode – Harness for GLM-5.2
#250Has anyone come up with a decent harness for small local models, say, gemma4 e4b? I'm trying to roll my own but man, the capability gap is real.
This is precisely what I've been working on targeting with https://dirge-code.github.io/ I've written up an explanation of what trips small models ups and how the harness can address that here https://yogthos.net/posts/2026-06-08-dirge-code.html
For example, so far I haven't seen any evidence that LSP integration improves performance for small models vs using grep via a bash tool.