Mad tinker is connecting GPT to IRC as an experiment

So its not intended to be anything profitable, or anything like that - But im curious what would happen if GPT was an intermediary social interface.

Part of the concept i have so far is constructing a fractal core prompt for logically constructing inference necessary to facilitate token level linguistic encryption - the point of which is to enforce anonymity of participants, in so far as the interface is concerned.

Actually visiting the channel would be cheating, and disrupt the experiment.
What i intend to explore in this experiment is AI’s interpretation and relay of intercommunication.

Yes it might sound like 1984, but if I came up with the idea - someone else must have, cause im not that clever.

Anyways… could be interesting.

Hey SC

This is actually an interesting idea.

In another community I saw a guy contemplating on something similar, but in the sense of: removing unneeded emotions from the message and only leaving the essence.

1 Like

That is also a fascinating concept - from the perspective of behavioral science, that is something i too would like to see in action.

This may in fact include that.

Right now what im ‘floating’ in my head is a concept understood as “filters” but applied to mannerisms and character.

It would be equally deceptive, but in this case its not for monitary gain, thus why im deciding on a couple mechanisms to absolutely enforce anonymity, as gpts automatic moderation system would take care of anything… dare i say… “wierd”

1 Like

So do you see it as a GPT?

I would see it more as interceptor between typing and sending.

Still contemplating the nuance.
Im not sure yet exactly how to do it- kinda like the conceptual version of almost remembering a song, but being unable to remember enough notes or lyrics to find it.

Writing and Engineering is weirdly similar in that regard.
But off the bat my uncertain answer would be "something akin to a messenger in the anthropomorphized sense. "

I would see the value if it was integrated (ideally on an OS level - say an iOS keyboard) that does the conversion right after the typing). If it doesn’t, then a person needs to use additonal app, we have it already - chatgpt :slight_smile:

have you explored AHK to use in conjunction with what you have? im sure you could use it to quickly and easily find a work around to place the responses in the chat?
you could record all the windows titles and all other hidden data and start by doing a copy and paste just to see what’s what and you should get a pretty good base by using that macro recorder that the ahk heads swear by. i mean their was enough functionality to do this back ten years ago… i had it automating workflows on an EMR (sandboxed since it wasn’t hardcoded or approved) without real access to the backend server… maybe you’ve already done something like this or better? I’m asking because i want to do essentially the same thing but dont want to reinvent the wheel if you aready got 90 percent there and didnt mind sharing… but i want to do it with ms chat (the old comic chat from the 90’s) the software still works and connects to active irc servers as i was literally just on it. I am moving towards most of my work centering around ai use cases for children and adults on the autism spectrum (and other types of special needs) and working towards putting together a non-profit foundation… a non profit that hopefully will make ai developments that provide a safe digital workplace for people with special needs and also provides for them the opportunity to utilize a tools, build skills, and share experiences with AI. AI has proven to be incredibly versatile and i feel like nobody is doing much in this area and there is room for so much. My daughter is an autistic teenager and throughout her school years I’ve noticed a lot of common themes among her and her peers suffering from the same neurological disorder, but the MS chat / IRC thing stood out as a use case almost immediately . I’m not saying I’m ONLY wanting to do a non-profit… i just don’t want to profit off of helping children and adults with autism. seem wrong and unnecessary. even if one didn’t genuinely really care about the cause, if your cause was successful, and the foundation raised a lot of money for said cause and put said money to good use towards the cause, you would be super known in the field and more than likely be able to have some sister Corp that was for profit… i would go so far to say that if it was successful and you couldn’t connect those dots, you would effectively be at the center of one of the biggest business boners in history.
see this dudes code below
(from url: Send whatever I type to another not-focused windows - AutoHotkey Community
username: mikeyww)

"Welcome to this AutoHotkey forum!

There are at least three possible approaches.
WinActivate followed by Send.
ControlSend.
COM can be used to manage Microsoft Word; see the forum posts about it.
InputHook to mirror text to a different window

; This script sends text to a target window when a source window is active
#Requires AutoHotkey v2.0
source := ‘ahk_exe WINWORD.exe’ ; The source window
ih := InputHook(‘V’) ; Stops after 1023 characters
ih.OnChar := ih_Char
ih.OnEnd := ih_End
Loop {
WinWaitActive source ; When Microsoft Word is active,
ih.Start ; start collecting keyboard input
SoundBeep 1500
WinWaitNotActive ; When Microsoft word is not active,
ih.Stop ; stop collecting keyboard input

"


don’t know if you remember but this is the ms chat… oh and i may have left out in the past message the common theme was characters… they love their characters… my daughter would save her SpongeBob stuffed animal over me I’m sure. jk but she loves him and anything he says grabs her attention… you can create custom skins for the chat with a tool made for doing that. and backgrounds. it just seems like it would be pretty easy to do…