# swyx 用 Codex 跨平台与产品协作开发 Forge

- 来源：swyx (@swyx)
- 发布时间：2026-08-03 03:08
- AIHOT 分数：65
- AIHOT 链接：https://aihot.virxact.com/items/cmsc74nsu021iro8vughpza7w
- 原文链接：https://x.com/swyx/status/2083993378258288976

## AI 摘要

swyx 正用 Forge 托管其所有项目，并分享了一个技巧：在 OpenAI Codex 中可 @ 一个线程并排队，当项目被平台功能阻塞时，可预先推进项目，待平台解除阻塞后继续。他认为更优的多智能体框架应无缝编排平台与项目间的工作，但此类用例并不常见。

## 正文

one way i'm developing Forge (https://x.com/swyx/status/2083654369095156219) is to use it to host all my projects going forward. so I often find myself having to bounce back and forth between platform and product.

sharing neat trick - in @openai codex you can @ a thread + queue up the @, so if your project is blocked on a platform feature, you can actually premove your project to proceed once the platform is unblocked.

now of course.. i wasnt actually strictly necessary in this whole process, so an even better multiagent harness would seamlessly orchestrate work back and forth between platform and project... it's just not a very common usecase unless you're building a real platform (which most people dont - most people just build applications on top of platforms, or a small platform with only 1 proudct/application tenant)

### 引用推文

> swyx：started work on forge agents today
