MINssam
Published on

Claude Code Clones Conversations in VS Code, Suno Learns Your Lyric Style, and Gemini Connects 900 Million Daily Lives: Top 3 AI Updates July 11

AI tools are no longer solo instruments. They duplicate, connect, and learn your personal style.

In the second week of July 2026, three meaningful updates arrived from three different directions at once. Claude Code, paired with VS Code 1.128, introduced multi-chat β€” the ability to hold several independent conversations in parallel inside a single session. Suno AI pushed beyond music generation to introduce a Lyricist feature that memorizes your lyric style, backed by the full professional DAW capabilities it absorbed from WavTool. Gemini crossed 900 million monthly users and, without slowing down, opened Connected Apps to Canva, OpenTable, and Instacart. All three updates point the same direction: AI increasingly remembers your context, integrates with your tools, and takes action on your behalf.


Table of Contents

  1. VS Code 1.128 Multi-Chat: Multiple Claude conversations in one session
  2. Claude Sonnet 5 as default model: The new bar for agentic coding
  3. Suno AI Lyricist: AI writes lyrics in your voice and rhythm
  4. Suno + WavTool: A complete music studio inside your browser
  5. Gemini 900M + Connected Apps: AI operates your everyday apps for you
  6. The shared direction across all three updates

1. VS Code 1.128 Multi-Chat: Multiple Claude Conversations in One Session

Released on July 8, 2026, the headline change in VS Code 1.128 is Claude Code multi-chat. You can now open multiple conversations inside a single session, each with its own independent context and history, all sharing the same project.

Previously, comparing approach A and approach B meant opening two separate sessions or constantly redirecting a single conversation. Multi-chat eliminates that friction. Select "branch from this point" in the main conversation, and a new experimental thread opens from that exact turn. Sub-agent conversations can be monitored as read-only while the main thread continues uninterrupted.

VS Code 1.128 Multi-Chat β€” Multiple conversation tabs open inside a single session, each exploring an independent approach. The conversation history sits on the left, the code editor on the right

How Multi-Chat Actually Changes the Development Routine

  • Parallel experimentation: Explore "refactor this function functionally" and "refactor it using a class" in the same session at the same time. Compare results side by side, then commit to the better path.
  • Branch recovery: Walking back from a wrong direction no longer requires restarting a session β€” just return to the branching point.
  • Sub-agent monitoring: Watch a background agent's progress in a read-only view while your main conversation keeps moving.
  • Post-restart restore: Each conversation retains its title, model selection, and context when the session restarts.

This is more than a convenience improvement. For high-exploration tasks like large codebase migrations, multi-chat structurally changes how AI assistance is leveraged.


2. Claude Sonnet 5 as the Default Model: The New Bar for Agentic Coding

Since June 30, 2026, Claude Code ships with Claude Sonnet 5 as its default model. It brings a native 1-million-token context window and promotional pricing of 2input/2 input / 10 output per million tokens through August 31.

The most important change in Sonnet 5 is not architecture β€” it is default behavior. Adaptive Thinking is on by default for Claude Code and API use. Simple tasks get fast responses; complex reasoning gets deeper thought automatically. You no longer need to prompt "think carefully" for every nuanced task.

FeatureClaude Sonnet 5
Context window1 million tokens (native)
Adaptive ThinkingOn by default
Input pricing$2 / million tokens (promo)
Output pricing$10 / million tokens (promo)
Promo periodThrough August 31, 2026

"Loading an entire codebase into context at once means an agent can perform a project-wide refactoring without ever losing its place β€” without the 'forgetting' that made earlier agents unreliable on large tasks."


3. Suno AI Lyricist: AI Writes Lyrics in Your Voice and Rhythm

On July 9, 2026, Suno launched the Lyricist feature. Upload several examples of your own lyrics and AI learns your rhyme patterns, tone, and word-choice habits β€” creating a personal "Lyricist" profile that generates new lyrics in your style.

The biggest limitation of earlier AI music tools was generic output. Lyrics that sounded plausible but never quite felt like your voice. Lyricist directly addresses that gap.

Suno Lyricist β€” Upload lyric examples and AI analyzes rhyme patterns and tone to build a profile. The saved Lyricist profile drives new lyric generation

What Lyricist Adds

  • Style learning from examples: Register your own lyrics or examples of styles you love, and a named Lyricist profile is created and saved.
  • Conversational editing: Edit lyrics the way you'd direct a co-writer β€” "make this line funnier," "that rhyme feels forced, try something different."
  • Variations and references: Highlight any word or phrase to get rhyme suggestions or line inspiration from Suno's model.
  • Song structure labels: Visual labels for verse, chorus, bridge, and other sections make it easier to see and design the full song arc.
  • Autosave: Full autosave prevents losing edits mid-session.

