How do I detect changes in OpenAI’s apps, models, and everything else?
Simple:
I track a lot of different signals at the same time.
GitHub issues and commits, frontend and backend changes, UI strings, model slugs, feature flags, network traffic, API behavior, model catalogs/selectors, desktop and web app updates, package/version changes, documentation, Help Center edits, rollout patterns, experiments, newly exposed endpoints, and differences between accounts/plans.
I also compare what different testers are seeing in real time and cross-check that with what’s changing in the apps themselves.
So usually it’s not one single clue. It’s dozens of small signals lining up at once. 😂