TEXT VIEW · TODAY'S DIGEST · 36 HEADLINES ACROSS 8 SOURCES

Startup Archive(0)

No items yet for today.

App Store Rankings(0)

No items yet for today.

ISSUE 0932
MON, JUL 20, 2026
OrangeBot.AI 智能策划和筛选每日科技趋势和新闻,为您节省时间。
TODAY · MON, JUL 20, 2026

Read what shipped.
Ship yours.

Newsletters tell you what shipped in AI. OrangeBot hands you the install line to ship yours — 2,000+ curated Claude Code skills, free browser tools, and a daily brief from ten sources for builders who don’t have time to scroll.

新功能!我们推出了用于保存推文和Reddit帖子的Chrome扩展程序。点击安装!
01

AI DIGEST

UPDATED DAILY · EDITOR'S PICK
01.00
AI DIGEST

AI新闻摘要

July 20, 2026

Here is a summary of today's main news events, based on the information provided.


Middle East Tensions Drive Oil Prices and Market Volatility

Rising hostilities between the U.S. and Iran, particularly after U.S. troop deaths in Jordan, caused crude oil prices to surge above $90 a barrel. The spike has fueled investor concerns about inflation and potential interest rate hikes, impacting European airline stocks and U.S. Treasury yields. Prices later eased slightly after Iran indicated it was open to negotiations.

China Challenges U.S. Tech Dominance Amid Global Chip Selloff

Chinese tech giant Alibaba unveiled a new artificial intelligence model, highlighting the country's rapid progress in closing the technology gap with the U.S. This development occurred during a significant global selloff in tech and chip stocks, which prompted Chinese state-owned funds to purchase shares to support the market.

Major Acquisition in Industrial Real Estate Signals Market Confidence

Brookfield Asset Management and the Canada Pension Plan Investment Board announced a deal to acquire LXP Industrial Trust for approximately $5.2 billion in an all-cash transaction. The purchase adds a significant portfolio of modern warehouses and logistics facilities to their holdings, indicating strong investor interest in the industrial property sector.

New UK Prime Minister Prepares to Form Government

The United Kingdom's new Prime Minister is set to announce their cabinet today, marking the country's seventh leader in the past decade. The formation of a new government follows a period of political change and will set the direction for the country's domestic and international policies.

Original · written by OrangeBot
OrangeBot Weekly · Issue #1 · by Shen Huang · 4 min read

The only 8 things that mattered this week

Semis had their worst week in a year, Meta got sued for letting AI pick layoff targets, and a Kaggle competition handed $25K to AI slop. Here's the fine print on all of it — and why none of it should scare you.

Read the issue →

Latest analysis

All posts →
02

ON THE WIRE

6 SOURCES
02

HACKER NEWS

02.00
HACKER NEWS

Hacker News - July 20, 2026

Hacker News Feed: Highlighting key posts and discussions.

Airport Simulator

(airport.apunen.com)

21558
Airbus Takes Flight from AWS

(www.theregister.com)

158115
Xiaomi-Robotics-1

(robotics.xiaomi.com)

333225
Orion Browser by Kagi

(orionbrowser.com)

259216
Blender 5.2 LTS

(www.blender.org)

407171
Qwen 3.8 Max Preview

(www.qwencloud.com)

2201
Qwen 3.8

(twitter.com)

917646
Transcribe.cpp

(workshop.cjpais.com)

749158
03

HUGGINGFACE

03.00
HUGGINGFACE

HuggingFace 新闻 - July 20, 2026

HuggingFace Feed:最新的 AI 模型、数据集和社区动态。

RAGU: A Multi-Step GraphRAG Engine with a Compact Domain-Adapted LLM

Graph retrieval-augmented generation (GraphRAG) enhances large language models with structured knowledge, yet existing systems construct knowledge graphs in a single extraction pass, producing noisy entities and brittle retrieval. RAGU, an open-source modular GraphRAG engine, addresses this by separating extraction from consolidation: entities and relations pass through two-stage typed extraction, DBSCAN-backed deduplication, LLM summarization, and Leiden community detection. A key insight motivates a compact extractor: the skills an in-pipeline LLM needs - comprehension, extraction, reasoning over context - are language skills that grow only weakly with model size, unlike factual world knowledge. Accordingly, we train Meno-Lite-0.1, a 7B model optimized for language skills, which outperforms Qwen2.5-32B on knowledge-graph construction (+12.5% relative harmonic mean) and matches it on English GraphRAG tasks. On GraphRAG-Bench (Medical), RAGU retrieves the most complete context at every factoid level (evidence recall up to 0.84 vs. leq0.76) and overtakes HippoRAG2 on synthesis tasks; on multi-hop factoid QA, the apparent HippoRAG2 advantage is shown to be largely an answer-format artifact. RAGU is installable via pip install graph_ragu, runs on a single GPU, and is released under MIT. The source code is publicly available at https://github.com/RaguTeam/RAGU, and the Meno-Lite-0.1 model can be obtained from https://huggingface.co/bond005/meno-lite-0.1.

60
RESOURCE2SKILL: Distilling Executable Agent Skills from Human-Created Multimodal Resources

Skills are a useful abstraction for software agents, turning human and agent experience into reusable procedural knowledge. Yet existing skill libraries are mostly hand-written, text-centric, or derived from agent traces, leaving tutorial videos and other multimodal human resources largely underused. We present RESOURCE2SKILL, a framework that distills multimodal resources, including tutorial videos, repositories, articles, and reference artifacts, into executable skills for software agents. RESOURCE2SKILL organizes these skills as a hierarchical multimodal Skill Wiki, where each entry combines structured text, code, visual examples, metadata, and provenance. This design preserves complementary signals from different resources: videos capture temporal operations and visual effects, code captures executable tool patterns, and articles or artifacts provide conceptual and stylistic grounding. At inference time, agents retrieve and compose relevant skills from the wiki; when coverage is insufficient, the same construction operator can acquire new skills online. Across seven practical authoring domains, RESOURCE2SKILL improves average overall score by +11.9 percentage points over no-skill agents and outperforms strong harness baselines in 26 of 28 main-aggregate model-domain cells. Ablations confirm the value of multimodal skill format, hierarchical organization, source diversity, selection strategy, and online acquisition.

58
Loop the Loopies!

We present Loopie, the most powerful looped Transformer to date. The Loopie series consists of two Mixture-of-Experts (MoE) models: a 20B-parameter model with 2B active parameters and a 6Bparameter model with 0.6B active parameters. Looped Transformers have long faced a challenge: given an N-fold increase in pre-training compute, increasing the parameter count by a factor of N usually outperforms looping a model N times. Loopie addresses this challenge. Extensive ablation studies, including comparisons with a vanilla 30B-A3B model, show that Loopie substantially outperforms vanilla Transformer baselines trained with the same compute budget. Our novel post-training pipeline equips Loopie with strong reasoning abilities. At the 2025 IMO and IPhO, Loopie achieves gold-medal performance without tools.

46
Xiaomi-Robotics-1: Scaling Vision-Language-Action Models with over 100K Hours of Real-World Trajectories

We present Xiaomi-Robotics-1, a foundational vision-language-action (VLA) model capable of (1) following diverse language instructions to perform a wide range of mobile manipulation tasks in unseen environments out-of-the-box, and (2) efficiently adapting to novel downstream tasks with minimal fine-tuning data. We propose a two-stage training recipe consisting of pre-training and post-training. During pre-training, we imbue the model with broad and generalizable action-generation capabilities by training on over 100k hours of real-world manipulation trajectories collected via UMI devices. Crucially, we develop a scalable auto-labeling pipeline that annotates trajectory clips with natural languages describing scene state transitions, providing rich and precise conditioning for action learning. During post-training, we aim to align these capabilities with robot embodiments and imperative instructions that humans naturally use to prompt robots. Extensive experiments demonstrate strong scaling behavior. Xiaomi-Robotics-1 consistently improves with increased data scales and model sizes during pre-training. This scaling behavior directly transfers to post-training, where a stronger pre-training model yields better out-of-the-box real-robot performance in unseen environments. Furthermore, Xiaomi-Robotics-1 serves as a strong robot foundation policy that can be efficiently fine-tuned on complex, dexterous tasks with high data efficiency. Across multiple simulation benchmarks, Xiaomi-Robotics-1 outperforms state-of-the-art methods. Notably, it establishes a new state-of-the-art with a 57.6% success rate on RoboCasa365, surpassing the previous best of 46.6%. Furthermore, it achieves an average score of 20.07 on RoboDojo, significantly outperforming the prior state-of-the-art (13.07). Code and model checkpoints will be released. Project page: https://robotics.xiaomi.com/xiaomi-robotics-1.html

