Articles

Essays on design, technology, and everyday life, written slowly enough to keep a quiet corner of the internet alive.

Tech9 views

Codex Subagents in Action: Building a Browser Game from Scratch

This article will introduce how to use Codex Subagents to develop a product from scratch. You will see how multiple agents collaborate to build a space shooter game that runs directly in the browser, covering the entire process from design documents, visual assets, to testing and validation.

Read Morearrow_forward
Tech8 views

Codex Subagents in Action: Batch Generate Tests, Check Compatibility, Translate Comments

This article introduces an efficient approach for repetitive programming tasks at scale: organize tasks into a CSV, have Codex launch independent subagents for each row to process in parallel, then write the consolidated results back to an output CSV. Whether it's batch-generating unit tests, checking compatibility for React Query upgrades, or translating comments across an entire project, this pattern turns what would normally be done one-by-one into a process that finishes in minutes.

Read Morearrow_forward