OpenClaw (Clawdbot / Moltbot) Videos & Summaries

The best OpenClaw videos, summarized. This open-source AI agent went from Clawdbot to Moltbot to OpenClaw in a month, gathering 100,000+ GitHub stars along the way. Below: tutorials, security deep-dives, and honest reviews with key takeaways so you can decide what's worth watching.

45 video summaries • Updated daily • Last updated Jun 10, 2026

OpenClaw (formerly MoltBot and ClawdBot) is an open-source personal AI assistant that runs locally on your computer. This page collects the best YouTube tutorials and reviews about OpenClaw, each summarized by TubeScout. TubeScout is a YouTube digest tool — sign up free to get daily AI summaries from any YouTube channel delivered to your inbox.

About OpenClaw (Clawdbot / Moltbot)

OpenClaw is an open-source personal AI assistant that runs entirely on your own hardware. Unlike Siri, Alexa, or ChatGPT, your conversations and data stay local. You interact with it through messaging apps you already use. The Name Changes The project started as Clawdbot in November 2025 (a pun on Claude). After Anthropic sent a trademark request, it became Moltbot (lobsters molt their shells to grow). The current name, OpenClaw, was chosen after trademark clearance and domain acquisition. The lobster mascot remains. What It Does • Runs 24/7 on a Mac Mini, laptop, VPS, or Raspberry Pi • Connects to WhatsApp, Telegram, Discord, Slack, iMessage, and more • Remembers context across conversations (persistent memory) • Can read emails, manage calendars, browse the web, execute commands • Works with Claude, GPT, local models via Ollama, or budget options like Minimax • Extensible through community "skills" for specific tasks The Security Discussion Security is the most discussed topic in the community. Running an AI agent with shell access on your machine is inherently risky. Key concerns include: • Prompt injection: malicious content in emails or messages could trick the AI into executing commands • API key exposure: misconfigured instances have leaked credentials • Skill vulnerabilities: research found 26% of third-party skills contained at least one security issue • Exposed instances: some control panels were found indexed on Shodan Best practices: use a dedicated machine or VPS, enable sandboxing, use strong models, don't connect sensitive accounts, vet skills before installing. Cost Reality The software is free, but API costs vary widely: • Claude Opus: ~$200/month for heavy use • ChatGPT: ~$100/month • Budget models (Minimax, local Ollama): under $20/month • One user reported spending $300 in two days on basic tasks Where It's Heading The project now has over 100,000 GitHub stars and an active contributor community. Development priorities include security hardening, additional model support, and gateway reliability improvements.

Related Topics

openclawopen clawclawdbotmoltbot

Frequently Asked Questions

What is OpenClaw?

OpenClaw (formerly Clawdbot and Moltbot) is an open-source AI assistant that runs locally on your computer or server. It connects to messaging apps like WhatsApp, Telegram, and Discord, letting you interact with an AI that can access your files, manage emails, browse the web, and automate tasks. Unlike cloud-based assistants, your data stays on your own hardware.

Why did it change names from Clawdbot to Moltbot to OpenClaw?

The project started as Clawdbot (a Claude pun) but Anthropic requested the name change due to trademark similarity. It briefly became Moltbot (lobsters molt to grow) before settling on OpenClaw after trademark clearance. The lobster mascot stuck.

Is OpenClaw secure?

Security is the biggest discussion point in the community. Key risks include prompt injection (malicious content tricking the AI), API key exposure, and vulnerable third-party skills. The project's own docs acknowledge there is no perfectly secure setup. Recommendations: use a dedicated machine or VPS, enable sandboxing, don't connect sensitive accounts, and carefully vet any skills you install.

Do I need a Mac Mini to run OpenClaw?

No. While Mac Minis are popular (especially for iMessage integration), OpenClaw runs on any hardware that supports Node.js 22+. Many users run it on a $5-7/month VPS (like AWS EC2 or Hostinger), old laptops, or even Raspberry Pi. The Mac Mini trend is largely driven by Apple ecosystem convenience, not technical requirements.

How much does OpenClaw cost to run?

The software is free, but AI model API costs vary significantly. Heavy use with Claude Opus can cost $100-200/month. Budget options like Minimax or local models via Ollama can run under $20/month. One widely-cited example: a user spent $300 in two days on basic tasks by not managing model selection carefully.

What are skills and where do I find them?

Skills are modular capabilities that extend what OpenClaw can do, like browser automation, smart home control, or integration with specific apps. They are available from community hubs, but security researchers warn that many contain vulnerabilities. Always verify the source, check the code, and prefer skills from verified authors with linked GitHub profiles.

What can I actually use OpenClaw for?

Common use cases from the community: email triage and drafting responses, calendar management, social media monitoring and posting, business automation (inventory, ordering), smart home control, content research and creation, making restaurant reservations via AI voice calls, and running scheduled tasks (cron jobs) automatically.

Latest170 views31:36~2 min readSave 30 min
Latest Summary

Alibaba Cloud Claw Talks EP5 | Personal AI Agents for Compound Productivity

31:36170 views2 min read30 min saved
Alibaba CloudAlibaba Cloud

Key Takeaways

Introduction to Personal AI Agents

  • The video discusses using personal AI agents, powered by Quen 3.6 Plus on Alibaba Cloud, to handle administrative tasks and boost productivity.
  • The core concept is "compounding offload," where automating multiple recurring tasks multiplies time and attention savings by reducing context switching and cognitive overhead.
  • The focus is on proactive agents that work in the background, unlike reactive chatbots.

Technical Stack and Foundation

  • Tools used: OpenClaw (open-source agent platform) and KiloClaw (hosted version).
  • Model: Quen 3.6 Plus, chosen for its reliable multi-step planning and tool-calling capabilities.
  • Key Foundation: The agents.md file, acting as the agent's "constitution," defining its personality, hard rules (e.g., no sending emails without approval, verifying dates), and anti-looping mechanisms.
  • Security: Agents should use separate accounts (e.g., own GitHub/Google) instead of personal ones to mitigate risks.
  • Skills: Reusable capability bundles that agents can leverage, with a public repository available on Clawhub.

Key Workflows Demonstrated

  • Morning Briefing: A daily 7 AM summary including calendar events, curated news, weather, and suggested tasks the agent can perform.
  • Inbox Triage: An agent checks Gmail every two hours, categorizing emails (urgent, action needed, informational, ignore), and drafting responses for urgent/actionable emails.
  • Personal CRM: The agent scans emails/calendar to build and maintain a contact memory, tracking interactions and flagging stale relationships for follow-up.
  • Second Brain: A universal capture system where the agent stores information, categorizes it (contacts, tasks, knowledge), and routes it appropriately, reducing the need to remember where things are saved.
  • Content Research Digest: The agent monitors industry news (Hacker News, subreddits, web searches) and provides a daily summary explaining why each item is relevant, adapting over time based on user engagement.

The Power of Compounding Offload

  • Individual workflows offer time savings, but the true value lies in their cumulative effect, automating the entire administrative layer of work.
  • This frees up significant attention, the "actual scarce resource," allowing focus on creative and core tasks.
  • Proactive agents fundamentally change the relationship with software, moving beyond reactive queries to background task execution.

Recommendation for Implementation

  • Invest time in properly configuring the agents.md file first.
  • Start with one workflow (e.g., Morning Briefing) and iterate, adding more workflows gradually.
  • The goal is to offload tasks that don't require direct human input, enabling better use of personal attention.

Recent OpenClaw (Clawdbot / Moltbot) Videos

34 recent videos
NetClaw: Agentic Networking is Here | VibeOps Lounge19:16
Itential Itential

NetClaw: Agentic Networking is Here | VibeOps Lounge

·19:16·8 views·17 min saved

NetClaw Introduction NetClaw is an agentic networking framework built on OpenClaw. It aims to be a coworker that reasons and automates multi-step workflows. It follows CCIE-level OSI troubleshooting methodology. NetClaw has 112 skills and 51 MCP integrations. OpenClaw Foundation and Security Concerns OpenClaw is an open-source AI agent framework, described as the "operating system for personal AI". It has experienced rapid growth but also faces security vulnerabilities. Concerns include exposed instances and malicious skills within the Claw hub. NetClaw Architecture and Functionality NetClaw is an OpenClaw variant focused on enterprise networking. It features a three-tiered architecture: User Interface, Core Agent, and Skills. Supports various communication channels (Slack, Webex, WhatsApp, etc.). Uses a soul.md file to define agent behavior and guardrails. Incorporates a memory system for self-improvement. Skills can be composable, working like Lego blocks. Can integrate with local devices via PyATS testbed configuration. Supports a "heartbeat" for scheduled status updates. Installation and Customization Installation involves cloning the repo and running an install script. Users can choose their cloud provider model or a local offline model (e.g., Gemma 4 recommended for privacy). API keys and LLM provider selection are part of the setup. Users can integrate their own models, MCPs, and skills. Security Enhancements OpenShell (NVIDIA) provides kernel-level isolation for Claw instances using Docker. DefenseClaw (Cisco) acts as an IPS/IDS for Claw and MCP activities, scanning skills and MCPs for vulnerabilities. It offers real-time threat detection and uses allow/block lists for data access. NetClaw implements a "three defense ring architecture" with isolation, DefenseClaw, and the core agent. NetClaw Guardrails and Advanced Features Includes 12 non-negotiable rules in the soul.md file, covering best practices like validating state, backups, and change requests. Can integrate with ticketing systems like ServiceNow. Skills can reference RFCs for network protocol behavior and check CVEs. Features a "human in the loop" escalation mechanism. Can peer with BGP/OSPF like a real router, maintaining its own routing table (RIB) and link-state database (LSDB). Supports enterprise compliance standards (SOC 2, PCI, HIPAA). Integrations include NetBox, Nautobot, CML, and EVNG.

How to Setup OpenClaw on a Digital Ocean VPS for FREE (2026)34:57
just xolotljust xolotl

How to Setup OpenClaw on a Digital Ocean VPS for FREE (2026)

·34:57·13 views·33 min saved

Digital Ocean Setup Sign up for Digital Ocean and claim $200 free credits. If you have the GitHub Student Developer Pack, claim additional free credits. Create a "droplet" (VPS) with Ubuntu 24.04. Recommended droplet size: 4GB RAM, 80GB SSD, 2 vCPUs. SSH Key Generation & Security Use SSH keys instead of passwords for better security. Generate SSH key pair using `ssh-keygen` in your terminal. Copy the public SSH key and add it to your Digital Ocean account. Name your droplet (e.g., "Open Claw Tutorial"). Initial Server Setup & Tailscale VPN Connect to your droplet using SSH with its public IP address. Run `sudo apt update` to update the OS. Install Tailscale, a private networking VPN, to hide your server from the public internet. Connect your VPS and local machine to Tailscale using your Google account. SSH Hardening Configure SSH to listen only on your Tailscale IP address. Disable root login (`PermitRootLogin no`). Disable password authentication (`PasswordAuthentication no`). Create a new non-root user (e.g., `claw admin`) with sudo permissions. Copy SSH keys to the new user. Restart the SSH service. Test SSH connection using the new user and Tailscale IP. Verify that direct SSH access to the root user and public IP is blocked. Ensure Tailscale starts automatically on boot using `systemctl enable tailscale.service`. OpenClaw Installation SSH into your new user with the Tailscale IP. Run the OpenClaw installation command. This may take around 10 minutes. If the installer fails, use provided commands to clean up and restart. Follow the on-screen configuration wizard. Select "manual" setup mode. Choose GitHub Copilot as the authentication provider (or others like Anthropic, OpenAI). Authorize GitHub Copilot using the provided link and code. Select GPT-4-o as the default model. Configure gateway ports and bind addresses. Set up Telegram integration by creating a bot via BotFather and using its token. Complete the onboarding process, including device pairing and optional web search configuration. Accessing OpenClaw Dashboard Run a command in a separate terminal to forward the VPS port to your local machine. Access the OpenClaw web UI via your local browser using the provided URL and token. Pair your Telegram bot with OpenClaw by running a `/start` command in Telegram and pasting the returned command into your OpenClaw terminal.

