logoalt Hacker News

thomas536today at 6:07 PM0 repliesview on HN

+1 to using MUD as a learning tool. Learn about agent loops, prompting iteration, etc.

I vibe coded a few room proof of concept MUD. I added a tools called `oracle` (aka me) that it could ask me questions to help along its way; and the ability to interject in the loop with a hint. Just as I might want an llm to stop to ask me for help instead of plodding along...

Interesting to limit the number of turns and see where it gets stuck or how quickly it can finish.