You can now orchestrate Fable 5, Sol, and any... model inside Codex with one plugin. It's called Codex-Orchestration. Assign Fable 5 as the advisor, Sol as the executor, or any model to any role. Then define the order they work in. Codex handles the routing. I ran Fable 5 High as planner with GPT-5.6 Sol Extra High as executor on a set of issues Opus and GPT-5.5 always struggled with. Done in 30 minutes. 40% fewer limit hits. 2x faster implementation. Install it by pasting this into Codex: "Install Codex Orchestration: codex plugin marketplace add Cjbuilds/Codex-Orchestration codex plugin add codex-orchestration@codex-orchestration Verify the installation, then tell me to start a new task." Then assign your models: @ codex-orchestration advisor: Claude Fable 5 High, Executor: GPT-5.6 Sol High Open source. Tweak the routing however you want.show more

Alvaro Cintas
91,269 görüntüleme • 1 ay önce
OpenAI’s GPT-5.6 Sol model can now run inside Claude... Code. There are two ways to do it, and both take minutes to set up, here’s how: Option 1, the official plugin: /plugin marketplace add openai/codex-plugin-cc /plugin install codex@openai-codex /reload-plugins, then /codex:setup That unlocks /codex:review, /codex:adversarial-review, and /codex:rescue. Claude writes, GPT critiques, you ship. Option 2, the proxy. One alias makes Sol your main model: alias claudex=‘CLAUDE_CODE_SUBAGENT_MODEL=gpt-5.6-sol CLAUDE_CODE_ALWAYS_ENABLE_EFFORT=1 claude –model gpt-5.6-sol’ Bonus: Claude Code lets you set subagent model and effort yourself. Sol Ultra runs can burn several times the tokens of a base run, so right-sizing delegated work saves real money.show more

Alvaro Cintas
90,783 görüntüleme • 1 ay önce
This is my current workflow after Fable 5.1 dropped.... Wired through the fable-advisor plugin for Claude Code: 1. Fable 5.1 orchestrates 2. GPT-5.6 Luna implements 3. Fable 5.1 reviews The prompt I run: "You are the orchestrator. Plan this task, then delegate implementation to codex-implementer running gpt-5.6-luna: [task]" Fable 5.1 handles all the reasoning, Luna just executes it.show more

Alvaro Cintas
78,206 görüntüleme • 2 gün önce
ChatGPT Web is now inside Codex 😲 this open-source... project has already crossed 2.7k stars instead of using a separate workflow, it lets you use ChatGPT Web models directly from Codex's model picker what you get: - GPT-5.6 Pro for eligible accounts - free Luna access - ChatGPT Web quota - Codex tools + context - images, streaming and reasoning - open-source + MIT licensed getting started: 1. go to 2. install the launcher 3. sign in with your ChatGPT account 4. run the browser checks 5. install the models 6. restart Codex and select ChatGPT Web the interesting part? you can keep using Codex normally while routing the selected model through ChatGPT Web no separate API key for the ChatGPT model 2.7k+ stars and still actively updated worth checking if you already use Codex and want to experiment with ChatGPT Web modelsshow more

K2S
98,620 görüntüleme • 6 gün önce
if you use Codex and you're stuck on GPT... models only, this fixes that. it's called codex-router, open source. drops other models straight into your normal Codex picker, right next to the GPT ones you already have. what it adds: - Grok, Kimi, Deepseek, Claude, all in the same picker - oauth login per provider, no api key needed - your GPT models and Chatgpt login stay untouched setup: point Codex at the repo, let it read the readme, it installs itself one snag: if you've got the Chatgpt app and a separate Codex on your path, you can end up running two different Codex versions, and the older one can choke on newer config it doesn't recognize. if the install looks off after, that's probably why, reinstall clean.show more

