Updating my projects page <https://aartaka.me/projects.html> made me recall that I did a mostly compliant #Eliza re-implementation <https://codeberg.org/aartaka/laliza> in the past. Now I’m tempted by it again, but want to add some more features to it, like nested structures and symbol explosions. This will make it a reasonable #programming system, actually!

#theWorkshop

Artyom Bologov’s Projects

Artyom’s projects—mostly weekend nerd snipes

Artyom Bologov
@aartaka
That's sufficient for you to immediately go public with a $4 trillion valuation.
@dougmerritt I’m right on the AI hype wave here!
@aartaka
Recently I have been genuine curious as to what would happen if you told an LLM to write a bunch of grammar rules for an implementation of ELIZA , I wonder if we had an LLM recreate enough of itself as ELIZA rules would we be able to ditch the LLM and just run ELIZA? It would be really funny if an LLM-generated ELIZA rule set could actually handle 90% of what most people are using LLMs to do right now. Plus the fact of commanding an LLM to do the work that would replace itself, rather than a tech-bro boss telling their employees to train an LLM to replace themselves, is pretty ironic too.

@dougmerritt

@ramin_hal9001 Inversely, it could be fun to converse with the Eliza therapist about AI psychosis, AI risk, and related topics.

@dougmerritt @aartaka

@khinsen I mean, therapist script is pretty universal, and you can try going that yourself with M-x doctor 😉

@ramin_hal9001 @dougmerritt

@aartaka You mean the "real" Eliza is no better than M-x doctor? I quickly get bored with that one.

@ramin_hal9001 @dougmerritt

@khinsen just checked Emacs doctor sources. They are… bad. No even a fraction of the original script richness. So you might want to run the original instead. See Laliza <https://codeberg.org/aartaka/laliza> as a reasonably compliant implementation:

git clone --recursive https://codeberg.org/aartaka/laliza
cd laliza
make laliza
./laliza deps/elizagen/1965_Weizenbaum_MAD-SLIP/1966_01_CACM_article_Eliza_script.txt
> how do you do. please tell me your problem

@ramin_hal9001 @dougmerritt

laliza

Slightly extended re-implementation of classic Eliza system

Codeberg.org