Async agent vs deployed pipeline
Codex is the OpenAI cloud agent embedded in ChatGPT. You hand it a task (refactor this file, add this feature to this repo) and it works asynchronously, returning a PR or a diff. Moonshift is a deterministic 14-stage pipeline that runs server-side and ships a deployed app + launch kit. Codex stops at the PR; Moonshift stops at the launched URL.