Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

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 Aufrufe • vor 1 Tag •via X (Twitter)

12 Kommentare

Profilbild von Mr-Quiyst
Mr-Quiystvor 1 Tag

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.

Profilbild von Developing Adventures
Developing Adventuresvor 1 Tag

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

Profilbild von Mr-Quiyst
Mr-Quiystvor 1 Tag

100%. I want both.

Profilbild von Tak 🦞
Tak 🦞vor 1 Tag

🤯 this looks insane

Profilbild von Developing Adventures
Developing Adventuresvor 1 Tag

Are you be there for the Devday ? 👀

Profilbild von alex getman
alex getmanvor 1 Tag

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

Profilbild von Developing Adventures
Developing Adventuresvor 1 Tag

Haha! Just staying Curious 😁

Profilbild von Gates 🦞
Gates 🦞vor 1 Tag

Built this a few months ago..

Profilbild von Ilya Zelen'
Ilya Zelen'vor 1 Tag

Looks like agent-teams-ai

Profilbild von Scott Persinger
Scott Persingervor 1 Tag

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

Profilbild von Deepu
Deepuvor 1 Tag

woah that sounds amazing!

Profilbild von Milad
Miladvor 1 Tag

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

Ähnliche 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 Aufrufe • vor 1 Jahr

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 Aufrufe • vor 3 Monaten