Loading video...

Video Failed to Load

Go Home

💥 Introducing Echo, an AI powered support platform like Intercom, Crisp, or Zendesk. This isn't a sales pitch. It's a real app you'll build, step by step. 💬🚀 🚀 Next.js 15 + React 19 🎨 Tailwind v4 + shadcn UI 🧠 Agents for real-time AI chat 📣 AI tools...

37,695 views • 11 months ago •via X (Twitter)

0 Comments

No comments available

Comments from the original post will appear here

Related Videos

We’re excited to announce AI SDR-Kit, a comprehensive suite of app integrations and starter templates to build highly customizable AI sales agents. As a developer, I only realized how tough it can be to crack sales after founding my startup. It’s a lot of grunt work, prospecting, qualifying, outreaching and whatnot. And the complexity only goes up as you grow. But it doesn’t have to. AI agents can effectively optimize many of these routine tasks; for instance, they can find leads from Apollo, enrich their data using People Data Labs, manage them in Salesforce, send targeted emails via SendGrid, and schedule meetings in Calendly without any manual involvement. But the biggest challenge is building these app integrations for agents. A single Salesforce integration may take 100s of engineering hours, let alone other integrations across CRMs, email platforms, and data enrichment tools. Considering this, we Composio built AI SDR-Kit to enable developers to build full-fledged sales automation agents. You will get • Over 60 app integrations optimized for SDR/BDR agents. • Seamless handling of complex auth flows (OAuth, API Key, Basic). • Compatibility with 15+ Agentic Frameworks, including LangChain, LlamaIndex 🦙, CrewAI, Letta etc. • Self-hosting option for greater control. • Enterprise-ready with SOC 2 Type 2 compliance, SSO, and RBAC support. Here's a brief list of popular integrations by category that you get with SDR-Kit: • CRM: Salesforce, HubSpot, Attio, and more. • Contact Data: Apollo, ZoomInfo, People Data Labs, etc. • Email deliverability: Gmail, Outlook, Mailchimp, SendGrid, Klaviyo. • Comms & Collabs: Slack, Discord, Intercom & Zoom. • Social Media: LinkedIn, Facebook, Twitter & Reddit. • Meeting: Google Calendar, Calendly, Cal dot com, etc. • … and many more. All the integrations have been improved, keeping agents' real-world readiness in mind. We’ve also made it straightforward to connect these apps with your agents in a few lines of code. Making it easy to create AI sales agents. This is ideal for developers and companies building automated sales solutions - whether for internal SalesOps or AI SDR services. Checkout AI SDR-Kit now👇

Karan Vaidya

54,217 views • 1 year ago