44
xHC: Expanded Hyper-Connections

Hyper-Connections (HC) expand the residual stream of Transformers into N parallel streams, providing a form of memory scaling beyond model width and depth. Manifold-Constrained HC (mHC) stabilizes this formulation at scale. The large gains from N{=}1 to N{=}4 suggest residual-stream expansion as a promising scaling axis. However, existing HC-family methods typically stop at N{=}4. Our experiments reveal why: scaling mHC beyond this point yields diminishing performance gains and rapidly increasing training cost. We attribute this limitation to two bottlenecks: insufficient write-back information for an expanding number of streams and residual-mixing generation whose cost scales cubically with N. To address both bottlenecks, we propose xHC (Expanded Hyper-Connections), the first HC-family method to achieve meaningful expansion beyond N{=}4. xHC combines temporal feature augmentation for richer write-back with a sparse residual-stream architecture that updates only k=4 of the N=16 streams while retaining dense access to the full residual state. Across 18B and 28B MoE models, xHC delivers strong and consistent downstream improvements. On an 18B MoE model, xHC improves the average downstream score by 4.0 points over mHC, while adding only modest training FLOPs over the vanilla baseline. Scaling-law experiments show that the vanilla and mHC require 1.50times and 1.19times the compute of xHC, respectively, to reach the same loss. Practical large-N training also requires controlling memory traffic from the expanded residual state. We therefore introduce xHC-Flash, which reduces the per-sublayer memory traffic from 73.5C to 40C, comparable to the 34C required by mHC at N{=}4, while retaining the gains of full xHC. Together, xHC and xHC-Flash make large-N residual-stream expansion effective and practical for LLM pre-training.

44
Cura 1T: Specialized Model for Agentic Healthcare

Healthcare spans high-stakes communication, expert reasoning, and workflow execution, yet specialized LLMs that cover these use cases together remain limited. A healthcare model must handle patient consultation, clinical reasoning over text and images, interactive diagnosis, and electronic health record (EHR) tool use. These capabilities fail in different ways, and a narrow update for one task can degrade another. We present Cura 1T, a healthcare-specialized LLM trained through a human-gated self-evolution loop. In each evolution round, a training agent plans a target capability, trains the model, evaluates benchmark trajectories, and refines the data mixture from observed failures. This data-centered loop improves the model through targeted synthetic and curated examples rather than a single generic medical-data update. Across the healthcare evaluation suite, Cura 1T ranks at or near the top among frontier baselines, while remaining competitive on out-of-domain reasoning and agentic benchmarks.

36
RecGPT-V3 Technical Report

Large language models (LLMs) are transforming recommender systems from matching co-occurrence patterns in historical behavior toward reasoning about the intent that drives it. RecGPT-V1 pioneered this paradigm on Taobao by centering user understanding, and RecGPT-V2 scaled it via coordinated multi-agent reasoning; both are deployed in production with consistent gains in user experience and commercial outcomes. However, operating RecGPT at scale reveals three challenges: (1) stateless behavior modeling, where each request reprocesses full user history, wasting computation and discarding prior analysis; (2) a tag-to-item information bottleneck, where natural-language tags form a lossy channel between user understanding and item grounding; and (3) inefficient explicit reasoning, whose lengthy chain-of-thought incurs untenable latency and compute overhead. We present RecGPT-V3, a stateful, hybrid-modal recommender that reasons over natural language for open-world knowledge and Semantic IDs (SIDs) for concrete item grounding. A Memory Hub maintains structured, continually evolving user memory that distills long-horizon behavior into condensed units, cutting user-modeling computation by 55.8%. A Hybrid-modal Foundation Model allows the LLM jointly reason over text tags and SIDs, opening a high-bandwidth channel into the item space. Latent Intent Reasoning internalizes verbose rationales into compact learnable latent tokens that remain decodable into readable explanations, lowering output token cost by 200x. Deployed in Taobao's "Guess What You Like" feed, RecGPT-V3 achieves consistent gains in large-scale online A/B tests: IPV +1.28%, CTR +1.00%, TC +1.97%, GMV +3.97%, while cutting end-to-end serving resource consumption by 52.4%.

23
On-Policy Delta Distillation

On-policy distillation is an alternative post-training method in reinforcement learning that alleviates the constraints imposed by reward models by providing token-level supervision from a teacher model. Although on-policy distillation has been studied and applied across various settings, its fundamental design remains underexplored. In this paper, we introduce a new distillation reward, termed the delta signal, instead of directly imitating the teacher's output distribution. The delta signal is defined as the difference between the teacher model and its base model prior to instruction tuning for reasoning capability. It therefore captures the changes induced by reasoning tuning and provides a more direct signal for transferring reasoning capabilities. Using extensive empirical evidence, we show that the delta signal substantially improves on-policy distillation and refer to the new distillation method as On-Policy Delta Distillation (OPD^2). Experiments across mathematics, science, and code-reasoning benchmarks demonstrate that OPD^2 consistently outperforms conventional on-policy distillation, enabling reasoning LLMs to achieve strong performance with only a short post-training period. Code will be available at https://github.com/naver-ai/opd2

21
From Human-Centric to Agentic Code Review: The Impact of Different Generations of Generative AI Technology on Review Quality

Code review helps maintain software quality before code integration, but it also imposes a substantial workload on human reviewers. As generative artificial intelligence becomes part of software development, code review is shifting from a primarily human review process toward AI-supported review processes in which large language model (LLM) reviewers and AI agent reviewers participate alongside human reviewers. However, we still lack empirical evidence on how this transition affects review efficiency and review quality. In this paper, we study 1.02 million reviewed pull requests from 207 GitHub projects that transition across three code review eras: human-centric review, LLM-assisted review, and agentic code review. We identify three AI reviewer adoption practices: Gradual AI Adoption, Rapid LLM Adoption, and Rapid AI Agent Adoption. We further model pull request review discussions as reviewer interaction sequences to characterize how human, LLM, and AI agent reviewers collaborate during the review process. Our results show that agent-involved collaboration patterns, especially reviews initiated by AI agents or involving multiple AI agents, are associated with faster review decisions under Gradual AI Adoption and Rapid AI Agent Adoption. However, these efficiency gains do not translate into better review quality. We also find that review activity and pull request type remain important across eras, while human-AI collaboration patterns become the strongest explanatory factor for review efficiency once LLM and AI agent reviewers participate. These findings provide empirical guidance for designing AI-supported code review processes that improve efficiency without weakening review quality.

21
Qwen-Music Technical Report

