What to Know First When Introducing Cloudflare AI Gateway
The minimum steps to start using Cloudflare AI Gateway from Workers AI, and what to understand about its role, settings, and checkpoints before moving to the OpenAI-compatible API.
The minimum steps to start using Cloudflare AI Gateway from Workers AI, and what to understand about its role, settings, and checkpoints before moving to the OpenAI-compatible API.
As tools like Claude Code and Codex accelerate code generation, the scope of what engineers must design expands from the code itself to problems, constraints, operations, and validation.
How I turn stuck points and decisions from Codex work logs into short blog notes.
How to move beyond personal AI prompt tricks by turning them into standard commands, templates, and review checklists that the whole team can reuse.
Implementing Generative UI from scratch means dealing with messy component management and streaming control. OpenUI is a framework that neatly abstracts and hides all of that.
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.
An experiment log verifying deployment of a Next.js static site to Cloudflare Pages, from local verification and build to production deployment and custom domain setup.
I summarize the approaches and tips for extracting structured data from llms as reliably, accurately, and with as low latency as possible.
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.