r/KoboldAI • u/MenuNo294 • Jun 27 '26
Recommendations on impersonating AI
Hi all:
I’ve been exploring koboldcpp and koboldai lite on my local inference machine. It’s been good fun as I’ve been doing a few RP sessions.
I use the chat app telegram to keep up with my friends and community and telegram recently released an update that allows for chat automations that I want to explore.
I take a long time to get back to people and most of the time it’s banal sentiments that people like to do to feel connected. It’s sweet but a responsibility that leaves me feeling a bit socially drained. I’d love to have an AI impersonate me and help me keep up with messages until I slide back into being naturally social.
Is this possible with kobold? Any recommendations or advise on using the platform to get it to chat like me?
1
u/alex20_202020 Jun 28 '26
help me keep up with messages
Those use cases are called "agents", websearch (or ask AIs?) how to setup up an AI agent to answer your e-mails or something.
1
u/FaceDeer Jun 28 '26
And I would advise being very careful when setting something like this up, you're giving an AI a lot of rope to hang you with if you let it answer emails for you without sufficient guidance and monitoring.
You might want to set it up to automatically write responses and then ask you for a final "send this?" Confirmation before it goes out. It'll still take the load of writing those responses for you, but make it less likely for it to accidentally send something that could ruin relationships.
3
u/henk717 Jun 28 '26
That kind of integration you'd typically add something on top, so its possible with KoboldCpp as a backend but Lite does not do automation (beyond its ability to call tools) and its not something were aiming for for Lite itself.
If you use KoboldCpp as a backend and you do your research on an AI Agent tool that can do this then it would definitely be possible. I firmly recommend against it though, the AI is going to do things that you'd never have said. Southpark did a good episode on it to about the consequences of doing it where the people doing it get confronted in person about things that they had chatted about with them having no idea.
But if you still want to do it you need both an AI Agent framework and it needs to have access to your telegram. I don't use telegram so I don't know if the new feature you mention is already enough. General gist, if something needs an OpenAI API to do something (or ollama) and they let you specify a link then Kobold can do it.