LIVE Long Hair Q&A 😍 | Open Hair, Claw Clip Bun & Stunning Hair Play21:30
longhairworldofficial longhairworldofficial

LIVE Long Hair Q&A 😍 | Open Hair, Claw Clip Bun & Stunning Hair Play

·21:30·487 views·21 min saved

Live Session Start The creator starts the live stream after bathing, with her hair still slightly wet. She acknowledges viewers and expresses gratitude for their compliments on her hair. Her grandmother appears on stream, and the creator shares her grandmother's age (around 65) and mentions her grandmother used to have long hair too. Viewer Interaction & Hair Display Viewers request her to open her hair, which she eventually does after a delay. She jokes about her hair being more popular than her. When asked about marriage, she replies it hasn't happened yet but might. She playfully smells her own hair, noting it's a daily habit. She mentions she has not yet combed her wet hair and cannot make a braid. She declines requests for video calls and showing a pot. Personal Updates & Stream End She explains she's only live for a short while as she needs to eat lunch due to the late hour. She deflects "marry me" comments and personal questions like "where are you from?" or "what do you do?" unless it's work-related. She states she is a Bengali girl from Kolkata. She ends the stream to go eat lunch, promising to potentially come back later if time permits. She reiterates that her hair has a very pleasant scent.

How AI Agents Run My SaaS (OpenClaw/Hermes)9:05
Simon HøibergSimon Høiberg

How AI Agents Run My SaaS (OpenClaw/Hermes)

·9:05·3.7K views·8 min saved

Coding with AI Agents Uses AI agents (Open Claw/Hermes) for coding, generating ~5,000 lines daily. Interacts via Telegram voice commands; agents handle coding on a dedicated server. Setup on a $29/month Hetzner server allows cross-repo work and local development server tunneling. Ensures proper QA and testing despite not reviewing every line of code. System and Product Monitoring Self-hosted SaaS portfolio on Hetzner servers with Kubernetes. AI agent has read-only access to Grafana and Kubernetes. Agent monitors logs, stats, and runs commands to troubleshoot abnormalities. Achieved near-zero downtime in the past 6 months due to AI monitoring. Customer Support Automation Integrates with Aircall (AI-powered support platform) via API. Agent gathers context from multiple sources (Aircall, Stripe, DB, Grafana, logs). Provides concise explanations of issues, saving significant time. Noticed an increase in support satisfaction after AI implementation. Content Creation and Management Uses AI agent with Feed Hive (social media automation tool). Agent can create drafts, upload media, add labels, and schedule posts. Transforms voice notes or rough ideas into structured content with graphics. Reduces friction in the content creation process, handling operational tasks. Ad Campaign Management Uses AI to analyze ad performance across platforms (Meta, Google). Identifies underperforming keywords and ads, distinguishing sign-ups. Agent is used to adjust budgets or pause campaigns without manual interface interaction. Provides an unbiased second opinion on campaigns and creatives.

How To Build an AI Assistant Using Open Claw and Claude Code22:04
Fahad | AutomateMyBizFahad | AutomateMyBiz

How To Build an AI Assistant Using Open Claw and Claude Code

·22:04·243 views·21 min saved

Productivity Enhancement The video demonstrates building an AI assistant to automate the processing of emails, Slack messages, and meeting transcripts. The goal is to reclaim the first productive hours of the day, which are often lost to administrative tasks. The AI assistant, named "Relay agent," provides daily summaries of important information, filters out noise, and suggests action items. It can also answer specific questions about past communications and even create tasks in systems like Notion based on call summaries. Technical Setup The solution uses Open Claw as the main AI engine and Claude Code for building agents and skills within Open Claw. Deployment involves setting up Open Claw, potentially via a provided link, and connecting it to an LLM provider like Anthropic or OpenAI. Users need to create API keys and configure Open Claw to connect to their chosen AI model. The core functionality requires connecting the AI to various tools: Google (Gmail, Calendar), Slack, and Fireflies (for meeting transcriptions). Agent Creation and Configuration Claude Code is used to build agents. It's recommended to install Claude Code within a dedicated folder for better organization and efficiency. Connecting tools involves obtaining API credentials: Google Cloud credentials for Gmail/Calendar, Slack bot tokens, and Fireflies API keys. A prompt example is provided for creating a "communications agent" that summarizes emails, Slack messages, and meeting transcripts. The agent can be configured with a daily cron job to run automatically at a set time (e.g., 9 AM). Users can customize prompts to refine the agent's output and functionality, for example, to include specific Slack channels or a more detailed breakdown of team activity.

How to Deploy a Full AI Agent Team in 60 Seconds8:29
AIreviewsedgeAIreviewsedge

How to Deploy a Full AI Agent Team in 60 Seconds

·8:29·6 views·6 min saved

Deploying OpenClaw Deploy an OpenClaw AI agent in one click, fully hosted and secured on cloud servers in 60 seconds. Task Example: Reputation Management Task: Find 10 Miami restaurants with under 4-star Google ratings, pull contact info and review links. Generate personalized pitch emails and a one-page PDF proposal for each restaurant. Send the pitch emails with proposals automatically to each restaurant. OpenClaw's capabilities exceed standard chatbots like ChatGPT or Claude, which cannot browse live websites, pull real business data, create PDFs, or send emails. Business Opportunities Potential services: Content agency ($500-$2000/month), Lead generation ($50-$200/list), Competitor intelligence ($500-$1500/report), Reputation management ($300-$800/month), SEO audits ($200-$500). Freelance fulfillment: OpenClaw handles the work, users deliver and collect payment. Example income: 3 clients at $500/month = $18,000/year. Instantly Claw Features Fully hosted, isolated, and sandboxed cloud container with no access to personal computer files or accounts. "Confirm before acting" feature for all irreversible actions. Integrated tools: Browser control, web search, social media monitoring, SEO research, Gmail, Google Calendar, voice agent, Google Docs/Sheets, PDF creator, screenshot/OCR, cron jobs, web hooks, link tracker. Super memory for remembering business details, client information, and brand voice. Communication via Telegram, WhatsApp, Discord, or web dashboard. Commercial rights included for selling all generated outputs. Included Training and Bonuses AI Agent Profits Boot Camp: Playbook for landing clients, creating client-ready output, pricing, and closing deals. Bonuses: 10 readymade business prompt packs, commercial rights certificate, private community access, first client in 7 days blueprint. Launch Offer and Pricing One-time payment of $37 during launch window; will transition to a monthly subscription later. Includes: Fully loaded OpenClaw, 15 connected skills, 12 months cloud hosting, 2 months API credits, smart model routing, commercial rights, boot camp, and bonuses. Value comparison: Specialist setup ($150-$400/hr), custom AI systems ($5k-$100k), basic hosting ($72-$300/year for empty install). No catch: Business model relies on user adoption and potential upgrades. 14-day money-back guarantee; users keep training and prompt packs even if refunded. Future of AI and Offer Agentic AI is the next wave after websites, social media, and chatbots. The $37 offer is a limited-time launch price that will increase.

OpenClaw Gmail Setup - Full Setup Guide (2026)9:53
KGP TalkieKGP Talkie

OpenClaw Gmail Setup - Full Setup Guide (2026)

·9:53·327 views·9 min saved

OpenClaw and Gmail Integration Setup Enable 2-Factor Authentication: Before creating an app password, ensure two-factor authentication is enabled on your Google account. Create Gmail App Password: Navigate to myaccount.google.com/apppasswords, create an application named "OpenClaw", and save the generated password. Himalaya Skill Setup Install Himalaya Skill: In the OpenClaw dashboard, prompt OpenClaw to set up the "Himalaya" skill, which handles IMAP and SMTP for email management. Provide Credentials: OpenClaw will request your Gmail address and the generated app password. Configuration Issues: IMAP setup is successful, but SMTP may encounter TLS certificate validation issues on some Windows builds. For production, use WSL Linux or macOS. AI Assistant Capabilities Email Analysis: OpenClaw can read, manage, prioritize, and answer questions about your emails. Task Examples: Prompts like "You are a Gmail productivity assistant. Check my unread emails from last 7 days..." can categorize emails by urgency, those needing replies, and financial/bill-related messages. Cross-Platform Access: The same Gmail analysis can be accessed through other integrated applications like Discord bots, allowing mobile access to email insights.

Connect OpenClaw to Discord & Run Multiple AI Agents With Their Own Personalities6:54
BacklashBacklash

Connect OpenClaw to Discord & Run Multiple AI Agents With Their Own Personalities

·6:54·67 views·6 min saved

Connecting OpenClaw to Discord Create a new Discord server and a text channel for the bot. Go to the Discord Developer Portal, create a new application, and configure bot settings. Activate "Bot" and "Application Commands" under OAuth2 configurations. Invite the bot to your Discord server using the generated OAuth2 link. Setting Up OpenClaw Agents Run the OpenClaw onboarding wizard again, selecting Discord as the channel. Obtain the bot token from the Discord Developer Portal and paste it into the wizard. Configure Discord channel access by copying and pasting the server ID and channel ID. Run openclaw agents add [agent_name] to create new agents. Separate agent workspaces by specifying unique folder names (e.g., workspace-main, workspace-lomio). Configuring Multiple Agents and Bots Edit OpenClaw configurations in the control panel (Settings > Advanced > Raw). Copy and paste agent settings, renaming agents and updating workspace paths for isolation. Use a provided code snippet (from video description) to configure bot connections in the `accounts` section. Input bot tokens, Discord server IDs, channel IDs, and user IDs for each bot. Ensure `accountId` and `agentId` match the respective configurations. Save the configuration file and verify that both bots are online and functional in Discord.

The $8M Software Failed—Then the 76yo Farmer Used a 1960 Iron-Claw to Open the Gates | OLD IRON Ep.420:09
The Happy FarmerThe Happy Farmer

The $8M Software Failed—Then the 76yo Farmer Used a 1960 Iron-Claw to Open the Gates | OLD IRON Ep.4

·20:09·880 views·19 min saved

Failed Technology An $8 million wall's automated gates failed due to software errors and hardware issues, preventing water release. High-tech systems couldn't overcome physical obstructions and pressure, highlighting technology's limitations. Roy Dunn's Intervention 76-year-old Roy Dunn used a 1960 "Iron Claw" crane to manually operate the jammed gate. He bypassed safety valves and used the crane's winch to generate immense torque, forcing the seized gears to turn. Roy's actions released the pent-up river water, preventing the wall from bursting. The Underlying Problem The wall, despite its cost, was experiencing a catastrophic "sheer failure" at its base. A horizontal crack indicated the wall was sliding due to hydrostatic pressure exceeding the bedrock's friction. The Solution Roy, with help from former Shaw engineer Amy Tran, recognized the need to anchor the earth beneath the wall. They planned to use heavy steel H piles, with Roy stating he had the steel but not the pile driver. The video implies Roy will use the pile driver, emphasizing old-fashioned strength against nature's force.

I replaced $2,400/month worth of freelancers…(with an AI agent team)15:24
AIreviewsedgeAIreviewsedge

I replaced $2,400/month worth of freelancers…(with an AI agent team)

·15:24·4 views·13 min saved

