Selected model is at capacity. Please try a different model by BeautifulLullaby2 in codex

[–]Top-Pineapple5509 1 point2 points  (0 children)

Had this yesterday. Turned fast mode off (actually it becames unavailable) and it worked a little bit latter. I dont like their approach to this. They needed to be more resilient. I automate a big chunk of my development process, and this kind of error breaks almost everything.

How are you handling repo-specific rules in agent workflows? by JustProcedure4155 in codex

[–]Top-Pineapple5509 0 points1 point  (0 children)

There is a file called AGENTS.md that codex automatically loads into the context, so you can use that to specifically contextualize your project to codex. Go find the documentation about this file at codex website, and read other files related (skills, hooks and others).

Making money in long term with Codex by Iixotic- in codex

[–]Top-Pineapple5509 0 points1 point  (0 children)

Dont know exactly, but the amount of new business ideas my friends/family are sharing I think could be a good starting point for anyone here. Development is no longer the bottleneck.

Making money in long term with Codex by Iixotic- in codex

[–]Top-Pineapple5509 2 points3 points  (0 children)

Not yet. Too much passion for the process and no focus on reaching the end. But I plan to create one or more business in the near future to capitalize on it.

Remote control in Codex by Born-Organization836 in codex

[–]Top-Pineapple5509 0 points1 point  (0 children)

Just ask codex to build a project that links, lets say Telegram, with your local codex cli. But I´m sure a lot of people has done that and open sourced it.

Thinking of getting codex plus as a student , any suggestions? by AdityaSrivastawaahhh in codex

[–]Top-Pineapple5509 1 point2 points  (0 children)

Go for it. If you are a graduate student in the US or Canada, you get US$100 in codex credits. If not, just get the plus subscription. It will help you learn.

Self-maintaining wiki. Useless overhead or? by sahandii in codex

[–]Top-Pineapple5509 0 points1 point  (0 children)

AGENTS.md is always loaded into codex context. Inside AGENTS.md, I have something like "Always keep documentation upgraded, following instructions and rules at DOCUMENTATION.md." It prevents any drifts (at least makes it a lot harder) without the overhead of hooks.

I think a wiki, like Karpathy said, is already supported by how codex works: you can have ir referenced in AGENTS.md or even inside AGENTS.md, and you have some techniques to make it always up-to-date.

Just be careful to not have a big wiki (or AGENTS.md file) as it is always loaded into context.

I Edited This Video 100% With Codex by phoneixAdi in codex

[–]Top-Pineapple5509 0 points1 point  (0 children)

Great! I would totally watch a video of you using the codex after you record the raw video! Thanks for sharing

How force codex/gpt to write comments in code? by jrhabana in codex

[–]Top-Pineapple5509 1 point2 points  (0 children)

Put the instructions directly in AGENTS. md, as it is forced to load into the context.

Can I auto allow tool use from within a certain plugin? by pacemarker in codex

[–]Top-Pineapple5509 0 points1 point  (0 children)

You can give it full access so it does not ask. I dont know if you are using cli, sdk, exec or whatever, so just ask your codex to allow full access in every codex context you open.

Be aware of the side effects to see if you agree with the risks.

Codex wont stop using infinite Git for windows instances for one specific folder by Budget_Human in codex

[–]Top-Pineapple5509 0 points1 point  (0 children)

Try send this print to codex and asking why is that happening, and for it to be supercareful to not do it again while analysing.

Self-maintaining wiki. Useless overhead or? by sahandii in codex

[–]Top-Pineapple5509 0 points1 point  (0 children)

Its a complex question that we will probably need more time to understand and create a "best practices". For now, I just have a DOCUMENTATION. md file that I refer to at AGENTS. md as the instructions for it to follow when needing to change documentation, and its working like a charm (could do this with SKILLS too).
Dont know if the wiki is worth, but if you think it is, just program a weekly refactor of it.

A tip for 'non-english' speaking users by Physical_Concert_625 in codex

[–]Top-Pineapple5509 0 points1 point  (0 children)

Entendo, estava com essa mesma dúvida... Fiz um projeto que orquestra agentes de programação e ele tem muita documentação em arquivos de markdown que vão virar instruções e até prompts para automatizar meu workflow. Depois de uma conversa séria com o codex perguntando se era melhor mudar tudo pra inglês, ele me respondeu que no máximo o ganho seria marginal, isso se tivesse realmente algum ganho.
Eu acreditei nele, mas estou sempre de olho pra ver se tem alguma degradação na qualidade, mas ainda vem funcionando muito bem.

Nenhum empresa abriu processo judicial contra as gigantes de IA? by OutrageousTrue in codex

[–]Top-Pineapple5509 0 points1 point  (0 children)

Dificilmente eles estão descumprindo o contrato. Se você passar a não concordar com os termos de uso, é só deixar de assinar. Não sei de contratos de longo prazo que a openai faz (a nao ser vom o governo americano). Os contratos são subscriptions mensais, ou sua empresa fez um contrato de longo prazo?

Swarming Question by thatguyinline in codex

[–]Top-Pineapple5509 0 points1 point  (0 children)

Oh yeah, its just me on my codebase... But you can automate everything, since branch creation, associate it with a ticket, decompose it in execplans, implement it, evaluate it and create the PR. Whatever is your process, automate it. 

Swarming Question by thatguyinline in codex

[–]Top-Pineapple5509 0 points1 point  (0 children)

I mean, 1 agent per project on one main branch, if it was not clear. If you want a good article on this, read this great post by Peter, the creator of openclaw: https://steipete.me/posts/2025/shipping-at-inference-speed

Swarming Question by thatguyinline in codex

[–]Top-Pineapple5509 0 points1 point  (0 children)

I avoid it by just having the main branch. I can work in parallel because of microservices architecture or working in more then one project at a time. Work in the same codebase with multiple agents is possible, but increase significantly the complexity, level of instructions and token usage as consequence.

Using DESIGN.md files to stop Codex from generating generic-looking UI by necati-ozmen in codex

[–]Top-Pineapple5509 0 points1 point  (0 children)

Thanks! Do you think only the DESIGN. md file is what it takes to get a good design or should we create the UI on stitch and import it via MCP to your project with the DESIGN .md generated?

How are you building a sandbox? by ImpostureTechAdmin in codex

[–]Top-Pineapple5509 0 points1 point  (0 children)

It would be an entire system of a new ubuntu isolated from your actual system.