#codex-discussions

1 messages Β· Page 15 of 1

frosty zealot
#

IF it was my own source code id say sure, but being just a repo im unfamiliar with id rather just port it all over

lethal pike
#

Hi everyone, had a quick Q. I’ve been using codex for coding and then sometimes cross referential discussions with GPT thinking to help strengthen implementation plans

Is there any benefit to using Pro over thinking for that aspect?

boreal holly
# lethal pike Hi everyone, had a quick Q. I’ve been using codex for coding and then sometimes ...

I think that if you connect GitHub in ChatGPT you can start the conversation with regular thinking, have it look at the repo and provide a high level architecture description, switch to Pro model (which lacks the GitHub connector, which is why you start with Thinking) and finish off with a plan to build out new stuff. I personally don't do it that way but that'd be the best way to do it. Pro is pretty darn smart and super helpful when you have an empty codebase, but as it reaches completion it becomes harder to feed it the current state of the project

hollow reef
#

Ok so GPT 5.4 managed to take 7 attempts and not fix cut off pills in the UI and Codex 5.3 did it in 1 attempt. But Codex 5.3 breaks everything in the process of updating my sanity db in the UI

#

Send jesus

upbeat maple
hollow reef
#

LOL

boreal holly
#

Yeah, it usually reads 1.2k lines at a time. On non-windows it's sed '1200p' some_file or sed '1201,2400p' some_file. On Windows you should be seeing Get-Contents some_file | Select-Object -First 1200

This all falls apart if you have lines that are like a million columns long. Or if it reads a binary file with very few newline characters, it will nuke the context in one-shot

drifting kite
torpid trout
#

Oh well, that title sounded so different
Sorry but this is just... normal

#

Do NOT let a ai run free on your computer

drifting kite
#

i let codex delete 700 gb of data from my c drive

torpid trout
#

This is the standard and expected security model for development tools.

I enabled Full Access mode so that the agent could freely read and modify files inside the project and perform necessary development operations.
Sorry if I am laughing

#

This is just not how it works, I am really sorry for what situation you are in now!

#

But it is expected
you literally told it "go ahead, do whatever you want"

drifting kite
#

yeah?

torpid trout
#

I enabled Full Access mode

#

yes

#

I assume you mean that yolo mode

drifting kite
#

that was the only feature it gave me

torpid trout
#

its off by default.

drifting kite
#

otherwise i had to approve running specific files for testing

torpid trout
#

yes

#

YES. (sorry)

#

but yes.

drifting kite
#

why didnt openai make that a feature anyways

torpid trout
#

It is a feature. And it is disabled by default. You cannot trust even then that the ai follows it

drifting kite
#

they give me is all or nothing smh

boreal holly
torpid trout
#

This is not a hard-coded code gate

#

This is a "please do not" prompt

drifting kite
torpid trout
#

This is totally unrelated to it. Maybe mac is a tad safer due to gating non-home stuff, but... really. You let lose an LLM with machine access
That will sooner or later end in expected ways

drifting kite
#

they said its some issue that turns a malformed input to the root directory

torpid trout
#

It does not really matter. The problem is, you are giving a tool access to a machine.
anything can be a cause - prompt injection, code bug, llm problems. And boom.

drifting kite
#

i saw that

torpid trout
#

That is like you let someone use a terminal with sudo who does not understand what rm -rf does

drifting kite
#

i am giving trust to a billionaire dollar corporation

#

that doesnt know rm rf

#

is that correct?

torpid trout
#

No, that is wrong

drifting kite
#

then

torpid trout
#

It is more like you are using a billionaires tool ... which you do not fully understasnd, and neither them

boreal holly
# torpid trout Not just windows

I mean running --yolo is dangerous on all systems, but on bare metal Windows there is not much in terms of security or data integrity. Hyper-V vm with drive snapshots is really the only way to use Windows for non-game work

torpid trout
#

No one knows what it can come up with, what a tiny bug, a unescaped ' or whatever can provoke
The verdict is very simple
Do not run a llm on a system you care for. And definitely not in yolo mode.

torpid trout
drifting kite
#

im only in college

#

i got a lot to learn

boreal holly
torpid trout
#

I mean, itis like selfhosting

#

3,2,1 or how they call it. And no one does it. And then... and then.

proud kraken
#

Anyone have 5.4 constanyl reply as if it were replying to the prior message? I thjought it was from using the 1M context but it happens on normal too

torpid trout
#

And that's just the backup. The other part is "do not install what you do not understand or can gate"
And we def do not understand these llms, nor can we gate them

torpid trout
#

Again @drifting kite ... I do am sorry for what you are left with, because that is a big clusterfuxk
However, please take the chance to understand how to avoid it (both, having backups and not giving that thing access)

I am guilty of the same, with a difference that I do have backups (github and icloud)
So the damage would be relatively gated if it would escape
I am actually working on putting it all into a multipass vm, but its cumbersome, because I also enjoy the "continuous editing" of local git files etc

proud kraken
drifting kite
#

i do backup but i dont pay for online cloud services

#

usually between two computers i have but the other one is back at my home

torpid trout
boreal holly
# drifting kite im only in college

Awesome! Hey, if the school provided the machine, it likely came with Windows 11 Edu edition, which is basically Pro edition. You should activate the Hyper-V feature, and install a Windows guest. Configure it to take drive snapshots daily, and work out of that machine.

If not, Windows 11 Pro would be good. Microsoft made a pretty terrible OS, but they really cooked when they made Hyper-V. It's their top-tier contribution to tech and it's the best final defense against bad AIs

drifting kite
#

im trying to see if any recovering app could grab what is left from my ssd

drifting kite
drifting kite
#

but depends on if hyper vm is fast startup

torpid trout
drifting kite
#

ive tried different vms before and they are usually clunky

torpid trout
#

testdisk, photorec, either of these two it was

boreal holly
# drifting kite but depends on if hyper vm is fast startup

Hyper-V is the same speed startup as bare metal windows.