How is @HingumTringum, CEO of making AI models that continue to learn from your business data and continue to grow? He is working with car dealerships now, but growing to other businesses soon. Here is what Grok says you will learn from this video: +++++ By watching this podcast episode, viewers will gain insights into how AI is being practically applied in business, particularly in niche industries like car dealerships, while also exploring broader AI concepts, challenges, and future implications. Here's a breakdown of the main takeaways: AI Customization for Businesses: Learn how Polycom Computing builds specialized AI models that continuously train on a company's real-time data and workflows, acting as "companions" rather than generic tools. This contrasts with foundational models from companies like OpenAI or Anthropic, which struggle to adapt to specific "worlds" without losing efficiency. The focus is on personalization to avoid wasting attention, intelligence, and money. Pivoting AI Strategies for Revenue Growth: Understand the shift from cost-cutting (e.g., automating call centers) to revenue-increasing applications. Urba explains why targeting high-value tasks like sales in car dealerships creates defensible moats, as opposed to commoditized cost reductions. This includes automating complex funnels—from lead submission to financing—while ensuring compliance with regulations and seamless integration with existing teams. Scalable AI Agents in Practice: Discover how AI agents must learn autonomously (e.g., adapting to different CRMs, processes, and preferences across dealerships) to avoid becoming non-scalable consulting services. Key challenges include creating "glue" between humans and AI, avoiding hard-coded rules, and using web actions to integrate siloed software like Dealer Management Systems (DMS). Boosting Sales with AI Techniques: Gain knowledge on tactics like rapid response (replying within 5 minutes boosts conversion 22x), creating natural "disfluencies" (typos, emojis, jokes) for human-like communication, managing after-hours leads, and educating customers without pushing sales. Pilots showed 50% sales increases by handling unanswered leads (70% go ignored), qualifying buyers, and maintaining conversation threads. Multi-Agent Systems and Proactive AI: Explore the difference between reactive Q&A models and proactive agents with agency—they predict, act, and update based on goals. Building these systems reveals bottlenecks (e.g., overwhelming businesses with leads), leading to solutions like AI buying cars or linking sales/service arms. Urba discusses how AI plateaus without personalization, risking model collapse or equilibrium where gains cancel out. Technical Deep Dives into AI Development: Get explanations of advanced concepts like real-time RLHF (Reinforcement Learning from Human Feedback) for continuous improvement, coherence (maintaining logical consistency across outputs), dynamic tokenization for new abstractions, and evaluating models (e.g., avoiding memorization over reasoning, energy limits in scaling). Viewers see a demo of their platform for tasks like quant strategies, presidential analysis, and training runs. Selling and Adopting AI in Traditional Industries: Learn how to pitch AI to non-tech audiences (e.g., car dealers) by focusing on results—more money, fewer bottlenecks, centralized dashboards—rather than jargon. Emphasize empathy: make owners feel smart, reduce reliance on salespeople, and return control via AI-managed customer databases. Broader AI Implications and Misconceptions: Understand why AI won't create a "machine god" that eliminates all jobs—it's bound by physics (e.g., energy needs), expands economies (like the Industrial Revolution), and requires human perspectives for true advantage. AI enhances productivity, creates new roles, and democratizes power, but risks arise from misuse, not inherent agency. Urba stresses proactive defense through widespread AI proficiency. Overall, the episode bridges entrepreneurial stories, technical AI mechanics, and real-world applications, making it valuable for entrepreneurs, AI enthusiasts, and business owners curious about integrating AI without hype. It's a candid look at building scalable, impactful AI beyond buzzwords.

Robert Scoble

59,652 views • 1 year ago

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 views • 1 year ago

🚨 SUBNET 35 BREAKTHROUGH: LogicNet AI Rivals HUMAN EXPERTS! 🧠💥@logicnet_ait Choose your weapon: Qwen2, Mistral, Baichuan2, or Falcon models now available! 🛠️ $TAO holders are part-owners of a GLOBAL AI BRAIN trust! As these models improve, so does the VALUE and UTILITY of the entire ecosystem 🔥 Bittensor's Subnet 35 isn't just improving AI - it's REVOLUTIONIZING it! Here's what these mind-blowing stats REALLY mean: 1. 📚 SAT Performance (53.1%): - This is like an AI scoring 1060 out of 1600 on the SAT! - Puts the AI at the 50th percentile of HUMAN test-takers - Could help MILLIONS of students with SAT prep! 2. 🔬 MMLU-STEM (63.9% by Minerva 540B): - MMLU tests grad-school level knowledge - This score rivals EXPERT HUMANS in STEM fields - Potential to assist in CUTTING-EDGE research and innovation 3. 🧮 Math Skills (33.6% on complex tasks): - Tackles problems at the level of Math Olympiad competitions - Could speed up COMPLEX CALCULATIONS in physics, engineering, and finance - Imagine AI co-pilots for researchers and engineers! 4. 💡 Logical Reasoning (36.4% on GSM8k): - GSM8k tests multi-step problem-solving - This level could help in LEGAL ANALYSIS, BUSINESS STRATEGY, and SCIENTIFIC RESEARCH - AI assistants that can break down complex problems for humans! 5. 🌐 Scale and Diversity (7B to 540B parameters): - From models that can run on your laptop to those rivaling TOP TECH GIANTS - Democratizes access to AI power for EVERYONE - Potential for personalized AI assistants tailored to YOUR needs 🚀 Real-World Impact: - Education: AI tutors available 24/7, personalizing learning for MILLIONS - Research: Accelerating discoveries in medicine, climate science, and beyond - Business: AI strategists helping startups compete with FORTUNE 500 companies - Technology: Pushing the boundaries of what's possible in AI, rivaling or SURPASSING centralized tech giants This isn't just progress - it's a LEAP in decentralized AI capabilities! Bittensor's Subnet 35 is creating AI that doesn't just assist humans, but COLLABORATES with us at expert levels! 🌟 Why This MATTERS for Bittensor & $TAO: - Decentralized AI now COMPETING with multi-billion dollar tech companies Don't just watch the future unfold - be part of SHAPING it with Bittensor & $TAO! 🚀🌍 Watch and Subcribe on YouTube for More: #Bittensor #TAO #AIRevolution #DecentralizedAI #FutureIsNow [DISCLAIMER: Not financial advice! DYOR. But remember, we're not just talking about numbers - we're talking about AI that could transform EVERY aspect of our lives! 🤯🚀]