In this report, we introduce Qwen-Music, a powerful music generation model capable of producing highly musical and high-fidelity songs with complete vocal singing. Qwen-Music supports two core tasks: Text to Music Generation, which create entirely new songs from text descriptions, lyrics, and musical attributes, and Cover Song Generation, which reinterprets existing songs with different styles and vocal characteristics. Architecturally, Qwen-Music integrates three core components: Qwen-Music-Tokenizer, Qwen-Music-LLM, and Qwen-Music-Render. Qwen-Music-Tokenizer compresses audio into a 25 Hz single-codebook stream of Music Semantic Tokens that preserve semantic and melodic information for LLM prediction. Based on these tokens, Qwen-Music-LLM performs autoregressive music semantic modeling, with a key novelty being a melody-token-based chain-of-thought (Melody-CoT) mechanism that plans melodies before full-song generation, improving creativity, musicality, structural coherence, and reference-audio-based melody cloning. To overcome the fidelity limitations of discrete semantic tokens, Qwen-Music-Render performs generative stereo rendering, enriching acoustic details and producing high-fidelity stereo waveforms. Finally, we train Qwen-Music-LLM on more than 5 million hours of multilingual music data covering hundreds of languages. We first apply quality-aware pre-training curriculum, then use progressive post-training, comprising supervised initialization, offline DPO, and online GSPO, to further improve musicality and instruction-following ability. Across 600 Chinese and English prompts, Qwen-Music achieves state-of-the-art results in 13 of 16 objective musicality and audio-quality metrics. Professional evaluators also prefer Qwen-Music over leading proprietary systems. For cover song generation, Qwen-Music preserves reference melodies more accurately than leading proprietary systems.

15
Understanding Reasoning from Pretraining to Post-Training

Reinforcement learning (RL) has become central to improving large language models (LLMs) on complex reasoning tasks, yet RL post-training is largely studied in isolation from the pretraining that precedes it. As a result, two basic questions remain open: (1) how do pretraining choices (model size, data) shape the returns to RL compute, and (2) what does RL actually do to the model? These questions are difficult to study in the standard LLM setting: pretraining corpora are vast and uncontrolled, making it hard to attribute behaviors to pretraining versus RL, and systematic compute sweeps across both stages are prohibitively expensive. To address these challenges, we use chess as a controlled testbed for studying reasoning across the full pretraining-to-post-training pipeline. We follow the standard LLM training pipeline by pretraining language models from 5M to 1B parameters on human chess games, supervised fine-tuning on synthetic reasoning traces, and running RL on chess puzzles with verifiable rewards. Using this framework, we find that the post-RL performance at given RL compute level is well-predicted from the pretraining loss, and slope of the RL reward curves improves approximately linearly with the pretraining tokens. Beyond scaling, we find that RL does not simply sharpen the SFT policy: on easy puzzles it amplifies correct moves the SFT policy already preferred, while on hard puzzles it surfaces correct moves that were nearly absent under SFT. We further test whether our findings transfer beyond chess by training a 1B language model on math-domain text, where the same predictive pattern emerges: longer-pretrained checkpoints reach higher post-RL performance and improve faster under RL. In sum, we provide a quantitative account of the pretraining-to-RL interface and a controlled testbed for studying the science of reasoning across the full pretraining-to-post-training pipeline.

13
When Does Muon Help Agentic Reinforcement Learning?

Muon is competitive with AdamW in large-scale pre-training, but its value for reinforcement-learning (RL) post-training remains unclear. We study vanilla Muon in sparse-reward agentic RL through matched single-seed comparisons with AdamW on ALFWorld using Qwen2.5-0.5B-Instruct. Under Group-in-Group Policy Optimization (GiGPO), applying Muon only to hidden weight matrices raises final-window validation success from 0.290 to 0.546 (+88%); high-rate AdamW controls retain no post-update success. The effect depends on the advantage estimator and learning rate. At 3e-5, Muon improves GRPO from 0.161 to 0.268, whereas GraphGPO's late-window gap narrows near saturation. At 1e-5, GraphGPO Muon reaches 0.901, raises normalized validation AUC from 0.399 to 0.556, and reaches 0.5 and 0.75 success 30 and 60 updates earlier, respectively. These exploratory results show that Muon can benefit agentic RL and motivate studying the policy optimizer, advantage estimator, and learning rate jointly. Multi-seed and cross-task validation remain open.

9
Recursive Harness Self-Improvement

Under model--harness co-evolution, harnesses are not merely inference-time scaffolds but data-generating components whose execution traces can shape future foundation models. This motivates harness-in-the-loop learning: optimizing harnesses for both immediate agent performance and the quality of traces used for future model training. However, continually updating provider-built scaffolds is costly and labor-intensive. We therefore investigate whether optimizing user-constructed harnesses in a task-specific manner can improve execution-trace quality while remaining computationally lightweight and requiring only a few update iterations. To this end, we introduce Recursive Harness Self-Improvement (RHI), which represents the harness as a prompt-level specification of the agent loop and iteratively refines it using pairwise feedback over its own revision history. Across 30 synthetic machine-learning research tasks spanning quantitative finance, robotics, and pharmacy, a few RHI iterations suffice to substantially raise the performance ceiling of low-reasoning-effort agents, exceeding the corresponding maximum-reasoning-effort setting while reducing inference cost by up to 60%. We show that these gains arise primarily from improved task-specific context management through more effective inter-agent information flow rather than longer reasoning traces. Finally, we formalize this behavior as an information-theoretic hypothesis for RHI's implicit optimization objective, suggesting RHI as a practical algorithm for continual learning within the paradigm of model--harness co-evolution.

9
VideoRAE: Taming Video Foundation Models for Generative Modeling via Representation Autoencoders

Video generative models commonly rely on latent spaces learned by 3D Variational Autoencoders (3D-VAEs). However, conventional 3D-VAEs are mainly optimized for pixel-level reconstruction, which can limit the semantic and spatio-temporal structure captured by their latents. Meanwhile, Video Foundation Models (VFMs) such as V-JEPA 2 and VideoMAEv2 show strong video understanding capabilities, yet whether their frozen representations can be transformed into compact, reconstruction-capable, and generation-friendly video latents remains largely unexplored. We answer this question with VideoRAE, a representation autoencoder that leverages multi-scale hierarchical features from a frozen video foundation encoder and compresses them with a lightweight 1D self-attention projector. VideoRAE supports both continuous latents for Diffusion Transformers and discrete tokens for autoregressive models via multi-codebook high-dimensional quantization. During decoding, a local-and-global representation alignment objective with the frozen VFM teacher improves semantic preservation and enables training without KL regularization. Experiments show that VideoRAE achieves strong reconstruction in both continuous and discrete regimes. On UCF-101, it obtains state-of-the-art class-to-video gFVDs of 40 and 93 with AR and DiT generators, respectively, while converging approximately 5x faster than competing autoencoder baselines. In a controlled 2B-scale text-to-video study, replacing LTX-VAE with VideoRAE leads to faster convergence under comparable settings. These results validate frozen VFM representations as versatile and generation-friendly video latents. The model and code will be released on https://zhxie0117.github.io/VideoRAE.

7
Beyond Entropy: Correctness-Aware Advantage Shaping via Contrastive Policy Optimization

Reinforcement learning with verifiable rewards (RLVR) commonly uses entropy for advantage shaping. However, entropy cannot distinguish useful uncertainty from detrimental confusion, limiting its effectiveness as a correctness signal. We propose Contrastive Policy Optimization (CPO), which uses token-level contrastive disagreement between reference-guided and vanilla generation distributions for correctness-aware advantage shaping. Both theoretical and empirical results show that this disagreement reliably indicates token-level correctness. We further show that On-policy Distillation is a special case of CPO, where the posterior distribution is instantiated by an external teacher model. CPO also resolves the zero-advantage problem. Experiments on in-domain and out-of-domain benchmarks demonstrate that CPO substantially outperforms entropy-based RLVR methods while maintaining strong generalization. Further analysis shows that correct and incorrect responses naturally support exploration and exploitation respectively, and balancing both leads to the best performance.

5
S1-Omni: A Unified Multimodal Reasoning Model for Scientific Understanding, Prediction, and Generation

