(pseudo) AI with RNG | How do we do it?

This section is impossible in GKC

not enuf memory for a KB

4 Likes

Ok, what code is your idea? I just copy pasted lol.

3 Likes

Can I have a bit of help. I am a little confuzzled Hashtag understatement

2 Likes

Okay so GKC has a memory limit.

If we wanted to add a KB, this memory limit would have to evaporate.

KB’s (especially in chatgpt) are GIANT and would probably crash GKC if tried to load in (with modding)

Also if you’re looking for what we have so far, check post 45 and 30

2 Likes

Also, to add onto this:

ChatGPT uses ā€œdeep learningā€, which requires us to have access to cloud variables.
I have already made a research topic on cloud variables, which was deemed impossible almost immediately, due to the fact that we cannot edit a properties default value in-game.

Check Cloud Variables (NOT SOLVED JUST CLOSED)

1 Like

clay-institute keeps being added to this topic, but there’s a poll for whether or not to add it. Can we please keep it not on the topic until the poll closes? Thanks.

5 Likes

umm what may I ask, is the ā€˜library searcher’ pardon me for asking.
gtg heading to science

2 Likes

Yes I did make a poll for this everybody, which can be found here (pseudo) AI with RNG | How do we do it? - #37

Please go vote!

will do though thx for pointing it out @Gimkit_Lover :heart:

6 Likes

Okay so the library searcher, is the analyzer

It reads the prompt, and finds the most related keywords, to string together a response.

5 Likes

what device is it?? That is what I was asking

2 Likes

The device used is a trigger.

Triggers are extremely customizable, so they’re much better for coding.

4 Likes

OKey thanks. I was trying to use a overlay lol.

2 Likes

Can you help me make a very small one, with like 5 libraries?
As I said, just to inpress my friends…
Edit: I can add on later

2 Likes

Unfortunately no…
That’s not what this topic is about. Once this topic is solved (if it is), I will make a Community Made Guides with credits to everyone.

Otherwise you’ll just have to wait for said guide, or keep watching this topic for hints on how to make it.

Sorry :slightly_frowning_face:

5 Likes

Ok, I will. Thank u tho.

2 Likes

After further testing, 512 is the absolute max.

Therefore, if we give each word 16 letters to work with, we get 30 max words.

(now before you yell at me for not having 32, you forgot to take in account the ā€œ/ā€ at the end of every word.)

theres 1 slash per word, so 1 x 32 is 32
32 / 16 = 2
32 - 2 = 30

Check my math if you want, although its pretty self explanatory in my opinion.

4 Likes

You don’t need the slash at the end of each word.
If every entry is consistently 16 characters, we can just use the fact that each entry is sixteen characters to separate the entries.

5 Likes

Ahh ok

thats useful!

2 Likes

Hello, I’m back. I am currentyl working on a little bit of the code. Any ideas how to get text to show??

2 Likes

gahh

ā€œi wanna work on the AIā€

entire english dictionary: hello!

me: :sob:

This is literally my entire thought process right now. ( I don’t even know where to start)

Uhh @wolf.rising2025
use a text device on a trigger loop
block code:

set text = get property | "response"
3 Likes