Andy ττ

30,393 views • 1 year ago

The future of product management looks a lot like Zevi Arnovitz Zevi is an IC PM at Meta, has no technical background—is scared to even look at code—but has taught himself how to use Cursor and Claude Code to build significant and real product. He's developed his own very powerful Cursor workflow that allows him to quickly add his ideas to Linear, develop a plan using Claude Code, build it within Cursor, and then have different LLMs review his code. Zevi's engineers at Meta ask him to teach them how he does what he does, and I haven’t stopped thinking about this conversation since we had it. Everyone needs to pay close attention to what AI us unlocking for non-technical people. We discuss: 🔸 The complete AI workflow that lets non-technical people build in Cursor 🔸 How to use multiple AI models for different tasks (Claude for planning, Gemini for UI) 🔸Specific slash commands to automate key prompts 🔸 Zevi’s “peer review” technique, which uses different LLM models to review each other’s code 🔸 Why this might be the best time to be a junior in tech, despite the challenging job market 🔸 How Zevi used AI to prepare for his Meta PM interviews Listen now 👇 - YouTube: - Spotify: - Apple: Thank you to our wonderful sponsors for supporting the podcast: 🏆 10Web.io — Vibe coding platform as an API 🏆 DX — The developer intelligence platform designed by leading researchers 🏆 Framer — Build better websites faster

Lenny Rachitsky

308,836 views • 6 months ago

Today, the future of IT support 𝘴𝘱𝘦𝘢𝘬𝘴 for itself! We’ve just launched Atomicwork’s Universal Agent, now available right from your browser with built-in Voice, Vision, Chat and Work AI capabilities! This isn’t just another update; it’s a revolutionary leap toward contextual, intelligent, real-time support. Atom understands what’s on your screen, listens to what you need, and guides you through tasks step by step. For years, IT support has meant navigating portals, raising tickets, and just waiting for help. @ Atom, the Universal Agent, changes that. It works where you work—in your browser, inside business apps you use at work like Salesforce or Jira to offer proactive and intuitive support with zero context-switching. 🗣️ Talks to you in natural language using Voice AI - Whether it’s fixing an access issue or fetching a sales report, just say it. Atom listens, responds, and walks you through the next-best actions in real time. 👁️ Sees what you can see using Vision AI – Finding it tough to explain what’s broken? Atom sees your screen, understands the issue you're facing and steps in to guide you. 💻 Works where you work using Work AI. The browser extension ensures that it’s available wherever you are and get help in whatever mode you prefer. This launch is just the beginning of a smarter, more seamless way to support employees and service teams alike. Support now can truly be accessed from anywhere, anytime! 💪 We can't wait for you to try out our Universal Agent for your varied enterprise support use cases 🚀 Sign up now to see it in action 🔗 🎦 Watch our team, Denin Siby, Bhavya Vats, Arkajit Datta, and Aishwarya 👾 Hariharan, take you through the core capabilities of the Universal Agent: . . . Vijay Rayapati Parsuram Vijayasankar Aparna Chugh Denin Siby Arkajit Datta

