How I AI: My Weekly Codex Experiments
TL;DR
Codex can build its own context window from your filesystem — Nate describes asking Codex to find files by what they’re about and roughly when they were made, then copy them into a neat working folder instead of relying on exact filenames.
That workflow unlocks long, messy projects — with a clean local folder as context, he says Codex can reliably handle 30,000-50,000 words, plus complex document, spreadsheet, and coding tasks across multiple files.
Claude didn’t hold up the same way in this exact setup — Nate says he tested the same workflow with Claude Code/Claude Co-Work and it “doesn’t work,” though he leaves open whether that’s model quality, long-running task reliability, or compute limits.
Prompting has shifted from task assignment to collaborative scoping — instead of saying “go do this,” he now gives a set of meaningful questions, points to relevant files, and asks the model to help define the task shape before execution.
Long-running agents are finally staying on track — especially with Claude 5.5 and refreshed Codex, he feels he can shift from messy back-and-forth exploration to “now go do it” without the model getting lost.
Multi-threading is the real unlock — Nate says he can now run simultaneous drafting in local folders and even develop eight or nine prompts to execute sequentially, helped by Codex’s file handling and auto-review guardrails.
The Breakdown
Nate says Codex has changed his actual felt sense of what AI can do: by having it find files from natural-language descriptions, copy them into a clean working folder, and operate across that local context, he can now handle 30,000-50,000-word projects and multi-threaded drafting workflows with far less friction. The bigger shift is in prompting too — he’s moved from giving agents fixed tasks to using models like Claude 5.5 and refreshed Codex as collaborators that help define the shape of the work before executing it.
Was This Useful?
Share
Keep Reading
Make Alcreon Yours
Tune your feedFive quick questions, and the feed ranks what matters to you first.Or just get notified
The weekly Echo. Signal worth keeping in your inbox.
Every new piece, announced on X.
Read Next
See all
Playbook
Tasteful Skills
“Tasteful Skills” argues that the best agent skills are not documentation or best-practice lists.

Playbook
The Art of Tasteful Prompting
Learn how tasteful prompting helps you move beyond generic AI output by shaping context, style, and judgment from the start.

Playbook
The Codex /goal Playbook
OpenAI shipped /goal for the Codex CLI. It turns a prompt into a persisted, self-continuing contract.