I would like OpenAI to provide an account-level shared workspace that both ChatGPT and Codex can read from and write to.
ChatGPT is excellent for research, discussion, planning, and drafting specifications. Codex is excellent for implementation, reproducible computation, notebooks, tests, and Git workflows. But the handoff between them is still awkward. Users often need to manually copy Markdown, PDFs, task specs, or notebooks from ChatGPT into Codex.
A simple private shared workspace under the same OpenAI account would solve this.
For example:
- ChatGPT writes
research_brief.md,methodology.md, andcodex_tasks.md - Codex reads those files, implements code, runs analyses, and writes back
results.md, notebooks, CSVs, or logs - ChatGPT reviews the outputs and helps refine the next step
This would make ChatGPT and Codex feel like two specialized agents working in the same project room.
Key requirements:
- Private to the user or workspace account
- Read/write access from both ChatGPT and Codex
- Versioned and auditable file changes
- User approval for sensitive operations
- GitHub integration optional, not required
- Support for Markdown, notebooks, CSV, JSON, Parquet, images, and PDFs
- No need for users to run their own remote MCP server just to pass context between ChatGPT and Codex
This would be especially useful for research, education, software development, data analysis, and finance research workflows.