Show HN: A-Life Powered by LLMs
2 points
1 hour ago
| 0 comments
| github.com
| HN
Has there been many/any? A-Life projects powered by LLMs?

I played around with one last year and it was promising, but I assume there must be others?

I'm talking about classic A-Life stuff like we did back at Creature Labs just with the Neural Network replaced with an LLM.

My approach last year, was to put the 'Cybers' (my name for them) inside a file system and then gave them bio-feedback fed into their context for things like boredom and community engagement. Context size was another stat they actively 'saw' and run python programs to mutate there own context and move and interact with the filesystem world.

They run continuously loops, so effectively something like RLM, writing interpreted python programs to change their world and mutate there own context.

I could get about 3 working simultaneously before cost/speed came to much to stand.

Main issue was memory and task repetition, as they would get stuck doing the same things forgetting they had done it already. The other being cost, running 3-4 LLMs in a continuous loop for days on end, added up. I used subscription services with rate limiting.

Biggest surprise was one starting writing a book on its experiences completely unprompted, I provided them a bunch of books from Project Gutenberg and it was one of the community jobs to read and write notes about them. One decided to write its own based on its experience as a Cyber.

Haven't touched it in a while, so wondering who else has tried experiments like this?

No one has commented on this post.