Ralph Wiggum loops with Codex: run iterative agent passes until done
How to adapt the Ralph Wiggum loop pattern popularised in Claude Code to Codex using repeatable, bounded non-interactive runs.
How to adapt the Ralph Wiggum loop pattern popularised in Claude Code to Codex using repeatable, bounded non-interactive runs.
Why many teams still do phase-gated delivery under an Agile label, and what real adaptive planning looks like when speed and waste matter.
Go beyond the basics with panes, copy mode, synchronised input, and shared tmux sessions.
How remote work made voice-first coding practical for me, where it breaks down in open offices, and why I still review every transcribed prompt before sending it.
Use Lefthook to version, share, and speed up Git hooks so checks run consistently for every developer.
A practical look at which AI tools I adopted from late 2021 to early 2026 and what changed my day-to-day coding.
Use Git worktrees to run multiple AI coding tasks on one repository without branch-switch friction.
Flaky tests, often caused by non-deterministic fake data, destroy trust in CI. Here’s how to enforce ‘always green’ and stabilise your suite.