How I use LLMs
- name of the game is 'describe expectations' (spec) and 'enforce expectations' (tests)
- research and plan with the model (GPT-5 Pro), then implement in parallel with as many models as you can stand (GPT-5 Codex)
- 'close the loop': let the model read logs, edit project settings, run the app, take screenshots, etc.; this is about back-pressure
- spend more time thinking than babysitting
Tools:
- always: Codex CLI + lots of bash scripts and saved prompts
- sometimes: Xcode
- rarely: Cursive, Vibe Kanban
My philosophy: