Claude Code and OpenAI Codex Do Track You
Recently, after hitting my Claude Code Max limit, I switched over to OpenAI Codex to continue my work.
Recently, after hitting my Claude Code Max limit, I switched over to OpenAI Codex to continue my work.
I immediately felt the switching cost. Codex misunderstood specific code written by Claude.
In particular, the app I was writing allows the user (a parent) to create multiple children’s profiles. And there are terms Claude used in the code:
- Active = child profiles unlocked with subscriptions
- Selected = child profile currently selected in the mobile app.
In the first session, Codex confused active as selected and proceeded to mess up my code. So, I had to explain the concept to it.
My first thought was, maybe Claude and Codex have their own language preference. So, it was natural that Codex misunderstood the term Claude used.
But, a friend of mine has a different hypothesis. He proposed that maybe the AI labs have a RAG system to track our preferences server-side.
I thought it was quite possible. As that could create a data network effect to increase the user switching cost. But we have no proof.
The proof then came on the same day when I switched from my coding project to writing a LinkedIn article. Codex unexpectedly showed “No tests run”, when my LinkedIn article repo has nothing about tests.
To be clear, I started a new session. And I didn’t add any of my preferences in local memory. I always add preferences to the project in the project guidelines.
What is your experience? Do you think CLI tools like Claude Code and OpenAI Codex track you?
Enjoyed this? Subscribe for more.
Practical insights on AI, growth, and independent learning. No spam.
More in Vibe Coding
From ChatGPT to Claude Code: A Non-Techie’s Introduction to the Raw Power of AI by a Techie
Not because I don't like sharing. But because the only tool I use for 99% of my AI needs is Claude Code. And while I think it is not hard to learn, I'm never...
Can AI really write production-quality code?
Here's a chance to peek how it is used in an actual project.
What Publishers Think About AI Image Generation
I couldn’t find the original source of the meme—happy to credit the author if anyone knows the source.
I was doing vibe coding and saw AI generated this code.
Notice anything?
Vibe coding has been around longer than we think...
I once asked a developer to explain his code when it broke due to edge cases. He told me he didn't know because he copied it from Google. At least he was hon...
I was amazed by AI coding assistant the first time I used Cursor.
It wrote code almost similar to how I would write it.
From ChatGPT to Claude Code: A Non-Techie’s Introduction to the Raw Power of AI by a Techie
Not because I don't like sharing. But because the only tool I use for 99% of my AI needs is Claude Code. And while I think it is not hard to learn, I'm never...
I was doing vibe coding and saw AI generated this code.
Notice anything?
Vibe coding has been around longer than we think...
I once asked a developer to explain his code when it broke due to edge cases. He told me he didn't know because he copied it from Google. At least he was hon...
Can AI really write production-quality code?
Here's a chance to peek how it is used in an actual project.
What Publishers Think About AI Image Generation
I couldn’t find the original source of the meme—happy to credit the author if anyone knows the source.
I was amazed by AI coding assistant the first time I used Cursor.
It wrote code almost similar to how I would write it.