Shopify's Claude Code Warning: AGENTS.md Support
Shopify CEO Tobi Lütke may ban Claude Code over AGENTS.md support. See how fragmented agent system prompts and skills affect Codex teams.
Read articleNotes from real projects
Hands-on AI coding notes from Codex, Claude Code, Cursor, and new LLMs: the workflows I keep using and the mistakes I won't repeat.
Start here
Shopify CEO Tobi Lütke may ban Claude Code over AGENTS.md support. See how fragmented agent system prompts and skills affect Codex teams.
Read articleTibo Sottiaux says Codex Reset began as usage compensation after broken builds. He still controls the reset button.
Read articleI ran Ox Alpha in OpenCode on my 3D globe test. One prompt, a working Three.js page, and a live demo at hqman.me/demo/ox-alpha-3d-globe.
Read articleNew notes
I ran GPT-6 Astra on a static Three.js logistics dashboard. One prompt, a collapsed activity drawer, and a live demo at hqman.me/demo/gpt-6-astra-3d-globe.
Read articleUse CLIProxyAPI and Cloudflare Tunnel to keep OpenAI models in Cursor after the proposed November 12, 2026 cutoff, with setup and security caveats.
Read articleThe August 30, 2026 Codex usage reset comes with token fixes from OpenAI. Tibo says the same limits may last 10% to 50% longer.
Read articlePick a topic
On my workbench
Setups and workflows I've reused in Codex, Claude Code, and Cursor. I include enough detail to run them on your own project.
I use MCP and skills to manage context when several agents touch the same codebase. I write about the signs of drift and how I get a run back on track.
I run Claude, GPT, Kimi, GLM, Gemini, and Grok on code I know. I share the output and cost, including the parts where I had to take over.
How I test
Each guide follows the same loop, so you can repeat it on your own codebase.
What you get
Every post is grounded in real use. Here is what each type delivers and how I verify it.
| Content type | What you get | How I verify it |
|---|---|---|
| AI coding workflow | A repeatable setup with the exact commands | Run on a live project, then checked with tests |
| Coding agent notes | Context control and review tactics | Tracked across real multi-agent runs |
| LLM review | Output, cost, and the limits I hit | Same task on code I already know well |
Named sources
When I describe what a tool is for, I check it against the official documentation and link the source.
"Codex is OpenAI's coding agent for software development."
"Claude Code is an agentic coding tool that reads your codebase, edits files, runs commands, and integrates with your development tools."
"Cursor is a coding agent for building ambitious software."
Common questions
AI Kai is a technical publication by Kai Wang covering practical AI coding workflows, coding agents (Codex, Claude Code, Cursor), and hands-on LLM evaluations with reproducible setups.
Every guide is tested end to end on real production projects and verified against unit tests, manual code reviews, and official documentation.
Each article provides the exact commands, configuration files, prompt architectures (like AGENTS.md), and failure modes so you can replicate them directly.
A little context
I build AI products and use coding agents for the work behind them. Most posts start with a problem I hit on my own machine or in a production codebase. I include the steps and numbers so you can check the result for yourself.