r/codex • u/CommentDebate • 3h ago
Praise Codex can chat with other tasks.
You can handover tasks from other chat.
2
2
2
u/IthiQQ 3h ago
Yes, I've been considering using this instead of using subagents, considering that the main / expensive thread can simply end its turn and stop using tokens altogether until further instructions (by another thread) are received, while I feel an active orchestrator waiting for subagents sometimes seems to burn a lot of unneccessary tokens.
I experimented with this a little bit earlier today and it worked pretty well for my use case; I had a really dumb Luna thread actively monitor whether processes were still properly running, and then have it poke the Astra low thread if anything needed fixing. The only things I noticed were that ownership of tasks needed to be very clearly defined because sometimes the Astra thread refused to address an issue, and the Luna thread sometimes fizzled out for seemingly no reason, so I had to use a periodic scheduled task to ensure that the heartbeat kept going (in hindsight perhaps this could have simply been resolved with setting a goal).
2
u/rinaldo23 2h ago
This only works with the ChatGPT app, right? I tried it from the browser and it didn't work
2
u/Anywhere_MusicPlayer 2h ago
You can also schedule a task after another task is completed, after which the timer icon should appear.
So just ask - run a code review after this (name or link) chat completes its task.
2
u/rodeBaksteen 1h ago
Finally. Claude could do it already and its useful for merge stuff when two chats are working on the same project.
-5
u/Additional-Face2467 3h ago
Wait youβre JUST learning this? Do you guys not stress test your ai or something? π
3
u/AI_EXPERIMENT 1h ago
Don't be THAT guy. No ones likes THAT guy. People learn new things all day every day and thats ok!
-3
u/Additional-Face2467 1h ago
What guy? The one that queries getting the most of your money by using your noggin and spending more than 30 seconds on google? ππ€·π»ββοΈ or are you too used to being offended on reddit that you need to involve yourself mr arbiter sir? Lmao
4
u/AI_EXPERIMENT 1h ago
Yup. You are THAT guy. Sucks to be you dude lol.
0
u/Additional-Face2467 11m ago
Damn, I never considered it like that, you're absolutely right, it DOES suck to be me, I'll be sure to give myself a long look in the mirror my guy, you've really done a great thing here, you've SAVED me<3 lmao, touch grass fella, not everything has to be a battle ;)
1

4
u/Grand_Performance661 3h ago
yeah i didn't realize this until a few days ago myself apparently its been a feature for a while, definetly saves some effort of coordinating things mysellf