
How I AI How to build your own AI developer tools with Claude Code | CJ Hess (Tenex)
297 snips
Feb 9, 2026 CJ Hess, a Tenex software engineer who builds AI developer tooling like Flowy. He demos Flowy turning Claude’s ASCII diagrams into interactive mockups and explains creating Claude Code skills. He walks through model-to-model code review using Claude and Codex, and how visual planning and custom tooling reshape developer workflows.
AI Snips
Chapters
Transcript
Episode notes
Claude Code's Steerability Transforms Dev Work
- CJ Hess prefers Claude Code for its steerability and intent understanding, which helps him dig deep into prompts.
- He built an ecosystem of skills around Claude Code that makes his dev workflow highly productive.
Replace ASCII With Editable Visual Mockups
- Use visual flowcharts and UI mockups instead of ASCII art for complex UI and animation planning.
- Convert model-generated diagrams into editable JSON mockups so the model can read and iterate on them.
Make Mockups Writable JSON First
- Build a small renderer/editor that reads a JSON schema of nodes and edges to create interactive mockups.
- Save edits back to the JSON so Claude can re-read and update designs iteratively.

