Notes from real projects

I build with coding agents and write down what holds up.

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

View all articles

New notes

Latest articles

Pick a topic

Browse the archive

On my workbench

What tools and workflows do I test?

AI coding

Setups and workflows I've reused in Codex, Claude Code, and Cursor. I include enough detail to run them on your own project.

Coding agents

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.

LLM reviews

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

How do I test each tool and workflow?

Each guide follows the same loop, so you can repeat it on your own codebase.

  1. Pick a real task from a project I already ship, not a toy demo.
  2. Run the tool end to end and record the exact commands, settings, and model.
  3. Check the output against tests, a manual review, and the official docs.
  4. Note the cost, the failure modes, and the point where I had to take over.
  5. Write the workflow so you can repeat it on your own codebase.

What you get

What can you expect from each guide?

Every post is grounded in real use. Here is what each type delivers and how I verify it.

Content types on hqman.me and how each one is verified.
Content typeWhat you getHow I verify it
AI coding workflowA repeatable setup with the exact commandsRun on a live project, then checked with tests
Coding agent notesContext control and review tacticsTracked across real multi-agent runs
LLM reviewOutput, cost, and the limits I hitSame task on code I already know well

Named sources

How do I verify claims with official documentation?

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."

Source: OpenAI, Codex documentation

"Claude Code is an agentic coding tool that reads your codebase, edits files, runs commands, and integrates with your development tools."

Source: Anthropic, Claude Code documentation

"Cursor is a coding agent for building ambitious software."

Source: Cursor, documentation

Common questions

Frequently asked questions

What is AI Kai about?

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.

How are the coding agent workflows tested?

Every guide is tested end to end on real production projects and verified against unit tests, manual code reviews, and official documentation.

How can I reproduce these setups in my codebase?

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

Who is behind AI Kai?

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.