How to Use GLM-5.2 on Cloudflare Workers AI: Model ID, Pricing, and TypeScript Setup
A technical note covering the model ID, pricing, context length, Wrangler configuration, and TypeScript implementation for calling GLM-5.2 on Cloudflare Workers AI.
Category
A technical note covering the model ID, pricing, context length, Wrangler configuration, and TypeScript implementation for calling GLM-5.2 on Cloudflare Workers AI.
A summary of my pre-implementation research into Vercel's eve agent framework: directory-based design, the difference between tools and skills, sandboxing, durable execution, and more.
A short operations note on adding deploy scripts to package.json so I don't have to remember wrangler commands every time I redeploy to Cloudflare Pages.
A short design note on handling frequently changing public values—like parking availability and phone numbers—using Cloudflare KV and a simple admin panel instead of environment variables.
How I turn stuck points and decisions from Codex work logs into short blog notes.
A quick UI note on switching article card thumbnails from `object-cover` to `object-contain` to prevent cropping, and why I rolled the background back to near-white with a light border.
How old automation failures — batch jobs, notification bots, admin UIs, outdated runbooks — raise the same questions for AI agent operations.
Why I moved from Field Ops Notes to Tsurezure Agent OPS — a space for operations, automation, and AI agent topics, rooted in small daily frictions.
A note on evaluating whether a task can be handled by AI based on input variability, failure impact, and human review cost rather than model performance alone.
A short note on log design: clean success logs alone don't help you diagnose failures or improve recovery.
A note on why you need to audit what operators actually look at before you start agentifying a workflow.
Notes on how losing track of who changed what and when in a small internal admin panel makes later investigations surprisingly painful.