Alvaro Cintas
26,781 görüntüleme • 16 gün önce
After a weekend of testing and working on something... with GPT-5.3-Codex & Opus 4.6, ChatGPT Pro + Claude Max 5x are still the best combo in my opinion Using Codex & Claude Code CLI running in tmux (the desktop apps are still a bit buggy) and they're accessible even on the go from iPhone with Termius (and VPN) Usually starting with GPT-5.3-Codex xhigh and Opus 4.6 in plan mode, discussing changes and options, and each writing their plans down to separate Markdown files Then letting GPT-5.3-Codex xhigh (or Opus 4.6) implement the changes as the first draft, then Opus 4.6 reviews them with a team of agents (works pretty well already with tmux even though still experimental) based on both prepared plans, fixes stuff, and then another review by GPT-5.3-Codex xhigh or vice versa Interesting that even Opus 4.6 still occasionally makes silly mistakes like wrong imports, partial or overly broad renaming of variables/functions, etc Fun fact, OpenAI apparently plans to use their Super Bowl ad to promote Codex - curious what that will look likeshow more

Tibor Blaho
29,794 görüntüleme • 6 ay önce
Codex users: *THIS* is the best way to take... advantage of the GPT-5.6 Luna Max capability and 80% price reduction. Treat Luna Max as a 'subagent' by instructing the Sol orchestrator to spin up and monitor a separate thread. Added to 'sol-advisor'. Try it out below 👇show more

Dan McAteer
55,883 görüntüleme • 1 ay önce
Litter iOS just got a beta (TestFlight) release so... now you can install it and try it out. It's a remote for codex! - Finds all the computers on your local network (or tailscale) that run codex app-server or ssh - Lets you continue any session or start a new one - Experimental local codex with oauth support Free, fully open-source, fully native, with android release coming soon! Thanks to Maky drumroll.dev ☄️ PincentΞ for the contributions! TestFlight ⬇️show more

SIGKITTEN
68,308 görüntüleme • 6 ay önce
Codex can run Qwen-3.8-max now as well!! Alibaba most... capable model, dropped today and it's already in my codex picker. It's a token plan subscription, not metered api billing. You take the key from your Qwen plan, drop it into Codex Router, and it spends down the plan instead of your card. There's a catch though. Qwen's official setup switches your whole codex over to them, so your ChatGPT models stop showing up at all. That's exactly what Codex Router is for. It adds models to the list instead of replacing them, so sol, Grok, kimi, Deepseek and now Qwen 3.8 max all sit in the same picker and it can grab whichever one suits the job. Router's open source, setup's in the video 👇show more

Ziwen
417,362 görüntüleme • 1 ay önce
Claude Fable 5 orchestrating Grok 4.5 is now my... favorite real workflow. all you need is this free Claude Code plugin that makes Grok the default implementer. Fable writes the specs and reviews every diff, Grok 4.5 does the typing through the Grok CLI. - Grok handles the volume, Fable handles the judgment - Every diff gets cross-vendor review for free - Specs run as parallel agents when they're independent I've been testing it for a few days and the part that sold me is watching Fable refuse to write code. It sends specs down, judges what comes back, and that's it. setup: 1. claude plugin marketplace add DannyMac180/fable-advisor && claude plugin install fable-advisor 2. Install the Grok CLI from then grok login 3. /model fable It's open source, so you can read the agent files and tweak the routing however you want.show more

Alvaro Cintas
100,558 görüntüleme • 1 ay önce
"You've reached your rate limit. Try again after 7pm."... every. fucking. day. $200/month - $2,400 a year - for Codex. then i opened the DeepSeek pricing page. Someone made DeepSeek a native subagent for Codex. Heavy work goes there, light stays on GPT-5. Same code out the other end. 35x cheaper. DeepSeek V4 Flash lives on its own API key, not on my Plus quota. One command: npx skills add oil-oil/codex-deepseek-subagent -g -y Restart Codex, tell it "set up DeepSeek as a subagent", done. First day in a month I'm still working in the evening instead of hitting the wall. save this before your next rate-limit ↓show more

Granite
71,728 görüntüleme • 27 gün önce
Updated the subagents system in my custom Pi extension... to include: - Pi subagents - Codex subagents - Claude Code subagents The Pi thread can call and spin up any of them, and instead of just using the "codex exec" or whatever, it'll do a tool call that wraps it up in a first class way. Have a decent UI for them already added in as well. Pi being the main thread then having Codex/Claude Code as tools when needed feels so good. A flow I'm already using a ton is: "Implement feature ___, have a cc fable subagent research and plan out the api design + feature, then have a codex subagent implement it, then have a cc fable subagent do a review/fixes focused on simplicity and correctness" I also have a dynamic workflows extension setup and working, but it's not nearly as polished yet. Probably gonna make the subagent system more robust, then built it around that so u could have a workflow that flows between codex/cc/pi...show more

