They Just Locked Down the Best AI. Do This Right Now

They Just Locked Down the Best AI. Do This Right Now

The Rise of Local AI: A Response to Centralized Control

Introduction to the Current AI Landscape

  • The recent pullback of Fable 5 and GBT 56 highlights a trend where access to advanced AI models is restricted, reminiscent of Oliver Twist's plea for more.
  • This situation raises concerns about who controls AI technology and what levels are accessible to the general public.

Setting Up Local AI Models

  • The video aims to empower viewers by demonstrating how to run AI locally on personal computers, ensuring independence from centralized services.
  • It will cover using Nvidia’s service for accessing more powerful models at no cost and finding affordable options for various models.

Choosing the Right Model

  • Initial suggestions include open-source models like Quen 330B, GBC OSS, and Llama 33; however, Gemma 4 is recommended as an excellent starter model due to its versatility and smaller size.
  • Gemma 4 can even be run on mobile devices, making it accessible for users with less powerful hardware.

Downloading and Running Models Locally

  • To start running AI locally, users should visit olama.com, download the application, and select their desired model (Gemma 4). Instructions are provided for installation via terminal commands.
  • Users can easily pull the model manifest into their machines through simple terminal commands after selecting the appropriate version of Gemma 4.

Commentary on Open Source vs Centralized Models

  • The speaker expresses frustration over recent developments in AI access control, emphasizing that open-source alternatives provide a viable path forward against corporate gatekeeping practices.
  • A tweet from Justin Murphy is cited as a rallying cry against this "gatekeeping," encouraging individuals to build robust open-source solutions instead of relying solely on major corporations like OpenAI or Anthropic.

Demonstrating Local Model Capabilities

Engaging with Gemma 4

  • After successfully downloading Gemma 4, a demonstration shows its ability to analyze images by providing feedback on thumbnails within seconds—highlighting its functionality despite slower response times compared to proprietary models.

Expanding Functionality with Additional Models

  • The speaker introduces Quen 3 coder as another local model option that can perform tasks such as coding or document processing when integrated into cloud code environments.

Accessing Powerful Models Through Nvidia Nims

Utilizing Nvidia's Free Services

  • Nvidia offers free access to high-performance models through their Nims platform; users can create accounts and generate API keys for seamless integration into their workflows without incurring costs.

Exploring Limitations of Free Services

  • While these services are beneficial, they come with limitations regarding availability and performance issues that may arise during usage (e.g., slow loading times). Users must navigate these challenges while leveraging available resources effectively.

Leveraging Open Router for Comprehensive Access

Integrating Multiple Models via Open Router

  • Open Router allows users access to numerous AI models through one API key; setup involves creating an account and configuring settings in local files for easy switching between different models based on user needs.

Comparing Model Performance

  • A side-by-side comparison between Miniax M3 and GLM 5.2 demonstrates differences in output quality when tasked with similar prompts—showcasing GLM's superior capabilities in generating creative content compared to other options available through Nvidia or local setups.

Conclusion: Embracing Independence in AI Usage

  • The video concludes by advocating for increased reliance on open-source tools while minimizing dependence on large corporations controlling advanced technologies—encouraging viewers towards self-sufficiency in utilizing artificial intelligence effectively.
Video description

Subscribe to the newsletter: https://www.aiformortals.co/ Since they’re now handing out frontier intelligence like it’s Oliver Twist, I made a little quick start guide on how to get started with open source. 0:00 Intro 0:40 Method 1 — Run AI locally with Ollama 2:27 Simmons Rants: why open source matters now 3:53 Chatting with your own local model 4:35 Local vision — Gemma roasts my thumbnail 5:11 Drop a free model into Claude Code 8:15 Search my Obsidian notes, fully private 9:11 Method 2 — Free frontier models via NVIDIA NIM 10:36 Build a site with a free model (OpenCode) 12:18 Method 3 — Every model for pennies (OpenRouter) 14:20 Testing GLM 5.2 (GSAP + Three.js) Settings.local.json to drop into for Openrouter { "env": { "ANTHROPIC_BASE_URL": "https://openrouter.ai/api", "ANTHROPIC_AUTH_TOKEN": "", "ANTHROPIC_API_KEY": "", "API_TIMEOUT_MS": "3000000", "ANTHROPIC_DEFAULT_OPUS_MODEL": "z-ai/glm-5.2", "ANTHROPIC_DEFAULT_SONNET_MODEL": "z-ai/glm-5.2", "ANTHROPIC_DEFAULT_HAIKU_MODEL": "z-ai/glm-5.2", "ANTHROPIC_SMALL_FAST_MODEL": "z-ai/glm-5.2", "CLAUDE_CODE_SUBAGENT_MODEL": "z-ai/glm-5.2" } }