Codex How To v0.3: engineering loop + review-first Living Wiki #36262
Replies: 3 comments
|
Update: v0.3.0 is now released with the review-first Living Wiki and leaner model-adaptive skills. The flagship skills are also indexed at skills.sh, with an isolated Codex installation smoke test completed. npx skills add Phelan164/codex-howto --skill engineering-loop -g -a codex -yI also opened a community engineering-loop benchmark so the workflow can be evaluated with evidence rather than intuition. The protocol compares the same bounded task in three conditions: no skill, the v0.2 full Negative and neutral results are especially useful. If the full loop adds cost without catching anything consequential, that is a reason to simplify it. Sanitized reports from different stacks and task types are welcome as issue comments or pull requests. |
|
v0.4 follow-up: Codex How To v0.4.0 — Safer Living Wiki is now published. The update adds index-first routing for prior decisions and experiments, explicit engineering capture and query archive operations, revision-pinned source dependencies, and stronger safety boundaries for untrusted wiki/source text, path confinement, and sensitive repository evidence. The release gate now covers 26 utility tests, both playground tests, and six wiki pages with zero lint warnings. The project still does not claim automatic token savings: the wiki efficiency experiment requires repeated evidence before recommending additional retrieval infrastructure. Useful feedback includes queries the index misses, lessons that should produce no durable wiki change, and anonymized no-skill/full-skill/lean-skill measurements. |
|
Measurement update: the repository now has six controlled GPT-5.6-sol runs
On the game task, the lean skill used 31.2% fewer reported tokens than My current interpretation is not “skills save tokens.” It is that lifecycle I would especially value independent runs that falsify the tentative boundary: |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I built and maintain Codex How To, an independent engineering-first curriculum and reusable workflow package for OpenAI Codex.
The central idea is that generated code is an intermediate result. A task should move through:
scope → reproduce → implement → test → review → evidenceThe repository now includes:
AGENTS.mdthrough skills, MCP, subagents, orchestration, context efficiency, and Living Wiki maintenance;The fastest way to evaluate the engineering workflow is the five-minute demo. It asks Codex to reproduce an uncovered input-boundary defect, add a failing regression, implement the smallest fix, run the checks, inspect the diff, and report evidence.
The two flagship skills are now indexed in the open agent skills catalog. A tested Codex installation is:
For knowledge maintenance, install
maintain-codex-wikifrom the same catalog and start with a read-only query against the Living Wiki before adding a database, embeddings, or another MCP service.Version
v0.3.0is available here:https://github.com/Phelan164/codex-howto/releases/tag/v0.3.0
I would especially value critical feedback from developers who try either workflow:
This is a community project, not official OpenAI documentation. Product claims link back to the official docs.
All reactions