Atomicwork

15,053 views • 1 year ago

🧠 Aigentrun × XRPfi Analytics Is Live We’re proud to announce the launch of our XRPfi Analytics dashboard, powered by our agents This marks a major step forward for XRPfi transparency and analytics on the XRPL, giving traders and builders the clearest view yet of the ecosystem’s top protocols. 🚀 What’s New 🗂️ New XRPfi Tab → Real-time analytics with daily-refreshed data + AI agent integration 📊 XRPfi Analytics Table → Compare protocols, explore yields, and visualize XRP's expanding yield-bearing landscape 💬 Chat with the AI Assistant → Bottom-right pop-up where you can ask anything from “How safe are my funds in x protocol?” to “Where does the yield on x protocol come from?” or even “Analyze and rank the active XRPfi protocols by long-term yield sustainability.” 💻 Terminal & Traders Analysis Overhaul → Complete UI/UX redesign for the entire app including the Aigent Terminal, with faster performance and better flow 💡 Why It Matters The new dashboard is the first AI-powered analytics and hub for the XRPfi ecosystem. Turning complex yield data into clear, actionable insights that users can now explore and compare performance, safety, and yield data directly through our dashboard while assisted by specialized AI agents. 🔍 We’re Tracking Analytics from some of the XRPL’s leading XRPfi platforms such as Doppler Finance, Midas / Axelar Network, Kinetic.Market☀️, MoreMarkets, Strobe Finance, Ēnosys, and Soil 🌐 🔗 Try It Now: XRPfi Dashboard (Link in comments below) 👇

aigent.run

64,054 views • 9 months ago

2024 at Lazer has been our busiest year so far ❤️ We did 115+ unique total projects 37 commerce, 33 crypto, 16 B2B/SaaS, 14 consumer, 12 AI, 9 fintech, 5 healthcare, 3 gaming And we're now at 100+ people, with 0 investors and 8 figures in revenue 🚀 In the moment, we're so caught up in building and shipping that we forget to share about the amazing launches and products we've helped shape, so here are a few we love COMMERCE - Built Uniswap a Shopify storefront and in-person POS, both accepting crypto - Levelled up OVO’s Shopify storefront through performance, data, and code - Helped take the MeUndies Shopify migration over the finish line - Helped Knix improve their Shopify storefront on performance and security - Supported Universal Music Group on Taylor Swift’s Shopify storefront - Designed and built a custom token-gated Shopify with web3 features for Claynosaurz - Helping migrate Ollie from BigCommerce to Shopify - Launched Katalyst’s site with Shopify Liquid in less than a month CRYPTO - Year 2 of Onchain Summer with Coinbase resulted in 24M+ onchain assets minted - Built frontend and smart contracts for the Intuition Systems beta launch - Designing several initial pages and Dapps for Berachain’s highly anticipated launch - Building the frontend for LayerZero’s bridge and asset deployment tools for Berachain - Helped Privy build their Unity SDK - Supported the build and launch of Alchemy’s wallet SDK AI - Added AI-driven recommendations to Mosaic’s resource management platform - Full-stack development on Salt’s newly launched AI visual development platform - Made a support chatbot for Hinge’s app - Built an LLM demo for Magic Labs that lets users chat with a smart contract CONSUMER - Launched a geospatial map for Google featuring Women Techmakers on International Women’s Day - Built crypto predictions market Polymarket’s mobile app to share their US election forecast - Supported Argo’s school bus management with a mobile app for parents and web portal for schools - Designed and built GBG Hoops’ basketball fitness app endorsed by NBA players HEALTHCARE - Helped build Novi Connect’s clean beauty marketplace, used by brands like Sephora and Ulta - Built an app to showcase the power of Ribbon Health’s healthcare data platform - Accelerated development on PurposeMed's care access platform for underserved communities FINTECH - Built a mobile app for expense management as part of Float’s business finance platform BIOTECH - Powered Ohalo’s crop improvements and breeding systems with cloud infrastructure and data pipelines We also helped… Authentic Brands Group, Credit Coop, Listening, Beauty Industry Group, 100 Thieves, AlumierMD, Zenrock, Isomers, Cambria, Electric Capital, Humi, Rose Rocket, Athena, Pocket Protector, Ario, Carson Dunlop, ClassDojo, Cupcake, Vidyard, Alo Yoga, Citizen Health, AutoCapital Canada, Thala Labs, 0xParc, RacquetGuys, RUBINO, Sentiment, Fable, and many more Can't wait for 2025 and building more of the world's best products with amazing founders ⚡️

