
Elite Licker 🐶
573 posts

Elite Licker 🐶
@SamMusical6990
Short & Fast Alpha Calls | AI Tools & Crypto Insights | 专业舔狗 | 业余撸毛 | 专注短平快Alpha资讯分析





Codex太让我震惊了! 直接Codex通过GPT Images 2做 UI 设计 , 并且一整套自己完成代码编写上线 有趣的互动科学 App 我试着生成了 3D 生物结构,并做了一个可以互动探索它们的 App。 演示 👇

兄弟们!答应你们晚上开源,它来了 image to 3D模型目前只对接了线上:tripo3d.ai 你们也可以改其他家,或者本地模型 记得点赞关注,用的好GitHub也给一颗小星星👇 github.com/huangserva/3DC…


Codex can get dumber and slower on long sessions. Here's the fix: 1. Run Process_narration=false This will stop Codex from showing you all the planning steps, resulting in saving a lot of output tokens. 2. Prompt: "Act as an orchestrator. Use parallel agents to do the research and execution work. Write detailed tasks for each parallel agent and force them to act, iterate, get their tasks done, and bring back an in-depth report. Your job is to deeply analyze the agents' work, provide feedback, and provide them with continuous tasks." This prompt offloads the majority of the context-burning work to agents, and each agent has its own context window. So you can utilize 5 agents (5 context windows). 3. Add this hard rule: "Measure twice, cut once policy." Debugging and patching is messy work. Force Codex to plan first, act after (don't use plan mode; it's just overcomplicated). Ask it to make a task list for every task so it can track progress and iterate better. 4. Add this hard rule: "Keep the codebase clean, no tmp files, no dead code, no dead files. Stay organized all the time. No unnecessary folders, subfolders, or files." Claude keeps most of its working files in cache as temporary files (which is bloatware, but it keeps the codebase neat), but Codex is output-heavy. It creates tons of folders and files, and your workspace can become a mess after a few sessions. As a result, this contaminates the context window and degrades performance. Force Codex to stay organized and follow the file structure. These 4 techniques can help you save 40% context every session, and performance will be a lot better. For planning, use Codex 5.5 (extra high), and after the plan is done, shift to Codex 5.5 (high) with fast mode. This works faster.