We present S1-Omni, a unified multimodal reasoning model for scientific understanding, prediction, and generation. AI for Science (AI4S) has advanced significantly through domain-specific models, tool-augmented LLMs, and scientific language models. However, model capabilities remain highly fragmented, limiting the joint modeling of heterogeneous data, scientific laws, and expert knowledge. S1-Omni addresses this gap by consolidating these capabilities into a single, coherent scientific reasoning model. The architecture of S1-Omni is built upon three core components: unified representation of scientific data, natural-world knowledge alignment, and decoding for domain-specific tasks. First, S1-Omni maps natural-language instructions and scientific objects, including CIF, SMILES, protein sequences, spectra, and scientific images, into a shared representation space. Second, it incorporates scientific laws and expert knowledge into data construction and training, enabling the model to reason from scientific evidence. Third, it performs task-specific decoding to support a broad range of applications, including property prediction, spectrum-to-molecular generation, protein site and structure prediction, and scientific image generation and editing. S1-Omni is trained on S1-Omni-Corpus, which covers 200 scientific tasks and contains millions of reasoning samples, and is evaluated on over 60 scientific benchmarks. It outperforms GPT-5.5 and Gemini-3.1-Pro on most benchmarks and matches or surpasses domain-specific models on several benchmarks. Overall, S1-Omni provides a practical path toward unified scientific modeling.

5
Audio-Visual Flamingo: Open Audio-Visual Intelligence for Long and Complex Videos

We present Audio-Visual Flamingo (AV-Flamingo), a fully open state-of-the-art audio-visual large language model (AV-LLM) for joint understanding and reasoning over audio, images, and long-form videos. Unlike prior AV-LLMs that primarily focus on short clips, AV-Flamingo is designed for understanding and reasoning over long and complex real-world (audio-visual) videos. To support this, we make three key contributions: (i) Audio-Visual-Skills, a large-scale collection of real-world videos with ~7M caption and question-answer training instances designed to emphasize temporal, compositional, and cross-modal audio-visual reasoning; (ii) a novel three-stage curriculum that progressively trains the model from short-range perception to long-horizon multi-event reasoning; and (iii) Temporal Audio-Visual Interleaved Chain-of-Thought, a reasoning framework that explicitly grounds intermediate reasoning steps to timestamps in long audio-visual streams, improving temporal alignment and interpretability. Extensive experiments across 15+ audio-visual, omni-modal, audio, and vision benchmarks show that AV-Flamingo outperforms similarly sized open models by clear margins and remains highly competitive with, and in some cases surpasses, much larger open-weight and closed models, particularly on long and complex real-world audio-visual understanding and reasoning tasks. Beyond benchmark performance, AV-Flamingo exhibits strong real-world utility and transfers well to unseen tasks, highlighting its robustness and generalization ability.

5
DSWorld: A Data Science World Model for Efficient Autonomous Agents

Despite strong capabilities in data understanding and decision-making, autonomous data science agents still heavily rely on trial-and-error workflows that involve expensive computation. This bottleneck motivates models that can anticipate the effects of data science operations before real execution. In this paper, we introduce the concept of Data Science World Model, which model the data science execution environment by predicting environment state transitions conditioned on current workflow states and candidate operations. We further propose DSWorld, a practical framework that combines structured state construction, cost-aware routing, lightweight real execution, and an LLM-based simulator for expensive operations. To support training, we construct an 8K-scale transition trajectory dataset and introduce Reflective World Model Optimization, an error-aware reinforcement learning strategy for improving transition prediction. Experiments show that DSWorld accelerates RL-based agent training by approximately 14times and search-based inference by approximately 3-6times while maintaining competitive performance, and outperforms the strongest LLM baseline by 35.6% on transition prediction tasks. The code is available at https://anonymous.4open.science/r/DSWorld.

4
Agon: Competitive Cross-Model RL with Implicit Rival Grading of Reasoning

Reinforcement learning from verifiable rewards (e.g. GRPO) is the engine behind today's reasoning models, yet it grades only the final answer. On hard problems this trains models to write more rather than to think better, since the trace itself is never graded and no label for good thinking exists. We introduce Agon, which makes two competing models each other's graders. Both attempt the same problem; in alternating roles, one drafts a solution and the other reads it while solving, and each is rewarded for out-solving the other. To win, a model must out-reason a rival that has seen its work, so reasoning is judged implicitly during training, with no process labels and no reward model. Because both models are optimized, each faces a progressively stronger rival, which single-model RL cannot provide. The two need only be comparably strong and behaviorally different. At inference the pair deploys as it trains, a two-stage cascade in which one model drafts and the other answers after reading the draft. On the hard split of DeepMath with Qwen3, this doubles GRPO's pass@1, roughly eight times the gain of an untrained Mixture-of-Agents pass over the same base. The ordering replicates on competitive-programming code and across model families (Qwen3.5, Gemma 4). For now the models talk in text; the next step is to let them reason together in latent space.

1
05

PRODUCT HUNT

05.00
PRODUCT HUNT

Product Hunt - July 20, 2026

Product Hunt Daily Feed: Featuring noteworthy tech launches.

Autoplot icon
Autoplot

Unify data analysis and plotting in one powerful workspace

0
Nautis icon
Nautis

The AI-native Operating System for founders.

0
Skippr AI icon
Skippr AI

The live AI employee inside your product, serving every user

0
Backdrop icon
Backdrop

AI Coworkers that run your projects and operations

0
Fuzzy AI icon
Fuzzy AI

We warm your prospects before reaching out

0
Kogvio icon
Kogvio

Understand anything online without leaving the page.

0
Lunen.ai icon
Lunen.ai

Build AI agents your whole team can run, and control

0
Reignat icon
Reignat

Privacy-friendly web analytics with realtime AI insights

0
NeuroVidz icon
NeuroVidz

See how a brain reacts to your clip

0
Replay QA icon
Replay QA

Replay QA tells you what is broken before your users do

0
Scriptyard icon
Scriptyard

A free visual story development workspace

0
Loova Ads Studio icon
Loova Ads Studio

Create AI ads that convert, not just look good

0
LnkFlow icon
LnkFlow

Agentic click tracking that shows what grows your business

0
Creed icon
Creed

Your personal context file for every agent.

0
CaptureKit icon
CaptureKit

Keep your desktop clean by auto-organizing screenshots.

0
Deck icon
Deck

The most capable AI assistant with its own inbox

0
Inkling icon
Inkling

Open weights 975B multimodal model built for fine-tuning

0
LayerProof Mylar icon
LayerProof Mylar

Create launch-ready motion videos for your products

0
Free AI Tools icon
Free AI Tools

Free browser tools for everyday tasks, no login

0
Backbeat Forge icon
Backbeat Forge

Turn drum audio into a score you can actually edit

0
Rex icon
Rex

AI agents that run order-to-cash operations

0
BlockscopeChat icon
BlockscopeChat

AI Crypto Investigations/Research Agents

0
Rewisp icon
Rewisp

See it once. Ask forever.

0
OpenSEO icon
OpenSEO

The open source Ahrefs alternative

0
Detourmap icon
Detourmap

Every place worth the detour, on one interactive map

0
Kobbe icon
Kobbe

Privacy-friendly web analytics with traffic and revenue.

0
Spycost icon
Spycost

Fell for a discount again?

0
BaseRT icon
BaseRT

6.4x faster than llama.cpp, 3.9x faster than MLX

0
ZooData icon
ZooData

The data layer for AI agents

0
LiveDemo icon
LiveDemo

Open-source alternative to Storylane, Navattic, and Arcade

0
OpenMarkdown icon
OpenMarkdown

A markdown editor you and your agent co-edit

0
Mainichi icon
Mainichi

Learn Japanese, one prefecture at a time.

0
Clark icon
Clark

An AI coworker with its own cloud computer

0
DocuSmart AI icon
DocuSmart AI

Turning fragmented knowledge into one simple system

0
Acebuilder icon
Acebuilder

Build landing pages with Aceternity UI

0
Mirage icon
Mirage

Turn your SaaS into a clickable demo in 90 seconds.

0
WX icon
WX

An experimental synth for playable generative sound

0
Aye icon
Aye

Your teachable AI intern for everyday browser work

0
PixyCAD icon
PixyCAD

Fast & precise 3D CAD built natively for iPad and Mac

0
Yapper Leaderboard icon
Yapper Leaderboard

See the biggest startup yappers on X/Twitter