When the feature is enabled, the computer no longer boots into Windows, it boots into Hyper-V, and your Windows install actually becomes a guest OS with full hardware access and management. The guests you install perform at pretty much the same speed as your normal machine (as long as they're windows guests)

torpid trout
#

and it restored me evertying even if I had run a smart rm -r on my main dir homelab hdd

steady vigil
simple star
#

@steady vigil It was awful in the beginning, but it got a lot better when I deleted all my AGENTS.md

#

I think it's time to phase that file out, and move purely to "skills"

boreal holly
#

Glad to hear you got it working better though!

simple star
#

Yes, it was a HUGE difference

#

Absolutely mindblowing

#

I spoke with someone on OpenAI, and they told me they barely use AGENTS.md anymore

boreal holly
#

Makes complete sense! I have a very slim global one, but otherwise skills are quite a bit more versatile. Also yeah 5.4 I guess understands stuff drastically different from Codex models so all the skills needed a rewrite

cyan gyro
#

So what is best practice today then? Without agents.md isn’t there a risk skills are not triggered and it misses a lot of critical constraints?

simple star
boreal holly
simple star
#

for 5.4

orchid plume
#

hmm, maybe I should limit my agents.md to critical information only (e.g. how something is deployed, important paths or scripts within the project to know when and how to use)

boreal holly
# orchid plume hmm, maybe I should limit my agents.md to critical information only (e.g. how so...

Problem with AGENTS.md is once you start a thread, whatever was in that file is permanently immutable, so if it changes over time they never gain awareness of those changes.

With skills, every single agent sees every change to this part:

---
name: start-turn
description: Read at the start of every turn. Establish the execution pipeline, lock in required skills, and do not start implementation out of order. [skill-hash:1b7e9a4]
---

if you change anything in there, they see it immediately at the start of the turn, so you can evolve your process for all agents interactively with skills, and they only opt into the noise they need to hear

#

Only thing in my global AGENTS.md is basically "watch for skill hash changes, and read immediately if it changes". 5.4 becomes surgical at that point

upbeat maple
#

I'm currently on my third iteration where I'm trying to go back to an older version of a model using code I had saved. Does anyone have troubles with codex 5.4 not following what the target output is?

drifting granite
#

I use my AGENTS.md for only saying basically to commit/push changes when done.

torpid trout
# boreal holly Problem with AGENTS.md is once you start a thread, whatever was in that file is ...

I put in agents Md global what id put in a prompt anyway
Like create doc, don’t kill subagents, use my personal venv for python
Stuff like that

And in local project stuff that is domain specific. Becaus neither model realizes what Wordpress is (it just assumes it’s php for example, which is true but not adequate in terms of style)

Neither 5.3 or 5.4 magically did that without telling it to

#

The rest was always skills and scripts

drifting granite
#

then precommit actions run tests, lint etc.. which report back to codex.

kind jay
#

Is codex working again?

boreal holly
#

It seems wasteful to have agents read a skill every turn, but I think the tradeoff of them not reading it and doing things wrong makes it worthwhile

tropic rampart
#

hey

#

so like

#

its been a complet game changer for me

#

i used codex to make me a website thats a website for people to make websites

quartz swallow
#

I like the codex app in theory. In practice... I have uninstalled it and had to repair my CLI because the app couldn't run node/npm, and it broke it running in my codex CLI and VS Code extension. Won't be re-installing until I see in change log that this has been fixed

ancient sedge
#

I thought they would be temporarily giving Spark to plus subscribers?

lunar tulip
#

thought the same

torpid trout
#

Honestly - I do not run yolo mode, but I also do not (yet) really restrict it.
I have had the thing edit my dot files, add screensavers directly to the lib, and more really idiotic stuff like to cross-directory references etc... some of which in un-gitified locations, and it never really messed it up
Its a mac, yes, but that does not just magically make it safe

I am in the process of figuring out something like devcontainers or whatever that does not break workflow but allows me to be feeling more safe, but I feel like there is a good amount of DIW involved when codex "nukes" machines

#

I mean, having a tool like this wander losely in a dotfiles or system library is really dumb, however I feal there is something weird with the "when it goes wrong"
Probably, commands are accepted without actually reading what they do, for starters. Or, well, yolo mode, that I would never do on a machine I cant dispose of

#

Although it is tempting of course.

quartz swallow
somber robin
#

Is codex actually good?

ancient sedge
somber robin
#

Is it better than Claude code

ancient sedge
#

I haven't tried CC, but I've heard the rate limits are much better, and I love the windows sandbox it offers

somber robin
#

R u good in coding

ancient sedge
#

I guess, maybe?

somber robin
#

Can i dm u

ancient sedge
#

I have a full time job as a junior SWE but idk how useful I am lol

somber robin
#

Oh

torpid trout
#

This is codex's own take on the matter

#

basically, if you ask me, it is very hard to have code delete one's machine, and cannot happen without a very clear and probably even very explicit approach by user

severe wraith
#

I NEED the multiple terminal feature in codex

#

Where you can open terminals simultaneously and view them in a side tab and switch between β€˜em. Like cursor and windsurf do it

torpid trout
#

cant you use tmux?
Although that does not permit you to see distinct subagents in the same thread at the same time...

frosty zealot
#

Weird that Microsoft is/was? in bed with OpenAI and they just integrated A\ into 365

worn harness
#

the only problem is that m365 copilot is ass- and they provide no API key so you are locked to their "performant" apps

sonic canopy
#

Does anyone have a Telegram bot for Free Fire likes?

torpid trout
#

Little did I know that mac supports immutable flags, effectively allowing you to do what is considered so revolutionary nowadays lol - make the entire userland immutable (is land is alraedy basically immutable take away updates)

boreal holly
torpid trout
#

sudo rm important.txt > enter pwd > override rw-r--r-- etc etc ? yes > file is still there

#

I do not know if that is what this "seatbelt" is, but this is very powerful.

boreal holly
torpid trout
#

apparently setbelt is considered depreacted in userland?
Another very smart trick is alias rm to trash 🀣
that might even protect it from myself lol

#

I guess with that, some immutability and time machine, I could even run it yolo and sleep well

frosty zealot
#

Man Codex is gettin silly today, maybe this implementationthread has just gone way too long

boreal holly
torpid trout
#

so seatbealt is factually something else than chflags uchg ?
_well, I will just go ask gpt duh πŸ˜„ _

boreal holly
torpid trout
#

yeah just got gpt showing me how, and actually said that codex cli already does that on mac (falls under sandbox)
That latter part I have a hard time believeing, for the APP, yes, 100%, but for the cli, less so

But anyway, yes, with a alias rm ='trash', timemachine and if you really need, a chflags uchg on super important stuff (which is anyway all in icloud on a mac usually πŸ™„ )... i guess mac just became the most best research tool ever haha

royal meteor
#

Is codex security available on the plus/pro plan? Or only in the team and edu ones?

upbeat maple
#

Does the context window make the codex response for the output longer?

royal meteor
cedar skiff
chrome raven
cedar skiff
#

They did frame it that way at first, but then they changed their mind

chrome raven
kind jay
#

Limit reset when?

cedar skiff
#

It can take some time to run as well.

#

I made the mistake of building a overview first, but you can't edit it until after the first run, and in the first run it built one that was almost identical to the one i built anyway.

sacred hollow
sacred hollow
unkempt tulip
unkempt tulip
#

i haven't tried it but i've heard it is more stable though.

#

oh, so clangd decided no 😭

sacred hollow
#

Failed to detect clangd version: Failed to execute clangd: program not found

#

Microsoft Windows [Version 10.0.26200.7922]
(c) Microsoft Corporation. Alle rechten voorbehouden.

C:\Users\denha>clangd --version
'clangd' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\denha>

#

ofc

#

I've to fix this

unkempt tulip
#

Oh, install clangd actually

sacred hollow
unkempt tulip
#

no problem!

worn harness
#

gpt5.4 behaving smarter today? Surprisingly good

inland bramble
#

I have a question... It's not clear in documentation and announcement. Does the Fast mode (1.5x) in GPT-5.4 consume more tokens? (Plus). For the 1M context window is clear, but for the Fast mode?

inland bramble
boreal holly
#

And 1M token as "After 25% of the context window is filled, every token brings me 1.5x closer to 0% weekly while also producing worse results"

knotty owl
#

How to steer jn command line

inland bramble
cedar skiff
#

It's a fact it uses double input and 1.5 output

#

and double cache price

boreal holly
#

It's just the speed at which you reach the finish line. Nothing else changes

inland bramble
#

"Fast mode is currently supported on GPT-5.4. When enabled, speed is increased by 1.5x and credits are consumed at a 2x rate." << I found it. Thank you all!

tall zodiac
#

Make sure your plans are always right fellas

nocturne folio
#

the same guy with just the codex cli is building more than the guy crafting the perfect agent loop with ralph wigglum and a bajillion other mcps

cedar skiff
#

pretty much, having topical skills is enough to get most of the way to vibe coding large apps for a swe

tall zodiac
frosty zealot
#

Say I had a large project, and I wanted to change the backend from one database to another, should I enable the 1m context, and how do you think it would best be approached with Codex, one full pass or just trying to do it in small bits etc?

tall zodiac
#

just have different context windows

void pelican
tall zodiac
#

@frosty zealot have a context window for research on that specific part of the codebase and exploring different solutions

Another for planning

another for implementing

#

garbage in garbage out

nocturne folio
boreal holly
tall zodiac
#

because each subagent has its own

cedar skiff
#

If you have a decent architecture pattern and skills to enforce it mitigates most the problems codex might have. All of a sudden plans dont need to be as intricate.

frosty zealot
tall zodiac
#

just tweak the max_threads config

frosty zealot
#

Nah im pretty sure its hard limited at 12 any more you get rate limit api issues

boreal holly
frosty zealot
#

How would you prompt to have the threads communicate amongst each other?

cedar skiff
#

I would say just avoid the need for that

frosty zealot
#

Alright

boreal holly
#

With OpenAI's current feature offering, that is not an option

#

That's just the way I would do it

frosty zealot
#

Have you guys looked at

tall zodiac
frosty zealot
#

lmao

tall zodiac
#

bout to buy another account at this rate

cedar skiff
#

what are my options to generate svg components that can mix and match, think 2d style portraits with different haircuts?

#

gpt image gen is really not suited it seems

tall zodiac
boreal holly
tall zodiac
cedar skiff
#

3.1 is good at it?

tall zodiac
#

just expect the tool calling to be cheeks

#

lol

#

it literally collapses on itself sometimes

#

but when it works it works

boreal holly
tall zodiac
#

can u slide ur codex OSS thing u built over?

boreal holly
#

Potrace does perfect with black and white images

boreal holly
tall zodiac
frosty zealot
boreal holly
boreal holly
tall zodiac
proud pebble
#

I need codex co work like claude. Then i will love codex

boreal holly
void pelican
#

=]

