Skip to main content

GitHub

My AI Development Workflow

My AI workflow is not “write one giant prompt and hope the application works.” The coding agent is only one part of the process. Most of the reliability comes from defining the project, breaking it into phases, reviewing every change, and refusing to merge until the software has been tested by a human.

I use Codex or Claude Code to plan and build, CodeRabbit for another review pass, GitHub pull requests for the final discussion, and Git as the safety net around everything. The tools can change, but the workflow stays almost the same.

read more

You are using GitHub WRONG!

GitHub is an incredible powerful tool, but using it in command line can be frustrating. So instead of doing something dumb like using SSH agent workarounds or Token exporting shenanigans to make git work in command line. We are going to use an amazing utility called gh to authenticate.

read more