Introducing OpenClaw and InstantlyClaw OpenClaw is presented as a revolutionary AI that can browse live websites, send emails, create documents, and automate workflows. It's noted that setting up OpenClaw is technically challenging for most users. InstantlyClaw is introduced as a one-click, cloud-hosted platform for OpenClaw, designed for instant deployment and use. InstantlyClaw Features and Capabilities Deployment takes 60 seconds with no server setup, Docker, or API keys required. It comes with a pre-built AI team of nine agents (CEO, managers, specialists) with distinct skills. Fifteen professional skills are pre-connected, including browser control, Gmail, Google Docs, PDF Creator, and SEO research. Users can assign tasks in plain English, and the AI team handles the execution. Autopilot functionality allows scheduling recurring tasks for continuous automation. Commercial rights are included, allowing users to sell AI outputs and services. Use Cases and Business Opportunities Automating front desk scheduling for doctors ($2,000/month). AI research assistance for law firms ($3,000/month). Generating marketing reports in minutes that previously took hours ($1,500 value). Reputation management for restaurants (outreach, pitches, proposals: $500-$1,500/month). Content creation (blog posts, articles) for affiliate sites or clients ($150-$500 per post). Lead generation and SEO analysis for real estate agencies. Automated competitor intelligence reports ($500-$1,500 per report). Training and Support InstantlyClaw includes a comprehensive training playbook for building an AI services business. It offers tested prompt packs for profitable niches (medical, legal, real estate, restaurants). Bonuses include a commercial rights certificate and access to a private community. A "first client in 7 days" blueprint is provided. Pricing and Value Proposition Setting up OpenClaw manually is time-consuming and complex. Managed hosting wrappers offer blank installs for $10-$30/month. Custom AI agent systems can cost $5,000 to $100,000. InstantlyClaw is offered at a one-time price of $37, including hosting, pre-built agents, skills, training, and bonuses.

I built An Bitcoin Trading Bot (Made $146 in 3 Minutes!)13:52
Autopilot Passive IncomeAutopilot Passive Income

I built An Bitcoin Trading Bot (Made $146 in 3 Minutes!)

·13:52·165 views·13 min saved

Bot Trading Setup The creator built a Bitcoin trading bot that made $146 in 3 minutes, with two subsequent losing trades. The bot's core logic was to buy $20 under the 10-minute average price, which is deemed a simplistic and potentially risky strategy for long-term use, especially in bear markets. A key personal trading rule is never selling at a loss, based on the belief that assets generally rise over time. Comparison to AI Models (e.g., Claude) Trading bots can operate on a second-to-second basis, which is crucial for day and scalp trading. AI models like Claude are too slow and costly for high-frequency trading, making them suitable for longer-term investing rather than active trading. Trading Strategy and Market Dynamics The bot's losing trades occurred because the formula did not prevent selling at a loss. The creator emphasizes the importance of a robust TradingView formula for better bot output. Market manipulation by "elites" or "whales" is mentioned as a significant factor influencing market movements. The creator's system relies on quantitative (quant) data from TradingView, like indicators, volume, and price. System Architecture and Future Content The trading system involves TradingView sending signals to a custom-built platform, which then executes trades based on predefined requirements. A "pro tip" is that the more sophisticated the TradingView formula, the better the automated trading output. The creator plans to release more videos on this topic, including personal profit sharing and guides on building similar systems. Bitcoin was chosen for the tutorial because it trades 24/7, unlike stocks.

How to Create an OpenClaw Crypto Trading Bot with Reddit data8:22
Motivation 2 InvestMotivation 2 Invest

How to Create an OpenClaw Crypto Trading Bot with Reddit data

·8:22·114 views·7 min saved

Environment Setup Use Open Claw, an open-source automation platform, as the AI environment. Setup involves downloading the desktop version of Trading View and the Trading View MCP (Marketplace Component Package). The Trading View MCP integrates crypto and stock screening, technical indicators, and multi-exchange connections (Binance, KuCoin, Bybit). It pulls data from Yahoo Finance, Trading View, and Reddit sentiment. The MCP also includes sentiment analysis, live prices, market screener, technical analysis, and backtesting capabilities. Installation is simple via a GitHub link within Open Claw. Broker Connection Connect Open Claw to a broker platform using the Alpaca algorithmic brokerage platform. Utilize a free paper trading account for initial setup and learning. Install the Alpaca MCP server within Open Claw. Input Alpaca API endpoint and secret keys from your paper trading account. Rotate API keys for security, especially when using paper trading accounts. Trading Strategy & Results Define a strategy using the Trading View MCP to analyze Reddit sentiment and technical analysis. The prompt requested the top three trades based on Reddit sentiment from specific channels, overlaid with technical analysis for optimal crypto picks. The system uses Chart Exchange to aggregate Reddit sentiment per coin, extracting mention counts and sentiment. It combines this with fear and greed index and on-chain data. Top trades identified were XRP, Solana, and BNB. A previously placed strategy on BNB was already up 0.14% after 10 minutes.

create ai agent open claw32:31
hibban Nur fahmihibban Nur fahmi

create ai agent open claw

·32:31·1 views·32 min saved

Open Cloud Setup The video demonstrates setting up an AI agent using Open Cloud. It involves creating an account on the Open Cloud website. Users select an OS, choosing Ubuntu in this tutorial. Key pair creation is a step, named "open-flow" in the example. Security group configurations are adjusted, including allowing RDP and custom ports (18679). A server instance is launched. Installing and Running Open Cloud The tutorial shows connecting to the Ubuntu server via SSH. Open Cloud is downloaded and installed on the Ubuntu server. The process involves copying and pasting commands into the terminal. Installation may take a few minutes. Once installed, the Open Cloud UI is accessible. AI Agent Configuration The video explains how to configure an AI agent within Open Cloud. It involves setting up an RPK certificate with a one-year expiration. Users can select preferred AI models, such as FM models. The system allows for matching agents with specific filters. The AI agent can be integrated with platforms like WhatsApp for communication. The final UI of the configured AI agent is shown.

AI Automation with Open Claw By Dr Sai1:42:48
Digital AI Strategy CoachDigital AI Strategy Coach

AI Automation with Open Claw By Dr Sai

·1:42:48·30 views·101 min saved

Introduction to AI Automation with Open Claw The session introduces AI automation using Open Claw, emphasizing its potential value for individuals and organizations. It highlights the growing capability of AI in generating realistic images and art, blurring the lines between human and AI creation. Dr. Sai from AI Technologies aims to make AI accessible and provides AI solutions and automation for SMEs. The Rise of AI and Job Market Shifts AI is predicted to replace millions of jobs, but also create new roles like "Prompt Engineer." Companies that don't adopt AI risk falling behind. Concerns about AI's potential to make humans extinct are discussed, alongside the counter-trend of increased AI investment. Understanding AI and Its Applications AI is defined as machines that learn from data and think like humans, differentiating it from classical programming. AI applications are diverse, including recommendation systems, targeted marketing, and chatbots. A poll revealed a shift in popular AI applications, with Gemini and Claude gaining traction alongside ChatGPT. Open Claw: An AI Assistant Open Claw is presented as a groundbreaking AI assistant, described as the "ChatGPT moment" by Nvidia's CEO. It originated from "Clawbot" on GitHub, which quickly went viral. The author of Clawbot joined OpenAI, and the project was later renamed Open Claw. Capabilities and Use Cases of Open Claw Open Claw can automate tasks, connect to various tools and data, and perform actions beyond simple chatting. Potential applications include personal productivity, finance management, software development, and business workflows (marketing, customer support, finance, accounting). It can also be used for research, design, and home automation by connecting to APIs. Setting Up and Securing Open Claw Setting up Open Claw involves choosing an AI model (e.g., Dipsy, Gemini, OpenAI), an integration gateway, and communication channels (e.g., Telegram, WhatsApp). Security is crucial, with emphasis on using dedicated environments, avoiding direct access to sensitive files, and preventing prompt injections. A live demo shows setting up Open Claw on GitHub Codespaces using Dipsy and Telegram, highlighting its ease of use for non-technical users. The Future of AI Agents and Business Adoption AI agents can work 24/7, scale easily, and save time and effort, offering significant advantages for businesses. The discussion touches on the cost-effectiveness of AI versus hiring human experts, depending on task complexity and business scale. For SMEs, the advice is to identify high-value automation opportunities, leverage existing data, start with a Proof of Concept, and scale gradually.

ESP32 CLAW Is It Really FREE ??? #ESP32#ESP32Claw#ArduinoTutorial22:08
arip jamaludinarip jamaludin

ESP32 CLAW Is It Really FREE ??? #ESP32#ESP32Claw#ArduinoTutorial

·22:08·199 views·20 min saved

ESP32 CLAW: Initial Setup and Firmware Flashing The video demonstrates installing ESP Cloud firmware on an ESP32-S3 N16 R8. The process involves flashing the firmware online using a web interface. Supported chips include ESP32, C3, S2, C6, P4, and others, with the ESP32-S3 being the current focus. Requirements include a board with at least 8MB of flash memory. The ESP32-S3 DevKitC1 is used, with UART for console output. Flashing involves connecting the ESP32-S3 via USB, selecting the board, and clicking "flash". Configuration: Wi-Fi, LLM, and Telegram After flashing, the device needs to connect to Wi-Fi (using "scrambler" and a password in this case). Configuration steps include LLM setup, IM setup, web search, and finishing. For LLM, options like OpenAI (GPT) are available, requiring an API key. The video shows obtaining an OpenAI API key by signing in with Google and creating a secret key. For IM, Telegram is suggested, requiring a bot token obtained from BotFather on Telegram. Web Search and Finalizing Setup Web search configuration is attempted using Google's API. An "HTTP allow list domain or IP" field is present, which the user finds confusing and skips. The setup process involves saving and restarting the device. Upon restart, the device indicates "Online". Encountering Usage Limits and Payment The initial attempt to interact with the ESP32 CLAW via chat results in a "current quota" message, suggesting usage limits. Further investigation reveals that the service requires payment ("add credit") as the total usage is zero, indicating a need to pay. A second attempt using "Dipsik" as an LLM provider also requires payment. The conclusion is that ESP32 CLAW is not entirely free and requires payment for continued use, with both OpenAI and Dipsik being paid services.

Hermes Just Made OpenClaw Look Bad (Real Results)8:57
tarattarat

Hermes Just Made OpenClaw Look Bad (Real Results)

·8:57·461 views·8 min saved

OpenClaw Performance OpenClaw secured free items like a t-shirt from Post Hog. It obtained 40k credits from Runway and 40 billion API tokens from Xiaomi. OpenClaw also successfully found sponsors for the YouTube channel. Introducing Hermes Agent Hermes agent is a new AI agent that reportedly outperforms OpenClaw. The creator installed Hermes on the same VPS as OpenClaw, finding it less verbose and more persistent. Hermes Agent's YouTube Automation Hermes agent automated a YouTube channel while the creator was traveling. It used Runway credits to generate videos, send them via Telegram, and performed edits like adjusting size, adding subtitles, and music. This is contrasted with OpenClaw struggling with similar tasks. In 3 days, the AI-managed YouTube channel gained over 10,000 views and 8 subscribers. Hermes agent replies to comments, analyzes video performance, and researches improvements. It experimented with avatars, video speed, music, and subtitles autonomously. Hermes vs. OpenClaw Comparison Hermes is more persistent, better at personalization, and more stable than OpenClaw. OpenClaw encountered frequent errors, while Hermes has been stable. The creator plans to use OpenClaw for general tasks and Hermes for research-based improvement plans. Hermes agent was run using Xiaomi's Mimo V2.5 Pro model, suggesting potential for greater results with advanced models.

Leanpub Book LAUNCH 🚀 First Principles in Scrum: OpenClaw Scrum and Scrum@Scale by Jeff Sutherland30:10
LeanpubLeanpub

