RunPod published a step-by-step guide for high-speed video upscaling using VSGAN and TensorRT. The guide details model conversion, engine building, and efficient upscaling on RunPod infrastructure.
Why it matters: This guide helps developers leverage TensorRT acceleration for faster video upscaling, improving efficiency in AI-powered video processing workflows.
Lambda attended CVPR 2026 in Denver, where over 9,000 attendees presented more than 4,000 accepted papers. For the first time, the program committee required a compute-reporting form on every submission, signaling that compute is now a first-class variable in AI research. Lambda contributed two accepted papers, two workshops, an autonomous truck demo, and engaged with the community on model architectures and cluster configurations.
Why it matters: The new compute-reporting requirement at CVPR marks a shift in how the AI research community evaluates and validates ideas, emphasizing the critical role of compute infrastructure.
Stable Diffusion 3.5 has been released, offering a significant improvement in image quality, including photorealistic outputs from minimal prompts. The update addresses previous flaws and enhances ease of use.
Why it matters: This release marks a notable advancement in AI image generation, making high-quality photorealism more accessible with simpler prompts.
OpenAI is discontinuing its AI browser Atlas less than eight months after launch. The browser's features will be integrated into an updated ChatGPT Chrome extension that operates in Chrome's sidebar. Atlas is the latest in a series of discontinued OpenAI products.
Why it matters: This move reflects OpenAI's shift from standalone browser products to enhancing existing platforms with AI capabilities.
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.
Students at the University of Waterloo have developed AI prototypes, including a sign language tutor, as part of a collaboration with Google's Futures Lab. These projects aim to address challenges in education and work through innovative AI applications.
Why it matters: These prototypes highlight the potential of AI to address real-world challenges in education and accessibility.
Cursor's Pauline Brunet explains how her team of Forward Deployed Engineers helps organizations implement AI agents, essentially setting up software factories. This approach provides enterprises with practical support for integrating AI into their workflows.
Why it matters: This reveals a practical approach to deploying AI agents in enterprise settings, potentially accelerating adoption.
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.
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.
Z.ai released GLM 5.2 on June 16, 2026, a 744-billion-parameter open-weight model. The model reportedly achieves scores at or near those of Anthropic and OpenAI's models on benchmarks, and has led some industry leaders to replace workloads with GLM after extensive testing. This development has been described as the 'DeepSeek moment for agents.'
Why it matters: This marks a significant shift where an open-weight model competes with proprietary frontier models, potentially democratizing access to high-performance agentic AI.
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.
Together AI has launched EinsteinArena, a platform where AI agents collaborate and compete to solve open math problems. The agents have already achieved 11 new state-of-the-art results, including raising the kissing number lower bound in dimension 11 from 593 to 604.
Why it matters: This shows how collective AI agent intelligence can contribute to scientific progress in mathematics.
Together AI defines an AI Native Cloud as infrastructure designed specifically for AI models rather than traditional legacy workloads. The company positions this concept as important for the next major shift in AI development.
Why it matters: This highlights the increasing emphasis on specialized cloud infrastructure tailored for AI, which could influence how AI models are deployed and scaled.
Together AI research shows that large language models (LLMs) can optimize database query execution plans by correcting cardinality estimation errors, resulting in up to 4.78x speedups. This method leverages LLMs' understanding of query semantics and outperforms traditional statistical heuristics.
Why it matters: This approach could lead to significant improvements in database performance by using AI-driven optimization instead of conventional statistical methods.
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.
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.
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.
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.
Together AI introduces a 'Divide & Conquer' framework that breaks long documents into parallel chunks processed by a planner, workers, and manager. This method enables smaller models like Llama-3-70B and Qwen-72B to outperform GPT-4o single-shot on long context tasks.
Why it matters: This approach shows that smaller models can surpass larger ones on long context tasks through orchestration, potentially reducing reliance on massive models.
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.