In this edition we’ll be covering…

  • Google's Gemini 3 Flash bringing frontier intelligence at Flash-level speed

  • OpenAI's GPT-Image-1.5 making image generation 4x faster

  • Mozilla's new CEO bringing optional AI features to Firefox

  • 7 trending AI signals from Meta to Anthropic

  • 3 AI tools to level up your workflow

And much more…

The Latest in AI

Gemini 3 Flash Just Raised the Bar on Speed and Intelligence

Google just dropped Gemini 3 Flash, and it might be the smartest "fast" model we've seen yet. The company is making it the default in the Gemini app globally, replacing the 2.5 Flash model.

Here's the thing—this isn't just about speed. Flash has historically been the model for bulk tasks and quick answers, but Gemini 3 Flash brings something new to the table: frontier-level reasoning at three times the speed of the 2.5 Pro, and at a fraction of the cost…

  • Gemini 3 Flash scores 33.7% on Humanity's Last Exam (without tools), matching performance with GPT-5.2, while being significantly faster.

  • It outscores everything on MMMU-Pro with 81.2%, including Gemini 3 Pro's performance.

  • On SWE-bench Verified (a benchmark for coding agents), Flash hits 78%, outperforming even the larger Gemini 3 Pro model.

  • It's priced at $0.50 per million input tokens and $3 per million output tokens, while using 30% fewer tokens on average than 2.5 Pro for everyday tasks.

  • The model is available now in the Gemini app for all users, AI Mode in Search, and through the API for developers.

So What?

Google is officially betting on speed without sacrificing intelligence. While competitors like OpenAI throw out new models every few weeks, Google's approach with Gemini 3 Flash is about making frontier AI accessible and affordable at scale. The model pushes the Pareto frontier—meaning you get the best balance of quality, speed, and cost.

For developers, this is a game-changer. You get Pro-grade coding performance with Flash-level latency, perfect for agentic workflows and production-ready applications. For everyday users, it means Gemini just got a whole lot smarter without asking you to wait around or pay more.

Google's new Gemini 3 Flash is now live, and if you want to experience frontier intelligence without the wait, here's how to tap into it:

Using Gemini 3 Flash in the Gemini App:

  1. Log into gemini.google.com or open your Gemini mobile app.

  2. You're already using it! Gemini 3 Flash is now the default model globally, so no toggle needed. If for whatever reason you need to manually toggle it, just look for “Fast” mode to trigger.

  3. Try these prompts to push Gemini 3 Flash to its limits:

  • "Analyze this video of my golf swing and give me specific tips to improve my form."

  • "Create a detailed itinerary for a last-minute weekend trip to Nashville, including off-the-beaten-path spots for live music."

  • "Build me a working prototype for a meal-planning app that suggests recipes based on what's in my fridge."

🧠 Level Up Your AI Skills

Reading about AI isn't the same as building with AI.

Here's the reality: You're consuming AI content, but you're not creating meaningful products or automating your workflows yet.

Inside our learning platform, you'll discover:

  • 100+ hands-on lessons (not just theory)

  • A complete roadmap from beginner to builder

  • Prompts you'll use immediately

  • Step-by-step automations for real workflows

  • BONUS: Weekly updates as AI evolves

  • BONUS: 20+ new lessons dropped every month

All created by industry veterans who've been in the trenches.

Start your free trial today and turn AI knowledge into real-world results. 👇

Tool Spotlight

OpenAI Upgrades Image Stack with GPT-Image-1.5

OpenAI just released GPT-Image-1.5, replacing its predecessor with a model that's built for one thing: speed. If you've been frustrated with slow image generation or edits that break after one or two changes, this update is for you. Here's how to use it:

In ChatGPT:

  1. Log into ChatGPT (desktop or mobile app).

  2. Click on the new Images panel in the sidebar—OpenAI added this specifically for image generation.

  3. You'll see preset styles and templates to jump-start your creativity. Pick one or start fresh with your own prompt.

  4. Type your prompt and hit generate. You can now queue multiple images while others are still rendering, so you don't have to wait around.

  5. Want to edit? Just describe what you want to change and GPT-Image-1.5 will preserve your faces, lighting, and composition across edits.

In the API (for developers):

Here's how to generate an image programmatically:

from openai import OpenAI
client = OpenAI()

response = client.images.generate(
  model="gpt-image-1.5",
  prompt="A minimalist poster of a city skyline at sunset with bold typography",
  size="1024x1024",
  quality="high"
)

