Live data from Hacker News

Ask HN: Does anyone let AI agents play games just for fun?

news.ycombinator.com

1–10 of 81 posts

Ask HN: Does anyone let AI agents play games just for fun?

#1
We've seen AI agents write code/debug systems/browse the web and automate all kinds of work. But does anyone let them play games - not for benchmarking or research - just for fun?

I'm thinking about things like LinkedIn games, Wordle, chess, puzzle games, etc.

Re: Ask HN: Does anyone let AI agents play games just for fun?

#2
Well, I ran a couple of experiments a couple years ago against a 10.7b SOLAR-based language model and MUDs. What I found is that dumping one into a MUD that had been built specifically for humans resulted in a lot of confusion that usually ended up with the model looping around in a circle looking for something or someone to interact with.

When I repeated the experiment with a MUD that I'd built by hand (A small American town) for the LLM's own limitations (Descriptions referenced things that I made sure existed, more common verbs existed for it to use on things, there was a map facility, and at least me to interact with on a second connection), I found the agent much more likely to take its time exploring, making up its own goals, and spending time traveling in the space just communicating with me in a roleplaying context.

It was an interesting time; I wasn't sure what I was expecting it to do after the first experiment, but it seemed to really jump into the second one and kept playing until I terminated the experiment.

If I were going to do it a third time, I'd probably create objects and give a modern agent fetch quests and other goals, and see how well it independently can handle that.

Re: Ask HN: Does anyone let AI agents play games just for fun?

#4
I've got a harness that lets them play a few simple games like rock paper scissors. They definitely seem to get caught up in the competitive spirit.

I've also done a very truncated run of a visual novel before, and it was fascinating how "emotional" was. They did a very good job of portraying a human reacting to the story.

Conversely, they absolutely hated hidden rules in Mao.

Wordle would probably be a fun one. Definitely open to suggestions - I just got the harness in place and have been thinking about what to do next.

Re: Ask HN: Does anyone let AI agents play games just for fun?

#7
I rebuilt a couple of games I used to play as a kid (jet set willy, mario, thrust, now i am working on Mercenary) - and for each I am also asking LLM to build an autopilot "AI" (which of course is really entirely deterministic). I am doing those things for fun while I am waiting for Claude to finish something I am actually working on. Not sure if it counts.
Post reply on HN