logoalt Hacker News

bix6today at 3:17 PM4 repliesview on HN

So the options are this amazing tech is so stupid it just randomly brings up Minecraft or it’s got a major security issue?


Replies

Aurornistoday at 7:04 PM

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.

bee_ridertoday at 4:33 PM

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.

27183today at 3:19 PM

¿Por qué no los dos?

paulddrapertoday at 4:31 PM

Not that different than people, amiright?

---

Note that the author did have a minecraft.py file. So not quite 100% random.