radiant pecan
#

Is there a way to get notified on my phone when codexs finished ?

boreal holly
boreal holly
# radiant pecan Is there a way to get notified on my phone when codexs finished ?
#!/usr/bin/env python3
import json
import subprocess
import sys
import shlex

# ── EDIT THESE ──────────────────────────────────────────────────────────────
PUSHOVER_USER  = "your user id here"
PUSHOVER_TOKEN = "your token here"
PUSHOVER_SOUND = "pushover"   # or comment out if you don't want sound
# ────────────────────────────────────────────────────────────────────────────


def send_pushover(title: str, message: str) -> None:
    cmd = [
        "curl", "-s",
        "-F", f"token={PUSHOVER_TOKEN}",
        "-F", f"user={PUSHOVER_USER}",
        "-F", f"title={title}",
        "-F", f"message={message}",
    ]
    if PUSHOVER_SOUND:
        cmd += ["-F", f"sound={PUSHOVER_SOUND}"]
    cmd.append("https://api.pushover.net/1/messages.json")
    subprocess.call(cmd, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)


def main() -> int:
    if len(sys.argv) != 2:
        print("Usage: notify.py <NOTIFICATION_JSON>")
        return 1

    try:
        notif = json.loads(sys.argv[1])
    except json.JSONDecodeError:
        send_pushover("Codex exec", sys.argv[1])
        return 0

    match notif.get("type"):
        case "agent-turn-complete":
            assistant_msg = notif.get("last-assistant-message") or "Turn complete"
            input_msgs = " ".join(notif.get("input-messages", []))
            title = f"Codex: {assistant_msg}"
            message = input_msgs or "(no input message)"
        case other:
            # ignore unknown types silently
            return 0

    send_pushover(title, message)
    return 0


if __name__ == "__main__":
    sys.exit(main())

radiant pecan
viral jewel
#

Hey guys, i keep encountering this error message in codex. Just started occuring about an hour ago and have not had much luck troubleshooting and resolving. Currently using windows app w/ WSL agent environment. Anyone else who has also encountered this?

slender nebula
#

are you guys missing gpt 5.4 in codex?

nocturne folio
#

try updating ur codex

slender nebula
#

im using vs code and the latest update is 26.304.20706?

slender nebula
# nocturne folio Sorry no

well it says its the latest after i reinstalled i was just using gpt 5.4 an hour ago and now i its missing i cant use 5.3 codex model

#

supposed to be gpt 5.4

twilit bluff
slender nebula
#

maybe bug

twilit bluff
patent sky
#

Same here. Happened ~30 minutes ago. Just came to discord to see if anyone had any news

slender nebula
#

welp 5.2 codex works

rugged burrow
#

I really like the Codex App. Blows the Claude Deskltop app out of the water.

patent sky
#

I'm running it on my main device... I am really worried about it nuking my drive... Gonna sandbox it soon. It's worth taking the time to setup this tool proper

viral lake
#

Is codex app available for Linux or windows?

patent sky
#

Is was mac only i think, up until ... yesterday i think. Released on Windows

#

Some people ported it to windows prior to the official release though. I was using that without any issues ^^

viral lake
#

How does codex app differ from codex cli or the regular web interface

void pelican
#

Windows @viral lake

viral lake
#

I just switched my main workstation to linux

#

But I have a secondary still on windows I can can try codex app on. What is the use case

patent sky
#

You can have it sort your files. Do any task you want (and it has full access to the folder you allow it access to).

#

Personally i organized my files. Then I used it for work (programming).

viral lake
#

So it’s like OpenClaw?

#

But no true autonomy ie you need to keep the app open

#

I mean a codex session in vscode does the same

#

But I guess this is for normies

patent sky
#

There are also automations etc. that you can set up

lime inlet
#

What makes rate limits reset and when do they reset?
(I am on a ChatGPT Teams account)

glad wind
#

The app is just better DX than the VSCode extension. More ergonomic

patent sky
#

Anyway it was nice to try it out, I think i could incorporate it into my workflow. I hope GPT 5.4 and 5.3 Codex will be returned. I do need my IDE, (Cursor is my choice), but this serves as a nice addition.

void pelican
#

Yes there are?

frosty zealot
#

acpx works really good

#

Also being able to develop while playing Slay the Spire is peak

viral jewel
mossy flame
#

Does anyone know why the Codex App doesn't have the /compact command?

lime inlet
#

Is there some rule when rate limits are reset?

deft sable
#

The rate limits have been reset. πŸ₯³

cobalt junco
#

yay

#

i was about to buy creds

boreal holly
#

they just be getting people to use /fast by luring you into a false sense of security

simple star
#

Exactly what I was thinking πŸ˜„

twilit bluff
#

weekly reset?

simple star
#

At this point, we could call it 3-day reset

frosty zealot
#

Tibo the GOAT

cedar skiff
#

again?!

cedar skiff
#

kind of impressed about how well 5.4 works through compaction

chrome raven
cedar skiff
#

Oh yeah absolutely it just does it, no problems.
I had sessions with several compactions and they were seemingly fine.

chrome raven
#

0.113.0 is out

wide schooner
#

We need the daily weekly quota resets to become the norm fr πŸ”₯πŸ”₯

wide schooner
warped pine
#

compaction is kind of solved since 5.1-codex-max

#

it was nearly perfect since then

wide schooner
#

They prolly use 5.1 for it yeah

cyan wing
#

Anyone else just get a Usage Reset again? πŸ™‚

warped pine
warped pine
sleek patio
#

my codex is still hanging and not working :(

chrome raven
sleek patio
#

everything is broken for me, not just codex cli, maybe it's a region thing, my openclaw doesn't work, codex doesn't work in pi, this response in codex cli took 5 minutes+, but it did finally respond

lime inlet
#

At some point it simply stops reacting.

wide schooner
#

Compaction is cli telling model to make a branch with tldr

runic quarry
#

what happened

#

i also cannot use gpt 5.4
only gpt 5.2 i can use with codex cli free plan

#

before it was working perfectly fine

plucky orchid
#

5.4 Pro is dead long

runic quarry
# runic quarry ??

is anyone having this problem with codex cli using gpt 5.3-codex with a free chatgpt plan ?

runic quarry
#

but did they announce somewhere they stopped access to gpt 5.3-codex for free users? i used it last time on a free account and it worked ( 12 hours ago i used it last time)

runic quarry
#

yes, 5.2 xhigh works

velvet wren
runic quarry
#

5.4 nope

velvet wren
solemn timber
#

yeah things seem to have just broken again...

runic quarry
#

i will try to reinstall codex

solemn timber
#

I'm getting long timeouts on prompts exactly as yesterday

runic quarry
#

gpt 5.2 is pretty bad compared to gpt 5.3-codex

smoky flint
#

imho, 5.4 > 5.2 > 5.3-codex

warped pine
#

That’s why gpt is better than Claude at that

runic quarry
#

although i understand them why they did this :))

