My AI Stack
I use AI as a practical coding companion for building and maintaining this blog. This page is a quick overview of how AI fits into my current workflow.
Coding tools
I use the following tool to plan changes, implement features, debug issues, and verify builds:
| Tool | Role |
|---|---|
| Pi Coding Agent | Agentic Engineer |
| Kimi Code | Agent Swarm |
How I use AI
- Break down ideas into small, verifiable changes.
- Keep implementation simple and consistent with the existing codebase.
- Run checks and builds before considering a change complete.
I use AI to support the work, while keeping the final decisions and code review in my hands.