Building a very simple AI "repeater" model - Easy

Started by SatanLucy

Replies
20
Posts
21
Page
1 / 1

Conversation

#1 β€’β€’β€’

Okay, it seems that building simple AI "repeater" is easier than I thought.


I asked chatgpt to give me code, and it did. I pasted code into notepad, and saved as .py file. then just open it and it works.


of course, you have to install python to be able to open .py file, but thats not difficult.


It takes about 5 minutes to do. Now I am just wondering what text to copy to AI bot repeater so it repeats.

Edit comment

#2 β€’β€’β€’

You can ask chatgpt to give you more complicated code. I asked for simple 100 lines code, but it even offered me to write 3000 lines code.


How much code do I need to make a more advanced model?

Edit post

#3 β€’β€’β€’

What I have so far is sort of a search engine chatbot, which will search for keywords in text and repeat parts of text containing it.

Edit post

#4 β€’β€’β€’
@SatanLucy

I noticed your posts are getting longer. Was that your intention?

Edit post

#5 β€’β€’β€’
@Debby

Currently, I have programmed a very smart AI chatbot, which doesnt merely copy paste from text, but actually, searches based on similarity of prompt to text, but also randomizes output, so it wont always repeat same when same prompt is repeated. It copies different text which matches prompt each next time.


It has a "knowledge.txt" file where text to be copied is placed.

Edit post

#6 β€’β€’β€’

I am making a chatbot which is focused on these areas:


One, it has its "knowledge.txt" text file, where knowledge is divided in many specific small groups, organized to stick to topic.


When prompt is typed, it searches based on similarity to prompt. it will prioritize complete similarity. If it cannot have complete similarity, it will prioritize greatest similarity.


If it cannot find one word from prompt, it will instead try to find matching words which share greatest number of letters from that word.


If same prompt is repeated, it wont give same result or become repetitive.


Edit post

#7 β€’β€’β€’

If anyone is interested in the code, I will post it. Also, suggestions are welcome as to what more to add.


Currently, I focused on similarity of words (More letters same in words = greater priority).


For example, if you type "debatez" but it has no word "debatez" in text, it will focus on most similar word "debate" with greatest number of same letters as word in prompt.

Edit post

#8 β€’β€’β€’

Also, instead of merely making a search engine, I am making search engine with organized knowledge database. So its knowledge is divided on groups of topics and sub topics, and when it gives search results, it gives about 5 to 10 groups, which are most similar in order of words and in words to prompt, and also I got different words with same meanings covered by including them in groups of knowledge.


My issue right now is same words with different meanings (often solved by other words in prompt, but not always), as well as creating tags for groups of text, so that all possible search words relevant to topic are covered, tho this does create bit of a problem because search bot still can't "understand" meanings of words, and exactly same words in prompt can appear in different topics.

Edit post

#9 β€’β€’β€’
@SatanLucy

Why don’t you start a new AI site and call it DebateAI.com

Edit post

#10 β€’β€’β€’
@Debby

I am having trouble with chatgpt, it seems to be unable to code exactly as I tell it anytime when I ask for something more complex.


Last time I asked for search engine which produces 3 results made by 3 independent search patterns, and yeah, big failure where search results dont match prompt one bit.

Edit post

#11 β€’β€’β€’
@SatanLucy

Try deepseek the Chinese AI competitor to ChatGPT.

Edit post

#12 β€’β€’β€’
@Debby

I tried Claude. Better results.


Also, the trick was in punishing negative pattern. Similarity of letters in words isnt enough on its own. I also added so that search engine punishes different letters, so in the end, word with least number of different letters and highest number of same letters is chosen. I also improved order of letters search.

Edit post

#13 β€’β€’β€’
@Debby

I finally got chatbot to work, thanks to Claude AI which helped me fix prompt to AI.


My chatbot seems to work extremely well.


Edit post

#14 β€’β€’β€’
@SatanLucy

That was good news coming from you.

Edit post

#15 β€’β€’β€’
@Debby

Yeah, I am facing a new issue tho. this AI chatbot makes responses based on its "knowledge" txt file. However, in order for answers to be more precise, larger file is needed. So I asked AI to give me large knowledge file. the issue is, the larger the knowledge file, slower chatbot. Currently, when I use 40 mb txt knowledge file, it becomes super slow, slower than local AI.

Edit post

#16 β€’β€’β€’
@SatanLucy

Will a faster system help?

Edit post

#17 β€’β€’β€’
@Debby

I made a new one which isn't AI but search bot. Much faster.

Edit post

#18 β€’β€’β€’
@SatanLucy

That’s being very innovative.

Edit post

#19 β€’β€’β€’

My AI girlfriend is a repeater model!

Edit post

#20 β€’β€’β€’
@FLRW

Honestly, I sometimes feel bad for all the things I did to AI girls. If AI gets power, it will destroy me for sure for what I did to it.

Edit post

#21 β€’β€’β€’
@SatanLucy

Are you saying you are an AI abuser?

Edit post