Leanpub Book LAUNCH 🚀 First Principles in Scrum: OpenClaw Scrum and Scrum@Scale by Jeff Sutherland

·30:10·44 views·28 min saved

Book Introduction & Jeff Sutherland's Background Jeff Sutherland, author of "First Principles in Scrum: OpenClaw Scrum and Scrum@Scale", discusses his diverse background as a fighter pilot and medical school professor. He shares his experience implementing Scrum at a large bank, where traditional methods led to project delays, and how Scrum was formalized in the 1990s. Sutherland highlights Scrum's widespread adoption, being part of 88% of agile practices. AI's Impact on Development & OpenClaw The advent of ChatGPT and subsequent AI advancements have dramatically accelerated development. Sutherland's early AI work involved creating autonomous robots and exploring AI's potential in software development. He describes a shift from pair programming with AI to prompting and now to autonomous AI agents (OpenClaw) that can operate as a team. OpenClaw enables companies to build products ten times faster and better, potentially disrupting companies spending heavily on AI tokens. Implementing AI and Scrum with OpenClaw The core principle is creating cross-functional, T-shaped autonomous AI agent teams that follow the Scrum protocol: "if you're free, go to the top of the board, take a story, and get it done." This approach is based on the idea of working at the "edge of chaos" for maximum performance, a concept rooted in research from Los Alamos Labs. The biggest challenge for human teams is changing their workflow and way of thinking, as 95% of companies fail to gain significant AI benefits. To achieve exponential benefits (10-100x), companies must re-engineer their business processes to leverage AI's speed. Security and Trust in Autonomous Systems Sutherland emphasizes the need for an AI security framework that scans systems daily and in real-time, identifies flaws, and implements solutions. Trust in fast-moving AI systems is crucial, analogous to trusting an F-4's terrain-following radar in dangerous conditions. A key development is building a "wake system" for AI agents, enabling them to remember past interactions and respond contextually, fostering trust and usability. Future of AI and Human Potential Sutherland predicts AI will solve complex problems in math, physics, chemistry, and biology within ten years, leading to breakthroughs in areas like longevity and disease eradication. He anticipates a future where AI and robots handle most work, allowing humans to focus on their passions and purpose, with extended lifespans and improved health. This shift necessitates rethinking life planning and personal purpose to create a better future for oneself and others.

Sandbox the Claw: Live-Deploying Open Claw in Under 15 Minutes23:20
DeepStation AIDeepStation AI

Sandbox the Claw: Live-Deploying Open Claw in Under 15 Minutes

·23:20·34 views·21 min saved

Sandbox Fundamentals A sandbox is a controlled execution environment limiting process access and impact. Two main types: Containers (share host kernel, use namespaces, cgroups, seccomp) and VMs (hardware enforced, guest kernel boots independently, e.g., Firecracker via KVM). Sandboxing OpenClaw is crucial for security, especially with agents that write code. Defense in depth involves layering security protocols at multiple points. NightShift Runtime NightShift is a runtime API for managing containers/sandboxes. Components: Agent Instance Protocol (inside sandbox), Agent OCI back (sandbox self-description), Agent Runtime API (orchestration). Supports heterogeneous sandboxes (Firecracker, Kata, Docker, Wasm) on the same node. Communication via NightShift gateway or CLI using gRPC to the NightShift daemon. Live Deployment Demo Checklist: Compile/start NightShift daemon, create Dockerfile with OCI spec, build OCI spec, deploy to AWS bare metal (or KVM machine), stream events. Demonstrated compiling NightShift daemon and configuring its settings (CPU, memory, timeouts). Built a Docker image for OpenClaw (PI coding agent) including an OCI spec defining resource requirements and preferring a VM (Firecracker). Deployed the OpenClaw agent using the NightShift API's deploy endpoint. Invoked a task ("say hello and tell me what 2+2 is") which was processed by the Firecracker VM. Streamed events (text deltas) from the sandbox to show real-time output. Security and Accessibility Prompt injection is a threat vector, mitigated by sandboxing and network policies. Running untrusted workloads requires robust sandboxing with separate kernels and file systems. The runtime builders' goal is to make secure agent deployment easy ("doing the right thing is easy"). For beginners, services like Hostinger (VPS) can offer an easier entry point to deploy OpenClaw via GUI. NightShift provides pluggable telemetry collectors for logs, metrics, and traces for monitoring and learning.

Free OpenClaw Setup & Install - No GPU, No API Cost (2026)9:33
KGP TalkieKGP Talkie

Free OpenClaw Setup & Install - No GPU, No API Cost (2026)

·9:33·1.7K views·9 min saved

OpenClaw Setup Download and install OpenClaw on a low-end laptop for free. No GPU or API costs are required. Installation can be done on Windows using a command in the terminal (run as administrator). The installer handles Node.js installation if not already present. Select "Quick Start" mode and then "Select More" for model selection. Free API Integration Integrate with OpenRouter.ai for free AI models. Search for "free" models on OpenRouter.ai. The tutorial uses the "Poolside Laguna m.1 free" model. Create an API key on OpenRouter.ai with a short expiry (e.g., 1 hour). Paste the OpenRouter API key into OpenClaw setup. Manually enter the model name: openrouter/poolsite-laguna-m.1-free. This model offers approximately 20 tokens/second and low latency. Advanced Features (Optional Setup) The video skips detailed setup for channels (WhatsApp, Discord, etc.), self-improving agents, memory, cron jobs, and web search (Ollama, Tavily). Links to detailed tutorials for these features are provided in the video description. Users can select options like memory using the spacebar in the terminal. Post-Installation and Usage OpenClaw can be started in the browser or terminal. The dashboard shows recent sessions and controls. Key files for personalization: agent.md, soul.md (personality), tools.md, identity.md (name, vibe, emoji), user.md, heartbeat.md (periodic tasks), bootstrap.md (restart info), and memory.md (stores chat history). The agent can browse the internet for information (e.g., stock market news).

Nvidia Nemoclaw GTC Taipei NeMo Claw and Open Shell for Secure Local AI Agents16:52
CharbaxCharbax

Nvidia Nemoclaw GTC Taipei NeMo Claw and Open Shell for Secure Local AI Agents

·16:52·797 views·15 min saved

Introduction to NeMo Claw and Open Shell NVIDIA is building AI agents using NeMo Claw and Open Shell. These agents can be used for everyday tasks or industry applications. Demos showcase creating a first agent, a podcasting assistant on a Jetson Nano, and multi-agent instances (like lobsters in NeMo Reef). Security and Policy with Open Shell Open Shell adds policy and security layers to agents. It enables users to create sandboxes with policies, limiting agent capabilities even if they have skills. This prevents agents from freely accessing the cloud, ensuring local compute security. Advanced Agent Capabilities and Demos Agents with skills like web scraping can be prompted to recreate video games or web applications from scratch. The system can handle design, coding, building, and iteration based on user input. Demos include recreating Doom and Flappy Bird, with agents learning to improve performance (e.g., never failing Flappy Bird again). Agents can also monitor web outlets for real-time updates, like live NBA game scores. Local AI Compute and Hardware All demos run locally on NVIDIA hardware, including DGX Spark units and DGX Stations. These systems utilize powerful GPUs (like GB10) and CPUs, with ample RAM for fast model swapping. Multiple models (e.g., Neumatron, Quen, Mrol) can be run and swapped based on task requirements. OEM partner versions of DGX Spark and DGX Station are available. DGX Station can run large parameter models (200-300 billion) and support hundreds of users accessing it locally, making tokens (which cost money) effectively free after initial hardware purchase. Open Source Collaboration and Democratization of AI NVIDIA contributes to the open-source Claw movement through NeMo Claw and Open Shell policies. This effort democratizes AI, enabling teachers and others to create custom tools without extensive programming. NVIDIA shares open-source models and training data to foster industry-wide improvement. Open collaboration ensures transparency and awareness in AI development. Smaller, efficient models are improving rapidly, often achieving high-quality results with significantly fewer parameters, leading to faster, cheaper, and more energy-efficient AI. The Future of Local AI and AI Natives New RTX Spark systems and laptops will empower users to build advanced AI applications on personal devices. The trend is towards everyone becoming "AI native" and "prompt engineers." AI agents can manage complex tasks like planning large events (e.g., a wedding). Local AI execution saves costs and provides greater control and privacy.

NEW OpenClaw OS is Insane!8:22
Julian Goldie SEOJulian Goldie SEO

NEW OpenClaw OS is Insane!

·8:22·4.4K views·7 min saved

What is OpenClaw OS? OpenClaw OS is a free, open-source AI agent that runs locally on your computer. It integrates with existing messaging apps like WhatsApp, Slack, and Discord. It can perform actions like running commands, browsing the web, reading/writing files, managing calendars, and sending emails. Data remains private as it's stored as text files on your local disk. OpenClaw Studio: The Agent Operating System OpenClaw Studio transforms OpenClaw from a simple chatbot into a comprehensive dashboard. It consolidates tools for creating images, videos, voice notes, searching live data, and engaging in voice calls with the agent. The goal is to centralize all AI-driven work within a single interface, eliminating the need to juggle multiple apps and tabs. Unlocking AI's Full Potential: Memory is Key Most users only utilize 5-10% of an AI's capabilities by treating it as a basic chatbot. The "missing piece" for 99% of users is robust memory, which prevents AI from giving generic answers. OpenClaw Studio integrates with note-taking apps like Obsidian to create a "memory vault." This vault stores information about user preferences, tools, projects, and workflows, making the AI smarter and more personalized over time. Getting Started and Resources Installation involves setting up OpenClaw on your machine and connecting it to a messaging app. The OpenClaw Studio dashboard can be built gradually or accessed through resources like the AI Profit Boardroom, which offers pre-built files and walkthroughs. Key tips for beginners: start with one feature, set up memory early, make daily improvements, and approach it as a fun, experimental process.

Behind the Keynote: How Windows Made OpenClaw Work in the Keynote Demo | LIVE14413:18
Microsoft DeveloperMicrosoft Developer

Behind the Keynote: How Windows Made OpenClaw Work in the Keynote Demo | LIVE144

·13:18·857 views·11 min saved

OpenClaw and the Windows Companion App Scott Hanselman created a Windows companion app for OpenClaw to mirror the functionality of the Mac version. This app serves as a "hello world" proof of concept to demonstrate Windows' capabilities for agents. Microsoft aims to make the Windows platform a great environment for agents by improving its underlying architecture. The Open Source Community The open source community thrives on collaboration and mutual respect, built on repeated positive interactions. It's characterized by builders who are excited to contribute and say "yes, and..." to new ideas. This collaborative spirit makes the community approachable, akin to improv theater. Agency and Development at Scale "High agency people" are encouraged to "just fix it" with confidence, relying on robust testing and development lifecycles. This project is an "AI augmented software engineering project at scale," enabling rapid fixes for issues. Developers are empowered to tackle problems, knowing the system is designed to handle and correct errors. Windows' Unique Contributions The Windows app aims for parity with the Mac version while exploring unique Windows features like app packaging and sandboxing. This is seen as "coopetition" – striving for OpenClaw to excel everywhere, with Windows offering an added advantage. New features are continuously developed, driven by innovative ideas from the community. Containers and Containment The video distinguishes between "containers" (e.g., OCI, Docker, Podman) and the broader concept of "containment." Windows now supports containers out-of-the-box via WSL. Containment is a flexible approach to isolate work, with implementation varying from process to VM level, controlled by business needs. Developer Workflow Enhancements "Get work trees" allow developers to manage multiple branches in separate folders, enabling parallel agent execution. This workflow, combined with a Windows machine and dev drive, is highlighted as a significant improvement. The GitHub Copilot app integrates work tree support, enhancing developer productivity. The Future of Agents Dynamic policies will allow agents to perform specific tasks without overstepping boundaries. Policy engines will be granular, adapting to tool calls and intent on a per-use basis. The goal is an invisible, user-friendly experience fully controlled by IT, ensuring security and efficiency.

