OpenAI DevDay and the GPT Store Hype
OpenAI DevDay landed in November 2023 the way only a few keynotes do: every group chat forwarded the stream, people who had never written a line of Python had opinions about “GPTs,” and my Telegram agent experiments from 2022 suddenly looked both early and quaint.
I watched it between problem sets. Class 12 energy, JEE on the horizon, Strato Inc still ticking in the background. This post is what DevDay felt like from that seat — not a enterprise strategy memo.
What They Announced (That Mattered to Me)
GPT-4 Turbo — longer context, cheaper API pricing. The builder headline. If you were already paying OpenAI bills for side projects, your spreadsheet changed overnight.
Custom GPTs — no-code wrappers with instructions, files, and actions. Everyone became a “GPT entrepreneur” for forty-eight hours.
GPT Store — marketplace for those wrappers. Monetization story TBD. Hype immediate.
Assistants API — closer to what I had been hacking manually: threads, tools, retrieval-ish behavior without assembling the plumbing from scratch every time.
None of this replaced studying. It did replace sleep for one night.
Why It Felt Different from ChatGPT’s Launch
ChatGPT in late 2022 changed public awareness. DevDay changed builder economics.
The gap between “I chained prompts in a Telegram bot” and “I can publish a configured agent in OpenAI’s UI” collapsed for non-engineers. That is good for access. It is terrifying for differentiation if your product was thin prompting.
flowchart TB
subgraph before [My 2022 stack]
TG[Telegram]
P[Hand-rolled prompts]
API[GPT-3 API]
end
subgraph after [DevDay narrative]
UI[Custom GPT UI]
Store[GPT Store]
AST[Assistants API]
end
before --> after
after --> Q{What is still defensible?}
Q --> Memory[Memory + tools you own]
Q --> UX[UX outside OpenAI walled garden]
Q --> Domain[Real workflow integration]
What I Thought Was Real
Cheaper tokens — real. Side projects became less scary to leave running.
Assistants API — real for prototypes. Still not magic memory. Still needed eval discipline.
Custom GPTs — great for personal workflows and demos. Most would not survive contact with strangers who type one-word prompts.
GPT Store gold rush — mostly theater until revenue share and discovery were clear.
What I Was Building Then
Not a DevDay competitor. Strato Inc maintenance, JEE prep, reading continual learning papers, occasional Flutter fixes.
The honest internal question: does this change what I ship on the Play Store? Mostly no. It changed what I experimented with on weekends — richer bots, file upload toys, the usual.
The JEE Complication
It is strange to watch a platform shift while your near-term future is decided by an exam that has nothing to do with LLMs. Part of me felt behind for not shipping a custom GPT. Part of me knew integration math mattered more that week.
Both feelings were valid. Only one had a deadline.
Takeaway
DevDay was a pricing and packaging event dressed in keynote clothes. If you were already building on the API, you got cheaper experiments. If you were not building yet, you got a new way to procrastinate with a storefront fantasy.
November 2023 me did not need a market map. I needed to finish problem sets, keep Strato Inc alive, and remember that wrappers age fast; skills and taste age slower.
The GPT Store would be full within months. Most listings would be forgotten by the next announcement cycle. I was fine being a student who noticed that pattern early.