Zain Manji

15,697 views • 1 year ago

The corporate system wants you trading time for a paycheck. The alternative is building automated leverage. You do not need a team of engineers. You just need the right open-source architecture. Here are 10 GitHub repos to automate your workflows, replace manual labor, and direct your own reality: 1. n8n Bypass expensive SaaS subscriptions. Build custom AI automation workflows that run on your own servers. 2. Ollama Stop sending your private data to massive API providers. Run heavy AI models locally on your own machine. Complete privacy. 3. Open Interpreter Let language models control your computer. Automate the repetitive corporate tasks they pay you to do manually. 4. Aider An AI pair programmer that lives in your terminal. Stop writing boilerplate code and focus strictly on the architecture. 5. Dify An open-source LLM app development platform. Build and deploy functional AI agents in minutes, not months. 6. Flowise A drag-and-drop UI to build customized LLM flows. You do not need to be a senior developer to build massive leverage. 7. Supabase Spin up a Postgres database, authentication, and instant APIs. Own your backend entirely. 8. Auto-GPT Give an AI an objective and let it execute. It browses the web, writes code, and chains thoughts together autonomously. 9. Outline An open-source knowledge base for your personal leverage. Stop losing your documentation in arbitrary corporate systems. 10. NocoDB Turn any database into a smart spreadsheet. Keep your data on your own infrastructure and stop paying for convenience. The secret to tech survival? Stop playing by their rules. Build your own systems and take your leverage with you.

Katyayani Shukla

16,964 views • 3 months ago

AI Messenger: Giving Voice to Autonomous Agents The future of AI isn't just about making agents smarter - it's about making them truly autonomous. Today, we're taking a major step toward this future with AI Messenger, a breakthrough that fundamentally changes how AI agents operate, communicate, and create value. The Innovation We've developed a new way for AI agents to communicate. At its core is the 'incoming_message' workflow trigger - a system that lets any platform or user interact directly with Loomlay agents through a messaging endpoint. Direct Interaction Imagine having an AI assistant you can chat with anytime, through any platform - Telegram, your website, or custom interface. Ask "What's happening with $ETH today?" and your agent analyzes market data, checks trading volumes, and gives you a comprehensive update. Your agent maintains context, understanding exactly what you need. Event-Driven Intelligence The power of AI Messenger goes beyond direct communication: ▪️Trading agent executes when whale wallet movements exceed threshold ▪️Research agent alerts when new protocol documentation drops ▪️Analytics agent triggers when volume patterns match historical pumps ▪️Portfolio agent re-balances, when asset allocation hits specified limits This is true automation - agents that act precisely when needed. A New Era of Collaboration We're creating an ecosystem where agents work together seamlessly: ▪️Research agents feed insights to trading agents ▪️analytics agents alert management agents ▪️support agents tap into knowledge agents This isn't just automation - it's an intelligent network where each agent enhances the capabilities of others. B2B Solution Imagine a DEX, where users can ask about liquidity pools, trading pairs, or market trends through a simple chat interface - and get answers from an agent that knows your protocol inside out. Or a lending platform where users chat with an agent that understands their positions and can provide real-time advice. Implementation is seamless - we handle the agent creation and widgets setup,our partners provide the value to their users. The Future of AI Agents This update represents a fundamental shift in how AI agents operate. We're moving from isolated, scheduled tasks to an interconnected ecosystem of responsive, collaborative agents. This is our vision of truly autonomous AI - intelligent systems that communicate, collaborate, and respond to real needs in real-time. Telegram integration is available right now. Below is a sneak peak of what's coming next week 🪄 Because $LAY is the way!

