Workflow Tips for Claude & Codex

After 3 weeks of coding with Codex cli & Claude Code in a Laravel project, I learned that following some practices yields much better results, specially when you’re dealing with a code base that has grown beyond few files. Regardless of the tool, here are five practical strategies that consistently helped me stay productive, avoid frustration, and maintain code quality. 1. Use a Context File Both models support a config file that you can use to guid the model. I preferred to use a separate Markdown file where I outlined the codebase structure: e.g., where the wizard logic lives, which folders hold the models, naming conventions, etc. ...

April 25, 2025

Claude Code vs Codex CLI

Evaluating Claude and Codex Over the past few weeks, I’ve been working on a moderately sized PHP Laravel project originally built by contractors. My focus has been on cleaning up the codebase and building new functionality. Along the way, I used both Claude Code (3.7 Sonnet) and Codex cli (o4-mini) to implement the changes. This post is a comparision between the two based on my experience and which one I’ll be sticking with going forward. ...

April 24, 2025