Google Research
·
4 months ago
● 2 sources
Researchers introduced TurboQuant, a vector compression algorithm designed to reduce the memory footprint of key-value caches in AI models while maintaining accuracy. The method achieves 6x reduction in key-value memory size and up to 8x speedup in attention computation on H100 GPUs when compressing to 3-4 bits without requiring model retraining. The technique enables faster vector search and more efficient large-scale AI applications by eliminating memory overhead inherent in traditional quantization methods.
Google Research
·
4 months ago
Google Research developed S2Vec, a self-supervised machine learning framework that converts geographic features like buildings, roads, and businesses into numerical embeddings to understand urban environments. S2Vec uses S2 Geometry partitioning to divide Earth's surface into hierarchical cells and masked autoencoding to learn patterns from built environment data without manual labeling, achieving competitive performance on socioeconomic prediction tasks like population density and median income across unseen geographic regions. The approach enables urban planners and environmental researchers to analyze neighborhood characteristics and infrastructure impacts at scale without hand-crafted indicators for each problem.
OpenAI Blog
·
4 months ago
OpenAI released prompt-based safety policies designed to help developers moderate age-specific risks when building AI applications for teenagers. The system, called gpt-oss-safeguard, uses prompts to identify and filter content risks tailored to different age groups rather than applying uniform moderation. Developers can now implement teenage-specific content guidelines without building custom safety systems from scratch.
OpenAI Blog
·
4 months ago
The OpenAI Foundation announced plans to invest at least $1 billion across disease treatment, economic development, AI safety, and community initiatives. The foundation will deploy this funding over an unspecified timeframe across four focus areas: medical research, economic opportunity programs, AI system robustness, and local community projects. The commitment signals OpenAI's intention to allocate corporate resources toward social and scientific challenges beyond its commercial business operations.
OpenAI Blog
·
4 months ago
OpenAI has integrated shopping capabilities into ChatGPT through a new Agentic Commerce Protocol that lets users discover and compare products within the chat interface. The system enables merchants to list products alongside visual comparisons, allowing side-by-side evaluation of options directly in conversations. Users can now complete product research and purchasing decisions within ChatGPT rather than switching to separate shopping websites.
Allen Institute (AI2)
·
4 months ago
Molmo released MolmoWeb, an open-source visual web agent built on their Molmo 2 multimodal model in 4B and 8B parameter sizes that can navigate and complete browser tasks by interpreting screenshots. The 8B model achieves 78.2% on WebVoyager, 42.3% on DeepShop, and 49.5% on WebTailBench benchmarks, outperforming other open-weight agents like Fara-7B and some proprietary models like GPT-4o. The release includes training code, a dataset of 36K human demonstrations plus synthetic trajectories, evaluation tools, and infrastructure enabling researchers and developers to build and customize web agents without relying on proprietary systems.
Hugging Face Blog
·
4 months ago
Researchers introduced EVA, an evaluation framework that assesses voice agents on both task accuracy and conversational experience in multi-turn spoken interactions, addressing a gap where existing benchmarks evaluate these dimensions separately. The framework was released with 50 airline scenarios and benchmark results for 20 systems including speech-to-speech models and large audio language models. The key finding revealed a consistent tradeoff: agents excelling at task completion often deliver poor user experience, and vice versa, meaning accuracy and experience must be measured jointly rather than in isolation.