Z.ai’s GLM-5.2 is narrowing the gap with OpenAI and Anthropic models, offering open weights, lower costs, and strong ...
Tom Fenton moves from local AI concepts to hands-on tools for matching LLMs to hardware, running local chatbots with Ollama and benchmarking AI performance.
Last time, I launched Claude Code from the GLM 5.2 route on ECLIPSE02 and combined Claude Code's /goal and Agent tools to pass a light smoke test. The previous article can be found here. Outlining the ...
nano-claw/ ├── src/ │ ├── agent/ # 🧠 Core agent logic │ │ ├── loop.ts # Agent loop (LLM ↔ tool execution) │ │ ├── context.ts # Prompt builder │ │ ├── memory.ts # Persistent memory │ │ ├── skills.ts ...