Ben Davis
24,827 görüntüleme • 1 ay önce
this is f**king insane i cancelled my $20/mo claude... subscription for this. a dev found a way around OpenAI's usage limits and got unlimited GPT-5.6 Luna on Codex for FREE ($0)😳 He built a three step local workflow on a single machine. This involved no servers, shared accounts, or a team. Instead he used a GitHub repo, one prompt file, and a local coding agent. Traditional users pay full price or hit usage limits. His cost: basically $0. Here's the set up (3min): → Repo layer: Installed 'sol-advisor' from GitHub. → Prompt layer: Copied the 'savings-prompt' out of the repo. → Agent layer: Pointed codex at gpt 5.6 luna with the prompt loaded. → Activation: Loaded it into codex. Usage limits gone. usage after activation: normal codex access. unlimited. one trick. one window. use this before it gets patched.show more

painn
98,056 görüntüleme • 1 ay önce
Alrighty, everything is ready 😎 here’s an unofficial “2x... Codex limits” promo from my side for you all. meet DevSpace — an MCP connector app that turns ChatGPT into Codex. npm install -g @waishnav/devspace After installing, tunnel the MCP server over the internet and enjoy 2x limits. You can use GPT-5.5 Pro, xHigh, or High for planning, then hand off the task to your local Codex/pi/opencode/cursor/claude code instance. Or you can just use it for reviewing code written by other local coding agents Go ahead, experiment with different workflows, and keep the feedback coming on GitHub Issues or in my DMs And let’s thank OpenAI for being so generous by giving us separate ChatGPT and Codex limits and by being so chill around this MCP :) Please use it sparingly, only when you run out of limits. Don’t overuse it — in the end, they do have a button to stop it 🙂show more

waishnav
537,514 görüntüleme • 2 ay önce
Codex can now run Deepseek-v4- flash! There's a catch... though. Deepseek's official setup switches your entire codex over to them, so your GPT models stop showing up at all. This is exactly what Codex Router is for. It adds models to the list instead of replacing them, so sol, grok, kimi and deepseek all sit in the same picker and i just grab whichever one suits the job. Deepseek v4-flash is $0.28 per million output tokens. opus 4.8 is $25. same picker, 89x apart. Links in the comment. setup's in the video 👇show more

Ziwen
145,018 görüntüleme • 1 ay önce
Fable 5 dropping again is the biggest AI moment... of the year. It’s also a usage limit trap if you don’t know what you’re doing. I just mapped out the full system to run it at 10x lower cost: - 10-80-10 framework - Model routing table - Loop engineering - Codex setup - Context memory - And every mistake that burns your limit in the first hour Don’t open Fable again until you read this.show more

CyrilXBT
33,834 görüntüleme • 2 ay önce
I’m joining OpenAI Codex to work on the future... of agentic development! At Cursor, I got to see the shift from autocomplete to agents. The next step isn’t a better IDE. It’s an Agent Development Environment (ADE): systems and tools for orchestrating agents, reasoning over their outputs, and making them autonomous enough to reliably complete ambitious work. After chatting with Alexander Embiricos and Tibo, it was clear that Codex is the best place to realize this vision. The team has consistently shipped SOTA models for agentic coding (check out gpt-5.3-codex) and I’m pumped for the future that the new Codex App points to. What I’m most excited about is the broader mission: accelerating the knowledge work economy. All agents are coding agents, and we’re already seeing Codex used across every job function within organizations. I’m extremely grateful for my time at Cursor, working with the incredible team, and I’m proud of what we built together. I’m excited to take an even bigger swing with Codex. If you’re curious to get a glimpse of where we are headed, download the Codex App! If you want to work on this mission, please apply or reach out - we are hiring across all functions! You can just build things.show more