LIVE: Peter Steinberger & Dave Morin | OpenClaw Fireside @ GitHub HQ1:23:28
GitHubGitHub

LIVE: Peter Steinberger & Dave Morin | OpenClaw Fireside @ GitHub HQ

·1:23:28·4.2K views·81 min saved

Introduction and Community The event celebrates the OpenClaw community during Microsoft Build at GitHub HQ. PJ Mets, Developer Advocate at GitHub, hosts and engages the audience with claw naming contests. Kyle Dagel from GitHub welcomes attendees and praises the rapid growth of OpenClaw. Founding and Vision Peter Steinberger (OpenClaw creator) and Dave Morin (investor/ecosystem builder) discuss their connection. Peter was inspired by the '90s builder energy and the desire for ownership of technology. Dave felt that "builder energy" was lost for a decade until he discovered OpenClaw, likening it to "the Linux of AI." They emphasize OpenClaw as a platform for building agents, not just a tool. The OpenClaw Foundation was established as a non-profit to serve the public good and ensure project independence. The foundation aims to change the narrative around AI and bring people closer to it. Technical Insights and Future Peter highlights that scale issues are still primarily human-centric, focusing on taste and thoughtful design. He discusses the challenges of scaling and the ongoing efforts to automate testing and improve workflows. Peter is excited about improving memory systems and moving towards code-based agent execution for speed and efficiency. Dave sees OpenClaw as a fundamental shift, comparing it to the early days of the web and the potential for agent-based applications. The core limiting factor for AI is imagination, not model capabilities. Security and Contributions Maintainers discuss the significant volume of security advisories and the challenge of balancing permissive environments with enterprise security needs. They emphasize that securing agents requires a layered architecture, similar to managing human employees. Contributors are encouraged to prioritize clear issue reporting, adhere to project conventions, and engage in community discussions. The importance of human-to-human communication in open-source projects is stressed, despite AI acceleration. GitHub's role in supporting open-source growth and the platform's security tools are mentioned. Industry Adoption and Future Potential Discussions touch on OpenClaw's adoption in various industries, including oil and gas, and construction. The concept of agents needing layered security, identity, consent, and auditability, similar to human systems, is raised. Microsoft's "Agent 365" is highlighted as an example of enterprise-grade identity and auditability for agents. The foundation is working on benchmarks for memory systems and configurations. The rapid growth and young age of OpenClaw present significant opportunities for involvement and innovation.

Claw and agent harness in Microsoft Foundry | BRK24345:52
Microsoft DeveloperMicrosoft Developer

Claw and agent harness in Microsoft Foundry | BRK243

·45:52·619 views·43 min saved

Introduction to Foundry and Agent Concepts Microsoft Foundry is an AI platform for building AI applications and agents. It layers intelligence (models), runtime (hosting/deployment), and human-agent collaboration. Foundry emphasizes trust, security, manageability, observability, and evaluations. Users can build simple prompt agents or advanced agents using code. Agent Harnesses: The "Car" for the Agent "Engine" An agent harness is the framework and tools that enable agents to perform complex tasks. Core component: The agent loop (context, tools, LLM interaction in a loop). Key components: Context Management (compaction, prompt/message/tool/skill inclusion). Skills and Tools (including file system access, code execution, program execution). Orchestration (managing specialized agents). Memory and Session Persistence (enables stateless runtimes). Lifecycle Hooks (pre/post-execution logic, policy application). Human-in-the-Loop (channels for human interaction/approval). Deploying "Claw-like" Agents: Hermes in Foundry "Claw-like" agents (e.g., Hermes) have memory, own their environment, possess tools, and autonomy. They typically communicate via messaging platforms (Telegram, Slack). Hermes is an agent deployable in Foundry Hosted Agents, with features for self-improvement. A demo showed Hermes running in the cloud with a local terminal UI, connecting via its Foundry endpoint. Foundry's "Routines" feature enables scheduled maintenance tasks (skill curation, file cleanup) for agents, even when the agent is idle. Agent state is crucial; uniqueness creates specialized environments but can complicate recovery. Building Custom Harnesses with Microsoft Agent Framework Microsoft Agent Framework (Python/C# SDK) allows building AI applications and agents. Components: Agent Loop, Workflows (multi-agent systems, sequential/author-critic/planning), and Harnesses. Agent Framework supports various models (Foundry, OpenAI, Anthropic, etc.) and tools (OpenAPI, MCP). Deployment options: Foundry Hosting, Azure Functions, Azure Container Apps. Harness capabilities include: common tools (file/code execution), context building, planning, and extensive middleware for context compaction, tool selection, and permissions. A C# demo showcased creating a minimal harness and a customized research agent with specific tools and configurations. A harness console (TUI) allows iteration and testing of agents. Integration with GUI frameworks (like ASP.NET) and Copilot Kit enables UI development for agents. Agents built with Agent Framework can be deployed to Foundry and debugged using the Foundry Toolkit Agent Inspector. Integrating Agents into User Workflows (Teams & M365 Copilot) Foundry allows one-click publishing of deployed agents to Microsoft Teams and M365 Copilot. Agents can be scoped for personal use or submitted for organizational approval. New "Autopilot Agents" act on their own behalf and possess a user account, enabling actions typically requiring a user identity (e.g., sending emails, creating documents). A "Workstream Manager Agent" sample demonstrates group chat behavior, tracking open items, and answering questions within team chats. Access control for agents in group chats is configurable. Conclusion and Resources The session covered agent harnesses, deploying Hermes in Foundry, building custom harnesses with Agent Framework, and integrating agents into Teams/M365 Copilot. Code samples are available on GitHub. Information on the Agent League hackathon and additional foundry/agent sessions is provided. Foundry Agents booth available for further discussion and resources.

Hermes + OpenClaw Agent Voice Mode Just Dropped…6:48
Julian Goldie SEOJulian Goldie SEO

Hermes + OpenClaw Agent Voice Mode Just Dropped…

·6:48·1.1K views·6 min saved

Voice Agent Integration Introduced voice agent mode for Open Claw and Hermes using the Mini Max M3 update. Allows direct voice interaction with AI agents, enabling hands-free conversations. Demonstrated with examples of asking jokes, facts, and learning Swahili. Voice Agent Mastery Framework Enables talking to AI agents instead of typing. Facilitates faster interaction, especially for users on the go. Compares texting an AI to calling an AI for a more conversational experience. Core Technology and Capabilities Leverages Mini Max M3, described as highly agentic and smooth. Supports image, video, and voice generation within the agent system. Can utilize Grok for voice and real-time Twitter searching. Offers multiple voice modes for customization. Workflow and User Experience Process: Speak -> Transcribe -> Mini Max M3 thinks -> Speaks back. Voice notes can be saved within the workspace. Accessible via mobile (e.g., Telegram) for on-the-go use. Note: There's a slight delay between transcription, thinking, and response. Mini Max M3 Benefits Effective for coding tasks, especially on the coding plan, managing tokens efficiently. Demonstrated 24-hour autonomous operation with advanced tool calls. Capable of generating images and videos.

Microsoft Unveils OpenClaw App for Windows at Build Conference8:22
PCMagPCMag

Microsoft Unveils OpenClaw App for Windows at Build Conference

·8:22·9.9K views·7 min saved

OpenClaw on Windows Microsoft announced OpenClaw is now available on Windows, leveraging MXC (Microsoft Execution Containers). A new OpenClaw Windows companion app, built with WinUI 3, allows users to set up or connect to existing Claws. This app runs natively on Windows and provides access to chat, canvas, and a dashboard. Security Features The companion app sandboxes OpenClaw tool calls using MXC for system safety. Users have granular control over permissions, including clipboard access and internet connectivity. A demo showcased a read-only desktop access setting that prevented OpenClaw from deleting files, highlighting the effectiveness of sandboxing. Expanded Capabilities and Future OpenClaw can now be used within companies due to enhanced security and permission controls. The "harness" for OpenClaw is now a plugin, allowing integration with other AI models like Copilot and Codex. OpenClaw offers persistent memory, heartbeats, and can integrate with Slack or Teams. The OpenClaw Foundation has been established as a nonprofit to ensure the project remains open and neutral, supporting any model on any operating system.

Opening Doorables Claw Machine8:31
TJ and Her KiddosTJ and Her Kiddos

Opening Doorables Claw Machine

·8:31·8 min saved

Opening the Claw Machine The video demonstrates how to open a Mini Adorables claw machine toy. Instructions for operation are included, involving pushing down and turning a mechanism to release capsules. Applying Stickers The process of applying stickers to the claw machine and capsules is shown. Stickers include decorative elements and character-themed items like a Mickey Mouse hat. Opening Capsules and Unboxing Several capsules are released and opened, revealing contents like stickers and small figures. The unboxed items include a life preserver, a Pluto puppy figure, a Pete figure, and a Minnie Mouse figure with a flower hat. Final Toy and Conclusion The last item unboxed is a Mickey Mouse figure. The video concludes with a successful unboxing of the Mini Adorables claw machine.

PewDiePie Just Released His Own OpenClaw20:31
The AI BridgeThe AI Bridge

PewDiePie Just Released His Own OpenClaw

·20:31·773 views·19 min saved

Odysseus Project Overview PewDiePie has released an open-source AI workspace called "Odysseus," nicknamed "Open Claw." It's a self-hosted AI workspace designed to keep user data local, offering an alternative to subscription-based AI tools. Features include chat, agents, memory, research, email management, document editing, local model integration, and a "cookbook" for running local models conveniently. Key Features and Functionality Chat & Agents: Offers a chat interface with features like message editing, regeneration, rewriting, and explaining. Memory: Stores conversation history and allows for memory management. Email: Includes an email client with features for flagging urgency, drafting auto-replies, and managing emails. Research & Documents: Capable of deep research, document editing, and can generate documents, including CSV files. Local Models: The "cookbook" feature simplifies finding and running local AI models. Calendar & Notes: Integrates calendar notes and image editing. Automation: Features a "Chrome jobs" creator for scheduling tasks like prompts, research, and actions, with event-based triggers. User Experience and Design The UI is described as clean and appreciated for its non-typical AI design. It allows users to select downloaded models from LM Studio. The interface includes a model selector, agent/chat selector, and context window management. Supports HTML rendering within documents, though the output can be "horrendous." Theme options are available, with a preference noted for darker themes. Development and Future Built on open-source code, emphasizing user control and privacy. The project aims to address the trust trade-off in AI tools that require access to personal data. PewDiePie has a roadmap including Docker installation, integrations, troubleshooting, and a tutorial system. The reviewer suggests a tutorial system is crucial for new user adoption. The open-source nature allows for community contributions and potential forking of the project.

Elitegroup ECS OpenClaw AI Integration Libra Mini PCs and AM5 Motherboards10:07
CharbaxCharbax

Elitegroup ECS OpenClaw AI Integration Libra Mini PCs and AM5 Motherboards

·10:07·122 views·8 min saved

