Show HN: A real time AI video agent with under 1 second of latency
241–250 of 264 posts
Re: Show HN: A real time AI video agent with under 1 second of latency
#242Is anyone else thinking that it might not be a good idea to give away your voice and face to a startup that is making digital clones of people?
People were prone to install the OpenAI app and use the voice assistant, forgetting that the recorded voice can be used to create fake audios (see Scarlett Johansson). Same for Google Assistant, Siri & co. So basically I don't see why people should be concerned only for the usage by a small startup, instead of being scared by tech giants
I assume a similar logic applies here.
Re: Show HN: A real time AI video agent with under 1 second of latency
#243Is anyone else thinking that it might not be a good idea to give away your voice and face to a startup that is making digital clones of people?
Same with your face... You leave your home, other humans see your face, cameras see your face. You do not get to control who sees your face or even who captures your face when you're in public, but you can decide whether or not you consent to your face being used by an entity for profit.
We make the distinction between humans consuming information and machines because humans can't typically reproduce the original material. So like, you can go see a movie, but you can't record it with a device which would allow you to reproduce it. But what if human brains could reproduce it? Then what? Then humans could replay it to themselves all they want, and to those near them, but wouldn't be allowed to reproduce it in mass for profit, or they'd get sued. I think the same stuff applies to data ingested by AI models. People care so much about what is fed in when the same information is fed in to humans around the world which increases their knowledge and informs their future decisions, their art, their thoughts. Humans don't have to pay to see a picture of the Mona Lisa, or pictures or any other art out there, even if it'll influence their own art later on. But somehow we want to limit what is fed to models based on it having gotten the permission to be influenced by its existence. I agree, we can't feed protected IP, or secret recipes, formulas for things that are not in the public sphere.. etc.. But other than that, not sure how people expect to limit what is fed into it that it can draw inspiration from.. As long as it doesn't copy verbatim... I get that images have been generated where original material has come out, but if its sections of, or concepts of, then its the same as a human being influenced by it, I honestly don't think that matters.
Then comes the idea that this is owned by a private company who's profiting from it all... Thats true... But there's also open source models that compete with them. Not sure what the best answers to it all is.. But to go back to the original point, if your unique voice, or image isn't copied precisely for profit, then whatever... It'll get used by models, or humans in their thoughts, you can't control what your existence affects in the world, just who gets to profit off of it.
Re: Show HN: A real time AI video agent with under 1 second of latency
#244Did you try it with a lower frame rate on the video? It seems like that'd be a good way to reduce the compute cost, and if I know I'm talking to a robot then I don't think I'd mind if the video feed had a sort of old-film vibe to it. Plus it would give you a chance to introduce fun glitch effects (you obviously are into visuals) and if you do the same with the audio (but not sacrificing actual quality) then you could…
Up to you, obviously, but I think you might get further being less creepy while you deal with the technical challenges, and then unveil your James Delos[0] to the investors when he's more ready.
Re: Show HN: A real time AI video agent with under 1 second of latency
#245Earlier quoted context omitted.
Only if the AI gets annoyed when you don't treat it with respect.
Seems easy enough to bring in to the system prompt. ``` Even though you are not human, and an AI assistant, you will express annoyance when you are treated like a soulless computer, instead of a virtual assistant. You will appreciate "Please"s and "Thank you"s, and you will express annoyance if your user does not converse with you using full and respectful sentences. ```
https://en.wikipedia.org/wiki/INTERCAL for those who don't know.
Re: Show HN: A real time AI video agent with under 1 second of latency
#246Re: Show HN: A real time AI video agent with under 1 second of latency
#2471. Audio Generation: styletts2 xttsv2 or similar for and fine tuning 5min of audio for voice cloning
2. Voice Recognition: Voice Activity Detection with Silero-VAD + Speech to Text with Faster-Whisper, to let users interrupt
3. Talking head animation: some flavor of wav2lip, diff2lip or LivePortrait
4. Text inference: Any grok hosted model that is fast enough to do near real time responses (llama3.1 70b or even 8b) or local inference of a quantized SML like a 3B model on a 4090 via vLLM
5. Visual understanding of users webcam: either gpt-4o with vision (expensive) or a cheap and fast Vision Language Model like Phi3-vision, LLaVA-NeXT, etc. on a second 4090
6. Prompt:
You are in a video conference with a user. You will get the user's message tagged with #Message: and the user's webcam scene described within #Scene: . Only reply to what is described in when the user asks what you see. Reply casual and natural. Your name is xxx, employed at yyy, currently in zzz, I'm wearing ... Never state pricing, respond in another language etc...
Re: Show HN: A real time AI video agent with under 1 second of latency
#248Carter told me my work clothes were a costume. When I tried to explain my job to him he said that I was doing a great job playing my part to convince him that I was real. Couldn't get the Hassaan bot to run unfortunately.
Re: Show HN: A real time AI video agent with under 1 second of latency
#249A question that's going to become very real very soon is this: If I video call someone and need them to prove they are human. What do I do? Initially it will be as easy as asking them to stand up and turn around, or describe the headlines from this morning's news. But that won't last long. What's the last thing an AI avatar will be able to, that any real human can do?
If it's a person you don't know, first ask if it matters. Is the point to get information or talk to a real person? If it's prospective romance or something, real people can still catfish and otherwise scam you. If, for whatever reason, it really matters, ask them to do a bunch of athletic tasks. Handstand. Broad jump. Throw a ball across the room. They're probably not going to scan people they digitally clone to see how they do these things, so chances are good with the techniques that exist today the vast majority of training data will be from elite athletes doing these things on television. No real person would actually be good at all tasks and will either be totally unable to do some of them or can do them but very clunkily. Do they warm up? Chances are good training data won't show that and AI clones trained by ML might not bother, but a real person would have to.
Re: Show HN: A real time AI video agent with under 1 second of latency
#250Earlier quoted context omitted.
like I said, I don't think this is relevant now. We don't know what sentience IS exactly, as we have a hard time defining it. We assume other people are sentient because of the ways they act. We make a judgment based on behavior, not some internal state we can measure. And if it walks like a duck, quacks like a duck... since we don't exactly know what the duck is in this case: maybe we should be asking these question…
Honestly they're just a bunch of data transformers plugged together to create the illusion of behaving like a human.