Rohan Varma
759,905 görüntüleme • 6 ay önce
Codex CLI Update: Let there be Search Whatup nerds,... back so soon looking or yet ANOTHER update?! I got you. Update 0.121.0 is here! > You can now search through previous user prompts with CTRL+R. Just trigger search and enter your search string, you can easily arrow through all matches. See video below! > 🥔 Support for Spud! Is not here yet. Sorry. Maybe tomorrow. 🫢 > v0.121.0 adds custom marketplace installs in Codex: you can run codex marketplace add to register marketplaces from GitHub shorthand, git URLs, or local directories. Codex validates the marketplace layout and stores it in your user config so it shows up consistently in plugin discovery. > Improved memory features, including a new /memories TUI menu with use/generate toggles, a reset-all-memories action, app-server support for setting thread memory mode and clearing memories, and cleanup of stale memory-extension resources. Note: Not working on Linux for me. /memories command unavailable. > Codex MCP got further upgrades with direct app tool calls, cleaner namespacing, and safe optional parallel execution for faster workflows > Codex realtime got better controls (text/audio + clear “done” signals), easier history syncing, and safer file handling. > Hardened devcontainer setup plus smarter macOS socket allowlists for safer local runtime access. > Dozens of other bug fixes, see repo below. Toodles! ✌️show more

am.will
22,020 görüntüleme • 4 ay önce
GPT-5.5 by Reasoning Effort: I've asked it in Codex... to create a physics-based visualisation of RL cycles for different sized models (70b, 1t, 10t), to demonstrate how the amount of RL you can do differs by model size. My assessment of each: - Low: weird slop - Medium: kinda cooked - High: sort of tried but ultimately incoherent - Extra High: elite - really nice idea and well executed Obviously this is just one shot, but worth trying different reasoning levels for the new models, medium seems to be pretty good for GPT-5.5 and it was really bad for many previous GPT models.show more

Peter Gostev (SF: 22-26 June)
209,258 görüntüleme • 4 ay önce
this is the best trick to maximum usage limits... on chatgpt codex codex's best kept secret is that your main agent doesn't have to do everything... custom agents are just files in ~/.codex/agents, and one file gives you a second worker on deepseek v4 flash > create ~/.codex/agents/deepseek-worker.toml > set model = "opencode-go/deepseek-v4-flash" with model_reasoning_effort = "max" > keep it bounded: one task packet, no scope creep, report back ```toml name = "deepseek_worker" description = "bounded implementation, testing, and cleanup on deepseek v4 flash" model = "opencode-go/deepseek-v4-flash" model_reasoning_effort = "max" ``` then @ deepseek_worker in the composer... your root agent plans while the worker ships the implementation planning on the main model, execution on the flash lane... that's the whole trick (we run this exact file, last i checked it keeps the heavy turns off the main thread)show more

Avid
45,030 görüntüleme • 21 gün önce
BREAKING: Anthropic just dropped Opus 4.8—and it is a... MONSTER We've been testing for about a week Every 🪨 and our verdict is they could've just called it Opus 5, it's that good. Here's our vibe check: - Beats GPT-5.5 on Senior Engineer bench. On our toughest benchmark Opus 4.8 scores a 63—a hair higher than GPT-5.5's score of 62, and a full 30 points higher than Opus 4.7. It tackled a ground-up rewrite of a production codebase, and actually built something that works. HOWEVER: Coding performance varied a lot at different reasoning levels. We recommend using it on xhigh for best results. - Incredibly good writer. Opus 4.8 scored a 79.6 on our writing benchmark—measuring models on real-world writing tasks we do all of the time like essay writing, promo email writing, and more. It beats GPT-5.5 by 6 points. It produces well-written prose with fewer "AI-isms". It's also very good at writing in your voice given the right context. HOWEVER: Writing performance also varied with reasoning levels. Medium reasoning had higher incidence of AI-isms—we found best results with high. - Beast at knowledge work. Opus 4.8 is very good at general knowledge work tasks like report creation, research and more. It produced the best PowerPoint one-shot we've ever seen on our deck generation benchmark. - Emotionally intelligent, willing to question the frame. I've also found it to be quite good at talking through psychological or interpersonal issues. It has a high EQ, and it's also good at not glazing and helping to expand your perspective. Its thought process feels extremely rich and dynamic. THE BAD: These days a model is only as good as its harness, and Codex is still a far superior harness to the Claude Desktop app. This has kept me using Codex + GPT-5.5 as my daily driver, but I am flipping back and forth a lot more between Codex and Claude. Anthropic is back baby! Read the rest on Every 🪨:show more

Dan Shipper 📧
354,559 görüntüleme • 3 ay önce