AI developer tools news — Page 13

New tools, platforms, coding assistants, APIs, and workflows that help developers build with artificial intelligence.

InfrastructureOfficialLambda Blog

Lambda Unboxes NVIDIA's First Co-Packaged Optics Switch for Large GPU Clusters

Lambda has unboxed one of NVIDIA's first co-packaged optics switches, the Quantum-X InfiniBand Photonics Q3450-LD. The company notes that at 800G and GB300 NVL72 scale, the back-end fabric accounts for 86% of networking power in a three-layer cluster, and highlights the potential of co-packaged optics (CPO) to address power and reliability challenges in large-scale AI clusters.

Why it matters: Co-packaged optics could help reduce networking power and improve reliability in large GPU clusters as workloads generate more east-west traffic.

Open SourceOfficialRunPod Blog

RunPod Publishes Guide to Deploy Llama 3.1 405B with Ollama

RunPod has released a step-by-step guide for deploying Meta's open-source Llama 3.1 405B model using Ollama on its platform. The guide aims to simplify the deployment process for users interested in running large language models.

Why it matters: This guide makes it easier for users to deploy one of the largest open-source language models, expanding access to advanced AI tools.

Products & AgentsOfficialRunPod Blog

RunPod Launches Overdrive to Optimize AI Inference

RunPod has introduced Overdrive, a new optimization tool designed to improve the efficiency of AI inference workloads. The tool aims to help users get more performance out of their existing model deployments.

Why it matters: This tool could reduce inference costs and latency for developers running AI models on RunPod's infrastructure.

ModelsOfficialTogether AI Blog

Parcae: Stable Looped Language Model Matches Quality of Transformer Twice Its Size

Together AI introduces Parcae, a stable looped language model that matches the quality of a Transformer twice its size, with a 770M model achieving 1.3B-level performance. The company also presents the first scaling laws for looping, showing that increasing recurrence is a compute-efficient way to improve performance.

Why it matters: This approach could enable more efficient AI models that deliver higher performance with fewer parameters, potentially reducing computational costs and energy consumption.

ModelsOfficialTogether AI Blog

Wan 2.7 Video Model Suite Now Available on Together AI

Together AI has released the Wan 2.7 video model suite, featuring four models designed for video generation, continuation, reference-driven workflows, and editing. The rollout begins with text-to-video capabilities.

Why it matters: This release broadens the range of accessible video AI tools for developers, supporting multiple workflows on a single platform.

Products & AgentsOfficialTogether AI Blog

Deepgram Speech-to-Text and Voice Models Now Available Natively on Together AI

Together AI has integrated Deepgram's production-grade speech-to-text and text-to-speech models into its Dedicated Model Inference platform. This allows developers to build real-time voice agents using Deepgram's Nova-2 and other voice models on Together AI's infrastructure.

Why it matters: The integration streamlines the development of real-time voice AI agents by combining advanced speech models with scalable inference infrastructure.

ResearchOfficialTogether AI Blog

Inside the Together AI kernels team

Together AI's kernel research team develops high-performance GPU kernels such as FlashAttention and ThunderKittens to bridge the gap between hardware and production AI. The team focuses on optimizing low-level operations to improve efficiency and speed for AI workloads.

Why it matters: This work directly impacts the performance and cost of running large-scale AI models by making GPU utilization more efficient.

Open SourceOfficialTogether AI Blog

Together AI Releases Aurora: Open-Source RL Framework for Self-Improving Speculative Decoding

Together AI has introduced Aurora, an open-source reinforcement learning framework that transforms speculative decoding into a self-improving system. Aurora learns from every request it serves and achieves a 1.25x speedup over a well-trained static speculator.

Why it matters: Aurora enables LLM inference to continuously improve without manual retuning, potentially reducing latency and cost in production.

Products & AgentsOfficialGitHub / AI

GitHub Introduces Squad: Coordinated AI Agents Inside Your Repository

GitHub has announced Squad, a feature that enables coordinated AI agents to operate directly within repositories using GitHub Copilot. The design emphasizes inspectable, predictable, and collaborative multi-agent workflows, representing a move toward repository-native orchestration for AI agents.

Why it matters: Squad brings multi-agent AI workflows directly into the development environment, making them more transparent and collaborative, which could change how teams automate and manage complex coding tasks.

Products & AgentsOfficialTogether AI Blog

Together AI launches real-time voice agent platform with sub-500ms latency

Together AI has announced a new platform for building real-time voice agents, featuring co-located speech-to-text, large language model, and text-to-speech infrastructure. The system achieves end-to-end latency under 500ms and natively supports Deepgram and Cartesia.

Why it matters: This enables developers to build responsive voice agents with low latency, improving user experience in conversational AI applications.