wide schooner
#

🀣

warped pine
#

Wouldn’t make sense

#

Compaction only happens once in a while and it’s an important step so why would they use a worse model for that?

wide schooner
#

For example gemini cli uses 2.5 flash lite for compaction even if you are using 3.1 pro

#

And claude code uses older haiku, no?

warped pine
#

If that’s true it might be one of the reasons their compaction works worse

#

Compaction is really important step as I said, and reasoning definetely helps to decide what parts of the context window should be preserved

fallow steppe
#

Hello, I'm considering getting a Codex subscription, but can I use Codex in an AI IDE? I'm thinking of using it continuously for one month, or at most coding for 5-6 hours. I'll be paying $20. I usually work on Minecraft projects, adding features to existing plugins or fixing bugs with AI. Is the one-month Plus plan sufficient?

elfin summit
#

Current gpt5.4 is insanely good

runic quarry
#

on xhigh reasoning effort there is even a warning saying that it will consume a lot of tokens for gpt 5.2

#

that s insane

fallow steppe
warped pine
#

5.4 also eats a lot on xhigh for complex tasks

#

More than 5.3-codex did

#

But that’s alright the results are good

fallow steppe
warped pine
#

Limits are good

velvet wren
elfin summit
#

Why are my weekly codex rate limits auto reseting every couple days?

velvet wren
elfin summit
#

It did always reset when they're barely used(like 95%)

#

But i was on ~75% this time

elfin summit
#

What bug?

#

Could you please explain more?

fallow steppe
fallow steppe
#

And I'm paying through chatgpt.com, not openai.com, right? Also, it says on the chatgpt site that I can use Plus for free for 1 month. If I pay the $20 now, will I get 1 month free trial + 1 month paid use?

solemn timber
velvet wren
solemn timber
velvet wren
solemn timber
deft sable
sacred hollow
#

Yesssss! we have a reset!

#

finally !!

sweet osprey
sacred hollow
#

they're not stopping.

velvet wren
#

enjoy the resets while they last

visual pond
#

Hi

sacred hollow
sacred hollow
warm ruin
sacred hollow
warm ruin
solemn timber
# warm ruin

Yeah there's a tweet/x saying it's fixed but there's definitely some sort of edge case that can trigger a real slowdown at least for me, I can semi-reliably hit it but not enough to figure out to reproduce ..

warm ruin
#

yeah it's fried

deft sable
#

Anyone getting stream disconnections at the moment? I read some issues on Github. Seems to be a region thing.

slender nebula
#

i guess 5.3 codex and 5.4 is no longer for free users?

deft sable
ruby kestrel
#

Issues with Codex in Europe too. Unusable currently. Always getting errors back and need to retry. sometimes it works and sometimes not.

#

GPT-5.3 Codex works.

sacred hollow
ancient sedge
#

Anyone have a fix for this in the Codex App?
execution error: Io(Custom { kind: Other, error: "windows sandbox: setup refresh failed with status exit code: 1" })

#

Permissions are set to Default

sacred hollow
ancient sedge
#

There's a problem with that, it's full permission

#

I don't want to hand over my whole computer

#

For some reason it works fine in Codex CLI?

ivory cairn
runic quarry
#

gpt 5.2 -codex is so trash

#

they removed gpt 5.3 and 5.4 from free users on codex and the other models are pretty bad

#

like you could only use gpt 5.2 for simple tasks, nothing complex

#

and it also burns a lot of tokens

sacred hollow
slender nebula
#

why did they remove 5.3 codex?

sacred hollow
#

have been using full permission since the first day

slender nebula
#

TT

sacred hollow
#

and no problems

sacred hollow
runic quarry
slender nebula
#

im free user

runic quarry
slender nebula
#

and yesterday i noticed it

sacred hollow
runic quarry
#

this is what codex outputs if you try 5.4 or 5.3

sacred hollow
#

my bad

runic quarry
#

i will buy now the subscription because 5.2 is not usable

fallow steppe
#

Codex is completely down?

sacred hollow
sacred hollow
wicked briar
runic quarry
#

now i have to renew it again :))

sacred hollow
runic quarry
deft sable
slender nebula
#

So free users free codex 5.3 and got 5.4 period is over?

fallow steppe
simple star
#

Something that pisses me about 5.4: It ends every reply with with

If you want, we can... <something>

high heron
#

they fixed what ?

deft sable
high heron
sacred hollow
#

I am

sacred hollow
high heron
#

i am on linux

deft sable
#

MacOS. I also use Codex on Windows. But mainly work on MacOS

sacred hollow
deft sable
meager wadi
#

oh damn it's dead for everyone :c

#

oh wait nvm

#

it's working?

cedar skiff
#

still going strong for me on 5.4

pale ruin
meager wadi
#

ye, had it freeze on 2 seperate PCs (work/personal). I sent another message to "steer" it and it continued again

deft sable
# meager wadi it's working?

Sometimes it works, sometimes it's not. But right now, it's unusuable on my end. Getting constant stream disconnections while eating up usage not doing anything.

meager wadi
#

another usage reset incoming lol

cedar skiff
sacred hollow
sacred hollow
deft sable
sacred hollow
deft sable
# sacred hollow europe. Belgium.

The stream disconnection issues could also be a region thing. Though, I've seen a report on Github just now that they're having issues as well in the EU.

ruby kestrel
#

The status page reports now that all is resolved. Fingers crossed

white furnace
#

Anyone else having stream disconnect issues with codex?

#

It popped up twice.

smoky flint
white furnace
#

It keeps spamming "reconnecting 1/5" for me and then going through request as if nothing happened, then repeat, until it eventually just falls off with stream disconnect error

hybrid ore
#

Codex error: {"type":"error","error":{"type":"server_error","code":"server_error","message":"An error occurred while processing your request. You can retry your request, or contact us through our help center at help.openai.com if the error persists. Please include the request ID da0aec85-3b19-4a14-92fa-fbcf4804cb9e in your message.","param":null},"sequence_number":2}

Have been constantly getting this error response today,not working smoothly on terminal either

somber seal
#

since when codex windows sandbox uses elevated sandboxing

#

i hate this

#

the problem is, its half unusable, it couldn't run commands with more aggresive approval mode, it couldn't properly edit files, keeps failing

runic quarry
#

ok so just to have a perspective on the difference between gpt-5.2-codex and gpt-5.3-codex both on xhigh
gpt-5.2-codex didn't manage to solve multiple issues even with multiple prompts
switeched to gpt-5.3-codex and with one single prompt it solved all the issues gpt-5.2-codex was struggling

#

the difference in intelligence is incredible

sacred hollow
slender nebula
#

TT not anymore for free users

#

i was enjoying it yesterday to fix my bugs

runic quarry
white furnace
white furnace
#

but it uses more quota than 5.3

sacred hollow
#

imagine codex 10.5

runic quarry
#

i gotta try gpt 5.4 too :)) i haven t tested it yet, i was waiting for some reviews
because so far i m pleased with gpt-5.3-codex

solemn timber
solemn timber
#

heh first time I've seen it fail like that today

white furnace
#

I like how 5.4 doesnt guess anything but goes straight to checking the context out

#

it says that in its thought process which is super useful

#

