C-script 2026-03-10 18:32
Austin AI is a program I have worked on for years now but still nowhere close to being done.
The biggest problem I have found is that when tester's type in something that's not there or is incorrectly formatted. Could it be because I am using a$, I know if I use a$ then there is no room for error and it has to have a set code for it like
(input a$)
(if a$="HELLO" THEN PRINT "HELLO")
I would have to go through thousands of lines of code to for one sentence. I've tried to make a word detection system but that required memory in order to save what was inputted so that it could bring up a specific file and answer what was asked. I also don't know anything on memory.
I need help!
wryhode 2026-03-10 19:15
making a "chatbot" in this way is a lot of work no matter how you choose to do it! maybe a sort of scoring system based on the inputted word and all the other words of the same length could work? something like the attached program?
Raichu 2026-03-13 11:06
make something like alice ai and see if it will work, alice ai does not actually understand or do anything but assumes what you say and gives a response
C-script 2026-03-13 19:26
thanks for the feedback
Raichu 2026-03-13 21:21
wait, actually i was thinking of ELIZA. i keep on forgetting peoples names recently! i was describing eliza ai, not alice ai (2017).