Earlier quoted context omitted.
Is the trust concern for the agent running in any form on your machine? Like in a VM on your machine as well or do you mean on the host itself? I have read about people giving an agent full access to their main system saying they have nothing of value. To me, that's a strange opinion to have with the distinction between what's private and what's secret.
I don't run agents directly on my desktop/laptop machine. I run them in VMs or containers (sometimes in containers on VMs). There have been too many credentials stealing exploits via prompt injection and the like for me to be willing to let an agent roam around on my personal system. I've also started creating new github deploy keys for each repo in use on a VM, so the blast area for any given agent disaster is "a co…
ZCode – Harness for GLM-5.2
231–240 of 382 posts
Re: ZCode – Harness for GLM-5.2
#232Re: ZCode – Harness for GLM-5.2
#233Re: ZCode – Harness for GLM-5.2
#234Re: ZCode – Harness for GLM-5.2
#235Earlier quoted context omitted.
But, it's still running on my desktop/laptop. I don't trust them to run on my machine. But, I guess I could run one VM with a desktop to contain the desktop app. Or, just keep using CLI agents.
I mean, if the execution happen on the VM then the problem is trust on the programs and then you can't trust any program by that logic? That or you think AI-companies software is serious slop.
Re: ZCode – Harness for GLM-5.2
#236Earlier quoted context omitted.
They might be sending some user requests to Anthropic to gather trading data for their own models. If they do so, perhaps they need to add some tracer to request that they prefer to hide.
I wonder if you're as cynical and untrustworthy of American companies as well or is it more of a racism kinda thing
Re: ZCode – Harness for GLM-5.2
#237I'm somewhat surprised that this is not open source (from what I can tell). Compare to Mimo Code https://github.com/XiaomiMiMo/MiMo-Code (which is a CLI, while this is a desktop app).
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.
Re: ZCode – Harness for GLM-5.2
#238Earlier quoted context omitted.
I got around 17m tokens on glm 5.2 then blocked for 4 days on the weekly limit on that plan.
17M tokens... I think it is a lot. What were you working on?
Re: ZCode – Harness for GLM-5.2
#239Has 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
Re: ZCode – Harness for GLM-5.2
#240As 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?