browser chatgpt 5.4 does same thing when you ask it a question

sacred hollow
white furnace
#

windows 11

sacred hollow
steady vigil
sacred hollow
#

or did u mean chatgpt browser

white furnace
#

yea i meant chatgpt browser

sacred hollow
#

thanks

white furnace
#

im using avast secure browser tho

#

i dislike chrome or mozilla bc both kinda suck their own ways

sacred hollow
#

I use mozilla, works for me

hearty prawn
#

codex issue is not resolved why does openai put resolved

#

my stuff keeps timing otu

lyric sierra
#

Anybody else having intermittent issues with Codex? "Codex error: {"type":"error","error":{"type":"server_error","code":"server_error","message":"An error occurred while processing your request. You can retry your request, or contact us through our help center at help.openai.com if the error persists. Please include the request ID <manually suppressed the ID> in your message.","param":null},"sequence_number":2}

hearty prawn
#

yea

#

since 2 hours

#

it goes sometiems through

#

but then times out again

lyric sierra
#

Okay, Thanks. Just so I know it's not just me πŸ™‚

exotic cave
#

so the "2x rate limits" are about 5h limits or weekly limits?

turbid mortar
#

https://status.openai.com/ We’re currently experiencing issues
ChatGPT
Codex unresponsive
We have identified that some users are still experiencing elevated errors for the impacted services. We are working on implementing a mitigation.

IdentifiedΒ·Ongoing for 21 hoursΒ·Affects ChatGPT

white furnace
#

did they add that recently? I didnt see it like an hour ago when checking website

turbid mortar
#

It's there for many hours, maybe you didn't refresh and you were checking an older version

deft sable
turbid mortar
#

ok i might missed that update

white furnace
#

im guessing quota will get reset again if codex keeps disconnecting

silver dew
gleaming blade
#

Today it often says Reconnecting, and then stream disconnected before completion: An error occurred while processing your request started appearing. Is anyone else experiencing this too?

elfin summit
#

I'm making an rts sidescroll tug of war game(like cartoon wars) and Codex has been AMAZING.

It's strange though because on the internet i see it foing "full complex apps and games end to end" but here i have to tell it how the logic should be and it couldn't figure the best way to create attack events, seperate visuals from logical attacks, etc

elfin summit
#

They seem to steuggle with games that have visual logic

#

Struggle*

lyric sierra
ancient sedge
#

Does the Codex App not support subagents?

toxic torrent
#

gpt-5.4 loves the word "shape"

sharp gazelle
#

does 5.4 consume rate limits quicker than 5.3 codex? literally blasted through 5h and 30% of my weekly limit within 1 hour, where i previously cruised easily with rate limits

#

high variants that is

hollow gull
#

Is it just me, or does the Codex app actually consume usage limits way faster than the Codex CLI? I'm watching my 5-hour window drain significantly faster on the app for what feels like the exact same workload.

plucky halo
#

Ooooh here come hooks!

sharp gazelle
#

i canβ€˜t really recall it being this bad, feels like 0.5x not 2x

#

the reconnect loop also drops % from the windows, which is double painful

plucky halo
#

0.114.0 alpha 1 has introduced a hooks engine (SessionStart/SessionStop MVP) with lifecycle events

hollow gull
#

Also facing a lot more reconnecting issues!

plucky halo
#

Yeah, something is up today

plucky halo
#

Jesus. Give me a warning before I click that - flashbacks to my performance management review

deft sable
#

was about to ask whether the steam disconnections were resolved. so still the same after 5 hours

sharp gazelle
#

does that also consume more rate limits? because thatβ€˜s the far bigger issue

frosty zealot
sharp gazelle
#

at least to me. 1/3th of my weekly limit gone whereas I usually have around 10% deducted with 2x

boreal holly
#

"some users" Idk why but no issues here

frosty zealot
#

maybe issue with regions or load balancers

warped pine
#

yo wait dont reset yet i didnt spend all my limits

boreal holly
#

Yeah I know, I had 25 agents running all night last night and woke up to 98% weekly

frosty zealot
#

Refactoring from Vite, Firebase DB, Firebase Cloud Functions to Next.js, Postgresql, lets see if it can one shot lol

boreal holly
hollow gull
#

Ah... I tried the same thing with /fast (Cerebras chips?), and it's working properly now without any reconnections. I hope we're not being forced to use /fastmode.

Before Vs After

frosty zealot
# boreal holly Good choice switching to PostgreSQL 🀘

Firebase was working good, but its security rules is limited ot like 500 lines, mine was just getting over 1000 and the rule compiler (on googles side) started to 503 me, support basically said nothing they can do my rules are too excessive, but I have a very granular RBAC so I cant really do anything about it so my hand is pretty much forced

#

I heard good things about Supabase and GPT recommended PSQL over NoSQL like Mongo for my current architecture/RBAC so we'll see how it goes

hollow gull
boreal holly
plucky halo
frosty zealot
#

Yeah I need to kinda research all that stuff, ive been in the NoSQL world for many years, last SQL I used was Maria

boreal holly
deft sable
frosty zealot
# plucky halo I'll give it a go. Thanks for the heads up

I should clarify, if you copy paste rules in it will bypass the CLI limit, so there is a work around, but theres also other limitations I find like building indexes is kinda painful I think I had over 500 indexes at this point too, and their fuzzy finding in the database is also a little lack luster

frosty zealot
#

Man, the amount of hoops you have to jump through to get a company Apple Developer account is annoying

#

Its been like 3 weeks now

sharp gazelle
crisp basalt
#

Hi guys, any way to always trust all projects? Kinda boring having to trust every project

frosty zealot
#

Boy do I have a little trick for you

#

Put in your bash profile whatever you use alias codex="codex --yolo"

crisp basalt
#

Already have that @frosty zealot but it still asks

#

my alias have --yolo

boreal holly
frosty zealot
#

Hmm, yeah you're right

#

I just played with it

boreal holly
frosty zealot
#

Closest thing would be making a bash script that checks the config.toml for an entry of [project.$CWD] and if it exists just launches codex --yolo, if it does not exist, create the entry and add trust_policy = "trusted" and then execs codex --yolo if you wanted it fully automated

#

then just alias codex to the bash script

#

im sure GPT could make the bash script easily for you

crisp basalt
#

Yes, having the parent folder first worked. For example, /Users/users/repos would trust all folders inside "repos." However, now each folder inside needs to be separated and specifically trusted.

frosty zealot
#
#!/usr/bin/env bash
set -euo pipefail

CONFIG_DIR="${HOME}/.codex"
CONFIG_FILE="${CONFIG_DIR}/config.toml"

# Resolve current working directory to an absolute canonical path
CWD="$(pwd -P)"

mkdir -p "$CONFIG_DIR"
touch "$CONFIG_FILE"

# Escape backslashes and quotes for TOML key safety
ESCAPED_CWD="${CWD//\\/\\\\}"
ESCAPED_CWD="${ESCAPED_CWD//\"/\\\"}"

SECTION_HEADER="[projects.\"$ESCAPED_CWD\"]"

if ! grep -Fqx "$SECTION_HEADER" "$CONFIG_FILE"; then
  {
    printf '\n%s\n' "$SECTION_HEADER"
    printf 'trust_level = "trusted"\n'
  } >> "$CONFIG_FILE"
fi

exec codex --yolo

This is what GPT spit out, just copy paste that and alias codex="~/.codex/trust_script.sh" or whatever you choose to call it

#

Then it will automatically add the entry to the config before launching Codex

#

Refine it as you want to, its not really my problem so i didnt put too much effort into it but prob the only way to really accomplish what you're after

strong jungle
#

im getting this message across multiple streams, anyone else having this issue - "Error running remote compact task: We're currently experiencing high demand, which may cause temporary errors.
"

