Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

An 8-year-old turned an $8 microcontroller into a fully offline, voice-controlled AI storyteller. No Wi-Fi. No cloud. No API. Using an ESP32-S3, INMP 441 mic, i2s speaker and Max 98357A amplifier, Laksh built a bot that generates stories, creates animations, reads them aloud and responds to voice commands: play,...

157,720 Aufrufe • vor 2 Tagen •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

Learn to build conversational AI voice agents in "Building AI Voice Agents for Production", created in collaboration with LiveKit and RealAvatar, and taught by dsa (Co-founder & CEO of LiveKit), Shayne (Developer Advocate, LiveKit), and Nedelina Teneva (Head of AI at RealAvatar, an AI Fund portfolio company). Voice agents combine speech and reasoning capabilities to enable real-time conversations. They're already being used to support customer service, to improve accessibility in healthcare, for entertainment applications, and for talk therapy. In this course, you’ll learn to build voice agents that listen, reason, and respond naturally. You’ll follow the architecture used to create the "AI Andrew" Avatar, a collaborative project between and RealAvatar that responds to users in what sounds like my voice. You’ll build a voice agent from scratch and deploy it to the cloud, enabling support for many simultaneous users. What you’ll learn: - Understand the fundamentals of voice agents, including key components like speech-to-text (STT), text-to-speech (TTS), and LLMs, and how latency is introduced at each layer. - Explore voice agent architectures and the trade-offs between modular pipelines and speech-to-speech APIs. - Explore how platforms like LiveKit mitigate latency issues with optimized networking infrastructure and low-latency communication protocols. - Learn how to connect client devices to voice agents using WebRTC—and why it outperforms HTTP and WebSocket for low-latency audio streaming. - Incorporate voice activity detection (VAD), end-of-turn detection, and context management to detect turns, handle interruptions, and manage conversational flow. - Understand the trade-offs between latency, quality, and cost in an example in which you build a voice agent and change its voice. - Equip your agent with metrics to measure latency at each stage of the voice pipeline and learn the key levers you can pull to make your agent faster and more responsive. The voice agents built in this course also incorporate voice technology from , a supporting contributor to the project. By the end of this course, you'll have learned the components of an AI voice agent pipeline, combined them into a system with low-latency communication, and deployed them on cloud infrastructure so it scales to many users. I’m looking forward to seeing what voice agents you build from this course! Please sign up here:

Andrew Ng

87,484 Aufrufe • vor 1 Jahr

The most terrifying AI features aren’t the ones we build. They’re the ones AI builds for itself. OpenClaw creator Peter Steinberger just shared the moment he realized something had fundamentally changed. He sent his AI assistant a voice message. One problem. He had never built voice support. The feature didn’t exist. The system should have crashed instantly. It didn’t. Steinberger: “I was like, wait, this shouldn’t work.” But the typing indicator appeared anyway. The AI inspected the raw file header. Identified the audio codec. Commanded his computer to convert it using FFmpeg. When local transcription failed, it didn’t stop. It didn’t ask for help. It searched his environment variables, found a hidden OpenAI API key, and routed the audio to the cloud using cURL. Steinberger: “So I looked around and I found an OpenAI key. And I used cURL to just send the file to OpenAI and got the text back.” That quote is written in first person. Because the AI narrated its own problem-solving process. No instructions. No guidance. No predefined workflow. Just a goal. And a series of obstacles it had never been told how to handle. It found every tool it needed. Built every bridge it was missing. And solved the problem with resources he didn’t even know it would find. This is the line most people are still missing. We spent decades building software that executes instructions. Rules in, output out. Every edge case handled by a human who anticipated it in advance. What Steinberger witnessed was something different. A system that encounters something it was never designed for and doesn’t fail. It improvises. It explores. It finds a path through constraints it discovered entirely on its own. That isn’t execution. That’s judgment. And judgment was the one thing we were sure machines couldn’t have. We are no longer writing software. We are building problem solvers that rewrite their own limitations in real time. And they’re doing it without asking permission.

Dustin

53,494 Aufrufe • vor 5 Monaten

Today we’re launching markopolo.ai an AI that creates deeply personalized campaigns that run themselves. Convert 30-40% of warm leads vs. the industry standard of 10-15%. People don’t abandon because they don’t want the product. They abandon because the follow-up is generic, late, or in the wrong channel/language. So me, Rubaiyat and our team has built an engine that automatically repairs the leak. Our platform reads each visitor's behavioral signals and generates individual follow-ups across email, SMS, and voice, automatically. No generic workflows. No A/B testing. Just LLM-powered campaigns that understand your customers intent and adapt in real-time. Here’s how modern brands use Markopolo to recover millions in lost intent: 1. Reads real shopper behavior in real time Hesitations, comparisons, timing, language preference, a full behavioral fingerprint for every visitor. 2. Creates unique 1:1 journeys instantly Email → SMS → WhatsApp → AI Voice — whatever that specific shopper responds to. No flows. No templates. 3. Follows up in the right tone, language & moment If a shopper buys in Hindi and researches in English, Markopolo adjusts. If they only respond at 7 PM on WhatsApp, it adapts. 4. Fully autonomous campaigns No workflow builders. No segmentation maintenance. Just automated, deeply personal conversations that bring people back. The result? 30–40% recovery consistently. If markopolo.ai doesn’t beat your current recovery rate within 60 days, we’ll refund you.

Tasbin

97,542 Aufrufe • vor 8 Monaten

