<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
  <channel>
    <title>CashInVids – Watch Videos &amp;amp; Earn Money Online | Passive Income Platform</title>
    <link>https://cashinvids.com</link>
    <description>CashInVids is a video sharing platform where you can get paid for your vids, create tutorials, and build passive income through online video monetization.</description>
    <item>
      <title>Local AI Agent with LangGraph + Ollama (Full Tutorial, Qwen3)</title>
      <link>https://cashinvids.com/watch/local-ai-agent-with-langgraph-ollama-full-tutorial-qwen3_sNKzxKAtZSOBnVq.html</link>
      <pubDate>Sun, 24 May 2026 23:57:18 +0000</pubDate>
      <guid isPermaLink="true">https://cashinvids.com/watch/local-ai-agent-with-langgraph-ollama-full-tutorial-qwen3_sNKzxKAtZSOBnVq.html</guid>
      <description>🚀 Code: &lt;br&gt;&lt;a href="https://github.com/langchain-ai/langchain-academy/" target="_blank" class="hash" rel="nofollow"&gt;https://github.com/langchain-ai/langchain-academy/&lt;/a&gt; &lt;br&gt; &lt;br&gt;Tired of API bills and vendor lock-in? In this tutorial, you’ll learn how to adapt a LangGraph agent to run entirely locally using the free, open-source Qwen3 model with Ollama. We&amp;#039;ll take a standard LangChain Academy example built for GPT-4o and show you how to swap it out for a powerful local alternative, giving you full control over your data and costs. &lt;br&gt; &lt;br&gt;// WHAT YOU&amp;#039;LL LEARN &lt;br&gt;Setting up a Python development environment with UV, a blazingly fast package manager. &lt;br&gt;Installing and running powerful open-source models like Qwen3 locally with Ollama. &lt;br&gt;Building a conversational agent with memory using LangGraph&amp;#039;s StateGraph. &lt;br&gt;Defining and binding tools (like a calculator) to your local LLM. &lt;br&gt;Adapting existing LangChain code from proprietary to open-source models. &lt;br&gt;Launching and interacting with your agent using LangGraph Studio. &lt;br&gt;Observing and debugging your agent&amp;#039;s thought process with LangSmith. &lt;br&gt;Understanding the core components of an agentic graph: nodes, edges, and state. &lt;br&gt; &lt;br&gt;// RESOURCES &lt;br&gt;LangChain Academy Course: &lt;br&gt;&lt;a href="https://academy.langchain.com/" target="_blank" class="hash" rel="nofollow"&gt;https://academy.langchain.com/&lt;/a&gt; &lt;br&gt; &lt;br&gt;LangGraph Docs: &lt;br&gt;&lt;a href="https://docs.langchain.com/oss/python/langgraph/overview" target="_blank" class="hash" rel="nofollow"&gt;https://docs.langchain.com/oss..../python/langgraph/ov&lt;/a&gt; &lt;br&gt; &lt;br&gt;Ollama &amp;amp; Qwen3 Model: &lt;br&gt;&lt;a href="https://ollama.com/" target="_blank" class="hash" rel="nofollow"&gt;https://ollama.com/&lt;/a&gt; &lt;br&gt;&lt;a href="https://ollama.com/" target="_blank" class="hash" rel="nofollow"&gt;https://ollama.com/&lt;/a&gt;library/qwen3 &lt;br&gt; &lt;br&gt;UV Package Manager: &lt;br&gt;&lt;a href="https://github.com/astral-sh/uv" target="_blank" class="hash" rel="nofollow"&gt;https://github.com/astral-sh/uv&lt;/a&gt; &lt;br&gt; &lt;br&gt;// CHAPTERS &lt;br&gt;00:00 - Intro: Moving Beyond Proprietary Models &lt;br&gt;01:03 - The Stack: LangGraph, Ollama, and UV &lt;br&gt;01:14 - Environment Setup with UV Package Manager &lt;br&gt;01:50 - Installing Ollama &amp;amp; Pulling the Qwen3 Model &lt;br&gt;04:01 - Creating a Virtual Environment &amp;amp; Project Dependencies &lt;br&gt;05:35 - Code Deep Dive: From OpenAI to Ollama &lt;br&gt;06:21 - Building the Agent Graph (Nodes &amp;amp; Edges) &lt;br&gt;11:00 - Configuring LangSmith for Tracing &lt;br&gt;12:12 - Running the Agent in LangGraph Studio &lt;br&gt;12:46 - Live Demo: Testing the Agent&amp;#039;s Memory &lt;br&gt;13:56 - Recap &amp;amp; Next Steps &lt;br&gt; &lt;br&gt;// NEXT STEPS &lt;br&gt;If this helped, give the video a like and subscribe! What should we build next with this local stack? Let me know in the comments below. &lt;br&gt; &lt;br&gt;Discord: discord.gg/KpnJQbgpjt &lt;br&gt; &lt;br&gt;#LangGraph #Ollama #LangChain #LocalLLM #OpenSourceAI #Qwen3 #Python #AIAgent #LangSmith #LLM #AI</description>
      <media:thumbnail url="https://i.ytimg.com/vi/LXSfjOCYD40/maxresdefault.jpg"/>
    </item>
    <item>
      <title>The Best Local AI Agent for Python</title>
      <link>https://cashinvids.com/watch/the-best-local-ai-agent-for-python_r1NcjrPxvzpwBjt.html</link>
      <pubDate>Sun, 24 May 2026 23:57:17 +0000</pubDate>
      <guid isPermaLink="true">https://cashinvids.com/watch/the-best-local-ai-agent-for-python_r1NcjrPxvzpwBjt.html</guid>
      <description>We&amp;#039;ve been exploring local models for marimo lately and came to the conclusion that you can very much get a performance boost even if you don&amp;#039;t resort to the large vendors. However, to really benefit most it might be most helpful to pivot your expectations and way of working slightly.  &lt;br&gt; &lt;br&gt;00:00 The case for local models &lt;br&gt;01:58 The setup &lt;br&gt;06:06 The prompt &lt;br&gt;07:15 The mistakes &lt;br&gt;09:15 The pattern  &lt;br&gt;12:02 Conclusion  &lt;br&gt; &lt;br&gt;To learn more, check out these links:  &lt;br&gt;&lt;a href="https://ollama.com/" target="_blank" class="hash" rel="nofollow"&gt;https://ollama.com/&lt;/a&gt; &lt;br&gt;&lt;a href="https://docs.marimo.io/guides/editor_features/ai_completion/?h=ollama#using-ollama" target="_blank" class="hash" rel="nofollow"&gt;https://docs.marimo.io/guides/....editor_features/ai_c&lt;/a&gt;</description>
      <media:thumbnail url="https://i.ytimg.com/vi/NIBprn5cEZA/maxresdefault.jpg"/>
    </item>
    <item>
      <title>You&amp;#039;ve Been Using AI the Hard Way (Use This Instead)</title>
      <link>https://cashinvids.com/watch/you-039-ve-been-using-ai-the-hard-way-use-this-instead_Iio9KpQseCgCI8T.html</link>
      <pubDate>Sun, 24 May 2026 23:57:17 +0000</pubDate>
      <guid isPermaLink="true">https://cashinvids.com/watch/you-039-ve-been-using-ai-the-hard-way-use-this-instead_Iio9KpQseCgCI8T.html</guid>
      <description>Access your devices securely from anywhere with TwinGate: &lt;a href="https://ntck.co/ai_terminal" target="_blank" class="hash" rel="nofollow"&gt;https://ntck.co/ai_terminal&lt;/a&gt;  &lt;br&gt; &lt;br&gt; &lt;br&gt;Still using AI in the browser? You’re doing it the slow way. In this video, I BREAK OUT of the GUI and show you how AI in the terminal (Gemini CLI, Claude Code, Codex and OpenCode) makes me 10x faster. We’ll install the tools (Mac/Windows/Linux), spin up project aware context files, and unlock terminal AI superpowers. I’ll also show my daily workflow for keeping multiple AIs in sync across the same folder. &lt;br&gt; &lt;br&gt; &lt;br&gt;RESOURCES / LINKS: &lt;br&gt; &lt;br&gt;Commands / Walkthrough: &lt;a href="https://github.com/theNetworkChuck/ai-in-the-terminal" target="_blank" class="hash" rel="nofollow"&gt;https://github.com/theNetworkC....huck/ai-in-the-termi&lt;/a&gt;  &lt;br&gt;Gemini CLI: &lt;a href="https://ai.google.dev/gemini-api" target="_blank" class="hash" rel="nofollow"&gt;https://ai.google.dev/gemini-api&lt;/a&gt; &lt;br&gt;Claude Code: &lt;a href="https://www.claude.com/product/claude-code" target="_blank" class="hash" rel="nofollow"&gt;https://www.claude.com/product/claude-code&lt;/a&gt; &lt;br&gt;OpenCode: &lt;a href="https://opencode.ai/" target="_blank" class="hash" rel="nofollow"&gt;https://opencode.ai/&lt;/a&gt; &lt;br&gt; &lt;br&gt; &lt;br&gt;TIMESTAMPS: &lt;br&gt; &lt;br&gt;0:00 - Intro &lt;br&gt;1:09 - Segment 1: The Terminal Superpower (Gemini) &lt;br&gt;8:43 - Segment 2: Claude Code &lt;br&gt;17:59 - Segment 3: ALL THE TERMINALS!!! &lt;br&gt;20:31 - Segment 4: Meta-Proof &lt;br&gt;26:29 - Segment 5: Open Code &lt;br&gt; &lt;br&gt; &lt;br&gt;🔥🔥Join the NetworkChuck Academy!: &lt;a href="https://ntck.co/NCAcademy" target="_blank" class="hash" rel="nofollow"&gt;https://ntck.co/NCAcademy&lt;/a&gt;  &lt;br&gt; &lt;br&gt; &lt;br&gt; &lt;br&gt;**Sponsored by Twingate &lt;br&gt; &lt;br&gt; &lt;br&gt; &lt;br&gt; &lt;br&gt; &lt;br&gt; &lt;br&gt; &lt;br&gt;SUPPORT NETWORKCHUCK &lt;br&gt;--------------------------------------------------- &lt;br&gt;☕☕ COFFEE and MERCH: &lt;a href="https://ntck.co/coffee" target="_blank" class="hash" rel="nofollow"&gt;https://ntck.co/coffee&lt;/a&gt;  &lt;br&gt; &lt;br&gt;🆘🆘NEED HELP?? Join the Discord Server: &lt;a href="https://discord.gg/networkchuck" target="_blank" class="hash" rel="nofollow"&gt;https://discord.gg/networkchuck&lt;/a&gt;  &lt;br&gt; &lt;br&gt;STUDY WITH ME on Twitch: &lt;a href="https://bit.ly/nc_twitch" target="_blank" class="hash" rel="nofollow"&gt;https://bit.ly/nc_twitch&lt;/a&gt;  &lt;br&gt; &lt;br&gt;READY TO LEARN?? &lt;br&gt;--------------------------------------------------- &lt;br&gt;-Learn Python: &lt;a href="https://bit.ly/3rzZjzz" target="_blank" class="hash" rel="nofollow"&gt;https://bit.ly/3rzZjzz&lt;/a&gt;  &lt;br&gt;-Get your CCNA: &lt;a href="https://bit.ly/nc-ccna" target="_blank" class="hash" rel="nofollow"&gt;https://bit.ly/nc-ccna&lt;/a&gt;  &lt;br&gt; &lt;br&gt;FOLLOW ME EVERYWHERE &lt;br&gt;--------------------------------------------------- &lt;br&gt;Instagram: &lt;a href="https://www.instagram.com/networkchuck/" target="_blank" class="hash" rel="nofollow"&gt;https://www.instagram.com/networkchuck/&lt;/a&gt;  &lt;br&gt;Twitter: &lt;a href="https://twitter.com/networkchuck" target="_blank" class="hash" rel="nofollow"&gt;https://twitter.com/networkchuck&lt;/a&gt;  &lt;br&gt;Facebook: &lt;a href="https://www.facebook.com/NetworkChuck/" target="_blank" class="hash" rel="nofollow"&gt;https://www.facebook.com/NetworkChuck/&lt;/a&gt;  &lt;br&gt;Join the Discord server: &lt;a href="http://bit.ly/nc-discord" target="_blank" class="hash" rel="nofollow"&gt;http://bit.ly/nc-discord&lt;/a&gt;  &lt;br&gt; &lt;br&gt; &lt;br&gt; &lt;br&gt; &lt;br&gt;AFFILIATES &amp;amp; REFERRALS &lt;br&gt;--------------------------------------------------- &lt;br&gt;(GEAR I USE...STUFF I RECOMMEND) &lt;br&gt;Use n8n to automate EVERYTHING: &lt;a href="https://ntck.co/n8n" target="_blank" class="hash" rel="nofollow"&gt;https://ntck.co/n8n&lt;/a&gt; &lt;br&gt;Want to browse securely? Try my ZERO-TRUST browser: &lt;a href="https://browser.networkchuck.com/" target="_blank" class="hash" rel="nofollow"&gt;https://browser.networkchuck.com/&lt;/a&gt;  &lt;br&gt;Do you want to know how I draw on the screen?? Go to &lt;a href="https://ntck.co/EpicPen" target="_blank" class="hash" rel="nofollow"&gt;https://ntck.co/EpicPen&lt;/a&gt; and use code NetworkChuck to get 20% off!!  &lt;br&gt; &lt;br&gt; &lt;br&gt; &lt;br&gt;“Stop Using AI in the Browser: Terminal Is 10x Faster” &lt;br&gt;“Gemini CLI + Claude Code: My AI Terminal Workflow” &lt;br&gt;“AI in the Terminal Changed Everything (Goodbye GUI)” &lt;br&gt;“Claude Agents in Your Terminal: Multi-Task Like a Boss” &lt;br&gt;“The Ultimate AI Dev Environment: Gemini, Claude, OpenCode” &lt;br&gt;“How I Sync Multiple AIs on One Project (No Copy/Paste)” &lt;br&gt;“Own Your Context: AI Projects That Live on Your Drive” &lt;br&gt;“Terminal AI for Writers, Hackers, and Builders” &lt;br&gt;“Claude Code Agents Explained: Fresh Context Windows!” &lt;br&gt;“Open-Source Terminal AI That Runs Local Models” &lt;br&gt;“Build an AI Terminal Stack: Install, Configure, Dominate” &lt;br&gt;“From Browser Chaos to Terminal Flow (Full Setup)” &lt;br&gt;“Headless AI: Run Prompts from Bash &amp;amp; Scripts” &lt;br&gt;“Output Styles &amp;amp; Agents: Claude Code’s Secret Weapons” &lt;br&gt;“Why I Use 3 Terminal AIs at Once (and How)” &lt;br&gt;“Replace Your Notes App with AI-Backed Context Files” &lt;br&gt;“Production AI Workflows with Git + Terminal Tools” &lt;br&gt;“Zero Trust for AI: Secure Your Files Before You Start” &lt;br&gt;“Turn Your Terminal Into a Superpower with AI” &lt;br&gt; &lt;br&gt; &lt;br&gt; &lt;br&gt;#terminal #AI #claudecode</description>
      <media:thumbnail url="https://i.ytimg.com/vi/MsQACpcuTkU/maxresdefault.jpg"/>
    </item>
    <item>
      <title>Build Your First AI Agent in 20 Minutes (No Coding Required)</title>
      <link>https://cashinvids.com/watch/build-your-first-ai-agent-in-20-minutes-no-coding-required_lQgcLvOSIPfMPhf.html</link>
      <pubDate>Sun, 24 May 2026 23:57:17 +0000</pubDate>
      <guid isPermaLink="true">https://cashinvids.com/watch/build-your-first-ai-agent-in-20-minutes-no-coding-required_lQgcLvOSIPfMPhf.html</guid>
      <description>In this video, you will learn how to build a customer support AI agent in 20 minutes using Zapier  &lt;br&gt; &lt;br&gt;Zapier Login: &lt;a href="https://bit.ly/3K6RNcY" target="_blank" class="hash" rel="nofollow"&gt;https://bit.ly/3K6RNcY&lt;/a&gt; &lt;br&gt; &lt;br&gt;Download all the video resources here: &lt;a href="https://resources.codebasics.io/fB8OqK" target="_blank" class="hash" rel="nofollow"&gt;https://resources.codebasics.io/fB8OqK&lt;/a&gt; &lt;br&gt; &lt;br&gt;Do you want to learn technology from me? Check &lt;a href="https://resources.codebasics.io/fYCzjn" target="_blank" class="hash" rel="nofollow"&gt;https://resources.codebasics.io/fYCzjn&lt;/a&gt; for my affordable video courses. &lt;br&gt; &lt;br&gt;Need help building software or data analytics/AI solutions? My company &lt;a href="https://www.atliq.com/" target="_blank" class="hash" rel="nofollow"&gt;https://www.atliq.com/&lt;/a&gt; can help. Click on the Contact button on that website. &lt;br&gt; &lt;br&gt;🎥 Codebasics Hindi channel: &lt;a href="https://www.youtube.com/channel/UCTmFBhuhMibVoSfYom1uXEg" target="_blank" class="hash" rel="nofollow"&gt;https://www.youtube.com/channe....l/UCTmFBhuhMibVoSfYo&lt;/a&gt; &lt;br&gt; &lt;br&gt;#️⃣ Social Media #️⃣ &lt;br&gt; &lt;br&gt;🧑‍🤝‍🧑 Discord for Community Support:  &lt;a href="https://discord.gg/r42Kbuk" target="_blank" class="hash" rel="nofollow"&gt;https://discord.gg/r42Kbuk&lt;/a&gt; &lt;br&gt;📸 Codebasics&amp;#039; Instagram: &lt;a href="https://www.instagram.com/codebasicshub/" target="_blank" class="hash" rel="nofollow"&gt;https://www.instagram.com/codebasicshub/&lt;/a&gt; &lt;br&gt;📝 Codebasics&amp;#039; Linkedin :  &lt;a href="https://www.linkedin.com/company/codebasics/" target="_blank" class="hash" rel="nofollow"&gt;https://www.linkedin.com/company/codebasics/&lt;/a&gt; &lt;br&gt; &lt;br&gt;------ &lt;br&gt; &lt;br&gt;📝 Dhaval&amp;#039;s Linkedin : &lt;a href="https://www.linkedin.com/in/dhavalsays/" target="_blank" class="hash" rel="nofollow"&gt;https://www.linkedin.com/in/dhavalsays/&lt;/a&gt; &lt;br&gt;📝 Hem&amp;#039;s Linkedin: &lt;a href="https://www.linkedin.com/in/hemvad/" target="_blank" class="hash" rel="nofollow"&gt;https://www.linkedin.com/in/hemvad/&lt;/a&gt; &lt;br&gt; &lt;br&gt;📽️ Hem&amp;#039;s Instagram for daily tips: &lt;a href="https://www.instagram.com/hemvadivel/" target="_blank" class="hash" rel="nofollow"&gt;https://www.instagram.com/hemvadivel/&lt;/a&gt; &lt;br&gt;📸 Dhaval&amp;#039;s Personal Instagram: &lt;a href="https://www.instagram.com/dhavalsays/" target="_blank" class="hash" rel="nofollow"&gt;https://www.instagram.com/dhavalsays/&lt;/a&gt; &lt;br&gt; &lt;br&gt;🔗 Patreon: &lt;a href="https://www.patreon.com/codebasics?fan_landing=true" target="_blank" class="hash" rel="nofollow"&gt;https://www.patreon.com/codeba....sics?fan_landing=tru&lt;/a&gt;</description>
      <media:thumbnail url="https://i.ytimg.com/vi/Jekzc6BM5_w/mqdefault.jpg"/>
    </item>
    <item>
      <title>This NEW AI AGENT is INSANE! (FREE!)🤯</title>
      <link>https://cashinvids.com/watch/this-new-ai-agent-is-insane-free-рџ-ї_LtA95kzn6O3Ws1I.html</link>
      <pubDate>Sun, 24 May 2026 23:57:17 +0000</pubDate>
      <guid isPermaLink="true">https://cashinvids.com/watch/this-new-ai-agent-is-insane-free-рџ-ї_LtA95kzn6O3Ws1I.html</guid>
      <description>Want to make money and save time with AI? Get AI Coaching, Support &amp;amp; Courses 👉 &lt;a href="https://juliangoldieai.com/07L1kg" target="_blank" class="hash" rel="nofollow"&gt;https://juliangoldieai.com/07L1kg&lt;/a&gt; &lt;br&gt; &lt;br&gt;Get a FREE AI Course + 1000 NEW AI Agents  👉 &lt;a href="https://juliangoldieai.com/5iUeBR" target="_blank" class="hash" rel="nofollow"&gt;https://juliangoldieai.com/5iUeBR&lt;/a&gt; &lt;br&gt; &lt;br&gt;Want to know how I make videos like these? Join the AI Profit Boardroom → &lt;a href="https://juliangoldieai.com/07L1kg" target="_blank" class="hash" rel="nofollow"&gt;https://juliangoldieai.com/07L1kg&lt;/a&gt; &lt;br&gt; &lt;br&gt;This Tiny 3B AI Model Destroys DeepSeek R1 (Runs on Your Phone!) &lt;br&gt; &lt;br&gt;Discover Liquid AI&amp;#039;s LFM-2.6B-XP, a game-changing 2.6 billion parameter model that outperforms giants 263 times its size. Learn how to run this powerful, open-source AI agent locally on your device for fast, private, and cost-free automation. &lt;br&gt; &lt;br&gt;00:00 - Intro &lt;br&gt;00:46 - Liquid AI LFM-2.6B Revealed &lt;br&gt;01:41 - Capabilities and Agent Tasks &lt;br&gt;02:27 - Benchmark Performance vs Giants &lt;br&gt;03:22 - Architecture and Context Window &lt;br&gt;04:27 - Tool Calling and Multilingual Support &lt;br&gt;06:20 - How to Download and Run Locally &lt;br&gt;07:37 - The Future of Edge AI</description>
      <media:thumbnail url="https://i.ytimg.com/vi/gFyv7YDrlJg/maxresdefault.jpg"/>
    </item>
    <item>
      <title>STOP Building AI Agents. Do THIS Instead.</title>
      <link>https://cashinvids.com/watch/stop-building-ai-agents-do-this-instead_UloExherW7p4zoO.html</link>
      <pubDate>Sun, 24 May 2026 23:57:17 +0000</pubDate>
      <guid isPermaLink="true">https://cashinvids.com/watch/stop-building-ai-agents-do-this-instead_UloExherW7p4zoO.html</guid>
      <description>🤖 Master Claude Code and start building AI solutions that businesses will pay for 👉 &lt;a href="https://skool.com/aiworkshop" target="_blank" class="hash" rel="nofollow"&gt;https://skool.com/aiworkshop&lt;/a&gt; &lt;br&gt; &lt;br&gt;🔗 Get the GEO tool from GitHub (FREE) 👉 &lt;a href="https://www.skool.com/aiworkshop-lite" target="_blank" class="hash" rel="nofollow"&gt;https://www.skool.com/aiworkshop-lite&lt;/a&gt; &lt;br&gt; &lt;br&gt;Work with us to Implement AI Into Your Business 👉  &lt;a href="https://bit.ly/AIW-Discovery-Call" target="_blank" class="hash" rel="nofollow"&gt;https://bit.ly/AIW-Discovery-Call&lt;/a&gt; &lt;br&gt; &lt;br&gt;Stop building AI agents from scratch. Anthropic — the company behind Claude — just told the world to build Skills instead. In this video, I break down exactly what Claude Skills are, why they matter, and why Anthropic believes they&amp;#039;re the next paradigm shift in AI. &lt;br&gt; &lt;br&gt;Then I go beyond theory and show you a real project I built using Skills — a full GEO (Generative Engine Optimization) audit system that analyzes any website for AI search visibility and generates a professional report. Something you can actually sell as a service. &lt;br&gt; &lt;br&gt;Whether you&amp;#039;re a developer, marketer, business owner, or creator — Skills change how you use AI for real work. &lt;br&gt; &lt;br&gt;📌 In this video you&amp;#039;ll learn: &lt;br&gt; &lt;br&gt;What Claude Skills are and how they work &lt;br&gt;Why Skills beat building custom agents for every use case &lt;br&gt;How Skills give AI domain expertise on demand &lt;br&gt;A real-world demo of Skills powering a sellable GEO audit service &lt;br&gt; &lt;br&gt;⏱️ CHAPTERS: &lt;br&gt; &lt;br&gt;0:00 — Why Anthropic Says Stop Building Agents &lt;br&gt;0:50 — The Problem With AI Agents Today &lt;br&gt;2:13 — What Are Skills &amp;amp; Why They&amp;#039;re the Future &lt;br&gt;5:15 — Real Project Demo: Multi-Skill GEO Audit System</description>
      <media:thumbnail url="https://i.ytimg.com/vi/wqH1hTkA6qg/maxresdefault.jpg"/>
    </item>
    <item>
      <title>Goose + Qwen3 Is INSANE — Best AI Tool I’ve Tried So Far</title>
      <link>https://cashinvids.com/watch/goose-qwen3-is-insane-best-ai-tool-i-ve-tried-so-far_6FcH24fRJXVZ8Vo.html</link>
      <pubDate>Sun, 24 May 2026 23:57:17 +0000</pubDate>
      <guid isPermaLink="true">https://cashinvids.com/watch/goose-qwen3-is-insane-best-ai-tool-i-ve-tried-so-far_6FcH24fRJXVZ8Vo.html</guid>
      <description>In this video, we test Goose, an open source local AI coding agent, paired with the powerful Qwen3-coder model. We walk through building real projects using features like hand gesture detection and a full React setup, all generated from simple prompts. The results were fast, low cost, and surprisingly accurate for a free and extensible developer tool. &lt;br&gt; &lt;br&gt;🔗 Relevant Links &lt;br&gt;goose: &lt;a href="https://block.github.io/goose/" target="_blank" class="hash" rel="nofollow"&gt;https://block.github.io/goose/&lt;/a&gt; &lt;br&gt; &lt;br&gt;❤️ More about us &lt;br&gt;Radically better observability stack: &lt;a href="https://betterstack.com/" target="_blank" class="hash" rel="nofollow"&gt;https://betterstack.com/&lt;/a&gt; &lt;br&gt;Written tutorials: &lt;a href="https://betterstack.com/" target="_blank" class="hash" rel="nofollow"&gt;https://betterstack.com/&lt;/a&gt;community/ &lt;br&gt;Example projects: &lt;a href="https://github.com/BetterStackHQ" target="_blank" class="hash" rel="nofollow"&gt;https://github.com/BetterStackHQ&lt;/a&gt; &lt;br&gt; &lt;br&gt;📱 Socials &lt;br&gt;Twitter: &lt;a href="https://twitter.com/betterstackhq" target="_blank" class="hash" rel="nofollow"&gt;https://twitter.com/betterstackhq&lt;/a&gt; &lt;br&gt;Instagram: &lt;a href="https://www.instagram.com/betterstackhq/" target="_blank" class="hash" rel="nofollow"&gt;https://www.instagram.com/betterstackhq/&lt;/a&gt; &lt;br&gt;TikTok: &lt;a href="https://www.tiktok.com/@betterstack" target="_blank" class="hash" rel="nofollow"&gt;https://www.tiktok.com/@betterstack&lt;/a&gt; &lt;br&gt;LinkedIn: &lt;a href="https://www.linkedin.com/company/betterstack" target="_blank" class="hash" rel="nofollow"&gt;https://www.linkedin.com/company/betterstack&lt;/a&gt; &lt;br&gt; &lt;br&gt;📌 Chapters: &lt;br&gt;00:00 Intro &lt;br&gt;00:20 What Is Goose? &lt;br&gt;01:07 goose + Qwen3-coder &lt;br&gt;01:31 First Test: Building a Hand Gesture Game &lt;br&gt;02:34 Adding Animations and a Local Database &lt;br&gt;02:58 Reviewing the Code and Project Structure &lt;br&gt;03:58 What Are Hints and How They Work &lt;br&gt;04:30 Second Test: React App with Zustand &lt;br&gt;05:10 Styling Issues and Tailwind Problems &lt;br&gt;05:20 Switching to CSS and Getting Better Results &lt;br&gt;05:41 Final Project Review and Code Quality &lt;br&gt;06:02 Final Thoughts</description>
      <media:thumbnail url="https://i.ytimg.com/vi/thCFAzPJBZo/maxresdefault.jpg"/>
    </item>
    <item>
      <title>AI Agents Full Course 2026: Master Agentic AI (2 Hours)</title>
      <link>https://cashinvids.com/watch/ai-agents-full-course-2026-master-agentic-ai-2-hours_mrp7ot4Lv4oX9uj.html</link>
      <pubDate>Sun, 24 May 2026 23:57:16 +0000</pubDate>
      <guid isPermaLink="true">https://cashinvids.com/watch/ai-agents-full-course-2026-master-agentic-ai-2-hours_mrp7ot4Lv4oX9uj.html</guid>
      <description>🔥 Join Maker School &amp;amp; get customer #1 guaranteed: &lt;a href="https://skool.com/makerschool/about" target="_blank" class="hash" rel="nofollow"&gt;https://skool.com/makerschool/about&lt;/a&gt; &lt;br&gt;💎 All course files: &lt;a href="https://drive.google.com/drive/folders/1Sjo54rul7zJXDES-Zu8snNuhYS0SC-IL" target="_blank" class="hash" rel="nofollow"&gt;https://drive.google.com/drive..../folders/1Sjo54rul7z&lt;/a&gt; &lt;br&gt;🎙️ Listen to my silly podcast: &lt;a href="http://www.youtube.com/@stackedpod" target="_blank" class="hash" rel="nofollow"&gt;www.youtube.com/@stackedpod&lt;/a&gt; &lt;br&gt; &lt;br&gt;💼 Work with my team: &lt;a href="https://dub.sh/work-with-me-xtt" target="_blank" class="hash" rel="nofollow"&gt;https://dub.sh/work-with-me-xtt&lt;/a&gt; &lt;br&gt; &lt;br&gt;📚 Free multi-hour courses &lt;br&gt;→ Claude Code (4hr full course): &lt;a href="https://www.youtube.com/watch?v=QoQBzR1NIqI" target="_blank" class="hash" rel="nofollow"&gt;https://www.youtube.com/watch?v=QoQBzR1NIqI&lt;/a&gt; &lt;br&gt;→ Vibe Coding w/ Antigravity (6hr full course): &lt;a href="https://www.youtube.com/watch?v=gcuR_-rzlDw" target="_blank" class="hash" rel="nofollow"&gt;https://www.youtube.com/watch?v=gcuR_-rzlDw&lt;/a&gt; &lt;br&gt;→ Agentic Workflows (6hr full course): &lt;a href="https://www.youtube.com/watch?v=MxyRjL7NG18" target="_blank" class="hash" rel="nofollow"&gt;https://www.youtube.com/watch?v=MxyRjL7NG18&lt;/a&gt; &lt;br&gt;→ N8N (6hr full course, 890K+ views): &lt;a href="https://www.youtube.com/watch?v=2GZ2SNXWK-c" target="_blank" class="hash" rel="nofollow"&gt;https://www.youtube.com/watch?v=2GZ2SNXWK-c&lt;/a&gt; &lt;br&gt; &lt;br&gt;Summary ⤵️ &lt;br&gt;Hey, this is an end to end, extremely comprehensive course all about AI agents. It covers the three modern agentic AI tools: Codex, Claude Code, and Antigravity, and is agnostic to whichever you use.  &lt;br&gt; &lt;br&gt;I will guide you through initial setup; workspace configuration; and then a variety of foundational to prompting techniques like self modifying agent instructions, multi agent MCP orchestration, video-to-action pipelines, agent chatrooms, subagent verification loops, prompt contracts, reverse prompting, and even more! &lt;br&gt; &lt;br&gt;By the end, you will have learned, no fluff, both foundational AI agent design and advanced prompt engineering both. You will also have mastered a bunch of key agentic AI principles, like context management and token usage optimization! Thanks and happy watching! &lt;br&gt; &lt;br&gt;My software, tools, &amp;amp; deals (some give me kickbacks—thank you!) &lt;br&gt;🚀 Instantly: &lt;a href="https://link.nicksaraev.com/instantly-short" target="_blank" class="hash" rel="nofollow"&gt;https://link.nicksaraev.com/instantly-short&lt;/a&gt; &lt;br&gt;📧 Anymailfinder: &lt;a href="https://link.nicksaraev.com/amf-short" target="_blank" class="hash" rel="nofollow"&gt;https://link.nicksaraev.com/amf-short&lt;/a&gt; &lt;br&gt;🤖 Apify: &lt;a href="https://console.apify.com/sign-up" target="_blank" class="hash" rel="nofollow"&gt;https://console.apify.com/sign-up&lt;/a&gt; (30% off with code 30NICKSARAEV) &lt;br&gt;🧑🏽‍💻 n8n: &lt;a href="https://n8n.partnerlinks.io/h372ujv8cw80" target="_blank" class="hash" rel="nofollow"&gt;https://n8n.partnerlinks.io/h372ujv8cw80&lt;/a&gt; &lt;br&gt;📈 Rize: &lt;a href="https://link.nicksaraev.com/rize-short" target="_blank" class="hash" rel="nofollow"&gt;https://link.nicksaraev.com/rize-short&lt;/a&gt; (25% off with promo code NICK) &lt;br&gt; &lt;br&gt;Follow me on other platforms 😈 &lt;br&gt;📸 Instagram: &lt;a href="https://www.instagram.com/nick_saraev" target="_blank" class="hash" rel="nofollow"&gt;https://www.instagram.com/nick_saraev&lt;/a&gt; &lt;br&gt;🕊️ Twitter/X: &lt;a href="https://twitter.com/nicksaraev" target="_blank" class="hash" rel="nofollow"&gt;https://twitter.com/nicksaraev&lt;/a&gt; &lt;br&gt;🤙 Blog: &lt;a href="https://nicksaraev.com" target="_blank" class="hash" rel="nofollow"&gt;https://nicksaraev.com&lt;/a&gt; &lt;br&gt; &lt;br&gt;Why watch? &lt;br&gt;If this is your first view—hi, I’m Nick! TLDR: I spent six years building automated businesses with Make.com (most notably 1SecondCopy, a content company that hit 7 figures). Today a lot of people talk about automation, but I’ve noticed that very few have practical, real world success making money with it. So this channel is me chiming in and showing you what *real* systems that make *real* revenue look like. &lt;br&gt; &lt;br&gt;Hopefully I can help you improve your business, and in doing so, the rest of your life 🙏 &lt;br&gt; &lt;br&gt;Like, subscribe, and leave me a comment if you have a specific request! Thanks. &lt;br&gt; &lt;br&gt;Chapters &lt;br&gt;00:00 Introduction to AI Agent Full Course &lt;br&gt;02:14 Multi-Agent Chrome MCP Workflow Demonstration &lt;br&gt;04:28 Core Agent Workflow &lt;br&gt;09:09 Understanding AI Agent Architecture &lt;br&gt;13:18 The Three Major AI Agent Platforms (Codex, Claude Code, Antigravity) &lt;br&gt;22:29 Platform-Specific Performance Insights &lt;br&gt;25:43 Self-Modifying System Prompts &lt;br&gt;34:57 Standardizing Workflows with Agent Skills &lt;br&gt;39:03 Multi-Agent Orchestration Strategies &lt;br&gt;47:20 Video-to-Action Pipeline &lt;br&gt;56:07 Implementing Stochastic Multi-Agent Consensus &lt;br&gt;1:04:44 Agent Suggestions Unveiled &lt;br&gt;1:05:08 Consensus Reports and Insights &lt;br&gt;1:06:05 Harnessing Multiple Agents &lt;br&gt;1:07:41 Agent Chat Rooms Explained &lt;br&gt;1:10:34 Debate and Collaboration Among Agents &lt;br&gt;1:13:25 Sub-Agent Verification Loops &lt;br&gt;1:17:32 The Mixture of Experts &lt;br&gt;1:20:56 Prompt Contracts Introduced &lt;br&gt;1:24:23 Crafting Effective Prompt Contracts &lt;br&gt;1:27:40 Reverse Prompting for Clarity &lt;br&gt;1:31:41 Context Management Strategies &lt;br&gt;1:37:34 Multi-Agent Chrome Automation &lt;br&gt;1:48:49 Understanding MCP Tools and Skills &lt;br&gt;1:53:34 Context Compression Techniques &lt;br&gt;1:59:19 Optimizing Token Usage &lt;br&gt;2:06:46 Cost-Efficient Multi-Agent Strategies &lt;br&gt;2:11:30 LLM Pricing Principles</description>
      <media:thumbnail url="https://i.ytimg.com/vi/EsTrWCV0Ph4/maxresdefault.jpg"/>
    </item>
    <item>
      <title>Hacker explains: AI Agent Hacking</title>
      <link>https://cashinvids.com/watch/hacker-explains-ai-agent-hacking_1VCCWJMoVMKWtT4.html</link>
      <pubDate>Sun, 24 May 2026 23:57:16 +0000</pubDate>
      <guid isPermaLink="true">https://cashinvids.com/watch/hacker-explains-ai-agent-hacking_1VCCWJMoVMKWtT4.html</guid>
      <description>📞🤖 Hacker Explains: AI Voice Callers &amp;amp; Scams &lt;br&gt;Scammers are now using AI-generated voices to sound real tricking people into giving away passwords, bank details, and personal info. 🎭 Don’t get fooled by the new wave of social engineering. &lt;br&gt; &lt;br&gt;⚠️ Always double-check who’s calling before you share anything sensitive. &lt;br&gt; &lt;br&gt;#CyberSecurity #AIVoice #ScamAlert #HackerExplained #InfoSec #SocialEngineering #OnlineSecurity #AIThreats #Hackers #CyberAwareness</description>
      <media:thumbnail url="https://i.ytimg.com/vi/mA7PRsiNFYU/maxresdefault.jpg"/>
    </item>
    <item>
      <title>Run Lemon AI Locally – Open-Source General AI Agent Like Manus &amp;amp; Genspark AI!</title>
      <link>https://cashinvids.com/watch/run-lemon-ai-locally-open-source-general-ai-agent-like-manus-amp-genspark-ai_EgTvMZ2EFcMoKLw.html</link>
      <pubDate>Sun, 24 May 2026 23:57:16 +0000</pubDate>
      <guid isPermaLink="true">https://cashinvids.com/watch/run-lemon-ai-locally-open-source-general-ai-agent-like-manus-amp-genspark-ai_EgTvMZ2EFcMoKLw.html</guid>
      <description>Lemon AI - Local General AI Agent Framework Like Manus &amp;amp; Genspark AI! &lt;br&gt; &lt;br&gt;In this video, you’ll learn how to run Lemon AI—a full-stack, open-source, general AI agent —entirely on your local machine using Docker and WSL2 on Windows. We walk through the complete setup process, from installing Ubuntu via WSL2 and configuring Docker Desktop to integrating local language models like Qwen3 Coder via Ollama, and even connecting cloud-based models through OpenRouter. You’ll see Lemon AI in action: autonomously planning multi-step tasks, generating marketing websites, creating AI video storylines, and adapting to your feedback mid-process. This tutorial is ideal for developers, AI enthusiasts, content creators, and tech-savvy professionals who want to explore agentic AI without relying on cloud subscriptions. Understanding and running general AI agents locally matters because it gives you full control, privacy, and the ability to customize intelligent automation for your own workflows—today, not years from now. &lt;br&gt; &lt;br&gt;Lemon AI is the first Full-stack Open-source Self-Evolving General AI Agent &lt;br&gt;&lt;a href="https://lemonai.ai/" target="_blank" class="hash" rel="nofollow"&gt;https://lemonai.ai/&lt;/a&gt; &lt;br&gt; &lt;br&gt;GitHub: &lt;br&gt;&lt;a href="https://github.com/hexdocom/lemonai" target="_blank" class="hash" rel="nofollow"&gt;https://github.com/hexdocom/lemonai&lt;/a&gt; &lt;br&gt; &lt;br&gt;Installation  &lt;br&gt;&lt;a href="https://lemon-11.gitbook.io/lemonai/development-deployment-guidelines/docker-quick-deployment/windows-docker-deployment-tutorial/docker-windows-command-deployment-documentation" target="_blank" class="hash" rel="nofollow"&gt;https://lemon-11.gitbook.io/le....monai/development-de&lt;/a&gt; &lt;br&gt; &lt;br&gt;Local Workstation GPU : &lt;a href="https://amzn.to/3XfXsAO" target="_blank" class="hash" rel="nofollow"&gt;https://amzn.to/3XfXsAO&lt;/a&gt; &lt;br&gt; &lt;br&gt;If You Like tutorial like this, You Can Support Our Work In Patreon: &lt;br&gt;&lt;a href="https://www.patreon.com/c/aifuturetech" target="_blank" class="hash" rel="nofollow"&gt;https://www.patreon.com/c/aifuturetech&lt;/a&gt; &lt;br&gt; &lt;br&gt;#generalAIagent #LemonAI #artificialintelligence #aiagent</description>
      <media:thumbnail url="https://i.ytimg.com/vi/W6R8Ux0sDsU/maxresdefault.jpg"/>
    </item>
    <item>
      <title>AI voice cloned calling system for real estate agents.</title>
      <link>https://cashinvids.com/watch/ai-voice-cloned-calling-system-for-real-estate-agents_ZR8YebIqCPojjW1.html</link>
      <pubDate>Sun, 24 May 2026 23:57:15 +0000</pubDate>
      <guid isPermaLink="true">https://cashinvids.com/watch/ai-voice-cloned-calling-system-for-real-estate-agents_ZR8YebIqCPojjW1.html</guid>
      <description>Speechless. That’s the only way to describe Rania’s reaction to her new personal AI assistant.</description>
      <media:thumbnail url="https://i.ytimg.com/vi/HbmyBac3vjk/maxresdefault.jpg"/>
    </item>
    <item>
      <title/>
      <link>https://cashinvids.com/watch/_cGbFvttc2K73boi.html</link>
      <pubDate>Sun, 24 May 2026 23:57:15 +0000</pubDate>
      <guid isPermaLink="true">https://cashinvids.com/watch/_cGbFvttc2K73boi.html</guid>
      <description>Advanced RAG 101 - build agentic RAG with llama3 &lt;br&gt; &lt;br&gt;Get free HubSpot report of how AI is redefining startup GTM strategy: &lt;a href="https://clickhubspot.com/4hx" target="_blank" class="hash" rel="nofollow"&gt;https://clickhubspot.com/4hx&lt;/a&gt; &lt;br&gt; &lt;br&gt;🔗 Links &lt;br&gt;- Join my community: &lt;a href="https://2ly.link/1zq90" target="_blank" class="hash" rel="nofollow"&gt;https://2ly.link/1zq90&lt;/a&gt; &lt;br&gt;- Follow me on twitter: &lt;a href="https://twitter.com/jasonzhou1993" target="_blank" class="hash" rel="nofollow"&gt;https://twitter.com/jasonzhou1993&lt;/a&gt; &lt;br&gt;- Join my AI email list: &lt;a href="https://www.ai-jason.com/" target="_blank" class="hash" rel="nofollow"&gt;https://www.ai-jason.com/&lt;/a&gt; &lt;br&gt;- My discord: &lt;a href="https://discord.gg/eZXprSaCDE" target="_blank" class="hash" rel="nofollow"&gt;https://discord.gg/eZXprSaCDE&lt;/a&gt; &lt;br&gt;- Corrective RAG agent: &lt;a href="https://github.com/langchain-ai/langgraph/blob/main/examples/rag/langgraph_crag_local.ipynbhttps://microsoft.github.io/autogen/blog/2023/10/26/TeachableAgent/" target="_blank" class="hash" rel="nofollow"&gt;https://github.com/langchain-a....i/langgraph/blob/mai&lt;/a&gt; &lt;br&gt;- LlamaParse: &lt;a href="https://github.com/run-llama/llama_parse" target="_blank" class="hash" rel="nofollow"&gt;https://github.com/run-llama/llama_parse&lt;/a&gt; &lt;br&gt;- Firecrawl: &lt;a href="https://www.firecrawl.dev/" target="_blank" class="hash" rel="nofollow"&gt;https://www.firecrawl.dev/&lt;/a&gt; &lt;br&gt;- Jerry Liu build production-ready RAG: &lt;a href="https://www.youtube.com/watch?v=TRjq7t2Ms5I" target="_blank" class="hash" rel="nofollow"&gt;https://www.youtube.com/watch?v=TRjq7t2Ms5I&lt;/a&gt; &lt;br&gt; &lt;br&gt; &lt;br&gt;⏱️ Timestamps &lt;br&gt;0:00 Intro &lt;br&gt;1:33 How to give LLM knowledge &lt;br&gt;3:05 Problem with simple RAG &lt;br&gt;5:55 Better Parser &lt;br&gt;9:01 Chunk size &lt;br&gt;11:40 Rerank &lt;br&gt;12:39 Hybrid search &lt;br&gt;13:10 Agentic RAG - Query translation &lt;br&gt;14:35 Agentic RAG - metadata filtering &lt;br&gt;15:52 Agentic RAG - Corrective RAG agent &lt;br&gt;17:33 Install LLama3 &lt;br&gt;18:00 Code walkthrough &lt;br&gt; &lt;br&gt; &lt;br&gt;👋🏻 About Me &lt;br&gt;My name is Jason Zhou, a product designer who shares interesting AI experiments &amp;amp; products. Email me if you need help building AI apps! ask@ai-jason.com &lt;br&gt; &lt;br&gt;#llama3 #rag #llamaparse #llamaindex #gpt5 #autogen #gpt4 #autogpt #ai #artificialintelligence #tutorial #stepbystep #openai #llm #chatgpt  #largelanguagemodels #largelanguagemodel #bestaiagent #chatgpt #agentgpt #agent #babyagi</description>
      <media:thumbnail url="https://i.ytimg.com/vi/u5Vcrwpzoz8/maxresdefault.jpg"/>
    </item>
    <item>
      <title>5 Types of AI Agents: Autonomous Functions &amp;amp; Real-World Applications</title>
      <link>https://cashinvids.com/watch/5-types-of-ai-agents-autonomous-functions-amp-real-world-applications_fhuazt2lqgZNMIL.html</link>
      <pubDate>Sun, 24 May 2026 23:57:15 +0000</pubDate>
      <guid isPermaLink="true">https://cashinvids.com/watch/5-types-of-ai-agents-autonomous-functions-amp-real-world-applications_fhuazt2lqgZNMIL.html</guid>
      <description>Learn more about Types of AI agents here → &lt;a href="https://ibm.biz/BdnZTE" target="_blank" class="hash" rel="nofollow"&gt;https://ibm.biz/BdnZTE&lt;/a&gt; &lt;br&gt; &lt;br&gt;Can a drone deliver packages safely and efficiently? 🤖 Martin Keen breaks down the 5 types of AI agents—from reflex to learning models—and their role in robotics, decision-making, and automation. Learn how goal-driven and utility-based AI adapt to workflows and complex environments. &lt;br&gt; &lt;br&gt;Intro - 0:00 &lt;br&gt;Simple Reflex Agent - 0:50 &lt;br&gt;Model-Based Reflex Agent - 2:49 &lt;br&gt;Goal-Based AI Agent - 4:20 &lt;br&gt;Utility Based AI Agent- 5:43 &lt;br&gt;Learning AI Agent - 6:55 &lt;br&gt;Use Cases - 8:22 &lt;br&gt; &lt;br&gt;AI news moves fast. Sign up for a monthly newsletter for AI updates from IBM → &lt;a href="https://ibm.biz/BdnZTX" target="_blank" class="hash" rel="nofollow"&gt;https://ibm.biz/BdnZTX&lt;/a&gt; &lt;br&gt; &lt;br&gt;#aiagents #machinelearning #ai</description>
      <media:thumbnail url="https://i.ytimg.com/vi/fXizBc03D7E/maxresdefault.jpg"/>
    </item>
    <item>
      <title>Introducing RAG 2.0: Agentic RAG + Knowledge Graphs (FREE Template)</title>
      <link>https://cashinvids.com/watch/introducing-rag-2-0-agentic-rag-knowledge-graphs-free-template_kNSPwfLLaaExpog.html</link>
      <pubDate>Sun, 24 May 2026 23:57:15 +0000</pubDate>
      <guid isPermaLink="true">https://cashinvids.com/watch/introducing-rag-2-0-agentic-rag-knowledge-graphs-free-template_kNSPwfLLaaExpog.html</guid>
      <description>Traditional RAG systems only scratch the surface of what&amp;#039;s possible. This advanced AI agent combines vector search with knowledge graphs to create a system that understand relationships, track changes over time, and reason about complex connections. Built with PostgreSQL + pgvector and Neo4j + Graphiti, it automatically chooses between vector search, graph traversal, or hybrid approaches based on what will answer your question the best. &lt;br&gt; &lt;br&gt;I built the full package here - a complete implementation including semantic chunking, a vector database/knowledge graph pipeline, a FastAPI backend with streaming responses, and a CLI tool to chat with the agent. &lt;br&gt; &lt;br&gt;Full source code (linked below!) included with support for multiple LLM providers. This is production-ready RAG. &lt;br&gt; &lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ &lt;br&gt; &lt;br&gt;Neon&amp;#039;s free tier is more than enough to cover what you&amp;#039;ll need in this guide! But if you do decide that you need to upgrade, you can sign up through this link and get a $100 credit: &lt;br&gt; &lt;br&gt;&lt;a href="https://get.neon.com/2scm" target="_blank" class="hash" rel="nofollow"&gt;https://get.neon.com/2scm&lt;/a&gt; &lt;br&gt; &lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ &lt;br&gt; &lt;br&gt;Code and instructions for this Agentic RAG Agent here: &lt;br&gt; &lt;br&gt;&lt;a href="https://github.com/coleam00/ottomator-agents/tree/main/agentic-rag-knowledge-graph" target="_blank" class="hash" rel="nofollow"&gt;https://github.com/coleam00/ot....tomator-agents/tree/&lt;/a&gt;</description>
      <media:thumbnail url="https://i.ytimg.com/vi/1ajWYL7Nddo/maxresdefault.jpg"/>
    </item>
    <item>
      <title>How To Run Private &amp;amp; Uncensored LLMs Offline | Dolphin Llama 3</title>
      <link>https://cashinvids.com/watch/how-to-run-private-amp-uncensored-llms-offline-dolphin-llama-3_vGmDo6a2XiirQ1h.html</link>
      <pubDate>Sun, 24 May 2026 23:57:14 +0000</pubDate>
      <guid isPermaLink="true">https://cashinvids.com/watch/how-to-run-private-amp-uncensored-llms-offline-dolphin-llama-3_vGmDo6a2XiirQ1h.html</guid>
      <description>I did test the downloaded LLM and it worked perfectly on a computer that was not connected to the internet. Please be responsible and use the offline uncensored LLM for good rather than evil. Uncensored LLMs can be beneficial if used properly.  &lt;br&gt; &lt;br&gt;Consider Supporting the Global Science Network.  &lt;br&gt;Ko-fi (Preferred as there is zero platform fee for the transactions) &lt;br&gt;&lt;a href="https://ko-fi.com/globalsciencenetwork" target="_blank" class="hash" rel="nofollow"&gt;https://ko-fi.com/globalsciencenetwork&lt;/a&gt; &lt;br&gt; &lt;br&gt;Patreon (If you prefer Patreon)   &lt;br&gt;&lt;a href="https://www.patreon.com/c/GlobalScienceNetwork" target="_blank" class="hash" rel="nofollow"&gt;https://www.patreon.com/c/GlobalScienceNetwork&lt;/a&gt; &lt;br&gt; &lt;br&gt;External Drive Options.  &lt;br&gt; &lt;br&gt;Sandisk 128GB Flash Drive &lt;br&gt;&lt;a href="https://amzn.to/3QqF6JX" target="_blank" class="hash" rel="nofollow"&gt;https://amzn.to/3QqF6JX&lt;/a&gt; &lt;br&gt;Larger Sandisk SSD &lt;br&gt;&lt;a href="https://amzn.to/438Modb" target="_blank" class="hash" rel="nofollow"&gt;https://amzn.to/438Modb&lt;/a&gt; &lt;br&gt;Sandisk HDD  &lt;br&gt;&lt;a href="https://amzn.to/4hCepNO" target="_blank" class="hash" rel="nofollow"&gt;https://amzn.to/4hCepNO&lt;/a&gt; &lt;br&gt;Faraday Cage Box  &lt;br&gt;&lt;a href="https://amzn.to/41j8nfX" target="_blank" class="hash" rel="nofollow"&gt;https://amzn.to/41j8nfX&lt;/a&gt; &lt;br&gt;Blue-ray disk writer (Blue-ray stores data for 20+ years)  &lt;br&gt;&lt;a href="https://amzn.to/44y3xgU" target="_blank" class="hash" rel="nofollow"&gt;https://amzn.to/44y3xgU&lt;/a&gt; &lt;br&gt;Blue-ray disks &lt;br&gt;&lt;a href="https://amzn.to/3Y9hRsn" target="_blank" class="hash" rel="nofollow"&gt;https://amzn.to/3Y9hRsn&lt;/a&gt; &lt;br&gt; &lt;br&gt;As an Amazon Associate, Global Science Network earns from qualifying purchases. &lt;br&gt; &lt;br&gt;Here is a link to the article with code and commands that need to be used.  &lt;br&gt;&lt;a href="https://www.gsnetwork.com/how-to-use-the-dolphin-llama-3-ollama-model/" target="_blank" class="hash" rel="nofollow"&gt;https://www.gsnetwork.com/how-....to-use-the-dolphin-l&lt;/a&gt;</description>
      <media:thumbnail url="https://i.ytimg.com/vi/eiMSapoeyaU/maxresdefault.jpg"/>
    </item>
    <item>
      <title>OpenAI and Google Shocked by the First EVER Open Source AI Agent</title>
      <link>https://cashinvids.com/watch/openai-and-google-shocked-by-the-first-ever-open-source-ai-agent_N9JcrzKYCVLD9xh.html</link>
      <pubDate>Sun, 24 May 2026 23:57:14 +0000</pubDate>
      <guid isPermaLink="true">https://cashinvids.com/watch/openai-and-google-shocked-by-the-first-ever-open-source-ai-agent_N9JcrzKYCVLD9xh.html</guid>
      <description>Zhipu AI just dropped the first real open source AI agent, and the entire industry felt it instantly. GLM four point six V delivers native multimodal tool-calling, full visual reasoning, pixel-accurate UI automation, and a massive one hundred twenty eight thousand token context window that handles documents, videos, charts, and screenshots in one pass. It is the first open source model that matches capabilities previously locked inside OpenAI and Google, and its Flash version runs locally for free. This release sent a shockwave through every major lab and pushed the open source race into a new era. &lt;br&gt; &lt;br&gt;👉 Join the waitlist for the 2026 AI Playbook: &lt;a href="https://tinyurl.com/AI-Playbook-2026" target="_blank" class="hash" rel="nofollow"&gt;https://tinyurl.com/AI-Playbook-2026&lt;/a&gt; &lt;br&gt; &lt;br&gt;📩 Brand Deals &amp;amp; Partnerships: me@faiz.mov &lt;br&gt;✉ General Inquiries: airevolutionofficial@gmail.com &lt;br&gt; &lt;br&gt;🧠 What You’ll See: &lt;br&gt;• The first real open source AI agent with native multimodal tool calling — &lt;a href="https://www.marktechpost.com/2025/12/09/zhipu-ai-releases-glm-4-6v-a-128k-context-vision-language-model-with-native-tool-calling/" target="_blank" class="hash" rel="nofollow"&gt;https://www.marktechpost.com/2....025/12/09/zhipu-ai-r&lt;/a&gt; &lt;br&gt;• GLM four point six V building full UI layouts and verifying changes visually — &lt;a href="https://binaryverseai.com/glm-4-6v-review-benchmarks-pricing-local-install/" target="_blank" class="hash" rel="nofollow"&gt;https://binaryverseai.com/glm-....4-6v-review-benchmar&lt;/a&gt; &lt;br&gt;• The Flash model running locally with fast multimodal reasoning — &lt;a href="https://huggingface.co/zai-org/GLM-4.6V-Flash" target="_blank" class="hash" rel="nofollow"&gt;https://huggingface.co/zai-org/GLM-4.6V-Flash&lt;/a&gt; &lt;br&gt;• How visual search, frame extraction, and interleaved reasoning work inside GLM four point six V — &lt;a href="https://stable-learn.com/en/glm-46v-multimodal-vision-model/" target="_blank" class="hash" rel="nofollow"&gt;https://stable-learn.com/en/gl....m-46v-multimodal-vis&lt;/a&gt; &lt;br&gt; &lt;br&gt;🚨 Why It Matters: &lt;br&gt;AI just moved into a new phase: open source models that understand screens, parse massive documents, run real tools, rewrite frontends, and reason across video in a single context window. GLM four point six V brings capabilities once exclusive to closed labs directly into the open ecosystem. This changes agents, automation, search, research, and software development, while OpenAI and Google face real pressure from a model anyone can run, study, or build on. &lt;br&gt; &lt;br&gt;#ai #opensource #ainews</description>
      <media:thumbnail url="https://i.ytimg.com/vi/hMTdA8TAL1s/maxresdefault.jpg"/>
    </item>
    <item>
      <title>Every Way To Run Open Source AI Models</title>
      <link>https://cashinvids.com/watch/every-way-to-run-open-source-ai-models_VRrWWjOAjdWBIBa.html</link>
      <pubDate>Sun, 24 May 2026 23:57:14 +0000</pubDate>
      <guid isPermaLink="true">https://cashinvids.com/watch/every-way-to-run-open-source-ai-models_VRrWWjOAjdWBIBa.html</guid>
      <description>Try Flow Pro free for 14 days: &lt;a href="https://ref.wisprflow.ai/tinahuang" target="_blank" class="hash" rel="nofollow"&gt;https://ref.wisprflow.ai/tinahuang&lt;/a&gt; &lt;br&gt;👉 AND get an extra month free with my code TINAHUANG &lt;br&gt; &lt;br&gt;In this video I explain every way to run open source AI models!  &lt;br&gt; &lt;br&gt;🐙 Free 28-Day AI Sprint Roadmap: pick your goal to get a clear, day-by-day path forward 👉 &lt;a href="https://www.lonelyoctopus.com/ai-sprint-roadmap" target="_blank" class="hash" rel="nofollow"&gt;https://www.lonelyoctopus.com/ai-sprint-roadmap&lt;/a&gt; &lt;br&gt; &lt;br&gt;🤖 Want to get ahead in your career using AI? Join the waitlist for my AI Agent Bootcamp: &lt;a href="https://www.lonelyoctopus.com/ai-agent-bootcamp" target="_blank" class="hash" rel="nofollow"&gt;https://www.lonelyoctopus.com/ai-agent-bootcamp&lt;/a&gt; &lt;br&gt; &lt;br&gt;🤝 Business Inquiries: &lt;a href="https://tally.so/r/mRDV99" target="_blank" class="hash" rel="nofollow"&gt;https://tally.so/r/mRDV99&lt;/a&gt; &lt;br&gt; &lt;br&gt;🖱️Links mentioned in video &lt;br&gt;======================== &lt;br&gt; &lt;br&gt;🔗Affiliates &lt;br&gt;======================== &lt;br&gt;My SQL for data science interviews course (10 full interviews): &lt;br&gt;&lt;a href="https://365datascience.com/learn-sql-for-data-science-interviews/" target="_blank" class="hash" rel="nofollow"&gt;https://365datascience.com/lea....rn-sql-for-data-scie&lt;/a&gt;  &lt;br&gt; &lt;br&gt;365 Data Science:  &lt;br&gt;&lt;a href="https://365datascience.pxf.io/WD0za3" target="_blank" class="hash" rel="nofollow"&gt;https://365datascience.pxf.io/WD0za3&lt;/a&gt; (link for 57% discount for their complete data science training) &lt;br&gt; &lt;br&gt;Check out StrataScratch for data science interview prep:  &lt;br&gt;&lt;a href="https://stratascratch.com/?via=tina" target="_blank" class="hash" rel="nofollow"&gt;https://stratascratch.com/?via=tina&lt;/a&gt; &lt;br&gt; &lt;br&gt;🎥 My filming setup  &lt;br&gt;======================== &lt;br&gt;📷 camera: &lt;a href="https://amzn.to/3LHbi7N" target="_blank" class="hash" rel="nofollow"&gt;https://amzn.to/3LHbi7N&lt;/a&gt; &lt;br&gt;🎤 mic: &lt;a href="https://amzn.to/3LqoFJb" target="_blank" class="hash" rel="nofollow"&gt;https://amzn.to/3LqoFJb&lt;/a&gt; &lt;br&gt;🔭 tripod: &lt;a href="https://amzn.to/3DkjGHe" target="_blank" class="hash" rel="nofollow"&gt;https://amzn.to/3DkjGHe&lt;/a&gt; &lt;br&gt;💡 lights: &lt;a href="https://amzn.to/3LmOhqk" target="_blank" class="hash" rel="nofollow"&gt;https://amzn.to/3LmOhqk&lt;/a&gt; &lt;br&gt; &lt;br&gt;⏰Timestamps &lt;br&gt;======================== &lt;br&gt;00:00 Intro &lt;br&gt;01:40 Run Open Source Models Locally  &lt;br&gt;07:47 Browser/Hosted Playgrounds  &lt;br&gt;10:44 Managed Inference API &lt;br&gt;11:57 VPS (Virtual Private Server) &lt;br&gt;15:20 Managed Cloud &lt;br&gt;16:01 On-device/Edge &lt;br&gt; &lt;br&gt;📲Socials  &lt;br&gt;======================== &lt;br&gt;instagram: &lt;a href="https://www.instagram.com/hellotinah/" target="_blank" class="hash" rel="nofollow"&gt;https://www.instagram.com/hellotinah/&lt;/a&gt; &lt;br&gt;linkedin: &lt;a href="https://www.linkedin.com/in/tinaw-h/" target="_blank" class="hash" rel="nofollow"&gt;https://www.linkedin.com/in/tinaw-h/&lt;/a&gt;  &lt;br&gt;tiktok: &lt;a href="https://www.tiktok.com/@hellotinahuang" target="_blank" class="hash" rel="nofollow"&gt;https://www.tiktok.com/@hellotinahuang&lt;/a&gt;  &lt;br&gt;discord: &lt;a href="https://discord.gg/5mMAtprshX" target="_blank" class="hash" rel="nofollow"&gt;https://discord.gg/5mMAtprshX&lt;/a&gt; &lt;br&gt; &lt;br&gt;🎥Other videos you might be interested in &lt;br&gt;======================== &lt;br&gt;How I consistently study with a full time job: &lt;br&gt;&lt;a href="https://www.youtube.com/watch?v=INymz5VwLmk" target="_blank" class="hash" rel="nofollow"&gt;https://www.youtube.com/watch?v=INymz5VwLmk&lt;/a&gt; &lt;br&gt; &lt;br&gt;How I would learn to code (if I could start over):  &lt;br&gt;https://www.youtube.com/watch?v=MHPGeQD8TvI&amp;amp;t=84s &lt;br&gt; &lt;br&gt;🐈‍⬛🐈‍⬛About me  &lt;br&gt;======================== &lt;br&gt;Hi, my name is Tina and I&amp;#039;m an ex-Meta data scientist turned internet person!  &lt;br&gt; &lt;br&gt;📧Contact &lt;br&gt;======================== &lt;br&gt;youtube: youtube comments are by far the best way to get a response from me!  &lt;br&gt;linkedin: &lt;a href="https://www.linkedin.com/in/tinaw-h/" target="_blank" class="hash" rel="nofollow"&gt;https://www.linkedin.com/in/tinaw-h/&lt;/a&gt;  &lt;br&gt;email for business inquiries only: tina@smoothmedia.co &lt;br&gt; &lt;br&gt;======================== &lt;br&gt;Some links are affiliate links and I may receive a small portion of sales price at no cost to you. I really appreciate your support in helping improve this channel! :)</description>
      <media:thumbnail url="https://i.ytimg.com/vi/vehYE1DfkZg/maxresdefault.jpg"/>
    </item>
    <item>
      <title>Gemma 4 on the iPhone (local AI, no internet required)</title>
      <link>https://cashinvids.com/watch/gemma-4-on-the-iphone-local-ai-no-internet-required_SikHGzqMuiTEWnN.html</link>
      <pubDate>Sun, 24 May 2026 23:57:14 +0000</pubDate>
      <guid isPermaLink="true">https://cashinvids.com/watch/gemma-4-on-the-iphone-local-ai-no-internet-required_SikHGzqMuiTEWnN.html</guid>
      <description>Gemma 4 running on my iPhone works without internet, is blazing fast and can translate Japanese from a pill bottle.  &lt;br&gt; &lt;br&gt;Local AI models running on a phone feels like magic.</description>
      <media:thumbnail url="https://i.ytimg.com/vi/d0gTthacB5c/maxresdefault.jpg"/>
    </item>
    <item>
      <title>OpenClaw Free Forever with Local LLM AI Model Setup</title>
      <link>https://cashinvids.com/watch/openclaw-free-forever-with-local-llm-ai-model-setup_5N49Ffg5wbnc8Lt.html</link>
      <pubDate>Sun, 24 May 2026 23:57:14 +0000</pubDate>
      <guid isPermaLink="true">https://cashinvids.com/watch/openclaw-free-forever-with-local-llm-ai-model-setup_5N49Ffg5wbnc8Lt.html</guid>
      <description>OpenClaw can be run for free forever using local ai models through Ollama. Models like qwen 3.5 can be setup to connect directly to Open Claw, so you won&amp;#039;t be charged per token use like with Clade or ChatGPT. &lt;br&gt; &lt;br&gt;In this video I&amp;#039;ll show you how to setup Local Models, how to connect them to OpenClaw, and how to setup things like MCP to reduce the cost of doing large context queries or API calls. &lt;br&gt; &lt;br&gt;🔶 Install MCP Tools via Zapier: &lt;br&gt;&lt;a href="https://bit.ly/4ccnm0G" target="_blank" class="hash" rel="nofollow"&gt;https://bit.ly/4ccnm0G&lt;/a&gt; &lt;br&gt; &lt;br&gt;🦙 Install Ollama Setup &lt;br&gt;&lt;a href="https://ollama.com/" target="_blank" class="hash" rel="nofollow"&gt;https://ollama.com/&lt;/a&gt; &lt;br&gt; &lt;br&gt;The model I used for openclaw here was Qwen 3.5 however there are many other models you can use from Google, Meta, etc. &lt;br&gt; &lt;br&gt;#openclaw #ollama #ai &lt;br&gt; &lt;br&gt;Want to learn web design? ⭐ Check out my course! ⭐ &lt;br&gt;📘 Teach Me Design - Course: &lt;a href="https://www.enhanceui.com/" target="_blank" class="hash" rel="nofollow"&gt;https://www.enhanceui.com/&lt;/a&gt; &lt;br&gt; &lt;br&gt;To run openclaw local models, you need to install openclaw local llm setup. This lets openclaw llm charge you only what electricity you use for your mahcine!</description>
      <media:thumbnail url="https://i.ytimg.com/vi/Pl0s83kpIT0/maxresdefault.jpg"/>
    </item>
    <item>
      <title>Top 5 AI Agents</title>
      <link>https://cashinvids.com/watch/top-5-ai-agents_ugb8odiGjeBh6im.html</link>
      <pubDate>Sun, 24 May 2026 23:57:14 +0000</pubDate>
      <guid isPermaLink="true">https://cashinvids.com/watch/top-5-ai-agents_ugb8odiGjeBh6im.html</guid>
      <description>Top 5 AI Agents &lt;br&gt;#aiagent #aiagents #flowithneo #genspark #manus #runnerh #minimaxagent #ai #aitools</description>
      <media:thumbnail url="https://i.ytimg.com/vi/GE2BpthkcEo/maxresdefault.jpg"/>
    </item>
  </channel>
</rss>
