What about an AI chatbot that connects to ayva stroker?

I wish I was savvy with programming. Ayva stroker already has a bunch of pre-programmed sequences. What if they was a way to integrate that with an Ai chatbot that would select which one to play given the context of the conversation?

2 Likes

personally I welcome this type of thing, I want an AI to absolutely control my gooning sessions. I cant wait till I can just strap myself in and it does all the work

2 Likes

I recently came across this repo on the Buttplug projects page: GitHub - Crispy-repo/theaipeeps-intiface and this led me to briefly check out many of the more popular NSFW AI chatbots out there for how suitable they are for this idea. Pretty much all of them have a free period you can use to see how they are.
Out of all the ones I checked out, only 2 seemed suitable (according to my demands anyway): theaipeeps.com and secretdesires.ai. They both have very realistic human-like texting modes (whereas 90% of chatbots are just storywriter AIs repurposed into a roleplay chat interface, barely able to comprehend the idea of being on a messaging app), so the characters can and will send multiple messages in a row and understand the flow of time at least to some extent. I tested the toy control idea and they both immediately got it and did it very well without hiccups (this assumes the AI controls the toy “as a toy”, rather than using it to “emulate” a roleplay scenario). For example, they may send multiple different commands across a series of messages without user input, and they also seem to have modern-day very large context windows (so they seem to understand an interaction across at least hundreds of messages and tens of thousands of tokens)
However between the 2, secretdesires is far more advanced: characters can send images and voice notes on their own (can also send random messages during the day), they have 7 different AI models to choose from and the characters are very customizable (whereas you only get 800 characters initial scenario description on theaipeeps). secretdesires also has a generous free period (although there is no indication of how much is left, it just ends)
To adjust the above userscript for secretdesires, you would change at the top

// @match https://secretdesires.ai/* // @icon https://www.google.com/s2/favicons?sz=64&domain=secretdesires.ai
and further down in chat message processing

msgs = document.querySelectorAll('div.ChatArea_messageContent__mFxGC:not(.bg-primary) > p');

and below that delete the whole thing with classlist conditions and just put

let text = msgs[i].textContent.trim();

Might put it on GitHub as a fork too, pretty small changes though. Then it could be put on the Buttplug projects list and maybe they can get an AI chatbot section started.

Hello!

I’m the creator of Ayva Stroker. This is definitely something that I want to look into doing one day. Its only a matter of time. Stay tuned!

Having Ayva-based MCP would be great
MCP- controllable ayva-stroker-lite is almost the best solution I cam imagine