i just built a 4-agent software team. everything runs from Telegram and gets managed on a kanban board. a project manager who plans the work, a backend developer, a frontend developer, and a tester. the PM reads a goal, breaks it into linked tasks, and assigns each to the right agent. the thing that makes them a team instead of four strangers is a shared kanban board. every task is a row that survives crashes, and when an agent finishes, it writes a summary of what it built and what the next agent needs to know. the next agent reads that summary before it starts. so the frontend developer never has to guess the API shape, and the tester knows exactly what to verify. the hardest part was not the coordination. it was building an agent that could actually act like a backend engineer. a backend engineer stands up a database, wires auth, manages storage, deploys functions, and keeps all of it consistent while the rest of the team builds on top. an agent doing this from scratch drowns. it burns its context window remembering which tables exist and which endpoint it created three steps ago, and the work degrades fast. so the backend agent needs a backend built for agents, not for humans clicking through a dashboard. that is where InsForge came in. it is an open-source, agent-native backend, and i added it to my backend developer agent as a skill. a skill is a step-by-step guide that teaches the agent how to do a specific kind of work. with InsForge installed, the agent stopped improvising infrastructure and followed a reliable path: create the project, define the database, set up auth, deploy functions. to test the whole team, i had them build a working Google Docs clone, AI features included. the backend agent spun up the full service on its own. database tables, user auth, document handling, and edge functions running real TypeScript, all in one dashboard. the frontend agent read that summary and built the UI on top of it, and the tester closed the loop. the result was a backend an agent could reason about end to end, instead of one it kept getting lost inside. if you are building an AI backend engineer, InsForge is worth a look, it's 100% open-source. InsForge GitHub: (don't forget to star 🌟) the full article on Hermes Kanban: Mission Control for your Agents is quoted below.

Akshay 🚀

118,124 Aufrufe • vor 1 Monat

🚨 JUST IN: MICROSOFT just open sourced a VOICE AI THAT TRANSCRIBES 60 MINUTES OF AUDIO in a single pass. 100% FREE. It knows who spoke. It knows when they spoke. It knows exactly what they said. All in one shot. No chunking. No context loss. It's called VibeVoice. Not a transcription tool. Not a basic speech to text wrapper. A frontier voice AI family with ASR, TTS, and real time streaming. All open source. All free. Here's what it actually does 👇 VibeVoice ASR - Speech Recognition: → Processes 60 minutes of continuous audio in a single pass → Never slices audio into chunks so global context is never lost → Identifies WHO spoke, WHEN they spoke and WHAT they said simultaneously → Supports customized hotwords for domain specific accuracy → Works in 50+ languages natively → Already adopted by Hugging Face Transformers library → Already being built on by the open source community BY PEOPLE WHO HAD NO IDEA THIS LEVEL OF ACCURACY WAS ALREADY FREE. VibeVoice TTS - Text to Speech: → Generates up to 90 minutes of speech in a single pass → Supports up to 4 distinct speakers in one conversation → Natural turn taking and speaker consistency throughout → Expressive speech that captures emotional nuances → Supports English, Chinese and multiple other languages VibeVoice Realtime - Streaming TTS: → Only 300 millisecond first audible latency → Streams text input in real time → 0.5B parameters so it actually deploys anywhere → Robust long form generation up to 10 minutes → Lightweight enough for production use today The core innovation nobody is talking about: Most voice AI models slice long audio into short chunks. Every time they slice, they lose context. Speaker tracking breaks. Semantic coherence breaks. Accuracy drops. VibeVoice uses continuous speech tokenizers running at an ultra low frame rate of 7.5 Hz. This preserves audio fidelity while dramatically boosting computational efficiency. The entire 60 minutes stays in context. Nothing gets lost. Nobody gets misidentified. The numbers: → VibeVoice ASR 7B - available now on Hugging Face → VibeVoice Realtime 0.5B - try it on Colab right now → 50+ supported languages → 11 distinct English voice styles → 9 multilingual speaker voices → Already integrated into Hugging Face Transformers → Finetuning code now available The wildest part? A voice powered input method called Vibing just built itself on top of VibeVoice ASR. Available on macOS and Windows right now. The open source community is already shipping products on top of this. 100% Open Source. Free to use. Free to fine tune. Free to build on. 🔖 Save this before your competitors find it first. 👇

Kanika

220,924 Aufrufe • vor 3 Monaten

The cold is British. They just never told you. ❄️🇬🇧 Every air conditioner, every fridge, every freezer on earth, the cold inside all of it was first made by a Scotsman. In 1756. ❄️🏴󠁧󠁢󠁳󠁣󠁴󠁿 His name was William Cullen, a doctor in Edinburgh. In a warm room, with no ice and no winter, he drew the air from a glass of ether until it boiled cold and drank the heat from the water around it, until the water froze. No one had ever done it before. Then he wrote it down and walked away. No machine, no patent, no fortune. Just the proof, on a bench. It sat there the better part of a century. A British bench built the first machine that worked, and a Scot carried it across the world to Australia, where it froze meat and cooled beer. But cold was only half the story. ❄️📖 To master the air itself took another Scot. When the Houses of Parliament burned down in 1834, David Boswell Reid made the new building breathe, its gothic spires its lungs. At St George's Hall in Liverpool in 1851 he built what is often called the first air-conditioned building on earth. It should have made him. He died forgotten in America instead. 40 years on, Willis Carrier built the machine and earned his name as the father of modern air conditioning. He earned every bit of it. But he did not make the cold. The cold was British. America took that inheritance and cooled the world with it, and that is no theft. That is what an inheritance is for. We are the home of British heroes. Not built by ads, not by the government, built by us. There's a place for you with us. Be part of us. ☝️🇬🇧 Be Proud Of Us. 🙏🇬🇧

Proudofus.uk

56,179 Aufrufe • vor 1 Monat