You Aren't Using Codex Like Me
Eleven power-user habits from someone who has logged over a thousand hours in OpenAI's Codex CLI — model tiers, thread delegation, safety hooks, and remote control from a phone.
July 14thHow a hierarchy of AGENTS.md files gives AI coding agents the map they need — without flooding the context window.
AI coding agents fail on large codebases not because they lack intelligence, but because they lack context — and a tree of co-located AGENTS.md files gives them a map to navigate precisely to the right change without polluting the context window with everything else.
AI coding agents aren't making dumb mistakes because the underlying models are weak — they're making dumb mistakes because they can't see the whole codebase. DOX fixes this by placing an AGENTS.md file inside every meaningful folder of your repo, each documenting that folder's purpose, rules, and a child-docs index pointing further down the tree. When the agent needs to make a change, it starts at the root, reads only the path it needs, and arrives at the target folder with exactly the right context — no more, no less. The agent also updates the docs after every edit, keeping the map in sync with the actual code. There's nothing to install: you copy the DOX framework text into your existing AGENTS.md and tell the agent to index the repo.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →
Framing: AI agents aren't dumb, they're context-blind. Symptoms (wrong place, duplicate code, bloat) and the real question — minimum context, not maximum context.

Why DOX was invented — Space Agent is a large, feature-rich browser AI built 100% by agents. The AGENTS.md hierarchy was the pattern that kept it coherent. Three weeks from blank repo to published.

Root AGENTS.md → child docs index → subfolder AGENTS.md files. Each file documents one domain. Agent traverses top-down, accumulates context from parents, reads only the path it needs. Updates docs after edits so the map stays current.

Live demo: root AGENTS.md → agents, API, configuration, docker subfolders. Memory plugin, agent profiles, child docs index shown. OCR reveals the exact DOX section format: Purpose, Ownership, Local Contracts, Core Guidance.

Terminal demo with Codex CLI. Copy DOX AGENTS.md text → paste into project AGENTS.md → tell agent 'initialize docs index'. Agent crawls codebase, writes AGENTS.md in each subfolder, links them together. Takes ~5 minutes for a medium repo.

Enhancing the screen docs — telling the agent to create a per-file markdown doc for every Python file in a folder. The rule goes into that folder's AGENTS.md only, scoping it precisely. Any folder can have its own docs strategy.

Ask Codex to change a plugin screen background to red. Agent explicitly says it will re-read the applicable DOX chain before editing. Navigates to the right TCSS file, makes minimal change, updates docs. Shows agent reading, not guessing.

How to use in any AI agent that supports AGENTS.md (Agent Zero projects, Codex, Cursor, etc.). Clone the DOX repo or paste from GitHub. Star request (41 stars at time of recording).
The reason AI coding agents bloat and break large codebases is almost never model quality — it's that they're handed the whole map at once instead of a navigable path to the one folder that matters.
“The issue is not intelligence. It's context awareness. Your LLM is already smart enough to do any programming work better than you can. But where it fails is maintaining large code bases — it doesn't see behind the corner.”
“The question is not how do we give it more context. The question is how do we give it exactly the right amount of context it needs. Not more, not less, minimum context required to make the minimal edit.”
“These markdown files are like a preview of the whole code base. It's like a map for the agent — and the agent only navigates the map until the point it needs to touch the actual code.”
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
The promise is blunt: one small Markdown file, no installation, no package, no server — and it actually fixes the reliability problem that drives AI coding agents off the rails on large codebases. Jan, the developer of Agent Zero and Space Agent, has already stress-tested it by building a full browser-runtime AI platform entirely with AI coding tools in about three weeks.
A tree of co-located Markdown files that act as a navigable map of the codebase. The agent reads only the path from root to the folder it needs to touch — no sibling branches, no full dump.
“You can give us a star. We only have 41 of these by now. It's really fresh. You can subscribe to our channel if you like what we do.”
Humble and honest — no fake urgency, acknowledges the project is brand new. Works because the product is free and the bar to act (starring a repo) is low.
00:00
00:21
00:35
00:50
01:04
01:18
01:33
01:47
02:01
02:16
02:30
02:45
02:59
03:13
03:28
03:42
03:56
04:11
04:25
04:39
04:54
05:08
05:22
05:37
05:51
06:05
06:20
06:34
06:48
07:03
07:17
07:32
07:46
08:00
08:15
08:29
08:43
08:58
09:12
09:26
09:41
09:55
10:09
10:24
10:38
10:52
11:07
11:21
11:35
11:50
12:04
12:19
12:33
12:47
13:02
13:16
13:30
13:45
13:59
14:13
14:28
14:42
14:56
15:11
15:25
15:39
15:54
16:08
16:22
16:37
16:51
17:06
17:20
17:34
17:49
18:03
18:17
18:32
18:46
19:00Eleven power-user habits from someone who has logged over a thousand hours in OpenAI's Codex CLI — model tiers, thread delegation, safety hooks, and remote control from a phone.
July 14thA product designer builds a full native iOS app end-to-end inside Claude Code, using a packaged skill system and the new in-app iOS simulator, without ever leaving the chat window.
July 23rdSame one-shot prompts, two models, three real builds — a website, an app clone, and a 3D game — scored on intelligence, cost, and time, not just vibes.
July 23rdA YouTuber walks through the exact three-skill setup — spec, build, review — that lets Claude Code or Codex keep shipping features all day without anyone typing another prompt.
July 22ndTheo reacts line-by-line to Boris Cherny's post arguing that automation — CLAUDE.md rules, lint checks, CI — matters more than ever in the agent era, not less.
July 21stA 15-year Meta engineer's seven-step plan for learning to code with AI in 2026 — and the one habit that decides whether AI teaches you or just ships code you can't explain.
July 21st