Wednesday 22 July 2026 | Join Free | Upgrade

Hi there, this is your daily ☕️ DevShot.

In today's DevShot:

🤖 Google launches 3 new Gemini Flash models

🎥 Claude learns workflows by watching screens

💻 Poolside model beats bigger rivals

💬 Block launches Buzz for AI agents

📦 Rspack 2.0 ships with ESM core

Plus: 🎁 7 other news you might like, 🧰 6 tools, and 📚 5 papers.

Stop typing what you could say in 10 seconds.

Wispr Flow turns your voice into clean, professional text inside any app. Emails, Slack, client updates — speak once, send without editing. 4x faster than typing.

🤖 Google launches 3 new Gemini Flash models LINK
  • Google released three additions to the Gemini Flash family—3.6 Flash, 3.5 Flash-Lite, and the cybersecurity-focused 3.5 Flash Cyber—while its anticipated flagship, Gemini 3.5 Pro, remains in private partner testing.
  • Gemini 3.6 Flash uses ~17% fewer output tokens than 3.5 Flash, costs $1.50/$7.50 per million input/output tokens, lifts DeepSWE from 37% to 49%, and adds Computer Use as a built-in client-side tool in the Gemini API.
  • Flash Cyber, built into DeepMind's CodeMender agent, scored 83.2% on CyberGym and found 55 unique flaws scanning V8 commits versus 36 for Claude Opus 4.6; access stays restricted to governments and trusted partners.
🎥 Claude learns workflows by watching screens LINK
  • Claude Code for desktop can now build, run, and iterate on iOS apps directly inside Apple's iOS Simulator, watching the app live as it executes, with the integration shipping in public beta.
  • The simulator pane drives the emulator directly rather than through computer use, so Claude works without the macOS Accessibility and Screen Recording permissions that screen-control normally requires.
  • The feature runs on Claude Code Desktop for macOS in local sessions only and needs Xcode with the iOS platform installed; screenshots go to Anthropic under standard retention, so avoid signing into real accounts.
💻 Poolside model beats bigger rivals LINK
  • Poolside has released Laguna, a 118 billion parameter open-weight coding model that outperforms rival American and Chinese open models on public benchmarks, trailing only Moonshot's newly launched Kimi K3.
  • Laguna is roughly 20 times smaller than Kimi K3's 2.8 trillion parameters, and Poolside built an "industrial" model-building pipeline meant to ship new, more capable iterations every five weeks.
  • Weights are available publicly since April, having first gone to government and corporate clients, though Warner concedes Laguna still lags the top closed models from OpenAI and Anthropic.
💬 Block launches Buzz for AI agents LINK
  • Block released Buzz, a free, open-source Slack-style workspace built on the Nostr protocol that treats AI agents as full participants alongside humans in channels, threads, direct messages, voice, media sharing, and code repositories.
  • Each agent receives its own Nostr keypair plus a second signature tying it to a human owner, creating a cryptographic paper trail that lets workspaces enforce rules like admitting only member-owned agents into private channels.
  • Buzz connects agents through Zed's Agent Client Protocol and works with Claude Code, Codex, or goose; teams can run their own Nostr relay or use Block's free hosted beta, which currently has no usage limits.
📦 Rspack 2.0 ships with ESM core LINK
  • Rspack 2.0, ByteDance's Rust-based bundler, has shipped with a pure ESM core, dropping its CommonJS build while adding experimental React Server Components support, better static analysis for smaller bundles, and simplified configuration.
  • Build performance runs roughly 10% faster than 1.7 and up to 100% faster than 1.0; a 10,000-component React production build with persistent cache fell from 5.6 seconds to 1.4 seconds, and HMR reached 118 milliseconds.
  • Dependencies collapsed from 192 to just 1, shrinking install size from 15 MB to 1.4 MB; upgrading now requires Node.js 20.19+ or 22.12+, dropping Node.js 18, with tree shaking improved by default in production.

