Local AI and Automation Edition - Friday, July 3rd, 2026 Alright, let's talk about the stuff you can actually run yourself. The big story this week is Z.ai releasing GLM-5.2. This is a 753-billion parameter open-weights model released under an MIT license. It's available on Hugging Face right now, and it beats GPT-5.5 on multiple long-horizon coding benchmarks at roughly one-sixth the cost. The architecture introduces something called IndexShare, which reuses an indexer across sparse attention layers to reduce compute — clever optimization for long-context work. It supports a 1 million token context window. But here's the really interesting part: GLM-5.2 was trained entirely on Chinese-manufactured chips. This is the first time a model trained on domestic Chinese silicon is competitive with frontier US models. Enterprise subscription tiers start at $12.60 a month, or you can run it yourself for the cost of compute. Huge news for self-hosting and for anyone who wants model independence from US export controls. Z.ai also launched ZCode, a free desktop coding IDE built specifically for GLM-5.2. It's an agent-first development environment — you describe an outcome, the agent plans the work, edits files, runs checks, reviews progress, and iterates until the goal is met. It runs on macOS, Windows, and Linux, supports bring-your-own-key for third-party models, and you can steer a running task from WeChat, Feishu, or Telegram on your phone. Pricing starts at $16.20 a month for Lite, undercutting Claude Code and Cursor. Through July 31st, there's a promotion with 1.5x quota bonus. The tool also supports multiple models including Claude Code, Codex, Gemini, and OpenCode — they're being pragmatic about not winning every task with one model. On the research side, Alibaba published SkillWeaver, a framework that cuts agent token consumption by 99%. The problem it solves is straightforward: when an agent has access to hundreds or thousands of tools, loading them all into context is wildly inefficient. SkillWeaver creates an execution graph for a task, then uses a technique called Skill-Aware Decomposition to iteratively fetch and vet relevant tools rather than exposing everything at once. If you're building agents with Model Context Protocol or any multi-tool ecosystem, this paper is worth a read. Cloudflare's new crawler policy also applies here — they're forcing AI companies to separate search-crawling bots from AI-training bots. For anyone running a website, this means finer-grained control starting September 15th. It's a practical tool for publishers who want to allow search indexing but block unauthorized training. And that Microsoft Copilot OS leak — even if it never ships, the concept of an operating system designed from the ground up for agentic AI tells us where platform thinking is heading. Aion is essentially a browser-first OS with Copilot as the primary interface. It's a vision where the OS becomes an AI agent runtime. If that sounds familiar to anyone running local agents on Linux, you're already ahead of the curve. That's it for this week's local edition. See you next time.