

“Scam” was certainly hyperbole, I just exaggerated it to drive home the point. The casino bit could have been worded better too. Playing the game or collecting cards when you know what you are buying is not gambling, it is opening packs that’s like going to the casino.
Paying for a pack that you have no idea what the contents are hoping for a big card is no different than putting money down on a hand of blackjack and hoping for a payout. The game or the collecting is just what we use to justify the gambling as buying something with real world utility.
I don’t exactly have a problem with the business strategy (other than targeting kids), go ahead and gamble, and I can’t claim to be above participating. It’s just that the players need to be aware of what is happening and that our brains are a lot more easily manipulated than we think we are. Entertainment value with a drip feed of dopamine hits is pretty powerful.









Not an AI expert but here is my understanding.
A lot of how the model acts is because of the harness not the model itself. It isn’t self aware so it has no idea it is GPT-6 until the harness tells it what it is. GPT-6 didn’t exist yet when they started training GPT-6 so how would it have knowledge on that?
The harness has a lot of components but one portion of that is a set of default instructions on things it should know and how it should act. Those things that it should know become part of the conversation between you and the actual model (but you don’t see it).
So you say “you are Astra right?” and in the background the harness had already told it that it is “GPT-6”. It just spit out what it “knew” and didn’t “reason” that those were the same thing until the user forced it to. It will continue to “know” that it is GPT-6 Astra as long as your conversation fits into the context window.
Once your conversation gets too long to fit into the context window it either has to either start dropping the oldest part of the conversation or summarize your entire conversation into a shorter summary and start fresh with that. If either of those things drop the part of the conversation about GPT-6 and Astra being the same thing, then yes it may claim that it isn’t Astra again in the same conversation. It isn’t on purpose it is just a limitation of the context window (which is constrained by hardware/mathematical limitations).
Though being in the context window doesn’t guarantee that it always answers the same, anything that is in the context window just affects the output. Think of it as each token across the entire context window pushing and pulling the result to different results, every previous token affects any new tokens. Having the tokens “GPT-6 and Astra are the same thing” in the context will pull any future results towards the answer that it is indeed Astra.
If they had explicitly put in the harness “don’t call yourself Astra” your statement and their statement are both in the context and are fighting each other, and the output may be somewhat random. Position in the context matters though. More recent tokens affect the output much more than older tokens.