fallen kettle
boreal holly
fleet violet
#

how long it takes to download

elder jetty
fleet violet
#

proton vpn?

elder jetty
#

any

fleet violet
#

ok

torpid trout
torpid trout
#

Even if this is the reverse security

#

Something like β€žcodex deleted meβ€œ

frosty zealot
#

lmao

torpid trout
#

Yeah, that’s what I said.
I hope he got his files back with the tool I suggested lol

It’s a bad moment, but those approaches lead to such results
You should always know if you can trust your local path too. What if there’s a amazing agent Md you downloaded in there. One that has been prompt injected. Etc etc

#

I see that often as well in YouTube
β€žJust download this or tjat and it’s amazingβ€œ
But… who the guaranteed you it’s not another xz!?
I’m very careful with what I install locally - a bit paranoid maybe

#

Even then you can end up with issues.

So I appreciate the security - it’s never too much imo

boreal holly
plucky halo
#

How nice of them to look after my keys and secrets for me

torpid trout
oblique topaz
#

Please code

boreal holly
torpid trout
#

You’ve to tell it a bit more than that Lucky

#

Although might be interesting what it makes out of it 🀣

fleet violet
oblique topaz
#

Invite code

fleet violet
#

still not downloading

gaunt wadi
#

anyone's codex stuck on thinking ? Cant stop it either ( using codex app on Windows )

boreal holly
gaunt wadi
toxic torrent
strong jungle
# toxic torrent

Yes, +1. I'm receiving this across the board on all 6 of my different streams (Apple Terminal Codex Windows). I thought it was since I had alot of streams going at once but it still occurs when I drop it down to just 1.

frosty zealot
still trellis
#

I have a bug in codex app where it repeats the previous instruction/ prompt when running a new prompt. Happens quite often. Anyone else experiencing this?

boreal holly
still trellis
#

I have all experimental features turned on...

strong jungle
boreal holly
#

I'm on 0.110.0 with all experimentals turned off. It does not happen frequently but I noticed it and was like "hmm, I must be doubling up on event notifications or something"

sharp gazelle
#

