Can we make a functioning AI with RNG (random number generation)?
I was thinking, what if I have a ton of libraries (words, text strings), so an AI can take a prompt and generate a result with a randomly selected query (related words/ text strings)
Example:
if | get property "resp" = What
then | if | number 1-4000 = 0001 then | set property "resp" = What the
then | if | number 1-4000 = 0287 then | set property "resp" = What the heck
“resp” as in response.
But it would find a query related to the word, such as “ghost rider.”
-Marvel
-comics
-Marvel Comics
-skull
-fire
-leather
-jacket
-motorcycle
This would take a lot of libraries (triggers), but I think it is possible.
Each trigger would contain around 50 words. each trigger is linked to a group and a subgroup (what number off of the group it is), and like 3 more subgroups so we don’t have sentences like “Ghost Rider, from Marvel Comics, is a skull fire leather jacket”
kind of like:
Group (648, 04, 01, 01, 01), where 648 is Marvel, and group 04 is the 4th trigger containing related words.
it chooses a word
Restraints:
-Memory
-Max amount of triggers (idk if this is real)
This AI would probably be very bare bones and probably only have knowledge surrounding GKC (no marvel).
Cool idea I thought of, and it is most definitely possible (unlike my last research topic
)
PLEASE SEE THIS POST:
https://forum.creative.gimkit.com/t/pseudo-ai-with-rng-how-do-we-do-it/185827/37?u=suspnded_arr0w_shaft

