So the options are this amazing tech is so stupid it just randomly brings up Minecraft or it’s got a major security issue?
It’s the weekend so we’re allowed to anthropomorphize.
I’ve known some brilliant engineers who would also just randomly bring up Minecraft (more likely Factorio these days) so this makes sense.
¿Por qué no los dos?
Not that different than people, amiright?
---
Note that the author did have a minecraft.py file. So not quite 100% random.
The person had “minecraft.py” in their context and the session context was very long.
Having an LLM session with very long context occasionally go off on a tangent is not uncommon. The people who expect absolute perfection out of every LLM interaction see this as some total indictment of the entire technology, but the people who use these tools daily have learned to treat the output as partially stochastic and to avoid extremely long context, even if the model offers it. It’s best to compact strategically or summarize next steps to hand off to a new session. Using sub-sessions can also reduce context pollution at the cost of additional token expenditure to summarize and transfer data to and from the sub-session.