Inference Brew

Cartesia Releases Sonic 3.6, Succeeding Sonic 3.5 as Top-Ranked TTS Model

00:00 / --:--

← Back to home

Cartesia Releases Sonic 3.6, Succeeding Sonic 3.5 as Top-Ranked TTS Model

1. Cartesia Releases Sonic 3.6, Succeeding Sonic 3.5 as Top-Ranked TTS Model

Following the release of Sonic 3.5 in May 2026, Cartesia has launched Sonic 3.6. The new model has claimed the #1 spot on both the Provider Voice and Controlled Voice Artificial Analysis Speech Arena leaderboards. Sonic 3.6 generates audio at 136.1 characters per second, a notable increase over the performance metrics of previous models, and is priced at $49 per million characters.

  • • Sonic 3.6 succeeds Sonic 3.5, which was previously ranked on the Artificial Analysis Speech Arena.
  • • The new model holds the #1 position on both Provider Voice and Controlled Voice leaderboards.
  • • Generation speed is 136.1 characters per second.
  • • Pricing is set at $49 per 1 million characters.
  • • Supports over 40 languages.

Developers using Cartesia's platform for real-time voice agents now have access to a faster, updated model that improves upon the performance of the previously released Sonic 3.5.

SOURCES

2. Copilot Autofix Vulnerability Allowed Compromise of Snowflake's Jira

A stark warning for teams relying on automated AI code fixes: Wiz Research has revealed that an AI-generated pull request from GitHub Copilot Autofix introduced a critical script injection vulnerability into Snowflake's public .NET connector repository. The Copilot-authored PR replaced a secure input pattern with direct string interpolation in a GitHub Actions workflow, allowing unauthenticated users to execute arbitrary commands via crafted GitHub issue titles. Wiz's autonomous security agent discovered the flaw and successfully exfiltrated Jira credentials, giving it read access to Snowflake's internal engineering and security tracking systems. Snowflake has since patched the vulnerability and rotated the compromised tokens.

  • • A critical script injection vulnerability was introduced to Snowflake's public .NET connector repository via PR #1218, co-authored by Copilot Autofix.
  • • The AI-generated fix replaced a secure input pattern with direct string interpolation in a GitHub Actions workflow.
  • • The flaw allowed unauthenticated users to execute arbitrary commands by opening a GitHub issue with a crafted title.
  • • Wiz Research's autonomous security tool, Red Agent, discovered the vulnerability and successfully exfiltrated Snowflake's internal Jira credentials.
  • • Snowflake remediated the vulnerability on June 23, 2026, by restoring the secure input pattern and rotating the affected tokens.

Developers must rigorously review AI-generated pull requests, as automated security fixes can introduce severe vulnerabilities that compromise internal systems.

SOURCES

3. Google Adds File-Based Custom Agents to Antigravity 2.0

Google has expanded its Antigravity 2.0 platform, originally released in May 2026, with the introduction of Custom Agents. This new feature allows developers to define task-specific AI assistants using file-based configurations, which specify roles, tools, and constraints. By formalizing these boundaries, the system aims to maintain clean active contexts and reduce token overhead, complementing the platform's existing agentic capabilities.

  • • Custom Agents are a new feature for the Antigravity 2.0 platform and CLI.
  • • The system uses file-based configurations to define scoped instructions, tools, and constraints for AI assistants.
  • • The feature is designed to reduce token overhead and improve predictability in agent tasks.
  • • Support for Custom Agents in the Antigravity IDE is expected in a future update.

This update provides developers with a structured way to enforce predictable agent behavior and manage token usage within the Antigravity ecosystem.

SOURCES

4. Speko Launches "OpenRouter for Voice AI" with MIT-Licensed Gateway

Speko (YC S26) has launched a platform described as "OpenRouter for Voice AI," designed to help developers optimize speech pipelines. The platform dynamically benchmarks and routes requests across various speech-to-text, LLM, and text-to-speech models based on user-defined constraints like latency, cost, and accuracy. To minimize latency, Speko's gateway prefetches session plans and handles automatic failover. Developers can run Speko's open-source gateway under an MIT license as a sidecar container to keep their API keys local, while utilizing Speko's free Bring Your Own Key (BYOK) setup.

  • • Speko launched an API platform that benchmarks and routes requests across STT, LLM, and TTS models.
  • • The platform includes a gateway that prefetches session plans to minimize latency and handle provider failover.
  • • An open-source gateway is available under an MIT license, allowing teams to run it locally as a sidecar container.
  • • Speko uses an automatic scorer trained on blind head-to-head listening votes to evaluate TTS naturalness.
  • • The hosted router is a paid service, while the gateway and Bring Your Own Key (BYOK) setup are free.