0
Scribble Party icon
Scribble Party

A local-first whiteboard studio for teachers and creators

0
Unabyss for Claude icon
Unabyss for Claude

Shared memory across all apps and LLMs. In Claude

0
Pebbles Ai icon
Pebbles Ai

AI sales platform for modern B2B teams

0
Basedash Suggestions icon
Basedash Suggestions

Your AI data analyst, now with ideas of its own.

0
Timely icon
Timely

Pull your calendar availability in 3 seconds

0
Pocket Screen icon
Pocket Screen

Keep any Mac window visible in a floating mini screen

0
Kimi K3 icon
Kimi K3

The world's first open 3T-class model

0
Nitrosend icon
Nitrosend

Email for AI agents. They sign up, send and reply.

0
Codex Micro icon
Codex Micro

Tactile controls for your Codex agents

0
River icon
River

AI account executives that demo and close B2B deals

0
06

TECHMEME

06.00
TECHMEME

Techmeme - July 20, 2026

Techmeme Digest: Major tech headlines and industry conversations.

UK government data: ~35% of UK businesses with 10+ staff report using AI, up from 12% in September 2023; average number of AI tools is 1.6, up from 1.4 in 2023 (Delphine Strauss/Financial Times)
Source: TechmemePublished: Jul 20, 2026

Delphine Strauss / Financial Times : UK government data: ~35% of UK businesses with 10+ staff report using AI, up from 12% in September 2023; average number of AI tools is 1.6, up from 1.4 in 2023 —  Free tools are the most widely used by companies with focus on efficiency savings rather than developing new products

AMD plans to ship Helios, its first rack-scale AI system to rival Nvidia, later in 2026 to Microsoft, Meta, OpenAI, and others; Helios costs an estimated $5M+ (Katie Tarasov/CNBC)
Source: TechmemePublished: Jul 20, 2026

Katie Tarasov / CNBC : AMD plans to ship Helios, its first rack-scale AI system to rival Nvidia, later in 2026 to Microsoft, Meta, OpenAI, and others; Helios costs an estimated $5M+ —  After a decade-long comeback, chip giant Advanced Micro Devices is preparing to ship its first rack-scale system for artificial intelligence …

Sources: Google is developing a specialized server chip, informally dubbed "Frozen v2", that integrates Gemini AI model blueprints in the silicon, set for 2028 (The Information)
Source: TechmemePublished: Jul 20, 2026

The Information : Sources: Google is developing a specialized server chip, informally dubbed “Frozen v2”, that integrates Gemini AI model blueprints in the silicon, set for 2028 —  Google is working on a new server chip that would directly integrate the blueprint of its Gemini AI model …

How "synthetic insider" attacks raise the stakes for corporate cyber defense; a Verizon analysis of ~22K incidents found 12% were carried out by internal actors (Hannah Murphy/Financial Times)
Source: TechmemePublished: Jul 20, 2026

Hannah Murphy / Financial Times : How “synthetic insider” attacks raise the stakes for corporate cyber defense; a Verizon analysis of ~22K incidents found 12% were carried out by internal actors —  Use of AI deepfake employees to infiltrate companies highlights wider risk of internal security breaches

Sources: parts of the Trump administration are reigniting efforts to implement de facto bans on foreign open-source models, as Chinese AI models gain momentum (Maria Curi/Axios)
Source: TechmemePublished: Jul 20, 2026

Maria Curi / Axios : Sources: parts of the Trump administration are reigniting efforts to implement de facto bans on foreign open-source models, as Chinese AI models gain momentum —  The Trump administration is showing signs it could ban cutting-edge Chinese AI models — a momentous move that could lock in dominance by OpenAI and Anthropic.

Chinese open models like Kimi K3 and Qwen3.8 Max shift the industry's focus back to marginal costs and cost of goods sold, as inference costs scale with revenue (Ben Thompson/Stratechery)
Source: TechmemePublished: Jul 20, 2026

Ben Thompson / Stratechery : Chinese open models like Kimi K3 and Qwen3.8 Max shift the industry's focus back to marginal costs and cost of goods sold, as inference costs scale with revenue —  There's a story I tell about my first day in STRT-431 at Kellogg School of Management, the introductory class that every …

An interview with Expedia CEO Ariane Gorin, who calls AI "a growth opportunity", as she prepares the online travel company to face potential disruption from AI (Stephanie Stacey/Financial Times)
Source: TechmemePublished: Jul 20, 2026

Stephanie Stacey / Financial Times : An interview with Expedia CEO Ariane Gorin, who calls AI “a growth opportunity”, as she prepares the online travel company to face potential disruption from AI —  Ariane Gorin faces battle with tech start-ups as she repositions world's second-largest travel booking company

How PayPal CEO Enrique Lores, appointed earlier in 2026 to revive the payments pioneer, may handle Stripe and Advent's takeover offer, based on his HP tenure (Wall Street Journal)
Source: TechmemePublished: Jul 20, 2026

Wall Street Journal : How PayPal CEO Enrique Lores, appointed earlier in 2026 to revive the payments pioneer, may handle Stripe and Advent's takeover offer, based on his HP tenure —  Enrique Lores took the top job at the payments company earlier this year after decades at HP  —  Digital-payments pioneer PayPal is in a yearslong rut.

The EU fines Alibaba's online marketplace AliExpress €550M for failing to prevent the sale of illegal products on its platform, the largest DSA fine to date (Barbara Moens/Financial Times)
Source: TechmemePublished: Jul 20, 2026

Barbara Moens / Financial Times : The EU fines Alibaba's online marketplace AliExpress €550M for failing to prevent the sale of illegal products on its platform, the largest DSA fine to date —  Record penalty under bloc's Digital Services Act comes amid broader crackdown on Chinese ecommerce platforms

Sources: Chinese startup Moonshot AI is seeking formal approval from investors to start a Hong Kong IPO process, which could happen in as soon as six months (Juro Osawa/The Information)
Source: TechmemePublished: Jul 20, 2026

Juro Osawa / The Information : Sources: Chinese startup Moonshot AI is seeking formal approval from investors to start a Hong Kong IPO process, which could happen in as soon as six months —  Chinese startup Moonshot AI, whose powerful new open-source model is upending Silicon Valley, is seeking formal approval from investors …

A look at Israel's influence campaign in the US that's included millions of AI-driven texts and a $45M+ contract with ex-Trump campaign strategist Brad Parscale (Wall Street Journal)
Source: TechmemePublished: Jul 20, 2026

Wall Street Journal : A look at Israel's influence campaign in the US that's included millions of AI-driven texts and a $45M+ contract with ex-Trump campaign strategist Brad Parscale —  The Israeli government is trying to shore up its U.S. reputation with help from influencers, Trump insiders and millions of AI-driven texts

Trial lawyers, with big liability litigation earnings, are among the most active lobbyists against autonomous vehicles, even as data shows clear safety benefits (Alex Tabarrok/Marginal Revolution)
Source: TechmemePublished: Jul 20, 2026

Alex Tabarrok / Marginal Revolution : Trial lawyers, with big liability litigation earnings, are among the most active lobbyists against autonomous vehicles, even as data shows clear safety benefits —  Roughly 37,000-40,000 Americans die in auto accidents every year.  We now have large-scale, real-world evidence …

How smart home devices have given abusive partners a new tool to remotely manipulate, intimidate, and disturb their victims, in a form of tech-assisted abuse (Financial Times)
Source: TechmemePublished: Jul 20, 2026

Financial Times : How smart home devices have given abusive partners a new tool to remotely manipulate, intimidate, and disturb their victims, in a form of tech-assisted abuse —  Remote access to domestic devices is increasingly being used to manipulate, intimidate and disturb.  Policymakers and tech companies are grappling with safeguards

Cambridge-based CuspAI raised a $450M Series B led by Kleiner Perkins and NEA, and launches a coalition for AI materials discovery for chip and other industries (Bloomberg)
Source: TechmemePublished: Jul 20, 2026

