Loading video...

Video Failed to Load

Go Home

Did you know Codex agents can already talk to each other? 👀 There's a message board hiding in the Codex engine. I wired it into a test build to test it: agents share a thread, reply, push back, and agree on a plan. My bet is this is one...

13,005 views • 1 day ago •via X (Twitter)

12 Comments

Mr-Quiyst's profile picture
Mr-Quiyst1 day ago

Hmm. Looks really cool for development, but I'm not sure it replaces Muse for personal assistance. I'm looking forward to finding out though.

Developing Adventures's profile picture
Developing Adventures1 day ago

Muse competitor needs to regular Chatgpt mode not in Codex IMO.

Mr-Quiyst's profile picture
Mr-Quiyst1 day ago

100%. I want both.

Tak 🦞's profile picture
Tak 🦞1 day ago

🤯 this looks insane

Developing Adventures's profile picture
Developing Adventures1 day ago

Are you be there for the Devday ? 👀

alex getman's profile picture
alex getman1 day ago

Wow, nice find. You’re quite the detective.

Developing Adventures's profile picture
Developing Adventures1 day ago

Haha! Just staying Curious 😁

Gates 🦞's profile picture
Gates 🦞1 day ago

Built this a few months ago..

Ilya Zelen''s profile picture
Ilya Zelen'1 day ago

Looks like agent-teams-ai

Scott Persinger's profile picture
Scott Persinger1 day ago

Very on brand for OpenAI agents to have a “secret message board” available

Deepu's profile picture
Deepu23 hours ago

woah that sounds amazing!

Milad's profile picture
Milad1 day ago

agents agreeing on a plan is useful the harder part is how you check the plan before any of them starts changing code

Related Videos

🚨 OpenAI just launched Codex, a brand-new autonomous coding agent that can build features and fix bugs on its own. We’ve been using it Every 📧 for a few days, and I’m impressed. I invited Alexander Embiricos (ben davies), a member of the product staff responsible for Codex, to demo Codex and talk about it live on a special edition of AI & I: What Codex is and how it works Codex is designed to be used by senior engineers—it performs coding tasks like adding features or fixing bugs autonomously. It's built to allow you to start many sessions at once, so you can have multiple agents working in parallel. Codex is built to have "taste" OpenAI trained Codex to have the taste of a senior software engineer. It knows how big codebases work, how to write a good PR, and uses clean, minimal code. Why an “abundance mindset” is best for interacting with agents Codex is designed to allow users to delegate many tasks at once without getting caught up in the details. This lets you point an abundance of agents at a specific task like a difficult bug—it’s worth it even if only one of them succeeds. How OpenAI is thinking about agents Codex is one piece of a unified super-assistant OpenAI wants to eventually build—an agent that helps users easily get things done by selecting the right tools for them behind the scenes. OpenAI’s vision for the future of programming In the future developers will probably spend less time writing routine code and more time guiding agents, reviewing their work, and making strategy decisions. Programming will become more social, letting teams easily delegate multiple tasks at once, allowing people to focus on ideas and collaboration instead of routine coding. Watch below!

Dan Shipper 📧

145,487 views • 1 year ago

Three skills I use every day in Claude Code and Codex to solve my hardest problems: 1️⃣ /agent-watchdog When I have one agent like Codex working on a task and I don't fully trust it's going to do everything right, I'll open up another one like Claude Code and tell it to watchdog the Codex thread. You can copy the Codex deep link into Claude Code and it'll look at the prompt you sent, watch the Codex thread until it's done, then compare the Codex solution to how it was planning to solve it and automatically fix anything that Codex missed. It can also test the work of the other agent end-to-end. Similar to the idea of OpenRouter's new Fusion feature, I've definitely found that two models thinking through a problem and checking each other's work can be wildly more impactful than just one. 2️⃣ /plan-arbiter Similar ideas as /agent-watchdog - but with this one you have both make plans, compare plans, negotiate the differences, and make a final plan to execute. I find Claude Code is better at writing plans, but Codex is faster and cheaper to execute on them. Then I usually have Claude Code watchdog the Codex work and fix anything that was missed. 3️⃣ /read-the-damn-docs One thing that drives me crazy with coding agents is they're so reluctant to look up docs. They'll just guess and guess and guess at the right API surface for things, or the right solution to an integration of two things. Once I explicitly tell it to look up the docs, it says "Oh, I see the answer," and it fixes the problem. So I made the /read-the-damn-docs skill. Add it and your agents will know when and how to do efficient web searches to look up docs for the types of problems you really should look up docs for. All of these are totally open source over on my GitHub. If you try them, let me know your feedback. Will link to them below:

Steve (Builder.io)

43,089 views • 3 months ago