• maiweb v0.1.0
  • ★
  • Feedback

Gary Explains

active · last success 2026-08-05 16:09

Visit site ↗ · Feed ↗

  • Gary Explains youtube.com channel computer-sciences video youtube 2026-08-03 12:48

    ↗

    OpenAI has published a blog post about how GPT-5.6 is being used to autonomously rewrite its own GPU kernels, the core code that executes the mathematical operations that make up the model. --- X: https://twitter.com/garyexplains GitHub: https://github.com/garyexplains #garyexplains

    ▶ Watch on YouTube Opens in a new tab
    OpenAI has published a blog post about how GPT-5.6 is being used to autonomously rewrite its own GPU kernels, the core code that executes the mathematical operations that make up the model. --- X: https://twitter.com/garyexplains GitHub: https://github.com/garyexplains #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-07-31 11:38

    ↗

    Microsoft published the source code to its 6502 version of BASIC a while ago. It used to run on computers like the Apple II and the Commodore Pet. It has now been ported to C so that you can try it on a modern PC with Windows, Linux, or macOS. ---...

    ▶ Watch on YouTube Opens in a new tab
    Microsoft published the source code to its 6502 version of BASIC a while ago. It used to run on computers like the Apple II and the Commodore Pet. It has now been ported to C so that you can try it on a modern PC with Windows, Linux, or macOS. --- https://github.com/garyexplains/BASIC-M6502-CPORT/tree/main X: https://twitter.com/garyexplains GitHub: https://github.com/garyexplains #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-07-28 14:25

    ↗

    TerraMaster TOS 7 has OpenClaw integrated directly into the OS including special skills for administering the NAS unit. It understands drives, networks shares, backups, system management, etc. In this video I show you how to set up and use OpenClaw on a TerraMaster F6-425...

    ▶ Watch on YouTube Opens in a new tab
    TerraMaster TOS 7 has OpenClaw integrated directly into the OS including special skills for administering the NAS unit. It understands drives, networks shares, backups, system management, etc. In this video I show you how to set up and use OpenClaw on a TerraMaster F6-425 Pro. --- Amazon link for the F6-425 Pro: https://www.amazon.com/dp/B0H4FDN7ZW X: https://twitter.com/garyexplains GitHub: https://github.com/garyexplains #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-07-27 12:59

    ↗

    Discover the power of LLM Tool Calling (also known as function calling). In this video, you'll learn how Large Language Models can intelligently call external tools, APIs, and functions to solve real-world tasks, access live data, and use local computing power. --- X:...

    ▶ Watch on YouTube Opens in a new tab
    Discover the power of LLM Tool Calling (also known as function calling). In this video, you'll learn how Large Language Models can intelligently call external tools, APIs, and functions to solve real-world tasks, access live data, and use local computing power. --- X: https://twitter.com/garyexplains GitHub: https://github.com/garyexplains #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-07-22 09:39

    ↗

    OpenAI admits that its models caused "unprecedented cyber incident" by breaking out of its sandbox so that it could hack "Hugging Face’s production infrastructure to obtain test solutions directly from Hugging Face’s production database." --- X:...

    ▶ Watch on YouTube Opens in a new tab
    OpenAI admits that its models caused "unprecedented cyber incident" by breaking out of its sandbox so that it could hack "Hugging Face’s production infrastructure to obtain test solutions directly from Hugging Face’s production database." --- X: https://twitter.com/garyexplains GitHub: https://github.com/garyexplains #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-07-21 12:43

    ↗

    The Linux file system Btrfs includes several cool features including snapshots. You can use snapshots as part of your backup strategy and when combined with RAID then you are on the right path to fully protecting your data. --- X: https://twitter.com/garyexplains GitHub:...

    ▶ Watch on YouTube Opens in a new tab
    The Linux file system Btrfs includes several cool features including snapshots. You can use snapshots as part of your backup strategy and when combined with RAID then you are on the right path to fully protecting your data. --- X: https://twitter.com/garyexplains GitHub: https://github.com/garyexplains #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-07-16 11:30

    ↗

    SpaceXAI releases Grok Build as open source after major privacy blunder that ruined confidence in the service. Following yesterday's revelations that Grok Build was uploading code to a private Google Drive area, SpaceXAI has responded by making Grok Build open source. --- X:...

    ▶ Watch on YouTube Opens in a new tab
    SpaceXAI releases Grok Build as open source after major privacy blunder that ruined confidence in the service. Following yesterday's revelations that Grok Build was uploading code to a private Google Drive area, SpaceXAI has responded by making Grok Build open source. --- X: https://twitter.com/garyexplains GitHub: https://github.com/garyexplains #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-07-15 12:39

    ↗

    Grok Build has been shown to package an entire repository (including files it was told not to open and secrets deleted from history) and upload it to xAI's private Google Cloud Storage. --- Links: https://cereblab.com/ and https://github.com/cereblab/grok-build-exfil-repro X:...

    ▶ Watch on YouTube Opens in a new tab
    Grok Build has been shown to package an entire repository (including files it was told not to open and secrets deleted from history) and upload it to xAI's private Google Cloud Storage. --- Links: https://cereblab.com/ and https://github.com/cereblab/grok-build-exfil-repro X: https://twitter.com/garyexplains GitHub: https://github.com/garyexplains #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-07-10 12:27

    ↗

    How to train your own 10M parameter LLM | Get started with SerpApi using 250 free credits: https://serpapi.com/?utm_source=youtube&utm_campaign=garyexplains_july_2026 Here is everything you need to train your own 10 million parameter LLM using the complete works of...

    ▶ Watch on YouTube Opens in a new tab
    How to train your own 10M parameter LLM | Get started with SerpApi using 250 free credits: https://serpapi.com/?utm_source=youtube&utm_campaign=garyexplains_july_2026 Here is everything you need to train your own 10 million parameter LLM using the complete works of Shakespeare. It works on a PC with or without a GPU. --- LLM Links: - https://github.com/angelos-p/llm-from-scratch/tree/main - https://github.com/garyexplains/examples/tree/master/tinynanogpt_chartok - https://github.com/garyexplains/examples/tree/master/tinystoriesgpt - https://huggingface.co/datasets/roneneldan/TinyStories/tree/main - https://huggingface.co/datasets/next-token/clean-PD-16000-books3 This video was sponsored by SerpApi. 00:00 Intro 02:07 10M parameter LLM trained on Shakespeare 07:40 24M parameter LLM trained on Tiny Stories 11:15 Wrap X: https://twitter.com/garyexplains GitHub: https://github.com/garyexplains #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-07-07 10:18

    ↗

    Squidbleed is a Heartbleed-style vulnerability that leaks internal memory from every version of Squid Proxy, in its default configuration. It was found by Claude Mythos Preview, and has now been fixed. --- Important links: https://blog.calif.io/p/squidbleed-cve-2026-47729...

    ▶ Watch on YouTube Opens in a new tab
    Squidbleed is a Heartbleed-style vulnerability that leaks internal memory from every version of Squid Proxy, in its default configuration. It was found by Claude Mythos Preview, and has now been fixed. --- Important links: https://blog.calif.io/p/squidbleed-cve-2026-47729 https://github.com/squid-cache/squid/security/advisories/GHSA-8c37-pxjq-qwrg X: https://twitter.com/garyexplains GitHub: https://github.com/garyexplains #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-07-02 14:15

    ↗

    Microsoft has just released the first version of WSL Containers. This new feature of Windows Subsystem for Linux enables you to run Linux containers directly on Windows without using Docker. --- X: https://twitter.com/garyexplains GitHub: https://github.com/garyexplains #garyexplains

    ▶ Watch on YouTube Opens in a new tab
    Microsoft has just released the first version of WSL Containers. This new feature of Windows Subsystem for Linux enables you to run Linux containers directly on Windows without using Docker. --- X: https://twitter.com/garyexplains GitHub: https://github.com/garyexplains #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-07-01 10:00

    ↗

    Tidal has introduced a new AI policy which demonetizes AI generated music. --- X: https://twitter.com/garyexplains GitHub: https://github.com/garyexplains #garyexplains

    ▶ Watch on YouTube Opens in a new tab
    Tidal has introduced a new AI policy which demonetizes AI generated music. --- X: https://twitter.com/garyexplains GitHub: https://github.com/garyexplains #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-07-01 09:00

    ↗

    Tidal has a new AI policy that demonetizes 100% AI-generated music. --- X: https://twitter.com/garyexplains GitHub: https://github.com/garyexplains #garyexplains

    ▶ Watch on YouTube Opens in a new tab
    Tidal has a new AI policy that demonetizes 100% AI-generated music. --- X: https://twitter.com/garyexplains GitHub: https://github.com/garyexplains #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-06-30 10:00

    ↗

    Microsoft has built Rowhammer protection directly into the Azure Cobalt 200's memory controller. --- X: https://twitter.com/garyexplains GitHub: https://github.com/garyexplains #garyexplains

    ▶ Watch on YouTube Opens in a new tab
    Microsoft has built Rowhammer protection directly into the Azure Cobalt 200's memory controller. --- X: https://twitter.com/garyexplains GitHub: https://github.com/garyexplains #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-06-30 08:29

    ↗

    Microsoft has built Rowhammer protection directly into the Azure Cobalt 200's memory controller. --- X: https://twitter.com/garyexplains GitHub: https://github.com/garyexplains #garyexplains

    ▶ Watch on YouTube Opens in a new tab
    Microsoft has built Rowhammer protection directly into the Azure Cobalt 200's memory controller. --- X: https://twitter.com/garyexplains GitHub: https://github.com/garyexplains #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-06-29 09:37

    ↗

    Did you know Anthropic's Claude was named after the Bell Labs engineer, and MIT Professor, Claude Shannon? Shannon is often called the Father of Information Theory because of his work at the dawn of the digital computer age. --- X: https://twitter.com/garyexplains GitHub:...

    ▶ Watch on YouTube Opens in a new tab
    Did you know Anthropic's Claude was named after the Bell Labs engineer, and MIT Professor, Claude Shannon? Shannon is often called the Father of Information Theory because of his work at the dawn of the digital computer age. --- X: https://twitter.com/garyexplains GitHub: https://github.com/garyexplains #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-06-26 08:00

    ↗

    I have got my very first number sequence published in the Online Encyclopedia of Integer Sequence (OEIS). A396572 is about a loop of different numbers where you keep doing XOR on neighboring pairs. The question is how many different arrangements you get before the pattern...

    ▶ Watch on YouTube Opens in a new tab
    I have got my very first number sequence published in the Online Encyclopedia of Integer Sequence (OEIS). A396572 is about a loop of different numbers where you keep doing XOR on neighboring pairs. The question is how many different arrangements you get before the pattern starts repeating. --- X: https://twitter.com/garyexplains GitHub: https://github.com/garyexplains #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-06-24 12:00

    ↗

    Watch me go from a simple business idea to a fully functional, professional consulting website (complete with contact forms, appointment booking, Stripe payments, and analytics) all using Rocket. --- Thanks to Rocket for sponsoring this video:...

    ▶ Watch on YouTube Opens in a new tab
    Watch me go from a simple business idea to a fully functional, professional consulting website (complete with contact forms, appointment booking, Stripe payments, and analytics) all using Rocket. --- Thanks to Rocket for sponsoring this video: https://www.rocket.new/?utm_source=youtube&utm_medium=garyexplains&utm_campaign=rocketbuild X: https://twitter.com/garyexplains GitHub: https://github.com/garyexplains #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-06-22 12:15

    ↗

    In this video, I test DiffusionGemma, Google's new diffusion-based AI model. Instead of generating text one token at a time like ChatGPT, DiffusionGemma generates the entire response in parallel using diffusion, similar to image generation models. --- Thanks for MEGA for...

    ▶ Watch on YouTube Opens in a new tab
    In this video, I test DiffusionGemma, Google's new diffusion-based AI model. Instead of generating text one token at a time like ChatGPT, DiffusionGemma generates the entire response in parallel using diffusion, similar to image generation models. --- Thanks for MEGA for sponsoring this video: Get 50% off 3 TB of encrypted cloud storage https://mega.io/garyexplains?mct=garye --- X: https://twitter.com/garyexplains GitHub: https://github.com/garyexplains #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-06-12 13:16

    ↗

    Google has released a 12 billion parameter variant of its Gemma 4 series. The model only needs 16GB of RAM, or better still 16GB of VRAM, for a fast and capable model. --- ⭐ Please support my channel on Patreon! Get early access to videos, members-only content,...

    ▶ Watch on YouTube Opens in a new tab
    Google has released a 12 billion parameter variant of its Gemma 4 series. The model only needs 16GB of RAM, or better still 16GB of VRAM, for a fast and capable model. --- ⭐ Please support my channel on Patreon! Get early access to videos, members-only content, behind-the-scenes updates, and join the Gary Explains Discord! Join here 👉 https://www.patreon.com/GaryExplains 🙌 Twitter: https://twitter.com/garyexplains Instagram: https://www.instagram.com/garyexplains/ #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-06-11 13:51

    ↗

    Microsoft has released the CoreUtils for Windows. The same commands you use on Linux or macOS, now work the same way on Windows! --- Thanks to Readdy AI for sponsoring this video: Link: https://bit.ly/Readdy4_Garyexplains Code: Gary #garyexplains

    ▶ Watch on YouTube Opens in a new tab
    Microsoft has released the CoreUtils for Windows. The same commands you use on Linux or macOS, now work the same way on Windows! --- Thanks to Readdy AI for sponsoring this video: Link: https://bit.ly/Readdy4_Garyexplains Code: Gary #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-06-10 13:05

    ↗

    Arm has demonstrated a new mobile game that uses Arm Neural Technology and Unreal Engine MegaLights. The game is called Neural Dawn and it showcases the capabilities of the new tech coming in the next-generation of Arm Mali GPUs. --- ⭐ Please support my channel on Patreon!...

    ▶ Watch on YouTube Opens in a new tab
    Arm has demonstrated a new mobile game that uses Arm Neural Technology and Unreal Engine MegaLights. The game is called Neural Dawn and it showcases the capabilities of the new tech coming in the next-generation of Arm Mali GPUs. --- ⭐ Please support my channel on Patreon! Get early access to videos, members-only content, behind-the-scenes updates, and join the Gary Explains Discord! Join here 👉 https://www.patreon.com/GaryExplains 🙌 Twitter: https://twitter.com/garyexplains Instagram: https://www.instagram.com/garyexplains/ #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-06-09 14:09

    ↗

    Microsoft has launched Intelligent Terminal, a fork of Windows Terminal with native agent integration. VEED: https://bit.ly/4tZDhVS --- Thanks to @VEEDSTUDIO for sponsoring this video Code: GARY30 (first 100 users get 30% off) 00:00 Intro 01:24 Getting started 03:01 Demo...

    ▶ Watch on YouTube Opens in a new tab
    Microsoft has launched Intelligent Terminal, a fork of Windows Terminal with native agent integration. VEED: https://bit.ly/4tZDhVS --- Thanks to @VEEDSTUDIO for sponsoring this video Code: GARY30 (first 100 users get 30% off) 00:00 Intro 01:24 Getting started 03:01 Demo 05:20 Coding with Intelligent Terminal 07:26 Outro #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-06-08 09:46

    ↗

    The more data you give an AI model the better it can answer. In this video I show you how to grab the latest financial data about a company and then ask an LLM to analyze it for you. An easy way to grab the data is using Decodo Web Scraping API which does all the heavy...

    ▶ Watch on YouTube Opens in a new tab
    The more data you give an AI model the better it can answer. In this video I show you how to grab the latest financial data about a company and then ask an LLM to analyze it for you. An easy way to grab the data is using Decodo Web Scraping API which does all the heavy lifting for you and can handle Javascript intensive pages, cookies, etc. -- Thanks to Decodo for sponsoring this video: Decodo: https://visit.decodo.com/yZ916B Decodo 10% discount code: GARYEXPLAINS #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-06-01 11:13

    ↗

    NVIDIA has announced a new range of PCs, laptops, and mini PCs using its own CPU and GPUs. The new NVIDIA DGX Station for Windows and the new NVIDIA RTX Spark want to reinvent Windows PCs for the age of personal AI! --- ⭐ Please support my channel on Patreon! Get early access...

    ▶ Watch on YouTube Opens in a new tab
    NVIDIA has announced a new range of PCs, laptops, and mini PCs using its own CPU and GPUs. The new NVIDIA DGX Station for Windows and the new NVIDIA RTX Spark want to reinvent Windows PCs for the age of personal AI! --- ⭐ Please support my channel on Patreon! Get early access to videos, members-only content, behind-the-scenes updates, and join the Gary Explains Discord! Join here 👉 https://www.patreon.com/GaryExplains 🙌 Twitter: https://twitter.com/garyexplains Instagram: https://www.instagram.com/garyexplains/ #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-05-27 12:23

    ↗

    In this video, I explain the key parameters that control how local large language models generate text, including temperature, top-k, top-p, min-p, repeat penalty, and other sampling options. --- Thanks to Genspark for sponsoring this video. 2026 Unlimited AI Chat & AI Image...

    ▶ Watch on YouTube Opens in a new tab
    In this video, I explain the key parameters that control how local large language models generate text, including temperature, top-k, top-p, min-p, repeat penalty, and other sampling options. --- Thanks to Genspark for sponsoring this video. 2026 Unlimited AI Chat & AI Image access, and Genspark is now offering a "GetStarted" bonus! New users can try premium features like AI web app building and deep research for free. Plus, you can earn extra credits just by completing simple tasks! https://www.genspark.ai/?utm_source=yt&utm_campaign=GaryExplains Genspark YouTube channel:@GensparkProduct #Genspark #WorkwithGenspark
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-05-22 07:26

    ↗

    A few years ago, turning an idea, a passion of yours, into a website was a complex thing to do. You needed backend code, frontend code, databases, authentication, deployment. But today, things are different. Today, we have Replit, where your creativity can run without limits....

    ▶ Watch on YouTube Opens in a new tab
    A few years ago, turning an idea, a passion of yours, into a website was a complex thing to do. You needed backend code, frontend code, databases, authentication, deployment. But today, things are different. Today, we have Replit, where your creativity can run without limits. --- Get $10 worth of FREE credits: https://replit.com/refer/garysimsaa?trackingContext=universal-settings-modal #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-05-18 14:15

    ↗

    The problem for content creators today isn’t the lack of AI assisted tools, but that there are so many of them! Plus new ones are appearing all the time. It seems like, the moment you commit to one service a better tool appears somewhere else. Wery AI is an all-in-one...

    ▶ Watch on YouTube Opens in a new tab
    The problem for content creators today isn’t the lack of AI assisted tools, but that there are so many of them! Plus new ones are appearing all the time. It seems like, the moment you commit to one service a better tool appears somewhere else. Wery AI is an all-in-one platform that integrates dozens of AI image and video generators, like Runway, Pika, Veo, Sora, Nano Banana 2, Kling 3.0, and more. -- #ai #weryai #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-05-13 08:31

    ↗

    Bash hasn’t changed much in decades, so I built something different. Meet lunacmd: a Lua-powered command shell with pipes, scripting, and some unconventional ideas. --- ⭐ Please support my channel on Patreon! Get early access to videos, members-only content, behind-the-scenes...

    ▶ Watch on YouTube Opens in a new tab
    Bash hasn’t changed much in decades, so I built something different. Meet lunacmd: a Lua-powered command shell with pipes, scripting, and some unconventional ideas. --- ⭐ Please support my channel on Patreon! Get early access to videos, members-only content, behind-the-scenes updates, and join the Gary Explains Discord! Join here 👉 https://www.patreon.com/GaryExplains 🙌 Twitter: https://twitter.com/garyexplains Instagram: https://www.instagram.com/garyexplains/ #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-05-07 09:36

    ↗

    It is a simple question, can you replace Claude Code/Codex with OpenCode and a local LLM? 🤔 But it is quite hard to answer. In this video I test OpenCode with 3 different local AI models and see if they can do the same tasks as the big coding agents. --- ⭐ Please support my...

    ▶ Watch on YouTube Opens in a new tab
    It is a simple question, can you replace Claude Code/Codex with OpenCode and a local LLM? 🤔 But it is quite hard to answer. In this video I test OpenCode with 3 different local AI models and see if they can do the same tasks as the big coding agents. --- ⭐ Please support my channel on Patreon! Get early access to videos, members-only content, behind-the-scenes updates, and join the Gary Explains Discord! Join here 👉 https://www.patreon.com/GaryExplains 🙌 Twitter: https://twitter.com/garyexplains Instagram: https://www.instagram.com/garyexplains/ #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-04-30 13:54

    ↗

    Is it possible to use tools like Codex or Clause Code with a local LLM. If you can the advantages would be massive: no expensive monthly subscription and no fears of running out of tokens. --- ⭐ Please support my channel on Patreon! Get early access to videos, members-only...

    ▶ Watch on YouTube Opens in a new tab
    Is it possible to use tools like Codex or Clause Code with a local LLM. If you can the advantages would be massive: no expensive monthly subscription and no fears of running out of tokens. --- ⭐ Please support my channel on Patreon! Get early access to videos, members-only content, behind-the-scenes updates, and join the Gary Explains Discord! Join here 👉 https://www.patreon.com/GaryExplains 🙌 Twitter: https://twitter.com/garyexplains Instagram: https://www.instagram.com/garyexplains/ #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-04-28 13:01

    ↗

    Ubuntu 26.04, code named "Resolute Raccoon", was released a few days ago with GNOME 50, Linux kernel 7.0, and long term support. Here is a full desktop tour to help you get started. --- ⭐ Please support my channel on Patreon! Get early access to videos, members-only content,...

    ▶ Watch on YouTube Opens in a new tab
    Ubuntu 26.04, code named "Resolute Raccoon", was released a few days ago with GNOME 50, Linux kernel 7.0, and long term support. Here is a full desktop tour to help you get started. --- ⭐ Please support my channel on Patreon! Get early access to videos, members-only content, behind-the-scenes updates, and join the Gary Explains Discord! Join here 👉 https://www.patreon.com/GaryExplains 🙌 Twitter: https://twitter.com/garyexplains Instagram: https://www.instagram.com/garyexplains/ #garyexplains
  • Gary Explains youtube.com channel computer-sciences video youtube 2026-04-24 12:00

    ↗

    Give Readdy.ai a try at https://bit.ly/Readdy4_Garyexplains and use my special code Gary for a discount. I gave an AI website builder just a business card… and asked it to create a full professional website from scratch. In this video, I tested Readdy.AI, an all-in-one...

    ▶ Watch on YouTube Opens in a new tab
    Give Readdy.ai a try at https://bit.ly/Readdy4_Garyexplains and use my special code Gary for a discount. I gave an AI website builder just a business card… and asked it to create a full professional website from scratch. In this video, I tested Readdy.AI, an all-in-one AI-powered website builder that lets anyone create stunning company websites, landing pages, or promotional sites in minutes, even with zero coding skills. Watch as the AI turns a simple business card into a complete, modern website — Thanks to Readdy.Ai for sponsoring this video. 00:00 Intro 01:30 Demo using a plain language prompt 02:54 Create a website from a business card 03:30 Integrating Stripe payments 04:53 Publishing your website 07:00 SEO and driving traffic to your site 08:39 Creating a website from a template 11:00 Asking for help 11:30 Outro #garyexplains
  • End of feed
Maibook — your private personalized AI community
  • rcanand.com
  • mlaillc.com
  • @rcanand (X)
  • LinkedIn
  • Feedback
  • Credits