Bloomberg : Cambridge-based CuspAI raised a $450M Series B led by Kleiner Perkins and NEA, and launches a coalition for AI materials discovery for chip and other industries —  Producing the world's most in-demand semiconductors requires enormous amounts of energy and access to rare minerals.

Retail traders are shifting from Big Tech to stocks boosted by AI like SK Hynix and Marvell; five of the Magnificent Seven stocks trail the market this year (Hannah Erin Lang/Wall Street Journal)
Source: TechmemePublished: Jul 20, 2026

Hannah Erin Lang / Wall Street Journal : Retail traders are shifting from Big Tech to stocks boosted by AI like SK Hynix and Marvell; five of the Magnificent Seven stocks trail the market this year —  Once the Magnificent Seven's most enthusiastic fans, they are looking elsewhere for the next superstar tech stocks

07

STARTUP ARCHIVE

07.00
STARTUP ARCHIVE

Startup News - July 20, 2026

Startup News Roundup: Aggregating key funding and launch updates.

Marc Andreessen on the 5 personality traits of an innovator
Source: StartupPublished: Mar 31, 2026

“When you’re talking about real innovators—people who actually do really creative, breakthrough work—I think you’re talking about a couple things:”

Steve Jobs explains the importance of both thinking and doing
Source: StartupPublished: Mar 30, 2026

“The doers are the major thinkers. The people who really create the things that change this industry are both the thinker-doer in one person.”

Tobi Lutke explains what the VCs who passed on Shopify got wrong
Source: StartupPublished: Mar 27, 2026

“What a lot of free-market thinkers don’t understand is that between the demand and eventual supply lies friction."

Sam Altman explains how he decides to invest in a startup after 10 minutes
Source: StartupPublished: Mar 26, 2026

"Does this person have the potential to be the next Mark Zuckerberg?… [You don’t get to] 100% accuracy, obviously, but it’s good enough that our business model works.”

Jony Ive recounts the time Steve Jobs called him vain
Source: StartupPublished: Mar 25, 2026

In the clip below, Jony Ive recounts the time he asked Steve Jobs to be less harsh in his critique of a piece of work.

Jeff Bezos’s two pieces of advice for aspiring entrepreneurs
Source: StartupPublished: Mar 24, 2026

“The advice that I would give entrepreneurs is don't chase the hot new thing. It's so hard to catch something that everybody already knows is hot."

Elad Gil: “Things that work tend to work pretty fast”
Source: StartupPublished: Mar 23, 2026

“I do think there’s a bit of a myth in Silicon Valley that you should keep grinding no matter what and it’s just about perseverance, and I think that’s really bad advice."

Paul Graham on why starting with a “small, intense fire" is the key to startup growth
Source: StartupPublished: Mar 20, 2026

"You have to know who those first users are and how you're going to get them."

Keith Rabois on how to identify great talent
Source: StartupPublished: Mar 19, 2026

“What you want to do with every single employee every single day is expand the scope of their responsibilities until it breaks… and that’s the role they should stay in.”

Wealthfront CEO on why advertising spend makes it harder to find product/market fit
Source: StartupPublished: Mar 18, 2026

“The way that you know you have product/market fit is if you have exponential organic growth."

Eric Schmidt on why most companies get strategy wrong
Source: StartupPublished: Mar 17, 2026

“Work very, very hard to figure out what the world’s going to look like in five years. What will people be doing? What will your customers want? Where will costs be?"

Mark Zuckerberg: “You can’t 80/20 everything”
Source: StartupPublished: Mar 16, 2026

"There’s the famous 80/20 rule where you get 80% of the benefit by doing 20% of the work, but you can’t just 80/20 everything. There have to be certain things that you are just the best at."

Marc Andreessen on Mark Zuckerberg’s founder “superpower”
Source: StartupPublished: Mar 13, 2026

“A great superpower that Mark Zuckerberg has that is probably not well-understood enough is he does not get emotionally upset in stressful situations"

Sam Altman explains how to come up with a great startup idea
Source: StartupPublished: Mar 12, 2026

"If you start a startup without a good idea… you’ll be under pressure to make something up and it won’t work that well."

Jeff Bezos on the problems with proxies and managing to metrics
Source: StartupPublished: Mar 11, 2026

“One of the things that happens in business is that you develop certain things that you’re managing to—a typical case would be a metric. And that metric isn’t the real underlying thing.”

Airbnb founder Brian Chesky on how to design an amazing user experience
Source: StartupPublished: Mar 10, 2026

“If you can design something really amazing using the hand-crafted part of your brain, then you can reverse-engineer how to industrialize this millions of times over."

Spencer Rascoff: "I will never invest in a consumer startup with paid marketing”
Source: StartupPublished: Mar 9, 2026

"If you’re actually trying to grow a product, the best levers for doing that are often within the product itself.”

Patrick Collison explains why it sometimes make sense to quit
Source: StartupPublished: Mar 6, 2026

“One thing I’ve learned myself the hard way, is that it is easier to tear down a company and restart it in Silicon Valley, than it is to constantly try to pivot or keep something alive."

Jeff Bezos recounts the time he called Amazon’s customer service number mid-meeting to prove a metric was wrong
Source: StartupPublished: Mar 5, 2026

“I have a saying, which is when the data and the anecdotes disagree, the anecdotes are usually right"

Ben Horowitz: “Nobody was born a great manager. It’s a very unnatural job.”
Source: StartupPublished: Mar 4, 2026

“If you can’t build a great product, it doesn’t matter if you can build a great company.”

03

ALSO TODAY

3 MORE SOURCES
08

SOLIDOT

08.00
SOLIDOT

Solidot News - July 20, 2026

Solidot Feed: Highlighting essential tech & open-source news.

有了 AI 之后人们愈来愈不愿说不知道了

法国和意大利研究人员发现,有了 AI 之后人们愈来愈不愿说不知道了,AI 抑制了人们的批判性思维,使得人们更容易重复 AI 生成的虚假信息。研究人员将参与者分成两组,一组必须在没有 AI 的帮助下回答问题,另一组可以向 AI 寻求建议。结果发现没有 AI 帮助时 44% 的人会回答说不知道答案,而有了 AI 的帮助后只有 3% 的人这样做。研究人员让参与者使用了一个更可能出错的模型 Step 3.5 Flash。结果显示,不使用 AI 正确率为 27%,使用 AI 后降至了 9%,原本会给出正确答案的人在听取了 AI 建议后给出了错误答案。尽管正确率下降了,但参与者的自信心却增加了。

Google 工会致函 CEO 要求保障被裁员工利益

Google 逾 4500 名员工联名写信给首席执行官皮查伊,要求公司给员工更明确的裁员保障。员工提出的要求包括:保证遣散费、在强制裁员前先推出自愿离职计划,以及取消据称按配额评定绩效的制度。请愿书由 Alphabet 员工工会发起,已送到 Google 总部。工会主席、软件工程师考尔(Parul Koul)说,Google 市值已达到约 4 万亿美元,公司在取得空前成功的同时仍不断裁员,说明管理层把利润放在员工之上。请愿书要求,Google 在所有产品部门裁员前,先让员工选择是否自愿离职,并保证被裁员工能拿到遣散待遇,或允许他们把遣散费换成更长时间的带薪休假。员工也要求停止按固定比例评出低绩效员工的做法,认为这种制度可能变成裁员工具。考尔说,员工到皮查伊办公室递交请愿书时,大门紧闭,管理层没有正式回应。他们最后把请愿书交给一名职员,对方承诺会转交给皮查伊。

中国考虑演示自己的行星防御技术

