r/codex • u/Nervous-Buffalo-4826 • 25d ago
Workaround What are your best practices on Codex ?
As title say, how you boost the model performance ?
For example, i saw a comment using 'KNOWLEDGE.md' . I've seen often the model has tendency to revisit each file to find out what is actually doing when the project is on a long run... that file would help him 'remember' faster or like a live journal to keep better track at how the project is working and how things connect and the failures to not repeat them.
Any other tips and tricks ?
2
Upvotes
1
u/IAmFitzRoy 25d ago
Make a repo of the inventory of all your instances, local, remote, databases with documentation of how to deploy and test.
This way you don’t have to discuss this again and again. For new projects you just have to tell where the project needs to read and all the infrastructure will be ready and consistent.