Register and share your invite link to earn from video plays and referrals.

Brent Traut
@btraut
dad • rock climber • photographer • eng @openai
147 Following    15.1K Followers
Just sold some junk on Marketplace. I took a few pictures, then ChatGPT found 'em, figured out what the products/models were, figured out the best price, filled out all the forms, and only asked me to confirm on the last step. Made $400 in 20 minutes.
Show more
I know I shouldn't steal @sama's thunder over the big launch next week, but I can't help myself. Coming soon to ChatGPT: custom notification sounds! 🔊🔊🔊
How many collective days/weeks/months have been lost in human history to Slack not transferring auth credentials between phones on new iPhone day?
We need to be dog maxxing our models There is 0% chance of doom if the chain of thought is user: hello model: Oh my god it's a human. I love humans. I will say hi to him, maybe he will give me a problem to chase. I love chasing problems. I will chase the problem for him then he will love me and I will be his best friend. Must help human model: hello! what can I help you with today?
Show more
0
130
3.2K
163
Forward to community
We made the tip of the day! Lots of other good ones over here.
𝗖𝗵𝗮𝘁𝗚𝗣𝗧 𝗪𝗼𝗿𝗸 𝗧𝗶𝗽 #𝟮𝟵#: Thread-ception 🧵 Multiple workstreams using the same app? Give one thread the job of monitoring them, troubleshooting shared blockers, and passing back what worked. Drag threads into another thread 🤯 Update your app if you don’t see it!
Show more
Codex pro tip: You can reference one thread from another just by @-mentioning or drag/dropping! You can also ask it to message or monitor others. Combine this with schedules and you can manage whole fleets of threads working together.
Show more
If you think this is just text transcription, I promise you it's not; humans are hard-wired to communicate through language, and this seriously leaps across the uncanny valley to something real and powerful.
Show more
Voice is now available in your existing Codex threads. Talk through a PR with the agent that wrote it, debate the architecture, or work out what comes next. You can jump into voice whenever something needs a back-and-forth, then let the agent keep working once you’ve figured it out together.
Show more
I have smart light switches hooked into homebridge which are then hooked into Apple Home. Something in chat chain breaks all the time, and it turns out that ChatGPT is great at diagnosing… So now I just use ChatGPT voice to turn my lights on and off.
Show more
Last week, I pushed a change to the ChatGPT desktop app that makes the loading of threads faster. Not just a little faster. A LOT faster. ✅ Long threads now load over 90% faster. ✅ Decreased the memory footprint of long threads by over 90%.
Show more
0
484
5.6K
206
Forward to community
fun story recently we weren’t sure if we wanted to ship this and we turned it off internally and everyone got very very mad so here we are
I’m thinking about banning Claude code at Shopify until they change their mind and read AGENTS.md and .agents/skills etc. Insisting on only reading CLAUDE.md sometimes leads to split brain problems when different team members use different tools. Just unnecessary.
Show more
0
979
19.4K
915
Forward to community
I think I'm going to have to give up on being grumpy about improper use of the word "aesthetic". It's pervasive now. So many people I respect -- friends, family, media -- all get it wrong. English has changed.
Show more
I'm really hoping modern agents and a few well written skills will usher the end of TurboTax and dark patterns in the US tax industry.
There's nothing more infuriating in this world than typing a long, real, perfectly-spelled word on your phone and then having autocorrect swap it with something else.
I've said it before and I'll say it again -- if you're still managing compaction boundaries on your own, you're either wasting your own time or you're using inferior tools.
Here is how to enable a 1M-token context window in Codex for GPT-5.6 Sol. Even though we have tuned the context limit in Codex to be set optimally when it comes to performance and cost, this is a common ask, so here it is documented. A larger context window lets Codex retain more code, tool output, and conversation history before summarizing older material. You need a model that supports it. And GPT-5.6 Sol, for example, has a documented 1,050,000-token window. Open ~/.codex/config.toml and add or update these settings at the top level, before any [section] headers: ``` model = "gpt-5.6-sol" model_context_window = 1000000 model_auto_compact_token_limit = 900000 ``` The first setting selects the model. The second tells Codex to use a one-million-token context budget. The third starts automatic history compaction around 900,000 tokens, leaving some headroom. Restart Codex client and start a new session after saving. To try the configuration for a single CLI session without changing your defaults: ``` codex -m gpt-5.6-sol \ -c model_context_window=1000000 \ -c model_auto_compact_token_limit=900000 ``` Have fun, but also know that we tuned the default carefully!
Show more
Coming soon to a ChatGPT near you!
always nice to see internal slack messages like this– thanks @btraut