4. Suno + WavTool: A Complete Music Studio in the Browser

Suno acquired WavTool in June 2025, signaling a move from pure AI generation toward a professional DAW. By 2026, that integration is fully underway.

WavTool's biggest contribution is "professional music production without installing anything." Traditional DAWs like Logic Pro or Ableton demand expensive licenses and steep learning curves. WavTool-powered Suno eliminates almost all of that friction.

Suno + WavTool integrated DAW β€” Multi-track editing, stem separation, AI-generated MIDI, and VST plugin support all running inside a browser-based workstation

What WavTool Brings to Suno

  • Stem separation: Split an AI-generated track into vocal, drums, bass, and melody components and edit each independently.
  • AI-generated MIDI: Convert melodies or chord progressions into MIDI data to connect with external instruments or plugins.
  • VST plugin support: Use third-party virtual instruments and effects plugins entirely inside the browser.
  • Sample-accurate editing: Waveform-level precision that satisfies professional producers.
  • Live recording: Record microphone input in real time and apply AI processing immediately.

For educators, this is the first tool that moves music classes beyond "generate a song" into "edit and finish a song" β€” entirely in a browser, with no software to install.


5. Gemini 900M + Connected Apps: AI Operates Your Everyday Apps for You

As of July 2026, Gemini crossed 900 million monthly active users across 230 countries and 70+ languages. More than a milestone β€” it signals that Gemini has achieved the scale of a genuine mass-market AI assistant.

The number matters less than the direction. At this milestone, Gemini expanded Connected Apps. Canva, OpenTable, and Instacart became the first external apps to connect. Say "Book a table for two at an Italian restaurant near downtown tomorrow evening at 6 PM" and Gemini opens OpenTable and completes the reservation. Grocery shopping via Instacart and design asset creation via Canva can both be completed inside a single AI conversation.

Gemini Connected Apps β€” Canva, OpenTable, and Instacart connected directly inside a Gemini chat. Reservations, grocery orders, and design tasks complete in one conversation

What the Connected Apps Change

  • Canva: Generate an image with Gemini, pass it directly to Canva, and convert it into a fully editable design asset with Magic Layers. The boundary between image generation and design editing disappears.
  • OpenTable: Speak the date, party size, and neighborhood β€” Gemini finds available restaurants and books the table without opening a separate app.
  • Instacart: Read a recipe aloud or take a photo of ingredients and Gemini adds everything to your Instacart cart automatically, using your saved delivery address.
  • Custom MCP support: Businesses and developers can connect their own apps to Gemini directly via Model Context Protocol.

Expanding Multilingual Support in Google Sheets

In the same period, Gemini expanded the "Fill with Gemini" feature in Google Sheets to Mandarin, Dutch, Malay, Hebrew, Polish, Turkish, Czech, Indonesian, Swedish, Danish, and Norwegian. AI-assisted data preparation is now available to a far wider global audience.


6. The Shared Direction Across All Three Updates

Placed side by side, all three updates reveal a common structure.

AI remembers your context, integrates with your environment, and acts on your behalf.

Claude Code multi-chat creates an environment where multiple AI conversations share your project context in parallel. Suno Lyricist saves a personalized model of your lyric style as a reusable profile. Gemini Connected Apps uses your calendar, saved addresses, and preferences to operate external apps directly.

All three point toward the same question: "How well does this AI know me?" And the inevitable follow-up: "How well have I told it who I am?" As tools grow more powerful, the quality of initial context-setting and ongoing calibration determines the quality of results.


Closing Thoughts

Today's three updates arrived from different domains, but they all carry the same signal: AI is moving from a general-purpose tool toward a personalized partner. Multi-chat remembers your working style. Lyricist learns your voice. Connected Apps links your life's apps.

The way to stay in control of this shift is straightforward. Provide AI with enough context about yourself, then continuously verify that the direction it proposes aligns with your intent. As tools grow more autonomous, the user's role shifts from executor to direction-setter.

What personal "context" would you most want AI to truly understand about you? Let us know in the comments.


Related Posts


Sources

Claude Code Clones Conversations in VS Code, Suno Learns Your Lyric Style, and Gemini Connects 900 Million Daily Lives: Top 3 AI Updates July 11 | MINSSAM.COM