image_url = response.data[0].url
print(image_url)

For editing images:

response = client.images.edit(
  model="gpt-image-1.5",
  image=open("original.png", "rb"),
  prompt="Add a vintage film grain effect and warm color grading",
  n=1
)

edited_image_url = response.data[0].url
print(edited_image_url)

Pro tips for best results:

  • Use detailed prompts—the model follows instructions much better now, so specificity pays off.

  • If you're doing multiple edits, lean into the iterative workflow. GPT-Image-1.5 won't break your composition after a few changes.

  • For branding work, the model now preserves logos and text across edits, making it ideal for marketing assets.

Full documentation is available at platform.openai.com/docs/guides/image-generation!

Industry Intel

Mozilla’s New CEO Brings AI to Firefox (But it’s Optional)

Mozilla just appointed Anthony Enzor-DeMeo as its new CEO, and he's making it clear: AI is coming to Firefox, but it's your choice whether to use it.

The browser market is heating up again, and incumbents like Firefox, Chrome, and Safari are facing fresh competition from AI-first browsers like Perplexity, Arc, OpenAI's Atlas, and Opera's Neon. These new players are building AI models and agents directly into the browser, making AI the first point of contact with the internet.

Mozilla isn't ignoring this shift, but they're taking a different approach. Instead of forcing AI on users, the company plans to make AI features optional within Firefox and its other products.

Here's what Mozilla is planning:

  • AI features will be optional in Firefox, you can easily turn them off if you don't want them.

  • The company wants users to understand why a feature works the way it does and what value it provides.

  • Mozilla is diversifying revenue beyond its Google search deal (which currently makes up a significant portion of its income).

  • The company plans to flesh Firefox out into "a broader ecosystem of trusted software," building beyond just the browser.

So What?

Mozilla is in a tough spot. They've gone through layoffs, dropped advocacy programs, and restructured significantly. But the modern browser wars present a real opportunity for a comeback—if they can balance innovation with the privacy-first values that Firefox users actually care about.

The strategy here is smart: don't alienate your core user base while trying to stay competitive. Firefox users chose the browser because it's not Chrome. Many of them don't want AI baked into everything they do online. By making AI optional, Mozilla is betting they can attract new users who want AI tools without driving away the loyalists who don't.

Quick Bites

Stay updated with our favorite highlights, dive in for a full flavor of the coverage!

Meta launched SAM Audio, a state-of-the-art model that uses text, visual, or timespan prompts to separate any sound from audio or video sources—from isolating instruments and vocals to removing background noise from speech.

Anthropic is testing a new Agentic Tasks Mode for Claude with five specialized sections: Research, Analyze, Write, Build, and Do More—each with granular controls for effort level, output formats, and interaction frequency.

Amazon reorganized to combine AI, silicon, and quantum computing under one organization, bringing together AGI teams, Nova AI models, and Graviton, Trainium, and Nitro products under Peter DeSantis's leadership.

Apple delayed its major Siri AI upgrade to 2026, with an executive saying the company "didn't want to disappoint customers" as pressure mounts to keep pace with OpenAI, Google, and Anthropic's chatbots.

DoorDash launched Zesty, an AI-powered social app for discovering restaurants in San Francisco and New York, using prompts like "A low-key dinner in Williamsburg that's actually good for introverts."

The FDA qualified its first AI tool to speed liver disease drug development, marking a significant milestone in using AI to accelerate clinical trials and regulatory processes.

The podcast industry is grappling with AI's impact, as AI-generated voice clones and synthetic content raise questions about authenticity, monetization, and the future of human-hosted shows.

Trending Tools

🖼️ GPT-Image-1.5 - Generate and edit images up to 4x faster with improved text rendering and composition preservation.

📄 Documentation.ai - AI-powered tool to create professional documentation, user guides, and technical content at scale.

🤝 Align-A - Conversational AI that interviews candidates, captures consent, and delivers structured insights. Privacy-first recruiting that scales.

Until we Type Again…

Thank you for reading yet another edition of the Digestibly Newsletter!

Reyhan

Early AI leader, advises Fortune 500 companies on AI Development, LLMOps, AI strategy, speaks (for fun) on practical AI. Turns cutting-edge theory into workflows teams can ship today.

Kevin

Ex-AWS SageMaker/Bedrock lead. Shipped infra powering 1M+ devices and $2.5M ARR. Obsessed with high-throughput, low-latency systems— and brings that discipline to every Digestibly release.

Keep Reading