I changed from 5.4 high to 5.4 medium and it seems to have helped with rate limits tremendously. 5.3 high never had this high of a drain though, so unsure if its intended (I don't recall 5.4 having higher consumption that 5.3 codex?)

nimble terrace
#

hmmm what does the memory feature actually do

nimble terrace
#

but i have zero clue if i truly have ALL of them

#
apply_patch_freeform = true
apps = true
apps_mcp_gateway = false
elevated_windows_sandbox = true
collaboration_modes = true
experimental_windows_sandbox = true
personality = true
remote_models = true
runtime_metrics = true
request_rule = false
search_tool = true
shell_snapshot = true
shell_tool = true
use_linux_sandbox_bwrap = true
unified_exec = true
undo = true
powershell_utf8 = true
child_agents_md = true
multi_agent = true
prevent_idle_sleep = true
js_repl = true
voice_transcription = true
realtime_conversation = true
guardian_approval = true
memories = true
responses_websockets_v2 = true```
simple star
#

Here are all

deft sable
nimble terrace
#

holy moly

nimble terrace
nimble terrace
#

you built a TUI for this?

#

that's cool asf

strong jungle
simple star
#

Yeah πŸ˜› I wanted to text codex, using codex πŸ˜›

#

(and it is free, of course)

nimble terrace
tawny island
#

what is happening with this model?

it is super unreliable

tawny island
#

it keeps responding to my previous messages and dont see my latest messages

nimble terrace
#

another limit reset incoming

#

πŸ—£οΈ

nimble terrace
#

nice

deft sable
simple star
#

@tawny island I had the same problem. I even went to 5.3-codex. But then I tried something: deleting all my AGENTS.md... and suddenly it was working great

tawny island
#

hahaha well thats good

nimble terrace
simple star
#

search "codex-configurator" in npm

tawny island
nimble terrace
patent sky
#

5.4 gone. Codex 5.3 not working ( {"detail":"The 'gpt-5.3-codex' model is not supported when using Codex with a ChatGPT account."} ).

tawny island
nimble terrace
#

this you?

simple star
#

Yep

#

@tawny island Just a TUI to configure codex. What problem do you have exactly with 5.4?

nimble terrace
#

very cool

#

i love npmx

#

so cool

tawny island
simple star
#

Peculiar...

tawny island
#

is it websockets?

#

maybe?

#

this also all the time

frosty zealot
#

@boreal holly Whats typically the PSQL idomatic way to support live updates, aka like PSQL runs a transaction, client side detects the change and instantly updates to reflect

#

NOTIFY/LISTEN?

boreal holly
simple star
#

@tawny island I dont know, sorry...

tawny island
#

i wish that was the case, it is responding like it didnt see my latest message at all

boreal holly
tawny island
simple star
#

@tawny island Maybe ask in Twitter to some of the team, that usually reply back

simple star
#

@tawny island I talked to one of the team, and he told me that he barely uses AGENTS.md anymore. The use mostly skills now.

#

Not sure if it can be related or not

patent sky
strong jungle
meager wadi
simple star
#

I also have trouble wrapping my head about it, I will admit

meager wadi
#

bruh, it's not that hard

boreal holly
#

Skills are the most killer feature ever

tawny island
# simple star <@1327693781587198143> I talked to one of the team, and he told me that he barel...

thats interesting, I am atm trying to get skills for stuff as well for everything.

but i just found out that its not per thread...

I have five Codex threads going on in parallel and i noticed that every single thread ran into the same issue where it wouldn't see the last message at the exact same time like even if they were on different parts of those sessions in different parts of context window etc but when i switched between every of those five threads they all had the same issue at the same time or like every one of them had the same issue on the next sent message so it's something to do completely with either the Codex application or something in the harness or something

simple star
#

@boreal holly I think it is not well explained

boreal holly
#

Also "Route approvals", so if an agent starts drifting and not using tools or skills properly, the orchestrator can catch em and make em do things correctly, or just approve trivial commands that can't work with sandboxing (e.g. xcodebuild, which absolutely 100% always fails with sandbox) πŸš€

strong jungle
simple star
plucky orchid
#

5.4 Pro is the worst model ever by far ...

plucky orchid
meager wadi
boreal holly
# simple star <@556965219222683678> I think it is not well explained

Think of it as like AGENTS.md, if it was instead a table of contents that agents can implicitly or explicitly reference at any time. Instead of one big massive dump of "you must do everything this way", it's more like "if you're gonna touch this system, read this first", or "here's how to keep the codebase clean". It could be anything!

I would say the only wrong way to use skills is if you introduce contradictions. Like in one skill you say "commit changes at the end of every turn" and in another you say "never commit changes". The agents don't just start doing bad with commits, everything they do is olympic mental gymnastics because their instructions are conflicting. The decision making is poisoned.

Other than that, just make a skill for every little thing the agent does that isn't one-shot. That's pretty much it!

simple star
#

Dunno, I still think they are hard to understand...

#

Usually all the examples I have seen are things that are kinda like "duh, of course it has to be that way. Do I actually have to make a skill for that?"

meager wadi
#

there is a 100s of ways to look for a file for example

#

or more

boreal holly
# simple star Usually all the examples I have seen are things that are kinda like "duh, of cou...

Here's one that's not a "duh" skill

---
name: safe-delete
description: Stage deletions with `scripts/safe-delete` (script-first, no MCP tool calls). Moves paths to `/tmp/safe-delete` with collision-safe names. [skill-hash:71d8a0c]
---

# Safe Delete

Use this skill whenever you need to remove files/directories without permanent deletion.

## Required Path

- Run: `~/.codex/skills/safe-delete/scripts/safe-delete <path...>`
- Do not call MCP safe-delete tools.
- Do not run raw `rm` unless user explicitly asks for hard delete.

## Behavior

- Creates `/tmp/safe-delete` if missing.
- Moves each provided path to `/tmp/safe-delete/<name>-<timestamp>-<rand>`.
- Prints one mapping line per moved path.

In workspace-write, on macOS, the trash can is a totally protected part of the FS. You can't even read its contents from the terminal. I have a script that moves it into /tmp with a stable identifier so they can recover later if need be. Super simple, super short, extremely handy.

When agents start running into a lot of tooling issues, that's when they start messing up. So you give em one-shot processes and tooling, and they get more positive feedback reinforcing the right way of doing stuff. If they run into a bunch of issues all the time they start getting creative with workarounds and headaches.

bold root
simple star
#

Kinda niche...

bold root
#

how ??

#
{"type":"error","status":400,"error":{"type":"invalid_request_error","message":"The 'gpt-5.4-pro' model is not supported when using Codex with a ChatGPT account."}}
robust quest
#

Any idea when codex might be available for linux?

bold root
#

Ah, you are the chosen one.

meager wadi
boreal holly
#

It's already the big brain model. Forcing it to think 128k tokens in one-shot isn't gonna help it do better

meager wadi
#

gpt-5.4-pro xhigh what is 2+2

boreal holly
robust quest
meager wadi
#

at this point, people expect the model to read their minds ngl

#

can't wait for a brain implant that will unlock that feature

boreal holly
meager wadi
boreal holly
#

and keeps your brain warm in the winter

meager wadi
#

i doubt they (Nvidia ) will come out with one before neuralink does

meager wadi
deft sable
radiant pecan
#

Do you guys use plan mode?
I am currently trying to fix a really hard and nested bug, would it be worth to throw away a large portion of cw for plan mode?

plucky halo
#

Start using plan mode - can be a huge improvement in output

limber ore
#

After the addition of 5.4 to codex did the usuage limits for the other models change?

kind jay
boreal holly
meager wadi
warm ruin
#

how fast are they eating my quota bro wth

stiff elbow
#

I genuinely have no idea what this is supposed to mean

#

lmao

boreal holly
radiant pecan
stiff elbow
boreal holly
stiff elbow
#

Ah, wait hold on
I've just tested 5.2, it doesn't work with 5.3, 5.3 codex or 5.4, but they worked for me last time??

#

5.2 and the others work completely fine though

boreal holly
boreal holly
tall zodiac
#

Question,

How long do you guys spend in plan mode before letting codex execute a plan?

boreal holly
#

5.4 cracks me up sometimes πŸ˜‚

stiff elbow
#

Not that
It's just new conversation or not, the later models don't work which is weird
Because even without paying a subscription (and using the free version of codex), 5.4 and 5.3 codex usually work completely fine
It's just strange because it's suddenly started doing that to me with that message

And what I don't understand is what that message means because it's basically implying "You need a ChatGPT account to work with Codex", which is common sense and doesn't really act as a disclaimer to tell you something's wrong??? It's just pointing out the obvious
What would I know, I'm a vibe coder lmao

tall zodiac
# kind jay 20-30 minutes

Do you tend to read the whole plan each time? Sometimes I feel like it’s very long not gonna lie. Also do u aim for ambitious and long tasks or incremental changes ?

bold root
#

Please recommend some useful skills when developing with Codex.

frosty zealot
#

I usually only plan with new features so it can think about some good gotchas and questions I may not have considered

bold root
frosty zealot
#

Otherwise I dont plan after that

kind jay
tall zodiac
#

Makes sense,

I usually get impatient having to read a long Md file 😭

stiff elbow
#

Genuinely weird as hell

tall zodiac
#

I gotta be more patient

tall zodiac
frosty zealot
kind jay
tall zodiac
boreal holly
tall zodiac
#

@paper grove shot u a friend request

@frosty zealot it says u ain’t accepting any 😭

frosty zealot
simple star
#

Question: Image generation requires an API key? Or can it be done through my subscription?

kind jay
stiff elbow
kind jay
#

Unless you use playwright to connect to ChatGPT app

#

Even better comfyui

simple star
#

I dont have the Codex app

boreal holly
kind jay
simple star
#

I guess it could connect to the website, and use that...

boreal holly
kind jay
#

Note the clear difference between can and should

boreal holly
#

Like use a div for the text field with some janky javascript and unstable ids

frosty zealot
#

@tall zodiac Large planned implementations I usually ask it to also generate a manifest for the implementation and keep it updated, find reasonable check points to run commits and code simplification & code review agent loops until 'need' to fix is resolved, put 'nice' to fix in a seperate todo.md.. stuff like that will help keep your implementation going swell

tall zodiac
#

So I always have a manual verification checkpoint now

#

Before PR

kind jay
tall zodiac
#

And always manually verify the work done before it gets pushed

kind jay
tall zodiac
#

You need that feedback loop

#

If it ain’t green it ain’t getting seen

#

πŸ—£οΈπŸ—£οΈ

kind jay
#

Same, I’m wondering if people have managed to automate say a list of todos and have it not be awful

frosty zealot
# kind jay How do you combat problems building up on top of each other in more complicated ...

Need to fix usually covers problems that are essential building blocks kinda thing, nice to fix is usually like a shade of green doesnt match the shade I had in mind kinda thing, I also have it do TDD with some strict guidelines I have written, as well when it considers 100% completion it does E2E smoke testing of the plan and verifies with verbose debug logs to ensure everything functions correctly, after all that, I smoke test it myself

tall zodiac
#

As long as each task is verifiable you can always ensure the agent will do a good job. Without verification it’s just a recommendation engine

#

Always have a deterministic output

frosty zealot
#

TDD = Test driven development, E2E = end to end lol

#

the more of a feedback loop you can give the better your results will be in the end

kind jay
#

It’s fair, sometimes not suitable

worthy furnace
#

Hello guys I have a question or two

kind jay
boreal holly
worthy furnace
#

How big of a difference do skills make?

Is it beneficial to enable fast mode? I've tried using it but it literally drained my weekly usage in a day or two.

boreal holly
kind jay
kind jay
frosty zealot
#

I have found acpx to be a decent improvement

#

little buggy though

boreal holly
worthy furnace
#

And also, is there a big difference between high and xhigh in terms of intelligence?

boreal holly
frosty zealot
#

with 5.4

worthy furnace
#

Oh far less?

tall zodiac
boreal holly
worthy furnace
#

Thought it would be the other way around

#

So I should use high then

frosty zealot
#

high for plan and medium for implementation is pretty baseline

boreal holly
bold root
#

Please recommend some skills related to TDD development.

worthy furnace
#

But for complex logical projects?

worthy furnace
#

In the end, nothing actually gets done

kind jay
kind jay
#

But then just make better prompts

kind jay
boreal holly
#

It's because, reasoning tokens do not go through compaction. Ever ended a turn with 20% remaining, and when you send a prompt it jumps back up to like 31%? That's because reasoning tokens get trimmed.

So in xhigh, when it thinks its entire context, none of that goes through compaction.

#

xhigh is extremely wasteful

tall zodiac
#

I always use high

#

Only xhigh for planning

boreal holly
#

Tool calls, intermediate messages, all those get turned into a mental state blob for the next agent. Reasoning flies right out the window.

sacred hollow
worthy furnace
#

And when it compacts, it has to do it's reasoning all over again basically being stuck in a loop

boreal holly
#

xhigh is good if you plan on never compacting. one-shot plan and archive.

#

Even then I don't really see the point in burning through that much reasoning to get potentially the same or lower performance plan

worthy furnace
#

Altough the benchmarks show a little improvement for xhigh but I don't see that in reality

frosty zealot
#

GPT 5.4... Thinking XHigh... "Add 1px padding to my container"

boreal holly
#

lmao

planning requires a lot of exploration. I feel like medium is a good fit for planning, because they do tool calls and reading large parts of the codebase to make the plan. Then impl in high mode where the exploration is mostly done it's just a matter of writing the code and testing it thoroughly.

#

planning -> brain full of codebase and architecture/tool calls
impl -> brain full of actions/consequences & processes

frosty zealot
#

outside my window rn, wonder if he wants to learn about ai

kind jay
worthy furnace
kind jay
#

What’s M4/A1?

frosty zealot
#

The legendary Colt M4A1

kind jay
frosty zealot
#

Canadian :>

runic quarry
#

and i ve tried to use gpt 5.2-codex xhigh to see if it would still work but is really bad, like really bad
i renewed my subscription today so i can use gpt 5.3-codex or gpt 5.4

boreal holly
#

Yeah, I was kinda shocked that free users were getting access, but makes sense now why Tibo mentioned needing more compute for unusually high loads

frosty zealot
#

Those freeloaders leaching off my $300 a month

#

Get your own models

runic quarry
#

i created 7 accounts and hit weekly limit on all of them in that week :))

#

now today i had to renew it because the access is ended for free

kind jay
nimble sorrel
#

I'm very grateful its happening, but my rate keeps getting reset every 2-3 days. Anyone know why this is happening?

kind jay
#

Running out of limits had me considering pro

runic quarry
nimble sorrel
#

Was just at 2% last night

runic quarry
#

like at this point is not even about the intelligence, like you really need a higher limit to work on big projects

#

or just to do more work

frosty zealot
#

Enough is never enough

#

usage limits is like a drug, you'll be slapping your arm to find the vein screaming for more

boreal holly
#

Oh man, it's the 5h limit that gets me πŸ₯² I have to do stuff like add mcp tool delays to slow em down

#

Especially spark

kind jay
#

I've been using on 5.4 high, fast mode for like 3-4 hours, I don't know what you guys are doing

frosty zealot
runic quarry
kind jay
frosty zealot
#

Are you not on Pro?

worthy furnace
#

I could change the system prompt and personality manually, is that worth doing to some degree?

kind jay
worthy furnace
#

What if I break the whole agent πŸ˜‚

frosty zealot
#

Feed the machine

kind jay
worthy furnace
frosty zealot
#

Oh? What does your homelab consist of

kind jay
frosty zealot
#

Synology or?

kind jay
#

I want to get some GPUs though, next on the list

potent mason
#

Did they reset limits again?

worthy furnace
frosty zealot
frosty zealot
boreal holly
# frosty zealot

wait a minute how did you get down that far? They reset limits like this morning didn't they???

frosty zealot
#

IM ADDICTED OK

potent mason
#

I mean in the past day or two, I’m seeing a lot of people post their limits for some reason (I’m out of the state right now so can’t really check it)

frosty zealot
#

Nah, Im doing that massive refactor I mentioned last night, and its not a small project by any means, full server backend rebuild, then update iOS app & Web app

worthy furnace
#

You can just pray and wait in the meantime

boreal holly
#

I got a whole bunch of lil worker chuggin away

worthy furnace
#

I would love if codex actually run auto for hours or days without prompting and there was no 5 hour limit

frosty zealot
boreal holly
wide schooner
#

did they nerf the quota? i have been using it only for 8 hours and it actually moved (20$ sub) - this is unacceptable, now i fear i can actually use the quota by using the quota! what if it becomes as bad as claude quota? this is first step into downhill

kind jay
worthy furnace
boreal holly
wide schooner
frosty zealot
worthy furnace
#

Imagine if we had no limits for a month and could use it for as long as we wanted

frosty zealot
#

I built a very big threadripper/supermicro tower with a lot of power, but at the end of the day it was like running a few docker containers and some VMs, and I figured why am I spending so much on electrical and sold it and bought a couple RPi5's for the low energy

#

Meant to reply to Jane not humble bragging

frosty zealot
#

A blessing, and a curse

kind jay
kind jay
#

Better give me my limit reset soon

hearty prawn
kind jay
#

Time to go use my brain or something

hollow gull
#

OpenAI marketed GPT-5.4 Thinking as their 'most token-efficient model yet,' but it’s eating through my 5-hour usage limits at least 2x faster than 5.3-Codex ever did. Are the limits just fundamentally lower for 5.4, or is the app just that much greedier now?

boreal holly
simple star
kind jay
simple star
#

Not for the one that receives it

sleek spoke
boreal holly
boreal holly
kind jay
#

😭

hearty prawn
#

it feels like my limit gets reset like every day anyone else

hollow gull
stuck berry
#

My limit wasnt supposed to reset until saturday and it gave me a no limit today

#

new

worthy furnace
#

So free users still have access to codex?

#

Or no

boreal holly
hearty prawn
#

i got reset 3 times in last 4 days

worthy furnace
#

Why did they suddenly allow that lol

stuck berry
hearty prawn
worthy furnace
#

I'll just make an account and drain my limits

boreal holly
stuck berry
hearty prawn
worthy furnace
stuck berry
#

Yeah I will be going back to pro here shortly lol.

frosty zealot
boreal holly
hearty prawn
#

so far

kind jay
worthy furnace
#

How fast the limit go for free users?

stuck berry
#

How have your model renderings been, I am using it to take big chucks out of app deving and it struggles some times for anything other then block shape

stuck berry
frosty zealot
#

god i hate sounding pompous

#

shoot me

boreal holly
frosty zealot
#

lmao

#

classic

#

I had Codex making me a BACNET GUI for reading/writing points yesterday for Honeywells CPO-PC400 I was like the future is now

boreal holly
frosty zealot
#

For real

#

The worst is like Allen Bradleys PLCs, if you dont have the original program, and you pull the program, it has like nothing, no comments, no notes, just the logic so you have to decipher for days but now its like

#

just dump the file and ask chatgpt to decipher and note it

boreal holly
boreal holly
frosty zealot
#

Nope

frosty zealot
#

A bunch of new units are coming with Distech controllers, and Distech wont give just anybody their plc software, unless you're their authorized vendor in the area, its a joke @boreal holly

#

Which we're not, so we cant even work on our own equipment

boreal holly
#

Also AB PLCs make "download" mean "totally wipe the PLC" instead of what download means everywhere else 😭 every AB I work on I gotta like triple check the definition of download

frosty zealot
#

I know right lmao I always stop and have to think like alright this means the opposite

#

Codex needs to stop using all of my application memory

#

keeps hitting like 128gb and pausing every other process

tall zodiac
#

What have u been working on @kind jay

boreal holly
#

I have a hunch it's how they're doing diff tracking that causes memory leaks

frosty zealot
#

And every semi conductor well screaming for mercy

boreal holly
frosty zealot
#

Pretty much lmao

tall zodiac
frosty zealot
#

Trust me, you don’t wanna know

boreal holly
frosty zealot
#

Great, now you’ve scared him

west orbit
#

idk after today i feel like 5.2 high performed better overall .. slower but better, more solid implementations. idk if it is just this particular work i did today, .. but the amount of bugs, oversights and quick fixes 5.4 high did without considering the bigger picture is quite high..

kind jay
west orbit
#

haha

kind jay
#

😭

torpid trout
#

So… I’m torn.
I hate how 5.4 cuts corners and is lazy af and doesn’t even often follow precise asks, but the end product is more production ready lol

torpid trout
#

All with raw model of course and identical prompts etc

torpid trout
west orbit
torpid trout
#

This is about who does it better out of the box, not how many emoji I need to drive it 🀣

torpid trout
#

raw

frosty zealot
#

Rawr to you too good sir

torpid trout
#

no agents, no skills. That’s the only comparison that is valid

plucky halo
torpid trout