MCMalik Chohraincodemeetai.hashnode.dev·7h ago · 12 min readHow I ran GLM 5.2 inside Claude Code on my own SDKTL;DR: I put \(5 on OpenRouter and ran GLM 5.2, the open-weight model everyone is benchmarking, inside Claude Code and pointed it at my own generative UI SDK. The architecture read was a steal: 41 fil00
MCMalik Chohraincodemeetai.hashnode.dev·1d ago · 7 min readBuild with AI · 01: the art of promptingThis piece is from Code Meet AI, my newsletter on using AI to ship real things without the hype. New guides land there first. Prompting is just how you ask an AI for something. The AI reads your word00
MCMalik Chohraincodemeetai.hashnode.dev·2d ago · 5 min readI run AI agents unattended. This is the four-part loop that makes it saneTL;DR: a loop is memory + rules + verify + schedule. Most builders running background agents have three of the four. The one they skip is a separate verifier, and skipping it means the agent that does00