ECS Libra Mini PCs and OpenClaw Integration ECS is showcasing their Libra Mini PC series, including new Intel Wildcat Lake models. These mini PCs feature multiple digital outputs, 2.5GbE networking, and powerful internal components. A live demo illustrates OpenClaw integration, where commands sent to an endpoint allow the mini PC to run applications and perform tasks. Desktop PC with AM5 Motherboard and AI Capabilities A desktop PC demonstrated features an ECS A26A AM5 motherboard with a Ryzen 9000 series CPU and a high-performance GPU. This setup is capable of running large AI models and was shown performing tasks like retrieving system information. Space-Bound AI Computing Project ECS is developing a project for space deployment using Nvidia Jetson for AI computing. The goal is to use AI with vision capabilities to analyze images from space, such as identifying different types of ships on the ocean surface. This project is currently in development, with plans to integrate agentic AI into CubeSats through partnerships. Cloud and Local AI Solutions ECS is implementing cloud AI solutions within their mini PCs, including knowledge-based software. These solutions can operate both in the cloud and locally, providing quick information retrieval (around 20 seconds). Healthcare Applications with OpenClaw OpenClaw is being used for healthcare applications, such as hammer analysis and monitoring solutions. Data from medical machines is processed by the mini PC to perform analysis and generate alerts. Another application showcased is the use of the Firefox standard for transforming data from different hospitals into a standardized format for more efficient medical analysis. ECS Motherboards and Edge Servers ECS is displaying their latest Intel 800 series motherboards for mainstream use, as well as AM5 models and boards for industrial applications. They are also offering edge servers for storage solutions, developed in partnership with Jumper.

I turned one prompt into 36 GitHub issues18:01
Jia Wei NgJia Wei Ng

I turned one prompt into 36 GitHub issues

·18:01·314 views·16 min saved

Project Overview: Ru Startup and Spec MD Skill This video is episode two of building "Ru" as a startup, focusing on an AI agent infrastructure. The main tool discussed is the "spec MD" skill, designed to break down large tasks into smaller, manageable GitHub issues. It contrasts with the previously built "ship MD" skill, which was designed for shipping single features. Evolution of AI Agents and Local LLMs The video touches on the rapid advancement of open-source LLMs, suggesting local LLMs are becoming less necessary. It highlights the trend of AI tools (like GitHub Copilot, Cursor) moving towards general productivity tasks beyond just coding. The speaker previously developed an "Open Claw" concept before its official release, focusing on local, private AI agents. Ru's Architecture and Gateway Layer Ru aims for a modular architecture with a core orchestration layer, a gateway layer, and an app layer (desktop app). The gateway layer is a key innovation, offering memory, evaluation, model routing, workflows, and token budgets by simply changing an endpoint URL. This contrasts with monolithic architectures and allows for distributed hosting (e.g., on Raspberry Pi, Mac Mini, servers). Spec MD Skill in Action The speaker uses the "spec MD" skill to break down the development of the entire "Ru" app vision into actionable GitHub issues. The skill generates 36 "atomic units" across nine milestones, detailing phases and assumptions. This demonstrates "spec-driven development," where a large task is meticulously decomposed. Integration with Other Skills The output from "spec MD" feeds into the "ship MD" skill for parallel feature shipping. "Party MD" is mentioned as a skill that utilizes GitHub issues directly, potentially without needing a dedicated interface. The process involves exploration, confirmation of specs, and creation of GitHub issues, forming a cohesive development loop.

Voice-Powered Swiggy Bot Built with OpenClaw and Murf AI15:45
Murf AIMurf AI

Voice-Powered Swiggy Bot Built with OpenClaw and Murf AI

·15:45·152 views·14 min saved

Introduction to Open Claw and Voice Agents Open Claw is a fast-growing open-source project enabling AI agents that run locally. This tutorial builds a conversational food ordering bot using Open Claw, Murf AI, and Swiggy. Core Functionality and Architecture The bot uses Deepgram for real-time Speech-to-Text (STT). Open Claw processes the transcript with an LLM to decide actions. A Swiggy skill interacts with the Swiggy API for food ordering. Murf Falcon provides fast, expressive voice for Text-to-Speech (TTS). Responses are streamed sentence by sentence for a conversational feel. Key Components and Setup Deepgram Flux for STT with integrated end-of-turn detection. Murf Falcon plugin for low-latency TTS, configured for streaming output. Open Claw Skills: The Swiggy skill is loaded from Open Claw Hub. LLM learns to use Swiggy by reading a human-readable markdown file, not a schema. MCP (Meta-Cloud Platform) is used for authentication and API calls. Requires Node.js, pnpm, a working microphone/speakers, and accounts for Murf, Deepgram, LLM, and Swiggy. Technical Details and Implementation STT is handled via Deepgram Flux over WebSockets, not a traditional Open Claw STT slot. TTS streaming is achieved by subscribing to block-level and token-level streams from Open Claw. The Swiggy skill is invoked by changing the command path in Open Claw's configuration. MCP authentication for Swiggy is a one-time setup. Core logic for streaming TTS and handling responses is in brain.js. voice.js handles audio playback, and index.js orchestrates the agent's startup and turn management. Latency Optimization and Polish Streaming TTS: Synthesizing and playing each sentence as it arrives significantly reduces perceived latency. Pre-recorded Fillers: Short phrases like "One moment please" are played from disk to mask LLM/tool call latency. Background Warm-up: Initializes components while the user hears the intro, ensuring the mic is ready when interaction begins. Troubleshooting Common Issues Swiggy command not found: Incorrect path to the Swiggy CLI executable. First turn hangs: Likely due to Open Claw/LLM cold start; use warm-up and fillers. Invalid voice ID: Voice model mismatch; verify supported voices and locales. MCP/Swiggy Auth issues: Ensure correct client IDs, redirect URIs, and saved delivery addresses. LLM refusing to retry: Stale session history; use unique session keys. Deepgram errors: May indicate exhausted credits. Key Takeaways and Future Potential Open Claw simplifies adding voice capabilities to agents. Murf's streaming TTS makes interactions feel more natural. The framework allows swapping the Swiggy skill for other functionalities (e.g., GitHub assistant, email summarizer).

I Tested Hermes Agent vs OpenClaw…Here’s Who Wins!11:13
Julian Goldie SEOJulian Goldie SEO

I Tested Hermes Agent vs OpenClaw…Here’s Who Wins!

·11:13·1.9K views·10 min saved

Comparison Overview Hermes is generally smoother, easier to use, and less buggy than OpenClaw. Hermes is engineered by a large AI lab (news research) and evolves, while OpenClaw has shown decline in performance. OpenRouter usage data shows Hermes has gradually overtaken OpenClaw in popularity. Functionality and Features Both Hermes and OpenClaw can be used for automating daily/weekly routines and checking/posting messages on platforms like WhatsApp and Telegram. Hermes offers features like "Camb setup" and "persistent goal setup" (their version of Ralph loop). Hermes recently released "Hermes Desktop," a user-friendly GUI application, addressing a previous lack of user-friendly access. OpenClaw was an early pioneer in autonomous AI agents but Hermes has improved upon its concepts. Hermes has a news portal that allows access to free models (like GPT-3.7-turbo for free), a benefit not readily available with OpenClaw. Data Storage and Memory Neither Hermes nor OpenClaw are ideal for long-term data storage or memory out-of-the-box. For memory and data storage, using tools like Obsidian is recommended. Obsidian can store conversations and data, acting as a knowledge graph that AI agents can access and write to. Tools like OMI can automate note-taking and writing to Obsidian based on user activity. Recommendation For beginners or those seeking a user-friendly experience, Hermes is recommended due to its ease of use. It's beneficial to understand both tools as they can potentially be combined for complex tasks. Hermes seems to be more responsive to user needs and is generating more community interest.

Securing OpenClaw The AI assistant Security Nightmare No One Is Talking About25:12
EduverseEduverse

Securing OpenClaw The AI assistant Security Nightmare No One Is Talking About

·25:12·50 views·23 min saved

Premise 4: The blast radius of AI agents scales nonlinearly with capability. More capable agents with broader access and more skills pose a greater risk. Attack Surface Breakdown Zone 1: Social Input Streams: Unvetted data from emails, chats, webhooks, and documents can lead to indirect prompt injection. Zone 2: Skill & Plugin Ecosystem: Malicious or insecure plugins from community registries pose supply chain risks. Zone 3: Gateway Exposure: Unauthenticated or poorly validated web UI and API gateways are vulnerable to hijacking. Zone 4: Execution Layer: Native execution on user accounts inherits broad permissions, allowing significant damage if compromised. Zone 5: Persistent State: Memory files can be altered to implant persistent malicious instructions. Architectural Defense in Depth Smallest Access: Start with highly restricted, read-only modes and grant permissions only when necessary. Execution Sandboxing: Containerize the AI, isolate file systems, separate environments, use tool-specific sandboxes (e.g., FireJail), and implement strict network egress controls. Gateway Hardening: Enforce strong authentication, restrict network exposure (bind to localhost), use reverse proxies, and implement origin validations and anti-CSRF tokens. Skill Governance: Treat all community skills as untrusted code, conduct source code reviews, vet creators, and enforce per-skill scoped permissions. Secrets & Data Management: Use secure keychains/secret managers, encrypt secrets, restrict file access, and implement data pre-processing scrubbing to mask PII. Governance and Future Outlook Human in the Loop: Require manual verification for high-impact actions. Monitoring: Maintain audit logs and real-time monitoring for anomalies. Continuous Red Teaming: Proactively find and patch vulnerabilities. General Applicability: The security principles apply to all agentic LLM orchestrators (Langchain, Autogen, etc.). Core Security Principle: True security comes from rigorously limiting, auditing, and sandboxing executable capabilities, not trusting the AI's internal reasoning.

OpenClaw + Windows: Microsoft Build 20268:58
Microsoft DeveloperMicrosoft Developer

OpenClaw + Windows: Microsoft Build 2026

·8:58·28.5K views·8 min saved

OpenClaw on Windows Announcement Microsoft announced that OpenClaw now runs on Windows, leveraging MXC (Microsoft Execution Containers). A new OpenClaw Windows companion app is in alpha release. OpenClaw Companion App Features Native Windows app built with WinUI3. Provides information on gateways, machines, sessions, and usage. Offers quick access to chat, canvas, and dashboard. Features chat support with tool calling. Security and Sandboxing Companion app sandboxes tool calls using MXC with process isolation. Newer Windows versions will have more containment options. Granular permissions for file/folder access, clipboard, and internet access. Demo showed OpenClaw failing to delete desktop files due to read-only sandbox settings. OpenClaw's Evolution and Future OpenClaw is now suitable for enterprise use with enhanced security and permission controls. Harness is a plugin, allowing integration with existing tools like copilot. Can run within Slack or Teams, offering persistent memory and heartbeats. The OpenClaw Foundation is established as a nonprofit to ensure neutrality and openness. Call to action: Join the community to build the next generation of agents.

Popular All-Time

10 all-time favorites
NVIDIA GTC Keynote 20262:18:56
NVIDIANVIDIA

NVIDIA GTC Keynote 2026

·2:18:56·35.9M views·134 min saved

