I pretty much use claude for everything at the moment. I'm a software developer, and to be honest I really enjoy the way sonnet (at the moment 4.6, 5 uses my tokens too quickly :) writes code. All of my routing and context files seem to work great with claude so no issue there. My issue is the more and more productive I am getting with the system the quicker I am ripping through tokens, so I have started to palm off different tasks to different models to see how successful I can be at still maintaining a smaller cost footprint with the two subscriptions I have at the moment (claude and chatgpt). I have just asked codex to update some of my context files and the edits have specifically called out codex by name... i.e.... ```Codex should not perform this process. Codex should tell the developer which step is needed and stop for the developer's result.``` (I like to be in control of when the database migrations happen for example). However these instructions are not for Codex alone, they are for, quite frankly, any AI or Human that reading my codebase. Okay, mostly AI, but the main reason for documenting all of this specifically is it forces me to document my process to allow anyone (AI or human) to pick up the project in the shortest amount of time. This is the reason I love ICM. I'm getting off topic, but how do I re-write this in a way that makes sense not only for codex, but for claude, gemini, kimi, human, whoever is reading this? Do I call out AI specifically? "AI should not perform this process"? Do I use inclusive language like "We should not perform this process"? (indicating it might be a BA doing this, as the next line will be "We should tell the developer...."? Quite curious to hear peoples opinions on this, trying to keep the documentation as documentation instead of specific to a model.