OpenAI Blog
·
2 months ago
OpenAI announced a multi-year partnership with Singapore to expand AI deployment, develop local talent, and support businesses and government services. The initiative includes establishing local infrastructure and training programs, though specific investment figures and timelines were not disclosed. Singapore gains direct access to OpenAI's technology and expertise to integrate AI across its economy and public sector.
Hugging Face Blog
·
2 months ago
● 2 sources
Allen AI released OlmoEarth v1.1, an updated family of satellite imagery models that reduce computational requirements while maintaining performance on earth observation tasks. The new models cut compute costs by up to 3x compared to v1 by decreasing token sequence length, achieved by collapsing multi-resolution Sentinel-2 bands into single tokens instead of separate ones. Organizations can now run planet-scale mapping tasks more frequently and affordably, with faster inference and fine-tuning times.
Google Research
·
2 months ago
● 2 sources
Google released Empirical Research Assistance (ERA), an AI system using Gemini that writes and optimizes scientific code to accelerate computational discovery across multiple disciplines, published today in Nature. ERA achieved expert-level performance on benchmark problems in genomics, public health, satellite imagery, neuroscience, time-series forecasting, and mathematics, with eight manuscripts demonstrating applications including CDC-ranked epidemic forecasting, California water runoff prediction, and atmospheric CO2 monitoring. The technology is now accessible through Computational Discovery, a new experimental tool rolling out via Gemini for Science to help democratize expert-level computational modeling for scientists worldwide.
VentureBeat AI
·
2 months ago
Google redesigned its search box for the first time in 25 years to support multimodal inputs like images and PDFs while merging its AI Overviews and AI Mode features into a single interface. AI Mode has reached one billion monthly users in its first year with queries doubling every quarter, and the new interface runs on Gemini 3.5 Flash, which operates four times faster in output tokens per second than comparable models. Publishers and SEO professionals face disruption as users shift from keyword-based searches to conversational queries, and the self-contained search results page reduces incentive for users to click through to external websites.
Ben's Bites
·
2 months ago
● 3 sources
Google I/O is launching today with Gemini models reportedly benchmarking similarly to GPT-5.5, though practical performance in real-world use remains uncertain. Anthropic acquired Stainless to build SDKs and added self-hosted sandboxes to Claude Managed Agents, while Cursor released Composer 2.5 trained partly on SpaceX GPUs at lower cost than competing models. The shift toward agent-first development means framework importance will decline in favor of managing agents, sandboxing, and local versus cloud execution.
Menlo Ventures
·
2 months ago
Menlo Ventures led a $100 million Series C funding round for Nourish, a platform that connects patients with registered dietitians for insurance-covered virtual nutrition counseling. Nourish operates a network of over 10,000 registered dietitians across all 50 states serving hundreds of thousands of patients, using AI to automate session notes, clinical insights, and prior authorization workflows. The platform addresses a structural gap in healthcare where nutrition counseling—proven effective for cardiometabolic conditions—remains underutilized despite insurance coverage, with the company positioned to expand into GLP-1 prescribing and broader chronic care management.
OpenAI Blog
·
2 months ago
● 2 sources
OpenAI introduced Content Credentials and SynthID, technologies designed to embed digital markers into AI-generated images, audio, and video so users can verify their origins. The verification tool works across multiple media formats and integrates with existing platforms to display provenance information. This enables people to distinguish between AI-generated and human-created content, reducing the spread of misleading media.
Allen Institute (AI2)
·
2 months ago
● 2 sources
OlmoEarth released v1.2 with rotary positional embeddings (RoPE) to reduce artifacts in satellite image processing, following a v1.1 release that reduced compute costs by up to 3x by consolidating multi-resolution tokens into single tokens per patch. The key improvement in v1.2 comes from replacing absolute positional embeddings with RoPE, which encodes patch location without introducing embedding artifacts. These efficiency gains enable organizations to process larger geographic areas and refresh planet-scale maps more frequently at lower cost.
Together AI
·
2 months ago
Together released a benchmark measuring inference performance on production coding agent workloads, where Together Inference Engine delivers 31% higher throughput than TensorRT-LLM and maintains 2× better time-to-first-token at saturation of 2.5M tokens per minute. The company optimized performance through ThunderMLA (a fused kernel for Multi-head Latent Attention), custom kernels, and full-stack profiling rather than relying on single-user benchmarks. For typical coding requests of 80k-100k input tokens, Kimi K2.7 on Together costs $0.029 per request compared to $0.097 for Claude Opus, saving an engineering team of 150 people approximately $421k annually.
Hugging Face Blog
·
2 months ago
The author released six reranker models built on ModernBERT encoders, ranging from 17 million to 1 billion parameters, trained via distillation from a larger teacher model. The smallest 17M model outperforms the 33M ms-marco-MiniLM-L12-v2 baseline by 0.051 NDCG@10 on MTEB while using half the parameters. Users can now swap in these rerankers as drop-in replacements in retrieve-then-rerank pipelines with improved quality and configurable speed-accuracy tradeoffs.