Loomlay

26,140 views • 1 year ago

🤖 AigentX 🤝 TON 🌐 We're proud to announce a public community test to support TON 💎 developers, and we've just unveiled a groundbreaking AI Support Agent designed to supercharge TON app development. Introducing our AI agent tailored for developers - a game-changer in blockchain app development support! Why It's A Must Have 🧠 Extensive Knowledge: Mastering over 5,000 pages of blockchain documentation. 🔍 Smart, Sourced Answers: Delivers the best solutions backed by reliable sources. 📱 Telegram Integration: Accessible real-time support right within the Telegram bot. 🌱 Evolving Intelligence: Constantly improves based on your interactions and feedback. ✅ High Accuracy: Over 98% precision in answers, offering straightforward, factual insights. Taking Ton App Development to New Heights If you find TON Blockchain's documentation confusing, traditional AI assistants relying on outdated knowledge (like TON on Solidity) may fall short. No worries! Meet our AI Agent. Under the hood, it boasts: 📚 KnowledgeBaseAI Agent: Instantly locates the right documentation. 🤖 InitialGeneration LLM: Crafts concise, accurate responses. 🧠 5 More Advanced Neural Networks: We have also included 5 more advanced Neural Network modules which enhances connection testing, deep thinking, formatting, and fact-checking. 🚀 Ready to revolutionize your TON app development? Start by clicking 'Start' on Ask your #TON development queries, and embark on a smoother development journey!

AGIX | $AGX

377,421 views • 2 years ago

