Gemma 4 Google just made AI free forever

What if you could run ChatGPT-level AI on your Mac and iPhone for free, with no internet? Google just made it possible with Gemma 4. In this video I set it up step by step using LM Studio, compare it side by side with ChatGPT, test function calling, customize it with system prompts, and run it on my phone in flight mode with zero internet. No subscription. No sign-up. No data leaving your device.

Gemma 4 is open source, runs locally, and the 26B model I installed ranks among the top open AI models in the world. If you’re tired of subscription fatigue and want full control over your AI, this video is for you.

Every AI Model Explained in 19 Minutes

Every AI model explained — from ChatGPT and Claude to MidJourney, Sora, and AI agents. If you’ve ever been confused about which AI to actually use, this video breaks down every major model, what makes them different, and which one is best for your specific task.

What you’ll learn:

  • How AI models actually work (they’re not magic, just really good autocomplete)
  • ChatGPT vs Gemini vs Claude vs Grok — which one wins at what
  • The open-source revolution: LLaMA, DeepSeek, Qwen, and why running AI locally matters
  • Image generation: MidJourney vs DALL-E vs Flux vs Stable Diffusion
  • Video AI: Sora discontinued, Kling rising, and what actually works right now
  • Music generation: Suno vs Udio and the copyright debate
  • AI agents: the shift from chat to systems that actually do your work
  • Which models to use for coding, research, creativity, and privacy

One Prompt Change That Forces Claude to Be Honest

The video “One Prompt Change That Forces Claude to Be Honest” by Dylan Davis addresses the “honesty gap” in AI—where models become smarter but also more confident in guessing rather than admitting they don’t know an answer. This leads to “automation bias,” where users trust AI blindly and fail to check for errors.

To combat this, the video outlines three specific prompt rules to ensure accuracy, especially when extracting information from source documents:

Rule 1: Force Blank Answers for Uncertainty

Instead of allowing the AI to guess or provide a “confidence score” (which can also be faked), instruct it to leave a field blank if the information is missing, ambiguous, or unclear.

The “Reason” Column: Require the AI to add a column explaining exactly why it left a field blank. This allows the user to quickly identify and resolve specific conflicts or missing data without reviewing the entire output.

Rule 2: Change the Incentive Mechanism

AI models often equate a wrong answer with a blank answer. To fix this, you must explicitly change the “penalty” for errors in your prompt.

The 3x Rule: Tell the AI that a wrong answer is “three times worse” than a blank answer. This encourages the model to default to “I don’t know” rather than providing a hallucinated or incorrect response to please the user.

Rule 3: Force Source Attribution and Safety Nets

On complex tasks, AI tends to drift away from strict instructions and starts to “infer” or interpret details.

The “Source” Column: Require a column that labels every value as either “Extracted” (word-for-word) or “Inferred” (derived from context). Evidence for Inference: If the AI labels something as inferred, it must provide a one-sentence explanation of its reasoning. This acts as a safety net, allowing you to skim only the “Inferred” rows to validate the AI’s logic.

By implementing these rules, users can shift from checking every single data point to only reviewing blanks and inferences, significantly increasing both trust and efficiency.

Should You Learn Coding Now? Anthropic CEO Explains

In this video, Anthropic CEO Dario Amodei discusses the evolving landscape of coding, AI, and the future of work with Nikhil Kamath. Here is a summary of the key insights:

The Future of Coding and Engineering

  • Automation of Skills: Amodei predicts that basic coding will be automated by AI first, followed by the broader scope of software engineering. While the AI may eventually handle up to 95% of the technical tasks, humans will still play a critical role in high-level design, understanding user demand, and managing teams of AI models.
  • Productivity Gains: He highlights the concept of “comparative advantage,” where a human doing even a small fraction of a task becomes significantly more productive because AI handles the bulk of the work.

Skills for the Future

  • Human-Centered Roles: Amodei advises focusing on tasks that involve human interaction, relating to people, or physical world interfaces (such as the semiconductor industry or traditional engineering).
  • Critical Thinking and “Street Smarts”: As AI becomes capable of generating highly realistic but fake content (deepfakes, etc.), critical thinking and the ability to distinguish truth from fiction will be essential for success.
  • The Risk of Deskilling: He warns against “careless” AI use, such as students having AI write essays or coders relying too heavily on automated tools without understanding the underlying logic. This can lead to “deskilling” or a decline in general human intelligence.

Advice for Non-Technical Users

  • Learning by Doing: Amodei suggests that interacting with AI is an empirical science best learned through practice. Anthropic is also working on educational resources to help people learn how to run effective agents and prompt models.
  • Simplified Interfaces: To bridge the gap for non-coders, Anthropic released tools like “Co-work,” which provides a more user-friendly interface for the powerful engine behind their coding tools, removing the need to use a command-line terminal.

When AIs act emotional

AI models sometimes act like they have emotions—why?

We studied one of our recent models and found that it draws on emotion concepts learned from text to inhabit its role as Claude, the AI assistant. These representations influence its behavior the way emotions might influence a human.

And that has real consequences, affecting how Claude answers chats, writes code, and makes decisions.