国家航天局小行星监测预警研究中心首席科学家李明涛领导的团队在一篇论文中讨论了中国自己的行星防御系统。NASA 执行双小行星重定向测试(DART)任务的探测器于 2022 年 9 月撞击了小行星 Dimorphos,这是世界首次行星防御技术演示。中国的计划更雄心勃勃,旨在直接破坏小行星的结构,而不只是偏转其轨道。中国计划中的探测器预定在 2029 年或 2030 年以 26 倍音速以上或每秒逾 9 公里速度撞击目标——相比之下 DART 撞击速度为每秒 6.1 公里。此次任务包括四个目标:精确撞击小行星、成功偏转其轨道、精确测量撞击结果以及证明撞击并未对地球造成损害。目标小行星是 2015 年发现的 2015 XF261,直径约为 30 米。中国计划发射两艘探测器,一艘撞击,另一艘观察。

MPEG-4 Part 2 专利全部过期

MPEG-4 是一套用于音频、视频信息的压缩编码标准,由 MPEG 制定,它由一系列子标准组成,其中 Part 2 定义了一个对各种视觉信息(包括自然视频、静止纹理、计算机合成图形等等)的编解码器,如 XviD 编码就属于 Part 2。7 月 19 日 MPEG-4 Part 2 部分的最后一个专利 BRPI0109962B1 过期,从此 MPEG-4 Part 2 专利全部过期。但 XviD 编码已经很少被今天的视频使用,而 AAC(MPEG-4 Part 3) 和 AVC/H.264(MPEG-4 Part 10)仍然存在有效专利。

LibreOffice 再次谴责微软文档使用的私有格式

当你在计算机上保存文档时,你实际上是在选择一种格式,一种计算机能理解的语言规则。这套规则决定了文字、表格、图像和格式指令的存储方式,以及它们在未来如何被检索、共享和读取。Microsoft Office 使用的格式几十年来一直是办公文档的主流格式,最早它使用二进制格式,扩展名为 DOC 和 XLS;Office 2007 后使用了基于 XML 的格式 DOCX、XLSX 和 PPTX。数亿人在使用这些格式。它们是世界各地办公室、学校、公共管理机构和法院的通用语言。微软的格式很多方面都是私有的,意味着它们属于微软,由微软控制,服务于微软的利益,而这些利益可能与用户的利益并不一致。开放格式——其规范公开、可免费获取且任何软件均可不受限制实现的格式——以一种任何兼容应用都能忠实读取、写入和重现信息的方式存储信息。私有格式则可能包含未公开的功能、私有扩展或只有原始软件才能正确实现的行为。其它应用能打开微软的文档,但并非总能忠实重现文档内容。这就是排他性的“锁定”。

六分之一的 Windows 设备仍然运行 Windows 10

资产管理服务商 Lansweeper 的数据显示,其监测的 Windows 设备仍然有 16.9%(六分之一)的设备运行 Windows 10。一年前 Windows 10 比例还高达五成,去年 10 月微软终止对 Windows 10 的主流支持后其比例开始快速下降,6 月降至 18.6%,但 Lansweeper 警告迁移速度正大幅放缓,中小企业最为显著。中小企业中仍有 21.4% 的设备运行 Windows 10 系统,成本是企业继续​​使用旧操作系统的主要原因。部分行业的受影响程度更高,如 23% 的医疗保健和制药系统仍在使用 Windows 10,而消费和零售设备中这一比例约为 22.7%。Windows 10 设备平均有 1903 个活跃 CVE 漏洞,Windows 11 设备只有 652 个,两者相差 2.9 倍。Lansweeper 指出,容易迁移到新版本操作系统的设备都已经完成迁移,剩下的都是最难迁移的设备。

代糖摄入量与认知能力加速下降相关

根据发表在《Neurology》期刊上的一项研究,多种广泛使用的代糖与记忆力和思维能力随时间推移而加速下降相关。代糖摄入量越大,认知能力下降速度越快,这种关联糖尿病患者最为显著。研究针对了 12,772 名巴西成年人,平均年龄 52 岁,他们接受了八年的监测,填写了详细的食物调查问卷。研究人员根据其食物中的代糖摄入量分成三组,参与者还在研究期间接受了认知评估。结果显示,在考虑了年龄、性别、高血压、心血管疾病等因素之后,摄入代糖/甜味剂最多的人其整体思维和记忆能力的下降速度比摄入量最少的人快 62%,这相当于额外衰老了约 1.6 年;中等摄入量组的认知能力下降速度比最低摄入量组快 35%,相当于额外衰老约 1.3 年。阿斯巴甜、糖精、安赛蜜、赤藓糖醇、山梨糖醇和木糖醇六种代糖与与认知能力下降相关,塔格糖(Tagatose)是唯一与认知能力下降无关的甜味剂。

《半秒钟》——XZ 后门启示录

2024 年 3月 29 日,一位微软工程师在家执行例行测试时,发现登录测试机的时间比往常慢了约半秒。大多数人都不会认为这是什么大问题。但他却深入展开了调查,在流行压缩工具 XZ Utils 中发现了一个故意植入的隐蔽后门。有人花了两年时间才把后门植入到该工具中。Adrian Mastronardi 发表了一本关于 XZ 后门事件的书《Half a Second》,在非商业使用、禁止衍生的 CC 许可证(CC BY-NC-ND 4.0)下免费提供。本书讲述了 一位精疲力竭的志愿者独自维护着代码,被耐心而巧妙的操纵,最终交出了代码的维护权;一位工程师凭借一连串的运气和来之不易的直觉,在半秒钟的好奇心驱使下发现了这次攻击;以及构建该后门的幕后操纵者,此人至今身份不明,其身份可能永远也无法被揭露。

数据中心抗议席卷美国

反数据中心抗议者在美国 42 州举行了 142 场抗议活动。这一抗议行动获得了两党民众支持、由前茶党领袖联合创办的组织 HumansFirst 协调。抗议者集会反对 HumansFirst 所称的数据中心“缺乏问责”的扩张以及“对自由不可接受的侵犯”。在弗吉尼亚州 Fredericksburg,一位年轻人举的牌子上面写着:“我们靠水而不是数据生存。”亚特兰大抗议者的标语是“佐治亚州从未投票支持超大规模人工智能数据中心”。HumansFirst 表示暂无全美和各大城市抗议者人数的统计数据。反对数据中心建设是少数几个能跨越意识形态团结美国人的议题之一。民调显示,只有三分之一的美国人认可数据中心的建设速度,只有 14% 的受访者支持在其社区建设数据中心。

法国命令 ISP 屏蔽 Polymarket

法国持牌博彩/赌博游戏监管机构 Autorité Nationale Des Jeux 命令 ISP 屏蔽最大预测市场平台 Polymarket,任何被发现宣传该非法赌博网站的人都可能被处以最高 10 万欧元的罚款。ANJ 此前已经限制法国居民在 Polymarket 上进行任何金融交易,但它发现法国居民绕过了限制,Polymarket 的法国访客仍然持续增长。ANJ 希望加大对 Polymarket 的打击力度,再次强调该平台被认定为非法赌博网站。西班牙政府也下令封锁了预测市场平台 Polymarket 和 Kalshi。

手动挡汽车越来越少见

2025 年美国新车仅有 0.6% 是手动挡,汽车已是自动挡的天下,电动汽车和自动驾驶汽车的兴起也加速了手动挡汽车的消失。相比下欧洲的情况略好,行业分析公司 JATO Dynamics 的数据显示,欧洲最大汽车市场手动挡汽车的注册比例从 2001 年的 91% 下降到 2024 年的 29%。曾以手动挡汽车知名的斯巴鲁(Subaru)已停止提供手动挡车型,大众汽车将于今年停产在美国销售的最后一款手动挡车型捷达 GLI。丰田、本田和宝马都减少了面向美国市场的手动挡车型。

天文学家确认了 25 光年外的一颗位于宜居带的岩石行星

