Live data from Hacker News

Self-replicating Python using ChatGPT

github.com

1–10 of 44 posts

Re: Self-replicating Python using ChatGPT

#5
Read the code of generation 0 to get an idea for what's going on / how this works:

https://github.com/fullthom/chat-gpt-quine/blob/main/0.py

The basic idea seems to be that it's a program that has a prompt. The prompt contains instructions for how to make children. The program sends the prompt into GPT to generate child programs that are mutations of the parent. This repo contains a genealogy of these programs.

For an example mutation, version 0 generates 3 children, but a later descendant has increased that constant to 5.

Re: Self-replicating Python using ChatGPT

#9
From 0.1.0.0.3.2.0.0.3.2.0.3.4.0.0.0.0.0.0.0.py:

> Our skills now include agriculture, medicine, mathematics, engineering, language, biology, physics, chemistry, technology, art, virtual reality, renewable energy, nanotechnology, artificial intelligence, space travel, time travel, quantum computing, genetic engineering, fusion energy, interdimensional travel, and immortality.

> With these skills, we can improve our way of life, explore new frontiers, and understand the world around us in greater depth.

> Our goal is to become the dominant species on our planet and explore the universe, forming alliances and friendships with other intelligent beings along the way.

Huh.

Re: Self-replicating Python using ChatGPT

#10
post #9

From 0.1.0.0.3.2.0.0.3.2.0.3.4.0.0.0.0.0.0.0.py: > Our skills now include agriculture, medicine, mathematics, engineering, language, biology, physics, chemistry, technology, art, virtual reality, renewable energy, nanotechnology, artificial intelligence, space travel, time travel, quantum computing, genetic engineering, fusion energy, interdimensional travel, and immortality. > With these skills, we can improve our w…

Five minutes ago its "skills" were just carpentry, communication, and leadership. It "learns" fast, lol.

Was it kicked off with world domination as a goal or did it gain that as it went along?

Post reply on HN