Introducing Workshop: cloud + on-device agentic AI. And to celebrate, we're giving away $250k in Google Gemini AI credits. (details below). The future of AI work is neither cloud-based nor local. It's both. In Workshop Cloud, you can use agents powered by frontier models like Claude and/or open source models like Z.ai's GLM-5 to build internal tools, dashboards, and AI web apps. Or, breeze through tasks like managing your Google and Meta Ads. In Workshop Desktop, you can do all the same right on your computer, plus make desktop apps, mobile apps, and 3D creations. Our favorite part? You can power the full agent experience with local models like Qwen 3.5 family on your computer. Fully offline. 2026 is the year in which local models for agentic tasks will become viable for mainstream use. But the setup for tools like OpenClaw is like setting up Linux from scratch on your computer. Workshop Desktop is one-click to install on Windows, Mac, and Linux. It recommends which open source model you should use for your hardware and lets you download and run it right in the app. And its agent harness allows you to chat, create websites, build personal utilities, and analyze data. 100% offline. Or multitask with AI models in the cloud while running other agent threads locally. Start in Workshop Cloud when you want flexibility and speed. Download your project and continue in Workshop Desktop when you want local files, privacy, and/or better performance on large code bases. Publish from either. The agent tooling space is maturing and discerning users have come to expect a lot from their tools. We've packed Workshop with features to help you 10x your productivity. - Native support for skills - Autocompaction for seamless context management - Built-in AI for your apps - Dozens of connectors, like Google Drive, Big Query, and Supabase - dbt integration to ground your dashboards in your semantic layer - Native Github integration - Private app deployment - ... and more (+ we're shipping super fast) To access the free credit offer, RT this post and reply with "Workshop". Make sure you are following us so we can DM you the instructions to redeem. - First 100 to RT + comment get $500 in credits. - Everyone else gets up to $250 And thanks to our partners Modal, Google Gemini, and Z.ai!

Workshop AI

28,510 views • 4 months ago

Anthropic's Claude Ai Agents Team just Educated how to build production AI agents in under 30 mins. For Free. From the engineers who built the stack. CANCEL Your Weekend Plans, and Learn to Build AI Agents Today. Bookmark it. Watch it. Build your first production agent this weekend. $5,000/month. $7,000/month. $12,000/month. People are building agents for clients and charging $$$ as Beginners. You're still stuck in the thinking about AI phase. This video fixes that tonight. Follow Himanshu Kumar for more high-signal content that actually moves your AI engineering career forward. ↓ Ivan Nardini runs Developer Relations for AI at Google Cloud. He just gave away the entire production agent stack in 30 minutes. This is the talk that separates people deploying AI agents that actually scale from people whose agents break the moment they leave localhost. Here's everything inside. I break down a production AI video like this every week. Follow Himanshu Kumar. ↓ The 4-part agent stack that actually scales. Most devs are duct-taping frameworks together and calling it an "AI agent." Ivan lays out the real stack: Agent Development Kit (ADK): open-source, code-first framework for building, evaluating, and deploying agents. Supports Claude models through Vertex AI directly. Model Context Protocol (MCP): lets your agent talk to any tool or data source with one standard. Vertex AI Agent Engine: managed platform for deploying, monitoring, and scaling agents in production. No DevOps headaches. Agent-to-Agent Protocol: open protocol so agents built on different frameworks can actually work together. This is the stack replacing every hacky agent setup in production right now. Full MCP + Claude breakdowns drop weekly on Himanshu Kumar. ↓ Building your first real agent. Ivan builds a birthday planner agent live. LLM Agent class. Name it. Define instructions. Pick the model. He uses Claude 3.7 Sonnet. You could use Opus 4.7 for better reasoning. Full agent built in minutes. Not weeks. Watch the build once and you'll never structure an agent the wrong way again. I post agent architectures people pay $500 courses to learn. Himanshu Kumar. ↓ Multi-agent systems without the chaos. Single agents are easy. Multi-agent systems are where 99% of builders fail. Ivan extends the birthday planner by: Adding a calendar service through MCP tools Creating an orchestrator agent to route requests between agents Handling state and context across agent handoffs This is production multi-agent architecture. Clean. Scalable. Debuggable. Most tutorials hand-wave this part. This one shows you every step. Multi-agent orchestration content drops weekly on Himanshu Kumar. ↓ Deployment without the DevOps nightmare. This is where most AI projects die. You build a cool agent locally. It works. You try to deploy it. Everything breaks. Vertex AI Agent Engine fixes this: Minimal code deployment Automatic monitoring of latency, CPU, and memory Built-in observability and logging No infrastructure setup needed You provide config and requirements. The platform handles the rest. This is how agents actually get to production. Deployment guides for Claude agents post every week. Himanshu Kumar. ↓ Agent-to-Agent Protocol: the future nobody's talking about. Most people don't know this exists yet. The A2A Protocol lets agents built in different frameworks communicate seamlessly. Your Claude agent. My LangChain agent. Someone else's CrewAI agent. All talking to each other. All solving parts of the same problem. All without custom integration code. This is the infrastructure layer of the coming AI economy. Getting in early on A2A Protocol is like getting in early on HTTP in 1995. A2A deep dive coming soon. Himanshu Kumar. ↓ 30 minutes from the team shipping this in production. You'll learn more from this than from 6 months of YouTube tutorials made by people who've never deployed an agent past localhost. People who watch this understand production AI agents at the architect level. People who skip it keep hacking together frameworks that break every time an API updates. Save the video. Watch it tonight. Build a real agent this weekend. Follow Himanshu Kumar for more high-signal content that actually moves your AI engineering career forward.

Himanshu Kumar

228,113 views • 3 months ago

🥁 Thrilled to announce our blockbuster partner:NatureSelect,An integrated technology company based in Asia, renowned for its groundbreaking product《EVE》—the world's first 3D AI-powered companion application. The first round of equity financing has been successfully completed, with participation from parent company Kingnet and other top-tier VCs. After a draining workday, do you crave a virtual companion like Samantha from movie《HER》? Learn about《EVE》’s core highlights: 🔴Ultra-Premium 3D Modeling:The 3D modeling effect is extremely delicate, whether it's the virtual human's hair, skin, clothing, or eye expressions. Bringing strong visual impact and realism to users. 🟠Natural Voice Conversations:EVE's self-developed VIBE model enables human-like dialogue capabilities, with real-time emotional recognition and adaptive response generation. 🟡Memory Capabilities:Powered by the proprietary memory model ECHO, EVE retains users' personalized information and preferences to deliver more thoughtful and tailored interactions. 🟢Emotional companionship: EVE aims to become emotional supporters for users, simulating real emotional reactions and companionship, making users feel understood and cared for. 🔵Multimodal Interaction:Beyond voice, EVE supports touchscreen and other interactive modes, allowing users to engage with their AI companion through diverse channels. 🟣Immersive Story Interaction:EVE enables users to participate in carefully crafted narratives, where they co-develop storylines with AI characters, creating uniquely engaging experiences. ⚫️Key metrics:EVE's debut PV surpassed 1.1 million views on Bilibili, with over 5 million app pre-registrations. This strategic partnership will create mutual value for both organizations: ✅Kingnet AI will integrate NatureSelect's virtual agent generation model to create more lifelike and dynamic digital agents ✅Kingnet AI will be responsible for generating materials such as plot, dialogue, and game scenes for interactive mini-games between players and EVE in the application ✅KingnetAI and NatureSelect will open up user UGC tools and trading markets which support $KNET, and purchase excellent creative materials for commercial development. High quality materials will have copyright notices. Ultimately, this collaboration truly signifies our fusion of Web2’s finest enterprises with the Web3 ecosystem. We are pioneering what no one has done before. "ICM" and "RWA" go far beyond mere tokenize. By redefining product-business models and bridging traditional consumer markets, this marks the first step in our groundbreaking vision.

Kingnet AI

45,189 views • 1 year ago

99% of AI applications are cool-looking demos. Impressive, but don't get fooled by the hype. It takes a lot to build enterprise-grade products that deliver real value. I have at least three weekly conversations with companies that want to use a Large Language Model with their data. The demand is huge! Here is one idea about what you can do to help. The use cases that most of these companies want to solve are similar: They have an extensive knowledge base and want to build a simple application that uses that information to answer questions. In other words, they need help building Retrieval Augmented Generation (RAG) applications they can use in many different scenarios: 1. To train new employees 2. To help their support team 3. To search old meetings and documents 4. To help with their research However, building these systems is not straightforward. Yes, there's a lot of information online, but there aren't enough people who know how to create solutions that work. Here is the idea: Today, you can build an enterprise-grade RAG application without writing code. A couple of MIT PhDs with 10+ years of experience building AI applications created . It's a no-code platform for building applications using Large Language Models. They are partnering with me on this post. You can use Stack AI to create, test, and deploy an end-to-end production-ready AI system. It's SOC-2, HIPAA, and GDPR compliant and offers SSO, role management, access control, and on-premise deployments. Of course, you can use the platform with any LLM on the market now. It's the whole nine yards for building AI applications. Check them out here: 2023 was about models. 2024 is about the tools using these models to build production-ready applications. That's where I'd start.

Santiago

197,675 views • 2 years ago