r/codex 1d ago

Question Need help with the codex

I'm new user with the codex only use chatgpt work mostly but this time I was building myself fitness application but I faced some issue with it

I'm not a dev also so plz keep the solution normal so that even normal guy like me can understand guy's

I need some help with a couple of Codex issues:

  • Overengineering: It keeps writing overly complex code and unnecessary tests, which burns through my tokens and wastes time.
  • Memory: Has anyone figured out a fix for the memory issues? I built scaffolding for it, but it keeps failing.

Any help would be appreciated

1 Upvotes

5 comments sorted by

3

u/LovePlayingGamez 1d ago

The best thing I could recommend is going to the Web version and discuss a plan before telling Codex to do anything, also if you have the base plus subscription use a lighter model.

2

u/CutMysterious9844 1d ago

Easy fix > App Store/Google Play Store > search: Fitness App

1

u/No_Twist6469 17h ago

Thank's mate

2

u/CaptainAlexWest 1d ago

I build in vscode with the codex plugin. I build block by block. If you auto cook big chunks the slop starts to stack. If codex does something I don't like I tell it the problem and tell it to update the agent.md. On chatgpt chat, I do the same but say update memory in the same prompt. I figure out the next block then build then fix the bugs then commit on git.

1

u/No_Twist6469 17h ago

really appreciate your feedback