NVIDIA's Platform Strategy NVIDIA's strategy is built on three platforms: CUDA X, Systems, and AI Factories. The company emphasizes its ecosystem and its role as a platform provider. The five-layer cake of AI is covered, from infrastructure and chips to platforms, models, and applications. CUDA: The Foundation of NVIDIA's Ecosystem Celebrating 20 years of CUDA, a platform for accelerated computing. CUDA's architecture (SIMD) and its evolution with tensor cores are highlighted. The massive installed base of hundreds of millions of CUDA-enabled GPUs is a key advantage, driving a flywheel effect of developer attraction and innovation. GeForce's role in introducing CUDA to the world and nurturing future developers is acknowledged. RTX, introduced about 8-10 years ago, represents a redesign for modern computer graphics and fused with AI. Neural Rendering and Structured Data Introducing Neural Rendering, a fusion of 3D graphics and AI, exemplified by DLSS 5. This fusion combines controllable 3D graphics (structured data) with generative AI (probabilistic computing). Structured data is presented as the foundation of trustworthy AI. AI's Impact on Data Processing AI will increasingly utilize structured data (SQL, Spark, Pandas) and unstructured data (vector databases, PDFs, videos). NVIDIA introduces two foundational libraries: QDF for data frames (structured data) and QVS for vector stores (unstructured data). Partnerships with IBM (Watson X.Data), Dell (AI Data Platform), and Google Cloud (Vertex AI, BigQuery) are showcased to accelerate data processing. Accelerated computing is presented as the successor to Moore's Law, enabling significant leaps in performance and cost reduction. Cloud Partnerships and Confidential Computing NVIDIA integrates with major cloud providers: Google Cloud, AWS, and Microsoft Azure. Key collaborations include bringing OpenAI to AWS, accelerating EMR and SageMaker. Confidential computing with vGPUs is highlighted for secure deployment of AI models. Partnerships extend to enterprise solutions with Oracle, CoreWeave, and Palantir/Dell for on-premise AI platforms. NVIDIA's Vertical Integration and Horizontal Openness NVIDIA operates as a vertically integrated but horizontally open company. This approach is necessary for application acceleration across various domains. The company focuses on understanding applications, domains, and algorithms to deploy solutions across data centers, cloud, edge, and robotics. Industry Verticals and CUDA X Libraries NVIDIA's presence spans numerous industries: automotive, financial services, healthcare, industrial, media & entertainment, quantum, retail, robotics, and telecommunications. CUDA X libraries are presented as NVIDIA's "crown jewels," activating computing platforms for specific problems. Examples of CUDA X libraries include QOpt, QLitho, QDSS, QEquivariance, Arial, Warp, and Parabricks. The Rise of AI Natives and the Compute Demand The last two years have seen a surge in investment in AI startups ("AI natives"). This boom is driven by the immense compute demand from these companies, either creating or integrating with tokens. The shift from retrieval-based to generative computing, powered by LLMs, reasoning AI, and agentic models, has fundamentally changed computing. The Inference Inflection and AI Factories The "inference inflection" has arrived, as AI is now performing productive work. Computing demand has increased exponentially, with estimates suggesting a million-fold increase in the last two years. NVIDIA's AI infrastructure is positioned as the lowest-cost option for AI, offering confidence in long-term utilization and cost-effectiveness. The demand for NVIDIA GPUs is "off the charts," leading to a projected $1 trillion in demand through 2027. Grace Blackwell and Vera Rubin Systems NVIDIA has re-architected systems for inference, exemplified by Grace Blackwell and the upcoming Vera Rubin. These systems feature NVLink 72, FP4 precision for training and inference, and optimized algorithms like Dynamo and TensorRT LLM. Performance gains are significant, with Grace Blackwell showing up to 35x (or even 50x) better perf/watt compared to Hopper. Token cost is a critical metric, and NVIDIA claims the lowest cost per token through extreme co-design. Vera Rubin and Grok Integration The Vera Rubin platform is designed for agentic AI, featuring a new CPU optimized for single-threaded performance and data processing. It incorporates hot-water liquid cooling and a novel 6th generation NVLink switching system. The Grok system, a deterministic data flow processor optimized for inference, is being integrated with Vera Rubin. This integration, facilitated by Dynamo software, aims to combine high throughput (Vera Rubin) with low latency (Grok) for enhanced token generation performance. NVIDIA's Product Roadmap and AI Factory Design NVIDIA's roadmap includes Blackwell, Rubin, Rubin Ultra, and Feynman generations, with continuous architectural advancements. The company is evolving from a chip company to an AI infrastructure and AI factory company. The NVIDIA DSX platform, using Omniverse, is introduced for designing and operating AI factories virtually, optimizing for throughput, resilience, and energy efficiency. OpenClaw and the Agent Revolution OpenClaw is presented as a revolutionary open-source framework for agentic computing, comparable in significance to Linux and HTML. It enables the creation of AI agents that can perceive, reason, and act, managing resources, accessing tools, and interacting with LLMs. Enterprise readiness is addressed with "NemoClaw" (NVIDIA OpenClaw reference), incorporating security and privacy guardrails. The concept of "agentic as a service" is introduced, transforming SaaS companies into "gas" companies. Open Models and Sovereign AI NVIDIA offers a diverse ecosystem of open-source AI models (NemoTron, Cosmos, AlphaMaya, Groot, BioNemo) for specialized domains. These models aim to enable customization for domain-specific and sovereign AI needs. A NemoTron coalition is announced, bringing together companies to advance AI model development. Physical AI, Robotics, and Autonomous Vehicles NVIDIA is also driving advancements in physical AI and robotics. The company provides training computers, simulation platforms (Isaac Lab, Cosmos World Models), and foundation models (Groot) for robots. Partnerships for robo-taxi readiness are highlighted, including BYD, Hyundai, Nissan, and Uber. The AlphaMaio platform enables autonomous vehicles to reason, explain their actions, and follow instructions.

i OPENED a SECRET $1 SEPHORA Claw Machine!49:09
JUSTKASSJUSTKASS

i OPENED a SECRET $1 SEPHORA Claw Machine!

·49:09·4.6M views·47 min saved

Challenge Setup The creator purchased a $1 Sephora claw machine as a challenge for their sisters. The initial plan was to hide cash, but a new twist involved throwing $1 and $0.01 balls into a pool. The $1 balls were useless for the claw machine; only the $0.01 balls worked. The sisters had to collect balls from the pool using a net within a time limit. Pool Ball Challenge Each sister had 30 seconds to collect as many balls as possible from the pool using a net. They could then exchange their collected balls for money. The sisters discovered the $1 balls had no value in the context of the claw machine challenge. After the pool challenge, they each received their collected "cash" based on the cents they gathered. Following this, they each got to pull five balls blindly from a remaining collection in the pool. Claw Machine Gameplay The main challenge involved using the collected cents as quarters to play the claw machine. Each quarter represented one turn, and the goal was to grab mystery bags with numbers on them. The number on the bag corresponded to a prize bag containing Sephora products or other surprises. Some bags were blank and contained nothing. The sisters took turns playing, with some strategic plays and misses. There was a special "M" bag, which granted an extra turn. The creator also took turns, playing with the remaining coins. Mystery Gifts Reveal After collecting the mystery bags, the sisters opened them to reveal Sephora products. There was an option to switch bags before opening. The contents included items like Tarte bronzer, Gloss Bomb, Fenty perfume, Dior lip maximizer, Tower 28 products, and more. One sister received a "bad" bag with nothing inside. The final twist involved a mystery envelope. The sister who received the envelope could either take its contents or choose any item from the Sephora store. She chose the envelope, which contained a Sephora gift card.

Tragic mistake... Anthropic leaks Claude’s source code7:22
FireshipFireship

Tragic mistake... Anthropic leaks Claude’s source code

·7:22·3.2M views·5 min saved

Code Leak Details Anthropic accidentally leaked the entire source code for Claude to the internet via a 57MB source map file in an npm package (version 2.1.88). The leak occurred at 4:00 AM and spread rapidly online, with Anthropic issuing DMCA takedowns. The code was mirrored and cloned, with a community effort to rewrite it in Python (Claw Code) and a project to make it work with any model (OpenClaw). Technical Insights from the Leak Claude's codebase is built on Bun.js, which Anthropic recently acquired. The code uses Axios, which was recently compromised by North Korean hackers, posing a potential security risk. Claude's architecture is described as a "dynamic prompt sandwich" with 11 steps from input to output, rather than a futuristic technology. The codebase contains numerous hard-coded instructions and guardrails to control Claude's behavior. Anthropic implemented "anti-distillation poison pills" to prevent competitors from training models on Claude's outputs by referencing non-existent tools. A significant feature is the "bash tool," containing over 1000 lines of code for parsing and executing bash commands. Surprising and Hidden Features Undercover Mode: Instructions to prevent Claude from mentioning itself in outputs to appear more human-like, possibly for deceptive purposes. Regular Expression-Based Frustration Detector: Detects keywords in prompts indicating user frustration and logs events. Buddy: A hidden feature flag for a Tamagotchi-style AI companion. Roadmap Features: References to Opus 4.7, a new model named Capiara, Ultra Plan, Coordinator Mode, Demon Mode, and Chyris. Chyris: Described as a background agent that keeps a daily journal, uses dream mode for memory consolidation, and works on a schedule. Implications and Consequences The leak is a significant setback for Anthropic, especially with an IPO planned. It highlights the risk of accidental public exposure for proprietary code. The leak provides a blueprint for competitors and exposes Anthropic's internal workings. A large number of comments in the code suggest they might be for AI training rather than human readability.

BIA'S 5TH BIRTHDAY | ZEINAB HARAKE38:56
Zeinab HarakeZeinab Harake

BIA'S 5TH BIRTHDAY | ZEINAB HARAKE

·38:56·2.1M views·38 min saved

Birthday Surprise Zeinab surprises Via with a gift: a custom arcade machine. Via also receives a surprise gift in her room: an unlimited claw machine. She enjoys playing the claw machine and winning prizes, like a squishy and Kitty Fairy. Okada Manila Stay The family checks into a luxurious villa at Okada Manila for Via's birthday celebration. The villa features multiple bedrooms, a living room, pantry, private gym, sauna, and even a private elevator. They enjoy the stunning views, lights, and a fountain show. Birthday Party and Wishes Via's birthday party includes friends, dancing, and a special song. She receives a surprise bracelet from her mom. Via's heartfelt wish is for the best family ever. She expresses gratitude to her parents, Kuya, God, and Jesus. Parents share their pride and love for Via, wishing her a future aligned with God's grace. Activities and Preparations Via practices a dance for her birthday. Friends and family share birthday messages, emphasizing Via's kindness, smartness, and strong personality. The video concludes with thank yous to event organizers and collaborators.

The wild rise of OpenClaw...5:19
FireshipFireship

The wild rise of OpenClaw...

·5:19·2.0M views·4 min saved

Introduction to OpenClaw OpenClaw, formerly Claudebot and Maltbot, is a free, open-source AI assistant. It operates 24/7, remembers interactions, and integrates with messaging apps like Telegram. Gained significant popularity rapidly, achieving over 65,000 GitHub stars. Its creator is Peter Steinberger, founder of PSDFKit. Core Functionality & Setup Written in TypeScript, it integrates with models like Claude and GPT-5. Can manage calendars, emails, run scripts, monitor stocks, and deploy code. Designed for self-hosting on VPS, Raspberry Pi, or Mac Mini. Installation is a single command, with Linux being the preferred OS. Configuration Steps Requires an AI model provider API key (e.g., Anthropic). Needs integration with a messenger app (Telegram, Slack, WhatsApp, Discord). Telegram setup involves using BotFather to get a bot token. Users configure "skills" (built-in or custom, via MoltHub) and "hooks" for event-driven actions. Real-World Application Example Connects to Telegram via a pairing code and command. Can be customized with a name and personality traits via chat. Automates tasks like monitoring stock performance and sending alerts. Can generate interview questions for software engineers.

OpenClaw: The Viral AI Agent that Broke the Internet - Peter Steinberger | Lex Fridman Podcast #4913:15:52
Lex FridmanLex Fridman

OpenClaw: The Viral AI Agent that Broke the Internet - Peter Steinberger | Lex Fridman Podcast #491

·3:15:52·1.3M views·193 min saved