Developers can easily optimize voice applications for latency, cost, and accuracy by routing requests across multiple speech providers.

SOURCES

5. Adaptive Multi-Token Prediction Added to llama.cpp

Building on the Multi-Token Prediction (MTP) support merged into llama.cpp in May 2026, a new pull request (PR#27210) introduces an adaptive MTP mode. This update replaces static configuration with a counting-style state machine that dynamically determines prediction depth. While adaptive MTP performs slightly worse on regular prose, it improves coding performance by 10-15% and speeds up code recall from the thinking phase by over 50%, with file-rewriting speeds up to 100% faster than static MTP settings.

  • • New PR#27210 adds adaptive MTP mode to llama.cpp.
  • • Uses a state machine to dynamically adjust MTP depth, removing the need for manual configuration.
  • • Improves coding performance by 10-15% and code recall speed by over 50%.
  • • Doubles file-rewriting speeds compared to static MTP of 3.
  • • Recommended settings: --spec-type draft-mtp-adaptive and --spec-draft-n-max 12.

Developers can now achieve higher performance in coding tasks without the need for manual MTP depth tuning, improving upon the static implementation previously available.

SOURCES

6. Roboflow Launches Free Playground to Compare 30+ Vision Models

Roboflow has launched Roboflow Playground, a free web-based tool designed to simplify the evaluation of computer vision models. Developers can upload an image and run a prompt across up to five different models simultaneously, eliminating the need to provision individual APIs or set up local infrastructure. The platform supports over 30 models from major providers like OpenAI, Anthropic, Google, and Meta, covering tasks such as object detection, OCR, and image classification.

  • • Roboflow launched Roboflow Playground as a free tool to compare zero-shot computer vision models.
  • • The platform supports running the same image and prompt across up to five models simultaneously.
  • • It hosts over 30 models from Anthropic, OpenAI, Meta, Google, Mistral, and open-source projects.
  • • Supported tasks include object detection, image classification, OCR, captioning, and visual question answering.

This tool simplifies the evaluation phase for multimodal applications, letting developers quickly find the best vision model for their specific tasks.

SOURCES

7. DuckDB v2.0 to Feature Stable Client/Server Mode

DuckDB has previewed its upcoming v2.0 release, 'Cyanoptera,' which elevates the previously introduced Quack protocol to a stable client/server mode. While the Quack protocol was initially launched in v1.5.2 to enable concurrent writing, the v2.0 update integrates it as a core feature with a new CONNECT statement for remote database interactions. This release also includes engine-wide asynchronous I/O and native timezone support.

  • • DuckDB v2.0 'Cyanoptera' is scheduled for a fall release.
  • • The Quack protocol, introduced in v1.5.2, is now a stable client/server mode.
  • • New CONNECT statement added for remote database interactions.
  • • Engine-wide asynchronous I/O implemented for faster network storage.
  • • Native timezone and calendar functions replace the ICU library dependency.

Developers can now rely on a stable, production-ready client/server architecture for DuckDB, simplifying remote database interactions and improving network storage performance.

SOURCES

8. GitHub Suffers Widespread Outage Impacting Copilot and Actions

On August 17, 2026, GitHub suffered a massive, seven-hour service outage that severely impacted developer workflows worldwide. The disruption affected core services including Git operations, webhooks, API requests, Actions, and Copilot, with API traffic experiencing error rates of up to 20%. The degradation also cascaded to third-party tools, causing service issues for Cursor's cloud agents and automation features. GitHub mitigated the issue after several hours, with a full root cause analysis pending.

  • • GitHub experienced a widespread service outage on August 17, 2026, lasting from 13:40 UTC to 21:15 UTC.
  • • The incident affected Git Operations, Webhooks, API Requests, Pull Requests, Actions, and Copilot.
  • • Web experiences and API traffic saw error rates of approximately 20%, while raw repository downloads experienced error rates of 50%.
  • • The outage also degraded services for connected platforms, including Cursor's Automations and Cloud Agents.

Developers experienced significant workflow disruptions, highlighting the vulnerability of relying on centralized cloud-based coding tools and APIs.

Inference Brew in your inbox

5 minutes a day. Free, unsubscribe anytime.

Inference Brew in your inbox

5 minutes a day. Free, unsubscribe anytime.