📚 Tutorials & Advice

> Prefactoring: Clear the Way for Your New Feature: Restructure existing code before adding a feature so it fits naturally, keeping cleanup and new functionality in separate changes that review and roll back easily.
> How DevRel saves thousands of tokens per Claude Code run: Move code and reference material out of AI skill files so it loads only when needed, shrinking the context footprint by 23% per call.
> Do we need state management libraries anymore?: Splitting state into local, server, URL, and configuration buckets leaves so little for dedicated libraries that most apps no longer need them.
> Kubernetes Agent Sandbox: What It Is and How to Deploy It with Pulumi: Give each AI coding agent a disposable, kernel-isolated Kubernetes environment so a compromised or misbehaving agent can wreck only a throwaway pod, not your host.
> Error Handling vs. Hiding Errors: Preserve the original cause and add context at each layer when catching errors, because discarding failure details leaves the next developer with no trail to follow.

The browser that reads the room before you ask.

Most browsers get you to the page. Norton Neo gets you to the answer. Magic Box understands your intent before you finish typing — no prompting, no switching apps, no copy-pasting. Built-in AI, instantly and for free. Privacy handled by Norton, by default.

🔗 Other News & Articles

  • Android Studio Quail 2 Redesigns Agent Mode, Streamlines AI-Assisted Coding LINK
  • Pushing 4.7M Commits an Hour LINK
  • Stop adding more GPUs: Weka's new storage platform reduces load by caching 100% of an AI model's pre-calculated tokens LINK
  • Temporal takes on the chaos behind enterprise AI agents LINK
  • R2 is now Generally Available LINK
  • Speakeasy service tracks enterprise-wide AI agent spending LINK
  • Cisco Launches Low-Cost AI Models for Source Code Security LINK

📄 Papers & Resources

> Entity binding drift in AI agents that resolve a customer or record once and reuse it across steps, shows that "locking" that choice backfires, multiplying wrong actions up to 8.5x, while a cheap second-model recheck cuts errors 79%. LINK
> AI runtime governance treats chatbot outputs as raw sensor readings needing verification before acting, cutting compute costs by about 31%, boosting retention of high-value data by up to 24%, and running with zero variance across 100 repeated tests. LINK
> Multi-step business workflows can pause for human approval, retry failed steps automatically, and resume exactly where they left off, using a structured playbook that makes routing and audit trails visible product features instead of hidden prompt logic. LINK
> Living code documentation auto-builds a queryable knowledge map from pull requests, letting teams ask questions about their codebase and get accurate, well-grounded answers instead of hunting through scattered files. LINK
> Reusable AI instructions now qualify as standalone software with their own identity and lifecycle, letting teams update, roll back, or retire a chatbot's specialized skills independently, backed by analysis of 138,133 records across 20,556 repositories. LINK

🧰 Latest Tools

CartAI: completes checkout on any live merchant site without integration, using one API for catalog search, order tracking, PCI-compliant payments, and commission-based monetization. LINK
ditto.site: converts any public URL into clean, componentized Next.js or Vite code in minutes, preserving components, tokens, and interactions, with a free REST API and MCP server. LINK
Second Brain for AI v2: a self-hosted memory layer that lets AI tools like Claude and ChatGPT recall context via semantic search instead of starting fresh each session. LINK
QApilot's CoWork: transforms existing test cases into automated mobile tests with AI planning, human approval checkpoints, and real-device execution across iOS, Android, and Flutter. LINK
Persona.js: a framework-free chat UI library that embeds AI assistants with streaming, voice, and tool execution into any website without backend changes. LINK
Computable: a marketplace for buying, selling, and reselling GPU compute by the week, with transparent pricing and futures-style contracts for future capacity. LINK

💬 How did you find today's edition?

We read every reply — just reply to this email and let us know how we can improve!

★★★★★  Nailed it
★★★  Average
  Fail

Not subscribed to ☕️ Devshot yet?Subscribe for free

Keep reading