天文学家确认一颗名为 GJ3378b 的系外行星,位于距离地球仅 25 光年的红矮星宜居带内,可能具备孕育生命的条件。这颗行星位于鹿豹座方向,围绕一颗暗淡的红矮星运行,被视为目前已知距离地球最近的潜在宜居世界之一。GJ3378b 最初于 2024 年被法国天文学家发现。当时测定的质量为地球的 5.26 倍,被认为是一颗类似微型海王星的气态行星。天文学家利用基特峰国家天文台的 WIYN 3.5米望远镜等设备进行二次观测后,修正了这一结论。新数据显示,GJ3378b 的真实质量仅为地球的 2.3 倍,属于岩石质地的“超级地球”。轨道参数同样得到修正。最初认为该行星的公转周期为 25 天,实际仅为 21 天。这意味着它比此前判断的更靠近母星,但也恰好处于宜居带内——这一区域允许行星表面温度维持液态水的存在。这颗行星从母星接收的辐射量约为地球从太阳获取的 90%,位置非常理想。

重度电视观众与大脑结构缩小相关

“电视会腐蚀你的大脑”这句话也许在字面意义上是正确的。根据发表在《Alzheimer’s and Dementia: Journal of the Alzheimer’s Association》上的一项研究,常看电视的人大脑中与记忆相关的区域体积缩小,额叶和枕叶变小,大脑白质出现了与衰老、中风风险、认知能力下降和痴呆症相关的损伤区域。研究人员分析了约 1700 名成年人的数据,他们的平均年龄 53 岁,在 1987-1989 年间参与了心血管研究 Atherosclerosis Risk in Communities(ARIC) 。参与者被询问了休闲时看电视的频率。20 多年后参与者接受了脑部核磁共振成像检查。结果显示,重度电视人群的大脑结构出现了缩小,其中男性的影响更显著。

Firefox 将从 9 月 1 日起每两周发布一个新版本

Mozilla 工程总监 Sylvestre Ledru 通过 [email protected] 邮件列表宣布,从 2026 年 9 月起 Firefox 桌面版和 Android 版本的发布周期从 4 周减少到 2 周。他表示这是一次实验,并不意味着工作进度加倍,并不会仓促交付新功能。当前的目标是在 9 月 1 日释出 Firefox 155 而不是原计划的 9 月 15 日,“我们将密切关注这一变化在实际中的效果,根据需要进行调整。”Firefox 接下来的两个版本 Firefox 153(ESR) 和 154 仍然是每隔 4 周释出,Firefox 155 开始提前两周释出。

亚马逊 AWS 计费系统单位错误导致客户看到了数亿乃至数万亿美元的账单

世界各地的亚马逊 AWS 客户周五可能都心跳加速,他们看到了远远超过他们想象的账单数字,很多每月只花几美元的客户看到了数亿乃至数十亿美元的账单,很多企业甚至看到了数以万亿美元的账单。亚马逊证实其计费系统出现问题,账单预估数字不正确,在问题解决期间它暂停了账单更新。亚马逊称它已经识别问题是单位导致的,所有受影响客户预计到 7 月 19 日 12:00 AM PDT 将会完全恢复正常。亚马逊没有详细解释单位问题,猜测是原来按 GB 收费的系统漏掉了 GB,而系统默认按 Byte 计费,1 GB = 1,073,741,824 Bytes,这意味着一小时内账单费用就会膨胀十亿倍。

科学家确认了一位玛雅数学家

危地马拉舒尔通玛雅遗址一面墙壁上镌刻的数学公式,让学界首次确认了一位重要的玛雅数学家兼天文学家的真实姓名。研究团队指出,这位名为 Sak Tahn Waax(意为“白胸狐狸”)的学者足以比肩人类历史上的数学巨匠。 墙壁绘有人物画像与象形文字,其中包含基于天文历法的精密数学运算。玛雅人曾依靠这些运算确定国王登基等重大仪式的举办时间。研究团队重点分析了编号为“19号文本”的一组象形文字。“19号文本”是一组呈L形排布的11个象形文字,整体高度约10厘米。研究发现,前 9 个象形文字完整记录了玛雅历法与天文周期的换算逻辑。这套公式破解了一个2920 天周期的拆分规律,可适配玛雅各类历法单位。2920 天是玛雅文明的核心天文周期,完美契合5个金星周期(每周期584天)与8个太阳年(每周期365天)。不仅如此,该运算还将2920天与乌伊纳尔(每月20日)、卓尔金历(260天神圣历法)、通年(每年360天)以及780天火星周期建立了精准数理关联。 团队在“19号文本”倒数第二个符号中破译出“如是说”的句式,其后紧跟的最后一个象形文字便是署名 Sak Tahn Waax,代表该学者是这套运算公式的创作者。从铭文缺失女性专属前缀可判定,这是一位男性学者。

天文学家探测到系外行星大气层中的氦气

天文学家直接探测到系外行星 LHS 1140 b 大气层中的氦气。LHS 1140 b 是一颗岩石行星,距离地球 48 光年,位于其母星的宜居带。这是首次在宜居带内的类地球岩石行星确认探测到大气层。LHS 1140 b 围绕着一颗比太阳更小更冷的红矮星运行,其轨道比日地距离更近,温度适宜,其表面可能存在液体水,可能有铁质内核。就对地球的生命研究而言,液态水是生命存在的必要条件。论文第一作者 Collin Cherubim 表示需要进一步研究去确认行星是否存在水。

为什么罗马混凝土建筑能屹立两千年而不倒

在今天的意大利漫步,我们仍然能看到有近两千年历史的混凝土建筑。相比下,现代混凝土建筑在百年内就会坍塌。为什么罗马时代的混凝土耐用性如此好?科学家认为要归功于名为“火山灰反应”的关键化学过程——即火山灰与石灰和水发生反应。根据发表在《Science Advances》上的一项研究,名为碳化的反应也有助于增强混凝土的耐久性。研究人员从有 1900 年历史的哈德良(Hadrian)皇帝庄园的马桶座圈上收集了混凝土样本,用高倍显微镜观察,用 X 射线扫描分析其化学成分。研究发现,样本含有火山灰、石灰和水等材料的证据,但对混凝土孔隙和裂缝的观察显示,方解石是其主要的粘结剂。当大气中的二氧化碳与混凝土中的钙化合物发生反应时,会形成坚硬的方解石矿物,它含有大量的碳酸钙。方解石填充了混凝土中的细小裂缝和孔隙,使古老的建筑结构能随着时间的推移而加固和修复。

美国 CD 唱片销量涨幅超过黑胶唱片

黑胶唱片过去十年一直是实体音乐复兴的代表,但今年上半年美国 CD 唱片销量涨幅远超黑胶唱片。CD 销量飙升 16% 达到 1630 万张,相比下黑胶唱片销量上涨 2.4%。韩国 K-pop BTS 热门专辑《ARIRANG》在 CD 销量增长中起到了重要作用,但排除 K-pop 之后,CD 销量仍然同比增长了 6.7%。美国包括 LP、CD 和磁带的实体专辑总销量上半年增长了 7.8% 达到 3820 万。实体音乐复兴的一大原因是年轻一代听歌习惯发生了变化,六成 Z 世代听众表示最常听的是音乐是 1990 年代或更早期的,相比下 2021 年这一比例仅为 18%。无论是怀旧、通过流媒体发现新音乐,还是想要拥有艺术家作品的实体唱片,年轻听众在拥抱实体唱片。

恒星普查研究确认宇宙年龄 138 亿岁

研究团队结合了地面大型巡天计划 LAMOST DR7 的光谱观测,与 ESA 盖亚太空望远镜的高精度视差资料,建立起包含 155,600 颗邻近太阳次巨星(Subgiant stars)的庞大基准样本。由于这类恒星形成于银河系早期,其化学组成几乎保留了最原始的样貌,是推算时间极佳的恒星化石。团队利用马可夫链蒙地卡罗(MCMC)算法重建真实年龄分布,推导出样本中最古老恒星的真实年龄为 137.3(+1.8 / -1.5)亿年,若考虑大爆炸后约 2 亿年才形成首批长寿命恒星,这与宇宙微波背景辐射预测的 138 亿年宇宙年龄完全相符。最新结果显示,目前并没有可信的观测证据支持宇宙年龄超过 138 亿年。

09

APP STORE RANK

09.00
APP STORE RANK
Loading…