Glean 拾遗
Daily · timeline

A few picks a day.

Thu, Jul 30, 2026 3picks
← 07-29
Calendar ▾
2026 · 07
has picks today
06:00

Generative AI to Quantify Uncertainty in Weather Forecasting

用扩散模型高效生成天气预报集合:Google SEEDS

Google Research introduces SEEDS (Scalable Ensemble Envelope Diffusion Sampler), a generative AI model that efficiently produces weather forecast ensembles using denoising diffusion probabilistic models. Traditional physics-based ensemble forecasting requires hours on supercomputers and typically yields only 10-50 members due to cost. SEEDS conditions on as few as one or two operational forecasts and generates 256 ensemble members in 3 minutes on TPUv3-32, achieving comparable or better skill scores (rank histogram, RMSE, CRPS) while accurately representing tail probabilities for extreme events. For the 2022 European heatwave, SEEDS' 16,384-member ensemble captured observed conditions that the 31-member operational ensemble missed entirely. This hybrid approach can free computational resources to improve physical model resolution or forecast frequency.

06:00

SymptomAI: Towards a conversational AI agent for everyday symptom assessment

SymptomAI:Google大规模对照研究显示AI对话问诊准确率不逊于医生

Google Research introduces SymptomAI, a conversational AI agent based on Gemini Flash 2.0 for symptom assessment. In a randomized national study with 13,917 participants, five prompting strategies (dynamic, fixed canonical, flexible canonical, and unguided baseline) were compared against clinician assessments. Key findings: clinicians preferred SymptomAI's differential diagnosis (DDx) over peer clinicians' in >50% of cases; all agent-driven strategies significantly outperformed the unguided baseline in top-5 accuracy; AI's relative advantage was greatest for low-confidence clinician cases. SymptomAI diagnoses correlated with Fitbit biosignals (heart rate, skin temperature, sleep) around symptom onset, especially for respiratory infections. The work demonstrates AI's potential for real-world symptom assessment but stresses that all outputs are research-only.

research.google · 11 min · Agents · AI · AI Engineering · LLM · Medical · Research Methodology
06:00

Pi: All-in-One AI Agent Toolkit with Unified LLM API and Coding Agent CLI

Pi: 全能 AI Agent 工具包,统一 LLM 与编码代理 CLI

Pi is an open-source AI agent toolkit offering a unified multi-provider LLM API (OpenAI, Anthropic, Google, etc.), an extensible agent runtime with tool calling and state management, an interactive coding agent CLI, and a terminal UI library. It addresses component fragmentation in building AI agents via modular npm packages, with containerization support and supply-chain security hardening. Ideal for engineers building, deploying, or customizing AI agents, especially coding agents.

github.com · 6 min · Agent Architecture · Agents · Ai Tooling · CLI · Developer Tools · LLM