Elektrine lite

← Feed

@lexiconista@mastodon.ie

Post #4095019

2026-07-25 18:31 UTC

I wonder if the source code behind early rule-based chatbots would still be "simple" if the language in which they chatted had not been English. https://spectrum.ieee.org/eliza-chatbot-source-code

Replies (1)

  • @muddle@infosec.exchange 2026-07-25 19:17

    @lexiconista@mastodon.ie SHRDLU was another example of a text-driven interface. I've coded up versions of these things many years ago. I thought that I'd also seen the Eliza source code at some point, but it was probably someone else's implementation of the idea. It didn't have as much in the way of guided conversations, like you mention with US states, but the version I've seen did have some similar tricks, like having a variety of canned responses to trigger keywords so it wasn't as repetitive. To answer your question, yes, non-English languages are equally simple.

    Open ##4095144