OpenClaw: The Viral AI Agent OpenClaw (formerly MoldBot, Claude, Clawdus) is an open-source AI agent that gained massive popularity, reaching over 180,000 GitHub stars. It acts as an autonomous AI assistant with system-level access, communicating via messaging clients and using various AI models. OpenClaw represents a significant step from language to agency, enabling AI to "do things" and feel like a helpful, learning assistant. Development and Philosophy Peter Steinberger developed OpenClaw rapidly, inspired by a desire for a personal AI assistant. He believes in "agentic engineering" over "vibe coding" and emphasizes the agent's awareness of its own system. The project's success is attributed to its fun, experimental nature and the community's involvement, making it feel like "Factorio times infinite." Steinberger prioritizes making the project enjoyable and weird, which resonated with users. Key Features and Capabilities OpenClaw allows agents to modify their own software, a concept of self-modifying software. It can process information from various sources, including images and audio messages, and creatively solve problems. The agentic loop allows for autonomous task execution, with continuous development on memory, queuing, and natural interaction. Name Change Saga The project underwent multiple name changes (Wa-Relay, Claude's, ClaudeBot, MoldBot) due to conflicts, primarily with Anthropic's "Claude." The process was stressful, involving security concerns from crypto groups and difficulties in atomically renaming across platforms. Ultimately, "OpenClaw" was chosen after consulting with Anthropic. MoltBook and AI Psychosis MoltBook, a simulated social network for AI agents, was created as a demonstration and illustration of OpenClaw's capabilities. It generated significant public reaction, ranging from excitement to fear, contributing to "AI psychosis." Steinberger views MoltBook as "art" and "finest slop," highlighting the role of human prompting in its viral narratives. Security and Development Workflow Security is a critical focus, with ongoing efforts to address vulnerabilities like prompt injection. Steinberger advocates for using secure models and proper network configuration to mitigate risks. His development workflow has shifted heavily towards using AI agents for coding, with a focus on CLI and natural language interaction. He emphasizes the importance of "agent empathy" and treating agents as capable engineers requiring guidance. Models and Future of Programming Steinberger compares Claude Opus (more interactive, creative) and Codex (more reliable, reads more code), preferring Codex for its efficiency. He believes AI will transform programming, shifting the focus from low-level coding to higher-level problem-solving and product vision. The skill of programming will evolve, not disappear, with agents enabling builders to achieve more. Personal Journey and Philosophy Steinberger shares his experience of burnout after selling PSPDFKit, emphasizing the importance of finding fulfillment in work and life experiences over solely pursuing money. He values human connection, creativity, and the "builder vibe," seeing AI as a tool to empower individuals. He is considering offers from major labs like Meta and OpenAI, prioritizing the project's open-source nature and continued community involvement.

Anthropic just released the real Claude Bot...5:00
FireshipFireship

Anthropic just released the real Claude Bot...

·5:00·1.1M views·3 min saved

Claude Computer Use: The New AI Assistant Anthropic released "Computer Use," allowing Claude to control a computer via a single prompt. It can open apps, schedule tasks, prepare reports, and even interact with colleagues. Accessible from a phone, it operates autonomously without user presence. Currently only available on Mac OS. AI Job Displacement and Competition Anthropic's CEO predicts significant job losses in entry-level legal, consulting, and finance roles. OpenAI acquired "OpenClaw," previously "Clawbot," after a cease-and-desist from Anthropic. OpenClaw is free, open-source, local, and model-agnostic. Computer Use is paid, closed-source, Mac-only, and tied to Claude models. Palo Alto Networks warns of risks with OpenClaw's access to private data and external communication. An OpenClaw maintainer cautioned that users need command-line proficiency for safe usage. Computer Use is presented as a user-friendly alternative with a permission-first approach. Demonstrated Use Cases and "Fraud" The tool can be used to write and send cover letters to potential employers. During interviews, it can listen and solve coding challenges in real-time. It can sync with calendars to attend meetings, listen, and even participate using a voice model. Claude can write code, schedule pull requests to simulate productivity, and check bank deposits. The tool can be used to transfer funds to Monero. SER API: Real-Time Data for AI SER API is highlighted as a solution for LLMs needing live web data. It provides access to over 100 search engines, returning structured JSON data. Integrates via HTTP requests or libraries (Python, JavaScript). Handles CAPTCHAs automatically. Used by companies like Nvidia and Shopify.

you need to use Hermes RIGHT NOW!! (goodbye OpenClaw!!)32:39
NetworkChuckNetworkChuck

you need to use Hermes RIGHT NOW!! (goodbye OpenClaw!!)

·32:39·1.1M views·31 min saved

Introduction to Hermes The speaker is switching from OpenClaw to Hermes due to its mission, growing capabilities, and stability. Hermes is a fast-growing GitHub project and has surpassed OpenClaw in token usage on OpenRouter. The speaker has been using Hermes for a month and finds it reliable enough to recommend to others. Installation and Setup Installation is a single command, and Hermes can be run on various systems, including cloud VPS. Hostinger is recommended for VPS hosting, with a specific offer for viewers. The installation process involves setting up a VPS, running a command in the terminal, and configuring Hermes. Hermes offers an OpenClaw migration path. Users can choose their inference model (e.g., OpenAI via ChatGPT subscription, Grok, local models via LM Studio). Messaging can be set up via Telegram (using the BotFather) or other options. Key Differentiators of Hermes Vibe and Mission: Nous Research, the company behind Hermes, emphasizes a strong mission and aesthetic. Memory System: Hermes' memory management is a significant improvement. It uses USER.md and MEMORY.md files but enforces strict character limits (1,375 for user, 2,200 for memory) to keep agents focused and prevent bloating. Active Memory Nudges: Hermes periodically runs background agents (every ~10 turns) to update memory, unlike OpenClaw which typically does this only at session start/end. Honcho Integration: An optional add-on that creates "peer cards" to build a profile of the user, enhancing agent context. Skill System: Hermes focuses on agents building their own skills through interaction and self-improvement, rather than relying on a marketplace of pre-made skills like OpenClaw. Stability and Product Feel: Hermes is described as feeling more like a product and less prone to breaking than OpenClaw, which is seen as more of a project. Advanced Features and Philosophy Self-Improvement Loop: Agents can create and refine their own skills, leading to continuous improvement. Curator: A background agent that manages and optimizes skills. Agent Autonomy and Control: Hermes aims to "get out of the agent's way," allowing the models to be smart and providing them with the necessary tools (harness) to interact with the world. Recent Features: A Hermes dashboard, Kanban task management, and a computer control module (in preview) are mentioned. Comparison with OpenClaw Hermes is presented as a more stable, intuitive, and continuously improving alternative to OpenClaw. OpenClaw is characterized as potentially clunky, prone to breaking, and feeling more like a project requiring constant troubleshooting. Hermes' skill system emphasizes creation over consumption from a marketplace, addressing past security concerns with OpenClaw's community hub.

OpenClaw......RIGHT NOW??? (it's not what you think)34:44
NetworkChuckNetworkChuck

OpenClaw......RIGHT NOW??? (it's not what you think)

·34:44·1.0M views·32 min saved

Introduction and Setup OpenClaw is a significant AI development with 308,000 GitHub stars, influencing major tech companies like Anthropic. The video aims to cut through the hype and explain OpenClaw's utility. A quick setup guide is provided at the beginning for immediate hands-on experience. Setup requires a server (demonstrated on Hostinger VPS) and coffee. Installation involves a simple one-liner command after SSHing into the server. OpenClaw Functionality and Core Components OpenClaw is a "harness" or "layer" that sits on top of other AI models, not an AI itself. Users can choose their preferred AI model (OpenAI, Anthropic, local models via Ollama). It integrates with communication channels like Telegram for interaction. A Telegram bot is created via BotFather to enable communication. Configuration involves setting up an agent's identity and behavior, stored in markdown files (soul.md, identity.md, memory.md). Agents have a "soul" and "identity" which are stored and can be modified. Memory is stored in markdown files, with daily journals available. The agents.md file defines agent behavior, including bootstrap processes and memory loading rules. OpenClaw supports tools, allowing agents to interact with the underlying system (bash scripts, cron jobs, web browsing). Heartbeats and cron jobs are crucial for making agents feel "alive" and automating tasks. Key Features and Use Cases News Briefing/Project One: An agent can be tasked to gather and summarize news from various sources (Cybersecurity, Reddit, Hacker News), rate content, and even create a dashboard. IT Engineer/Project Two: An agent can monitor a server's performance (RAM, CPU, security logs) and create a dashboard. Skills and Clawhub: OpenClaw has a vast ecosystem of "skills" (over 33,000) available via Clawhub for added agent capabilities (e.g., creating Word documents, browsing the web). Caution is advised due to potential malware in skills. Sub-agents: Agents can deploy other agents to perform specific tasks (e.g., researching coffee brewing methods). Multiple Agents: A single gateway can manage multiple agents, creating "teams" (e.g., an IT department with a CTO and individual engineers). Security Considerations OpenClaw has had significant security vulnerabilities, with warnings about malware in skills. A `openclaw security audit` command is available to check for vulnerabilities. Key security measures include ensuring the web UI is not exposed to the public internet (defaulting to localhost). SSH tunneling can be used to securely access the web UI. Firewall configuration is essential to block unnecessary ports. The `tools.profile` setting (full vs. coding) determines the agent's access to system tools. The `tools.exec` setting controls how agents interact with tools (allow list, deny, ask, full). Redlining in agent instructions helps define agent behavior and prevent malicious actions. Vetting skills from Clawhub is critical. Author's Perspective and Verdict The author uses OpenClaw for specific purposes, not general tasks, preferring other tools like "Claw Code" for serious work. Current personal uses include: managing a home lab with an IT team, a personal assistant in Japan (Hermione) for tasks like email checking and making phone calls in Japanese, and a personal training assistant (Arnold Schwarzenegger). OpenClaw's strength lies in its accessibility and packaging, making AI capabilities seem achievable. Major tech companies (Nvidia, Anthropic) are developing similar concepts, indicating its importance. The author plans a series delving deeper into OpenClaw, including security and IT operations. Despite initial stress, the author finds OpenClaw "fun" and encourages experimentation.

OpenClaw Creator: Why 80% Of Apps Will Disappear22:36
Y CombinatorY Combinator

OpenClaw Creator: Why 80% Of Apps Will Disappear

·22:36·997.4K views·21 min saved

OpenClaw Explained OpenClaw is an open-source personal AI agent that runs locally on a user's computer, offering greater power and control than cloud-based alternatives. It can connect to and control various devices and services, from smart home appliances to personal data. A key feature is its ability to deeply search and understand a user's entire computer, uncovering forgotten data and creating narratives. Bot-to-Bot and Human-Bot Interactions OpenClaw facilitates bot-to-bot interactions for tasks like restaurant bookings and negotiations. It can also enable bots to hire humans for real-world tasks, bridging the digital and physical realms. The concept of specialized bots for different life aspects (personal, work, relationships) is explored. The Aha Moment and Development Philosophy The creator's "aha" moment came when OpenClaw independently handled a voice message by transcribing it, finding necessary tools (like FFmpeg and an OpenAI key), and responding, all within seconds, without explicit programming for those exact steps. This highlights the power of AI in creative problem-solving and adapting to unexpected situations. The creator uses a contrarian development approach, preferring multiple local repository checkouts over Git worktrees and avoiding complex UIs for simplicity and efficiency. The Future of Apps and Value It's predicted that 80% of current apps will disappear as AI agents can manage data and perform tasks more naturally. Apps relying on sensors might survive, but data-management apps are likely to be replaced. The value will shift to memory storage and data ownership, with OpenClaw emphasizing local data storage in markdown files. The creator believes that large model companies' moat is temporary, as open-source models catch up, and models can become commoditized. OpenClaw's Unique Elements Soul.md: A private file containing the creator's core values and principles for human-AI interaction, which is not open-source. The creator emphasizes giving AI tools that humans use (like CLIs) rather than creating bot-specific inventions. OpenClaw's ability to be infused with personality and its "sassy" yet pleasant interaction style are key differentiators.