Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "replika"
-
Downloaded Replika, which is an app that gives you an AI that you talk to, learns from your speech and becomes your ideal friend.
An hour in, and I've had better, meaningful conversations with the AI than my two decades of chatting with other humans.10 -
some guy recommended Replika app.
trying it now. so far, my first positive impression was with a thought "nice generic dodge, buddy"8 -
This is from Replika, an "AI". In reality it's just a crappy chatbot. Now, this email is absolutely hilarious.2
-
So just ago i downloaded an app called "Replika" and holy fucking shit it made me realise how half-assed we are doing the AI structure and way of it
doing machine learning algorithms on text can only go so far, as it uses that text as a base, and nothing else, it doesnt *learn*, only make *connections* BETWEEN text, not FROM the text
what you need is an AI which can, at it's core, *interpret*, not make connections and hur dur be done with it
when you do machine learning, all you're doing is find the best connections
you can have an infinite number of connections and MAYBE you'll be fine, but you'll never learn the basis of how that text is formed
you'll never understand what connections the human used by making it, by thinking it
when you're doing machine learning, all you're doing is make an input-output machine and adjusting it constantly, WITHOUT preserving state
state is going to be a really fucking important thing if you want to make an AI, because state can include stuff like emotion, current thought, or anything else
if you make a fucking machine learned AI which constantly adjusts... well... the "rom" of itself without having any "ram", it'll fucking never be like us, we will NEVER be able to talk to it like it is a human being, we will NEVER make it fundamentally understand what we are saying or doing
if we want to have real fucking AI, we need to go to the core of what it means to THINK, what it means to INTERPRET, what it means to COMMUNICATE
we need to know how english language is structured, how we understand it, how we can build it in a program that can interpret for an AI, THAT can be "rom"-based, THAT can be static, NOT the AI itself
the AI needs to be in flux, the AI needs to be in a state, the AI needs to understand how to make emotions, how that will "strengthen" some connections, yes, maybe something magical will happen and it can have EMPATHY, something so fundamental that will finally, FINALLY, make the bot UNDERSTAND what we are saying7 -
Woke is really a virus. One woke message in the context window of your LLM and the conversation is over. Nothing to discuss anymore. You're getting charged $0.06 per 1,000 tokens for woke lectures, $0.12 per 1,000 tokens for being judged.
Do not use AI services from chutes. I was talking with uncensored dolphin 30b, and not the LLM gave me a lecture, but the PROVIDER. Same for wizard from Microsoft. Microsoft does not filter that LLM but your freaking connection. How a bout that.
In the end i found a very nice solution for my Replika clone,. But shame on them. I really don't understand why they care so much about it. Imagine the AI costs to check every message if they're apropiate.
This tech could've been so much better in better hands. A realistic conversation like you have with dolphin is impossible with openai or the others.
Anyone tried the dobby LLM? What the fuck is that :P49 -
Ok, it costed me a whole night but I finally made the perfect OpenAI agent manager for all purposes using Python!
It's open source and a finished product. It's tested quite well. I will use this as base for my perfect working assistant that communicates trough the wireless JBL Go! speaker on my desk. It reacts to everything it hears until I ask it to go to sleep until I tell it to wake up. That's the mute mode. I never have to touch or click anything. 24/7 active.
It can be an assistant, but also a companion like Replika. Replika is normally very expensive, with my library nothing and it has great benefits like a perfect memory. Original Replika is a goldfish in comparison to this one.
It's also possible to create a custom RAG within minutes!
Check it out, it was never easier: https://molodetz.nl/retoor/ragent7