ModelsOfficialTogether AI Blog

Together AI expands fine-tuning service with tool calling, reasoning, and vision support

Together AI has expanded its fine-tuning service to include support for tool calling, reasoning, and vision-language models. The update also enables training of models with over 100 billion parameters, offers up to 6× higher throughput, and provides job cost and ETA estimates.

Why it matters: This update broadens the capabilities of Together AI's fine-tuning platform, enabling developers to customize advanced models for complex tasks involving function calling, reasoning, and multimodal inputs.

ModelsOfficialTogether AI Blog

Together AI Releases Mamba-3: A State Space Model Built for Fast Inference

Together AI has announced Mamba-3, a state space model (SSM) designed for efficient inference. According to the company, Mamba-3 is faster than Transformers at decode, stronger than its predecessor Mamba-2, and is available as open-source.

Why it matters: Mamba-3 highlights ongoing advancements in state space models as potential alternatives to Transformers for language model inference.

Products & AgentsOfficialTogether AI Blog

Together AI Unveils New Inference, Agents, Voice AI, and Open Models at NVIDIA GTC 2026

Together AI announced new launches in inference, agents, voice AI, and open models at NVIDIA GTC 2026. The company also hosted technical sessions led by its research and engineering leaders.

Why it matters: These launches expand Together AI's platform with new capabilities, highlighting ongoing innovation in the AI infrastructure sector.

ResearchOfficialTogether AI Blog

Together AI Introduces FlashAttention-4 with Pipelining and Hybrid Softmax

Together AI has announced FlashAttention-4, a new kernel design that addresses asymmetric hardware scaling by introducing pipelining for maximum overlap, 2-CTA MMA modes to reduce shared memory traffic, and a hardware-software hybrid approach to softmax exponentials. The technique aims to keep pace with GPU throughput outpacing memory bandwidth.

Why it matters: FlashAttention-4 could significantly improve the efficiency of attention mechanisms in large language models, enabling faster training and inference as hardware continues to evolve.

ModelsOfficialTogether AI Blog

Together AI Announces FlashAttention-4, ThunderAgent, and together.compile at AI Native Conf

At the AI Native Conf, Together AI announced FlashAttention-4, ThunderAgent, and together.compile, highlighting advancements in kernels, reinforcement learning, and inference optimization. The company stated that these research developments are being deployed directly to production on its AI Native Cloud.

Why it matters: These announcements demonstrate ongoing innovation in AI infrastructure, with Together AI moving new research into production environments.

InfrastructureOfficialTogether AI Blog

Together AI unveils CPD architecture for up to 40% faster long-context LLM serving

Together AI introduced Cache-aware Prefill–Decode Disaggregation (CPD), a new inference architecture that separates warm and cold workloads. The approach delivers up to 40% higher throughput and significantly reduces time-to-first-token for long-context LLM serving.

Why it matters: This technique addresses a key bottleneck in serving long prompts, enabling faster responses for applications like document analysis and code generation.

Open SourceOfficialTogether AI Blog

Together AI Releases CoderForge-Preview, an Open Dataset for Training Coding Agents

Together AI has announced CoderForge-Preview, an open dataset intended for training efficient coding agents. The dataset is designed to support open-source AI development in code generation and understanding.

Why it matters: This release offers an open resource that could support research and development of coding AI agents and foster collaboration in the field.

ResearchOfficialTogether AI Blog

Together AI: Speech Models Fail 39% on Street Names, Suggests Solution

Together AI's research finds that leading speech models such as Whisper and Deepgram, despite near-human benchmark scores, fail to correctly transcribe street names 39% of the time. The company outlines a proposed solution to address this significant shortcoming.

Why it matters: This research exposes a major limitation in speech AI that could affect critical real-world uses like navigation and emergency response.

ModelsOfficialTogether AI Blog

Together AI unveils Consistency Diffusion Language Models with up to 14.5x faster inference

Together AI has introduced Consistency Diffusion Language Models (CDLM), a post-training method that enables exact block-wise KV caching and reduces the number of refinement steps required. This approach achieves up to 14.5x latency improvements over standard diffusion language models without sacrificing output quality.

Why it matters: This development makes diffusion language models more practical for real-time applications by significantly reducing inference time while maintaining quality.

Products & AgentsOfficialTogether AI Blog

Together AI Launches Dedicated Container Inference for Custom Models

Together AI has introduced Dedicated Container Inference, a production-grade orchestration service for custom AI models. The service delivers 1.4x to 2.6x faster inference compared to standard approaches.

Why it matters: This enables enterprises to deploy custom models with significantly improved performance, reducing latency and cost for AI inference at scale.