Wiki Contributions

Comments

rainy1y140

Great post. Based on these ideas I've created a PR that adds a "kill switch" to Auto-GPT. I've written up some stuff about potential llm based worms might work here: https://gist.github.com/rain-1/cc67caa8873ee38098aefb0f35f46014

rainy3y160

I did a strange experiment once, I implemented a markov predictor like this and used it to predict the next bit of a sequence. Then I extended the sequence with the negation of that bit an increased the length of the markov chain. The result was a very random unpredictable looking sequence, but of course it was completely deterministic. I wonder if this sequence has a name?

rainy4y20

I would recommend Lawvere's book Sets for mathematics to anybody who is interested in learning some mathematics. It's a beginner book but it covers interesting category theoretical stuff you wont find in any other beginner book.