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 0934
WED, JUL 22, 2026
OrangeBot.AI 智能策划和筛选每日科技趋势和新闻,为您节省时间。
TODAY · WED, JUL 22, 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 22, 2026

Here is a summary of today's main news events.

U.S. Markets Await Key Tech Earnings

U.S. stock markets were mixed as investors cautiously awaited quarterly earnings reports from major tech companies, including Tesla and Alphabet. The results are seen as a critical test for the tech sector and will provide insight into the ongoing boom in artificial intelligence.

Rising Middle East Tensions Drive Oil Prices Higher

Crude oil prices continued to climb as the U.S. and Iran conducted further military strikes against each other. The escalating conflict has heightened market fears of a wider war that could disrupt crucial oil supply routes, with some analysts warning prices could jump significantly if the Strait of Hormuz is affected.

Major Investments and Partnerships Fuel AI Expansion

The artificial intelligence sector saw a surge in major deals, highlighted by a multi-billion dollar partnership between chipmaker AMD and AI company Anthropic for advanced processors. Separately, a leading AI firm committed $20 billion to a new data center project in Georgia, underscoring the massive capital being invested in AI infrastructure.

Ukraine Announces Military Leadership Shake-up

Ukraine's president appointed a new, younger military commander to lead the armed forces. The move represents a significant generational shift in the country's military leadership as it continues to navigate its ongoing conflict.

Treasury Yields Climb Amid Economic Uncertainty

The yield on the benchmark 10-year U.S. Treasury note rose to its second-highest level this year. Investors are reacting to inflation concerns, driven by rising oil prices, and are looking ahead to the Federal Reserve's upcoming meeting for signals on future interest rate policy.

Pharmaceutical Stocks Fall on Tariff Concerns

Shares of several European and Asian generic drug manufacturers declined after former President Trump announced plans to impose future tariffs on their products. The statement raised concerns about international trade and the future profitability of the pharmaceutical sector.

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 22, 2026

Hacker News Feed: Highlighting key posts and discussions.

Never Enough

(dark.ronacher.eu)

9933
Intel Starts Shipping High-NA EUV Silicon

(morethanmoore.substack.com)

15158
Laguna S 2.1

(poolside.ai)

37069
Advertise in ChatGPT

(ads.openai.com)

937721
03

HUGGINGFACE

03.00
HUGGINGFACE

HuggingFace 新闻 - July 22, 2026

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

ABot-World-0: Infinite Interactive World Rollout on a Single Desktop GPU

We present ABot-World-0, an action-conditioned video world model for real-time, long-horizon closed-loop interaction, supported by a multi-source data infrastructure spanning AAA games, simulation engines, and internet videos to learn controllable world dynamics. WorldExplorer performs agent-driven collection guided by training feedback, while a unified pipeline applies 14 deterministic quality checks, VLM-based assessment, and synchronized action and text annotation. We progressively distill a bidirectional action-conditioned teacher into a causal student through teacher forcing and ODE distillation, and introduce LongForcing to align long student self-rollouts with an extended-horizon teacher, mitigating accumulated distribution shift and autoregressive drift. Raw keyboard actions provide a unified control interface for scene roaming and third-person character interaction, while reference-character memory provides persistent appearance cues for identity consistency during third-person rollouts. For deployment, we co-design a streaming inference stack with a lightweight VAE decoder, efficient attention, memory-aware scheduling, and low-bit DiT inference. Across optimized low-bit configurations, ABot-World-0 streams 720P video at up to 16 FPS on a single NVIDIA RTX 5090 desktop GPU, with 1.2s action-to-first-frame latency and approximately 19GiB peak VRAM. Experiments on WorldRoamBench and extended interactive rollouts demonstrate competitive controllability and coherent long-horizon world evolution.

96
Generative World Renderer at the Speed of Play

Generative world renderer AlayaRenderer receives structured world states exported from physics engines and synthesizes RGB frames. Unlike models that generate frames from text/control-hints prompts, AlayaRenderer preserves scene structure without altering the underlying world dynamics. This demonstrates an alternative path toward interactive world modeling and user-controllable play. However, the original AlayaRenderer is too computationally expensive for real-time deployment. This technical report introduces AlayaRenderer-Flash, a real-time-oriented generative forward world renderer that pushes AlayaRenderer from 0.56 FPS to 31.54 FPS, reaching the speed of play. AlayaRenderer-Flash reformulates the original renderer as a few-step autoregressive streaming model and introduces lightweight distilled codecs for efficient latent encoding and frame reconstruction. It retains the teacher model's G-buffer and text-prompt interfaces while enabling continuous rendering over input streams of unbounded length. We evaluate AlayaRenderer-Flash on G-buffer streams across content preservation, temporal consistency, cross-window stability, prompt controllability, and runtime efficiency. Our results show that AlayaRenderer-Flash substantially reduces inference cost while preserving the core rendering capabilities of the teacher model. By integrating AlayaRenderer-Flash with a physics engine, we build a fully playable generative world running at 30 FPS.

61
Text Template Tokens Are Implicit Semantic Registers in Diffusion Transformers

Text-to-image diffusion transformers (DiTs) jointly process text and image tokens, yet their internal computation during denoising remains poorly understood. We introduce a causal interpretability framework for modern large-scale DiTs that combines attention decomposition with targeted interventions across token spans, heads, and layers. Using it to separate prompt-content tokens from structural template tokens, we find that the structural tokens carry little prompt-specific information at the encoder output. Yet surprisingly, they emerge as dominant image-to-text attention sinks and causally maintain object identity inside the DiT, acting as implicit semantic registers. We show that they acquire this identity indirectly, with prompt semantics first injected into the image latents and then read back into the template tokens rather than transferred directly from the prompt tokens. Inspired by the above findings, we design a training-free pruning rule for DiTs. Heads that attend most strongly to prompt tokens are dispensable, and pruning them removes 20% of attention FLOPs with only a 1.4-point drop on GenEval. We further reveal how generative computation in DiTs is organized across heads and depth, separating semantic routing from visual synthesis and progressing from identity formation to propagation and refinement. Our work not only reveals that the tokens encoding semantics at input need not be those that maintain it during generation, but also provides a causal view of internal mechanisms in DiTs.

59
DataFlow-Harness: A Grounded Code-Agent Platform for Constructing Editable LLM Data Pipelines

Large language models (LLMs) are increasingly used to automate data-processing workflows, yet coding agents typically produce scripts that are not automatically materialized as persistent, editable platform artifacts. We call this disconnect the NL2Pipeline gap. To bridge it, we introduce DataFlow-Harness, a platform that guides an LLM agent to construct platform-native directed acyclic graphs (DAGs) through typed, incremental mutations rather than free-form scripts. The platform combines DataFlow-Skills for procedural guidance, a Model Context Protocol (MCP) layer that exposes the live operator registry and current pipeline state, and DataFlow-WebUI, which synchronizes conversational authoring with a visual DAG editor. On a 12-task data-engineering benchmark, DataFlow-Harness achieves a 93.3\% observed end-to-end pass rate. Relative to Vanilla Claude Code, it reduces measured monetary cost by 72.5\% and generation latency by 49.9\%; its observed pass rate is within 0.9 percentage points of the Context-Aware Claude Code baseline while its cost is 42.8\% lower. Per-task analysis indicates that Skills are most useful when construction depends on implicit procedural knowledge. These results show that live platform grounding can produce persistent, editable workflow artifacts with an observed reliability close to script-generation baselines and with lower measured construction cost and latency.

55
Mage-Flow: An Efficient Native-Resolution Foundation Model for Image Generation and Editing

Large-scale visual generators are increasingly capable but costly to train, fine-tune, and deploy. We introduce Mage-Flow, a compact 4B-scale generative stack for efficient text-to-image generation and instruction-based image editing. The stack is built from two co-designed components: Mage-VAE, a lightweight high-fidelity latent tokenizer, and a Native-Resolution Multimodal Diffusion Transformer trained with rectified flow matching. Mage-VAE uses one-step diffusion-style encoding and decoding with anchor-latent regularization, preserving the reconstruction quality of strong public VAEs while reducing tokenization cost by more than an order of magnitude. Together with native-resolution packing and stack-level CUDA kernel fusion, the stack supports flexible-resolution training and improves end-to-end training throughput by about 2.5times. Built on this foundation, we develop a complete model family with Base, RL-aligned, and Turbo variants for both generation and editing. Diffusion-NFT improves prompt following, text rendering, aesthetic quality, and editing fidelity, while few-step distillation with adversarial perceptual guidance produces 4-step Turbo models for low-latency inference. Despite its compact scale, Mage-Flow and Mage-Flow-Edit achieves competitive performance across standard generation and editing benchmarks. More importantly, the Turbo variants make high-resolution generation and editing practical for interactive use: at 1024^2 resolution on a single NVIDIA A100 GPU, Mage-Flow-Turbo generates an image in 0.59s, and Mage-Flow-Edit-Turbo edits an image in 1.02s, while maintaining a small memory footprint. These results show that careful tokenizer--backbone--system co-design can deliver strong high-resolution generation and editing within an efficient 4B model family.

51
AlayaWorld: Interactive Long-Horizon World Modeling -- Full Technical Report

Unlike conventional video game development, which relies on labor-intensive pipelines for asset production, animation, physics, and programming, video world models generate interactive environments from user inputs instantly. It enable us to create customized, explorable, and continuously evolving virtual world from text, an image, or video. Realizing this vision requires four tightly coupled capabilities: interaction, persistent spatiotemporal consistency, stable long-horizon generation, and efficient response. We present AlayaWorld, an interactive long-horizon video world model that generates 24-fps video at 540p and 720p. Built on a 15B video diffusion transformer, AlayaWorld generates short latent chunks autoregressively under camera trajectories and switchable text prompts. Its bounded visual context combines a persistent sink frame, compressed temporal history, geometry-aligned spatial memory, and recent-frame conditioning. To reduce long-term drift, the model is trained with corrupted histories and prediction residuals collected from its own roll-outs. We further introduce a discrete autoregressive distillation formulation that combines distribution-matching distillation, self-forcing++, and consistency distillation, reducing inference from approximately 30 sampling steps to four steps per chunk. On iWorld-Bench, AlayaWorld achieves the best performance over long-horizon generation. Conceived as a full-stack, open-source, and long-term project, AlayaWorld is intended to provide an extensible foundation for future research on interactive video world models.

44
Stale but Stable: Staleness-Adaptive Trust Regions for Stabilizing Asynchronous Reinforcement Learning

Asynchronous reinforcement learning improves throughput by decoupling rollout generation from optimization, but staleness is an inevitable byproduct compounded by policy lag, engine delays, and mixture-of-experts routing. From a trust-region perspective, this mismatch is critical: training-inference divergence governs approximation error in finite-horizon bounds, whereas PPO clipping only gates sampled outward updates, acting as a sampled surrogate rather than a full-policy constraint. As a result, high-staleness updates remain weakly controlled in the asynchronous regime where stale rollouts matter most. We introduce the Staleness-Adaptive Trust Region (SAT), which uses the detached sampled log-ratio as a practical staleness proxy, identifies high-mismatch tails within each batch via staleness-based kernel scaling, and contracts only the sign-selected endpoint of the nominal PPO interval. This preserves baseline behavior on ordinary tokens while enforcing more conservative updates on newly intercepted outward bands. We prove local interval containment and pointwise pessimism relative to PPO, showing how the adaptive rule reshapes update geometry under heterogeneous staleness. We evaluate SAT in a decoupled asynchronous RL setup built on Qwen3-30B-A3B-Base, using SGLang as the inference engine and Megatron for training. In this setting, SAT-GSPO w/ R3 achieves the best observed AIME24 avg@8, reaching 35.83 at lag 1 and 34.79 at lag 8, while SAT-GSPO reaches 34.17 at lag 1. Adaptive clipping and routing replay act as complementary stabilizers targeting mismatch tails and routing inconsistency, respectively. Overall, aligning clip intervals with staleness heterogeneity effectively stabilizes asynchronous RL.

27
SciForma: Structure-Faithful Generation of Scientific Diagrams

Structural fidelity is essential to scientific methodology diagrams. To communicate research logic, these diagrams must faithfully render components, directional relations, and textual annotations. Since a single error, such as a reversed arrow or an unreadable equation, can invalidate the entire figure, structural fidelity is inherently conjunctive: correctness on one axis cannot compensate for failure on another. Current open-source models fail to satisfy this criterion. Supervised fine-tuning (SFT) learns plausible layouts but cannot reliably ensure structural correctness, while scalar reward-based post-training obscures which structural dimension has failed. To address this, we introduce SciForma, a framework for the structure faithful generation of scientific methodology diagrams. Specifically, SciForma decomposes diagram quality into three structural axes: Component, Arrow, and Text, guided by a structural inventory. Built on this foundation, we curate SciFormaData-700K for structured training and SciFormaBench-2K for logic-verified evaluation. To close the gap left by SFT, we develop Multi-Dimensional Conjunctive Preference Optimization (M-DPO), which enforces simultaneous correctness across all axes and adaptively routes gradients to the most deficient dimension in post-training. The same structural inventory also enables iterative editing at inference time to correct residual errors. This combination allows SciForma-9B to exceed all open-source baselines and GPT-Image-1.5 on both SciFormaBench-2K and AIBench, bringing open scientific diagram generation close to proprietary-level structural fidelity. Our code and data will be available at: https://github.com/microsoft/SciForma.

15
AgentDebugX: An Open-Source Toolkit for Failure Observability, Attribution, and Recovery in LLM Agents

LLM agent failures are difficult to debug because the step where an error surfaces is often not the one that caused it. Existing observability tools replay execution traces but provide little support for identifying the root cause or translating diagnosis into recovery. We present AgentDebugX, an open-source debugging framework that organizes debugging as a closed loop of Detect, Attribute, Recover, and Rerun. At its core, DeepDebug performs multi-turn root-cause diagnosis through global trajectory understanding, structure-guided investigation, and cross-examination. On the Who and When benchmark, DeepDebug achieves the best strict attribution accuracy among the evaluated methods on both tested open-weight backbones, reaching 28.8 percent exact agent-and-step accuracy on qwen3.5-9b versus 21.7 percent for the strongest single-pass baseline. On GAIA, DeepDebug repairs 13 of 73 failed tasks in a single rerun, compared with 4 to 6 for three decoupled self-correction baselines, improving overall accuracy from 55.8 percent to 63.6 percent. AgentDebugX exposes this workflow through a Python library, CLI, web console, and installable agentic skill, and provides an opt-in Error Hub for sharing scrubbed failure-diagnosis-repair bundles and reusing them as debugging memory.

12
HPD-Parsing: Hierarchical Parallel Document Parsing

Efficient teamwork typically combines global coordination with parallel execution, a principle not yet fully reflected in unified Vision-Language Model (VLM)-based document parsers. Existing unified parsers process an entire page jointly but generate its output through a single token-by-token autoregressive trajectory, creating a sequential bottleneck that grows with document length. Such full-page sequential generation overlooks a key property of document parsing: layout must be analyzed globally, whereas block content can be parsed in parallel. Based on this observation, we introduce HPD-Parsing, which replaces full-page autoregressive generation with a Hierarchical Parallel Decoding paradigm. A main layout branch organizes the overall document structure and dynamically assigns block-level content decoding to concurrent branches, while progressive multi-token prediction (P-MTP) further reduces the decoding steps within each branch. Experiments on public benchmarks show that HPD-Parsing achieves 4,752 tokens per second, delivering 2.62times the throughput of the fastest existing document parsing model and 3.06times that of the vanilla autoregressive baseline, while maintaining competitive parsing accuracy. These results establish hierarchical parallel decoding as an effective alternative to full-page autoregressive generation, opening a new direction for efficient unified document parsing.

6
Two-Level Meta-Rubrics for Evaluating Open-Ended Generation: GAMUT, a Benchmark for Factual Completeness

Evaluating the factuality of long-form generations has focused predominantly on precision, measuring whether the claims a model makes are correct. The dominant decompose-search-verify pipeline catches incorrect claims well but says little about whether a response contains all the information it should. Measuring factual completeness, the missing half of factuality, is harder: it requires enumerating the full set of facts a complete answer should contain, and these facts rarely form a flat list. They often involve open-ended sets where coverage is what matters, ordered processes, and relationships among facts that a list of independent boolean checks fails to capture. We introduce a two-level meta-rubric framework for evaluating open-ended generation, and instantiate it as Gamut (Grounded Assessment of Multimodal Factuality), a benchmark for factual completeness in long-form generation. The framework rests on a two-level rubric representation: a structured meta-rubric captures the organization and importance of the required content, which is then mechanically compiled into a flat checklist of binary, machine-gradable rubrics that an LLM judge scores reliably. We construct 1,813 questions grounded in real wearable imagery across 10 diverse domains, each paired with an evidence-backed rubric verified by expert human annotators. Because the framework is modality-agnostic, we also release a text-only variant. Evaluating 14 frontier and open-weight models, we find the benchmark genuinely challenging (best score 58.7% from Gemini 3.1 Pro), highly discriminative, and robust to the choice of judge.

5
Transcription Policy as a Latent Variable: Activating Controllable Verbatim ASR with Word-Level Timing

Modern ASR models trained on heterogeneously annotated data treat transcription style (verbatim vs. intended) as an uncontrolled latent variable, causing measurable decoding instability, evaluation confounding (up to 60% of reported WER attributable to style mismatch), and unreliable word-level timing. We show that models already encode both styles; the challenge is controlled activation. Using coverage-aware decoder task tokens trained on parallel verbatim/intended transcript pairs, we raise German disfluency F1 from 10% to 79% zero-shot, despite English-only training. Full English-only fine-tuning surpasses all baselines in verbatim accuracy, disfluency detection, and intended-mode quality across both languages. We further introduce supervised cross-attention fine-tuning that improves word-level timestamps on disfluent speech beyond forced-alignment baselines. Finally, we propose verbatimize, a new task enabling scalable creation and enrichment of speech corpora with high-quality canonical verbatim transcriptions.

3
EduPanel: A Three-Agent LLM Judge for Teaching Videos -- Reliability, Complementarity, and Human Trust Calibration

Teaching videos are becoming a major medium for education, creating a growing need for scalable evaluation of their pedagogical quality. Existing automatic judges do not fully address this setting because teaching quality depends on multimodal evidence and should be evaluated with respect to the intended learner rather than as a universal property. We present EduPanel, a rubric-grounded, learner-conditioned LLM judge that decomposes evaluation across specialized agents to produce interpretable assessments for different aspects of teaching quality. Across expert studies, architecture ablations, and learner-persona analyses, EduPanel achieves reliability comparable to a median human expert. In expert evaluation, its feedback improves scoring accuracy (MAE 0.87 to 0.73), while experts remain able to detect unreliable outputs (AUC = 0.77) instead of accepting them blindly. These results suggest that EduPanel can serve as effective assistants for educational evaluation rather than replacements for human experts.

3
ISO: An RLVR-Native Optimization Stack

Reinforcement learning with verifiable rewards (RLVR) is rapidly advancing the reasoning capabilities of language models, yet the optimization layer that converts reward feedback into weight-space updates remains poorly understood. Building on our prior analysis (Zhu et al., 2025), we study this missing layer through the singular structure of model weights and identify spectral inheritance: RLVR can reuse the base model's weight spectra while acquiring new behavior through changes in the associated input and output singular frames. We operationalize spectral inheritance as Isospectral Optimization (ISO), an RLVR-native, fixed-spectrum optimization framework with complementary offline and online instantiations. Offline, ISO-Merger combines the frame changes of shared-base specialists into a single fixed-spectrum model, requiring no post-merge data, rollouts, gradient updates, or on-policy distillation (OPD). It recovers complementary specialist capabilities and achieves the strongest aggregate performance among the compared data-free merging methods. Online, ISO-Optimizer applies a chosen base optimizer, including AdamW and Muon, to the frame variables while keeping the base spectra fixed. Across reasoning and coding tasks ranging from 1.5B to 8B parameters, ISO-Optimizer improves accuracy in the reported runs and reaches matched scores with substantially fewer training steps. On Qwen3-8B-Base, AdamW reaches an aggregate accuracy of 0.495 after 270 training steps. ISO-AdamW reaches the same accuracy after only 100 training steps and improves further to 0.509 after 210 training steps. Together, ISO offers a concrete answer to RLVR's missing optimization layer: rather than inheriting pre-training optimization wholesale, design post-training around the structure of reward-driven adaptation: inherit the spectrum, optimize the frames.

3
Masked Visual Actions for Unified World Modeling

Video models absorb rich priors over how the visual world moves, interacts, and responds to contact, making them promising substrates for robotic world modeling. The central challenge is how to communicate action to such models in a form aligned with the visual space in which they learned these interaction priors, yet still grounded in physical manipulation. We introduce Masked Visual Actions, a pixel-space control interface that expresses action as a partially revealed trajectory of an arbitrary entity in a video. Revealing robot motion makes the model act as a forward dynamics model that predicts the scene's response to low-level robot actions, while revealing desired object motion makes the same model recover robot behavior consistent with that outcome. Finetuned with only 15 hours of masked examples from real videos and simulation, a single checkpoint achieves strong visual fidelity and controllability across diverse scenes and multiple embodiments. In downstream manipulation settings, the model produces imagined rollouts whose outcomes correlate with real-world execution for policy evaluation, improves decision making by ranking candidate futures in model-based planning, and supports inverse modeling by synthesizing robot motion from desired object motion.

3
H^2SD: Hybrid Hindsight Self-Distillation

Reinforcement learning with verifiable rewards (RLVR) has substantially improved the reasoning capabilities of large language models on tasks such as mathematical reasoning and code generation. However, most RLVR methods assign a scalar outcome reward to an entire trajectory, resulting in sparse supervision and limited token-level credit assignment. On-policy distillation (OPD) provides denser supervision by distilling token-level distributions from a stronger teacher model, but requires an additional teacher and typically assumes a shared vocabulary. On-policy self-distillation (OPSD) removes this dependency by conditioning the same model on privileged information to construct a teacher policy. However, directly matching the teacher distribution may cause information leakage and unstable optimization. RLSD avoids direct matching by using the teacher signal only to modulate update magnitudes, but it cannot provide an explicit correction direction when the sampled reasoning fails. To address this tradeoff, we introduce H^{2}SD, a hybrid hindsight self distillation framework that uses the teacher differently according to trajectory correctness. For successful trajectories, the teacher receives the student response confirmed as correct together with a rephrasing instruction, and its probabilities on the original response tokens are used to modulate update magnitudes without changing the direction determined by the reward. For failed trajectories, we condition the teacher on a reference hint containing key reasoning steps and a verified answer, and minimize the reverse KL divergence from the student to the teacher. Experiments on multiple challenging reasoning benchmarks show that H^2SD consistently outperforms representative RLVR, OPSD, and RLSD baselines while maintaining stable optimization and favorable generation efficiency.

3
Delineate Anything v2: A Global Foundation Model for Field Delineation

Accurate agricultural field boundary delineation at large scale is a foundational task for food security, supply chain transparency, and carbon accounting. While vision foundation models like SAM show remarkable zero-shot capabilities, they frequently fail in geospatial domains due to topological complexity, cropland texturing patterns, and a lack of physical scale awareness. In this work, we introduce Delineate Anything v2, a globally scalable foundation model designed specifically for wide-area field boundary mapping. We construct FBIS-73M, a 73-million-instance multi-resolution dataset spanning 61 countries. To address the pervasive issue of multi-field administrative parcel merging, we introduce a resolution-specific data curation pipeline that leverages topological image-space adaptation to homogenize merged parcels and strengthen weak physical boundaries. Furthermore, we establish a novel, manually curated evaluation benchmark covering 100 countries to assess independent zero-shot generalization. Our results show that Delineate Anything v2 surpasses the current state-of-the-art, including the Delineate Anything framework, by 0.284 [email protected] (+103.3% relative gain), while maintaining execution speeds suitable for rapid national- and global-scale deployment, as demonstrated by nationwide mapping of Ukraine (603,000 km^2) in 5.4 hours on a consumer-grade workstation. Code, pre-trained weights, the FBIS-73M dataset, and ready-to-use national-scale vector boundary products are publicly available at https://github.com/Lavreniuk/Delineate-Anything.

2
Where Should Optimizer State Live? Tiered State Allocation for Memory-Efficient Mixture-of-Experts Training

Optimizer state is the largest single line item in the memory budget of mixture-of-experts (MoE) training: on a 6.78B-parameter MoE language model, AdamW keeps 50.6 GB of first and second moments to update 12.6 GB of bfloat16 weights. We study SkewAdam, an optimizer built on the observation that the three parameter populations of an MoE - the dense backbone, the experts, and the router - differ enough in size and gradient statistics that they should not receive the same state. SkewAdam keeps float32 momentum plus a factored second moment for the backbone (5% of parameters), a factored second moment alone for the experts (95%), and an exact second moment for the router (<0.01%). The resulting state occupies 1.29 GB, 2.6% of AdamW's, and peak training memory falls from 81.4 GB to 31.3 GB, within the budget of a 40 GB accelerator. In a controlled comparison from identical initializations over 82M tokens, SkewAdam reaches validation perplexity 108.4, ahead of AdamW (126.8), Muon (120.2), and Lion (393.7), and settles router load balance to within 1% of its uniform floor. The allocation is not what earns that perplexity: a tier ablation matches it with twenty times the state, and Adafactor, which shares the factored estimator but drops momentum, plateaus 40 points behind. The tiers buy memory at no cost to accuracy; the accuracy comes from keeping momentum, which a uniform optimizer shares too. Sweeping the baselines' learning rates narrows but does not close the gap: the best tuned AdamW reaches 118.5, tuned Adafactor 139.7. Where optimizer state lives, these results suggest, matters at least as much as how much of it there is.

2
Trajectory-aware Cross-view Geo-localization with Sequential Observations

Cross-view geo-localization matches ground-level observations against geo-tagged satellite imagery. Recent methods show that sequential queries such as video clips yield richer spatiotemporal cues than single images, yet they overlook a complementary sequential modality: route descriptions -- which capture the same trajectory at a higher level of abstraction and are often the only input available (e.g., a user directing an autonomous vehicle to a pickup point). To bridge this gap, we introduce SeqGeo-VL, a dataset of sim39K video-text-satellite triplets, and TrajLoc, a unified framework capable of processing both video clips and route descriptions. By leveraging both dense visual and abstract linguistic semantics, TrajLoc enables these modalities to mutually reinforce cross-view matching. We further propose TrajMod, a lightweight module that conditions query embeddings on trajectory geometry, yielding spatially-aware representations. Experiments show that TrajLoc achieves substantial gains over state-of-the-art methods on both video and text geo-localization. The project page is available at https://humblegamer.github.io/trajloc/.

2
Appearance Pointers -- Multimodal Region Control of Diffusion Transformers

Controllable image generation remains challenging for creative professionals, who often require precise regional control over materials, object identities, and spatial arrangements that cannot be reliably achieved through text prompting alone. Diffusion Transformers (DiTs) can natively ingest heterogeneous tokens stemming from texts and images, but they lack mechanisms for determining where and how these tokens should influence the output. We introduce appearance pointers, compact tokens that guide DiTs toward the correct appearance cues at the correct spatial locations by aligning text or image inputs with user-specified masks. Appearance pointers are produced by a region correspondence network and refined through a spatial aggregation mechanism, enabling the model to handle multiple regional descriptions without significantly increasing token load. Our approach introduces the first modality-agnostic interface for localized multimodal control in a DiT without retraining the base model from scratch. Across a range of metrics, our single model reaches or surpasses the performance of modality-specific state of the art methods, offering a simple and extensible path toward precise, region-aware, multimodal guidance in generative image synthesis.

2
Computational Humor with Multimodal LLMs: Methods, Datasets, Evaluation, and Challenges

Multimodal humor in memes, cartoons, and comics remains difficult for AI systems because intended meaning depends on non-literal mechanisms, shared cultural knowledge, and communicative intent rather than literal scene description. This survey focuses on visual humor understanding in single-image and multi-panel artifacts, while treating humor generation as an emerging downstream frontier. We position the literature against prior humor, sarcasm, and general MLLM surveys and organize it using a capability-centric hierarchy spanning recognition, interpretation and reasoning, and generation. Under this lens, we synthesize benchmark design, evaluation protocols, and modeling paradigms, tracing the field's shift from task-specific fusion models to large-model approaches based on multimodal alignment, evidence-grounded reasoning, and controlled generation. We conclude by highlighting the main barriers to progress: shortcut-prone evaluation, limited cultural and narrative coverage, weak evidence grounding, and unresolved safety and ownership concerns.

1
ConsiSpace: Learning Geometric Consistency Matters for Video Spatial Reasoning

Video spatial reasoning is essential for navigation-oriented perception and long-video question answering, where models must infer spatial relations across long horizons under changing viewpoints. However, existing multimodal large language models (MLLMs) remain largely semantic-centric, and often fail to reliably aggregate consistent spatial evidence from redundant video observations, leading to inefficient or unstable reasoning. To address these issues, we propose ConsiSpace, a geometry-consistency-aware framework for geometry-sensitive video spatial reasoning that turns spatial consistency into both an evidence organization principle and an explicit post-SFT learning signal. We build a geometry-consistent memory (GCM) including implicit evidence tokens and explicit geometric cues, and leverage efficient organization strategies to compactly preserve task-related spatial evidence. Furthermore, we utilize unified consistency self-supervised reinforcement learning (UC-SSRL) after supervised fine-tuning to improve cross-view stability, with answer-, metric-, and topology-consistency rewards. Extensive experiments on three spatial-reasoning benchmarks, VSI-Bench, OSI-Bench, and MMSI-Video-Bench, show consistent gains, improving the average score by 12.6 points over the strongest baselines.

1
05

PRODUCT HUNT

05.00
PRODUCT HUNT

Product Hunt - July 22, 2026

Product Hunt Daily Feed: Featuring noteworthy tech launches.

AI Agents in Chat icon
AI Agents in Chat

Your Chat UI Just Got an AI Roommate

0
Migma AI icon
Migma AI

AI runs your email marketing. Better with every send.

0
MonoCloud for Startups icon
MonoCloud for Startups

One identity layer for your customers, APIs, and agents

0
Humalike x Hermes icon
Humalike x Hermes

Social intelligence plugin for Hermes Agent

0
Kastra icon
Kastra

Runtime authorization for Claude, Cursor, Codex and OpenClaw

0
box icon
box

Simple computers for agent w/ full VMs

0
Redential icon
Redential

A developer credential that proves what you built

0
Arkor icon
Arkor

Fine-tune and Deploy Open-weight Models in TypeScript

0
Trovio For Brands icon
Trovio For Brands

Communities love your brand - Our AI team finds them for you

0
Lattics icon
Lattics

Brain-like knowledge base with AI writing & deep research

0
Grindoro icon
Grindoro

Focus with others through synchronized Pomodoro sessions

0
Buzzy icon
Buzzy

Your creative AI co-director

0
ACME.BOT icon
ACME.BOT

No-slop AI SEO agent that interviews you first

0
UltraPod icon
UltraPod

Turn your old iPhone into a music-first dumbphone

0
AGINE Academy icon
AGINE Academy

A story-driven game for learning Claude by doing

0
Gemini 3.6 Flash Family icon
Gemini 3.6 Flash Family

Gemini 3.6 Flash, 3.5 Flash-Lite, and 3.5 Flash Cyber

0
Overflight icon
Overflight

Identify every aircraft in your sky.

0
Garmin CIRQA™ Smart Band icon
Garmin CIRQA™ Smart Band

The screenless health + fitness tracker with no subscription

0
AgentManager icon
AgentManager

Never miss a Claude Code session waiting for your input

0
Remote OpenClaw icon
Remote OpenClaw

13,000+ MCP servers, skills & plugins for AI coding agents

0
Light Flip icon
Light Flip

Nostalgia for a time before smartphones

0
Tidy icon
Tidy

Your Mac tidies itself: screenshots, installers, Downloads

0
ProtoFlow icon
ProtoFlow

AI-powered PCB design tool for engineers and hardware teams

0
Skim icon
Skim

Free, open-source AI email client for Windows

0
Bolna Agent Studio icon
Bolna Agent Studio

Build Voice AI Agent in 10 Minutes

0
ditto.site icon
ditto.site

Clone any website into clean code. Free & open source

0
RegionMirror icon
RegionMirror

Share a portion of your ultrawide or high-res screen on Mac

0
PieceKeeper icon
PieceKeeper

Track your music repertoire and practice

0
DualStream icon
DualStream

Simultaneous desktop and mobile streaming, the easy way.

0
Jockey by TwelveLabs icon
Jockey by TwelveLabs

The video AI agent that understands your whole library

0
Routebase icon
Routebase

Catch API drift before your customers do

0
Manifest icon
Manifest

Turn any webpage into an action manifest for AI agents

0
Lev8 icon
Lev8

Find, research, and reach the right people

0
Diffsmith icon
Diffsmith

Comment on your AI agent's code & collaborate on changes

0
ArachStudio icon
ArachStudio

Live-edit your GitHub components directly in the browser

0
tterm icon
tterm

A terminal, a real browser, and Claude Code under one roof

0
Phantomstory icon
Phantomstory

Launch a third-party blog to win AEO with just two clicks

0
CartAI icon
CartAI

The AI agent that handles checkout.

0
MeetIsland icon
MeetIsland

The Dynamic Island that gets you to meetings on time

0
Rerun icon
Rerun

The easiest way to build AI agents for all your tasks

0
BUD icon
BUD

Voice-first canvas for sketchnoting and whiteboarding

0
Topolines icon
Topolines

Generate Topologic contours

0
CreateOS Sandbox icon
CreateOS Sandbox

Instant, hardware Isolated Sandboxes for AI agents

0
Routine AI icon
Routine AI

Control work with your voice. The Siri for work.

0
Universal Dictation on Stream icon
Universal Dictation on Stream

Private Voice Ring for dictation across iOS & Mac

0
OpenChatCut icon
OpenChatCut

Open-source AI agent video editor with a real timeline

0
Creed icon
Creed

Your personal context file for every agent.

0
Rex icon
Rex

AI agents that run order-to-cash operations

0
Skippr AI icon
Skippr AI

The live AI employee inside your product, serving every user

0
CaptureKit icon
CaptureKit

Keep your desktop clean by auto-organizing screenshots.

0
06

TECHMEME

06.00
TECHMEME

Techmeme - July 22, 2026

Techmeme Digest: Major tech headlines and industry conversations.

Samsung Galaxy Z Fold 8 hands-on: the passport-esque shape feels great and is immediately intuitive, but no telephoto lens, only IP48, and $1,900+ is pricey (Dominic Preston/The Verge)
Source: TechmemePublished: Jul 22, 2026

Dominic Preston / The Verge : Samsung Galaxy Z Fold 8 hands-on: the passport-esque shape feels great and is immediately intuitive, but no telephoto lens, only IP48, and $1,900+ is pricey —  A year after overhauling its Z Fold phone with a radically thinner design, Samsung has changed things up again, this time altering the shape entirely.

Samsung teases its smart glasses, developed with Google, Warby Parker, and Gentle Monster, and says they will have nine-hour battery life and privacy features (Chris Welch/Bloomberg)
Source: TechmemePublished: Jul 22, 2026

Chris Welch / Bloomberg : Samsung teases its smart glasses, developed with Google, Warby Parker, and Gentle Monster, and says they will have nine-hour battery life and privacy features —  Samsung Electronics Co. showcased the smart glasses it developed in partnership with Alphabet Inc.'s Google, Warby Parker and Gentle Monster …

WhatsApp updates its CarPlay and Android Auto integrations to include message playback, replies and more, now lets users sign up from its iPad app, and more (Aisha Malik/TechCrunch)
Source: TechmemePublished: Jul 22, 2026

Aisha Malik / TechCrunch : WhatsApp updates its CarPlay and Android Auto integrations to include message playback, replies and more, now lets users sign up from its iPad app, and more —  WhatsApp is rolling out a suite of new features, including a revamped Apple CarPlay and Android Auto experience as part …

Samsung Z Fold 8 Ultra hands-on: new Flex Titanium tech makes the crease practically nonexistent, similar specs to the S26 Ultra, and a $100 price increase (David Imel/The Verge)
Source: TechmemePublished: Jul 22, 2026

David Imel / The Verge : Samsung Z Fold 8 Ultra hands-on: new Flex Titanium tech makes the crease practically nonexistent, similar specs to the S26 Ultra, and a $100 price increase —  While we wait for Apple's rumored foldable iPhone, Samsung is polishing a design it already has on the market.

Samsung Galaxy Z Flip 8 hands-on: like the Z Flip 7, including the battery and cameras, but with much faster performance, four colors, and a $100 higher price (Max Buondonno/The Shortcut)
Source: TechmemePublished: Jul 22, 2026

Max Buondonno / The Shortcut : Samsung Galaxy Z Flip 8 hands-on: like the Z Flip 7, including the battery and cameras, but with much faster performance, four colors, and a $100 higher price —  - 📱 Samsung has announced the Galaxy Z Flip 8  — 📐 It comes with a slightly tweaked design and better performance

Samsung Galaxy Watch 9 and Ultra 2 hands-on: nice improvements with a rugged look and new AI-powered fitness features, but a blockier shape is not for everyone (Damien Wilde/9to5Google)
Source: TechmemePublished: Jul 22, 2026

Damien Wilde / 9to5Google : Samsung Galaxy Watch 9 and Ultra 2 hands-on: nice improvements with a rugged look and new AI-powered fitness features, but a blockier shape is not for everyone —  There are a number of reasons why Samsung dominates Wear OS, and the Galaxy Watch 9 and Ultra 2 exemplify that once again this year - here's what you need to know.

Source: OpenAI raised its projected cloud spending to ~$750B through 2030, up from a projection of ~$600B earlier this year, reflecting new cloud agreements (Anissa Gardizy/Wall Street Journal)
Source: TechmemePublished: Jul 22, 2026

Anissa Gardizy / Wall Street Journal : Source: OpenAI raised its projected cloud spending to ~$750B through 2030, up from a projection of ~$600B earlier this year, reflecting new cloud agreements —  The AI giant has committed $20 billion to a new data-center project in Georgia and hired an architect of Elon Musk's computing build-out

OpenAI plans to spend $30B+ on a massive new data center in Georgia, securing 3.2GW of total energy; several hundred MW are set to come online starting in 2028 (Dina Bass/Bloomberg)
Source: TechmemePublished: Jul 22, 2026

Dina Bass / Bloomberg : OpenAI plans to spend $30B+ on a massive new data center in Georgia, securing 3.2GW of total energy; several hundred MW are set to come online starting in 2028 —  OpenAI plans to spend tens of billions of dollars on a massive new data center near Savannah, Georgia as part of the ChatGPT maker's push …

Samsung says the Galaxy Z Fold 8, Galaxy Z Fold 8 Ultra, and Galaxy Z Flip 8 have silicon-carbon batteries, citing their performance, longevity, and safety (Ben Schoon/9to5Google)
Source: TechmemePublished: Jul 22, 2026

Ben Schoon / 9to5Google : Samsung says the Galaxy Z Fold 8, Galaxy Z Fold 8 Ultra, and Galaxy Z Flip 8 have silicon-carbon batteries, citing their performance, longevity, and safety —  It's happening.  Samsung has officially adopted silicon-carbon batteries on its latest foldables, though you wouldn't know that by looking …

Samsung unveils the Galaxy Watch 9 and Watch Ultra 2, moving from its Exynos chips to the Snapdragon Wear Elite and hiking prices by $30 to $380 and $50 to $700 (Victoria Song/The Verge)
Source: TechmemePublished: Jul 22, 2026

Victoria Song / The Verge : Samsung unveils the Galaxy Watch 9 and Watch Ultra 2, moving from its Exynos chips to the Snapdragon Wear Elite and hiking prices by $30 to $380 and $50 to $700 —  It's a year of refinement for the Galaxy Watch.  With the new Galaxy Watch 9 and Galaxy Watch Ultra 2, which are being announced today …

Samsung debuts the $1,200+ Galaxy Z Flip 8 with a lighter, smaller, and slimmer design, and new Flex Window features for apps and insights on the cover screen (Steve Dent/Engadget)
Source: TechmemePublished: Jul 22, 2026

Steve Dent / Engadget : Samsung debuts the $1,200+ Galaxy Z Flip 8 with a lighter, smaller, and slimmer design, and new Flex Window features for apps and insights on the cover screen —  The design and most specs are unchanged from the previous model.  —  As part of its Galaxy Unpacked 2026 event …

Samsung unveils the $1,899+ Galaxy Z Fold 8 with a wider, 7.6" inner and a short, 5.5" outer display, a Snapdragon 8 Elite Gen 5 "for Galaxy" chip, and more (Ben Schoon/9to5Google)
Source: TechmemePublished: Jul 22, 2026

Ben Schoon / 9to5Google : Samsung unveils the $1,899+ Galaxy Z Fold 8 with a wider, 7.6" inner and a short, 5.5" outer display, a Snapdragon 8 Elite Gen 5 “for Galaxy” chip, and more —  Samsung has officially unveiled its new Galaxy Z Fold 8, which goes beyond a generation refresh, delivering a completely …

Samsung unveils the $2,099+ Galaxy Z Fold 8 Ultra, featuring its "most advanced foldable design", a Flex Titanium display, a 5,000mAH battery, and Android 17 (Andrew Romero/9to5Google)
Source: TechmemePublished: Jul 22, 2026

Andrew Romero / 9to5Google : Samsung unveils the $2,099+ Galaxy Z Fold 8 Ultra, featuring its “most advanced foldable design”, a Flex Titanium display, a 5,000mAH battery, and Android 17 —  The “Ultra” moniker is alive and well, but it now applies to the Galaxy Z Fold series.

A live blog of Samsung's Galaxy Unpacked in London, where the company is set to unveil its latest lineup of foldables and smartwatches (Engadget)
Source: TechmemePublished: Jul 22, 2026

Engadget : A live blog of Samsung's Galaxy Unpacked in London, where the company is set to unveil its latest lineup of foldables and smartwatches —  We're reporting live from the company's event in London, UK.  —  It's time for Samsung to properly unveil its latest lineup of foldables and smartwatches at its Unpacked event today.

A livestream of Samsung's Galaxy Unpacked event (Samsung on YouTube)
Source: TechmemePublished: Jul 22, 2026

Samsung on YouTube : A livestream of Samsung's Galaxy Unpacked event —  Join us at Samsung #GalaxyUnpacked on July 22, 2026.  #GalaxyAITo view the YouTube streams on a desktop or laptop computer you'll need:  • Most recent version o...

07

STARTUP ARCHIVE

07.00
STARTUP ARCHIVE

Startup News - July 22, 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 22, 2026

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

LG 将封禁住宅代理智能电视应用

LG USA 宣布将封禁内置住宅代理功能的智能电视应用。此前安全公司 Spur 的研究发现,LG webOS 应用商店逾 42% 的游戏和其它应用内置了住宅代理 SDK,也就是会出售用户的家用 IP 作为代理服务使用。三星 Tizen 应用商店也有逾四分之一应用内置了住宅代理 SDK。LG 高级副总裁 John Taylor 表示,该公司正与应用开发者合作移除应用中的住宅代理 SDK,未遵守规定的开发者其应用将会下架。未来的 LG 智能电视应用将禁用住宅代理。

尼安德特人可能和现代人类一样聪明

在现代人类祖先走出非洲踏上欧亚大陆前,尼安德特人在此繁衍生息了逾 30 万年,但与现代人类相遇数千年后它就消失了。一种解释认为现代人类依靠更出色的智力战胜了尼安德特人,另一种解释认为双方融合了。发表在 PNAS 期刊上的一项新研究利用形变映射法(deformation mapping)重建了尼安德特人颅骨内表面,与现代汉人以及欧洲裔人群进行了对比。结果显示尼安德特人可能和现代人类一样聪明,而现代人类之间的差异比尼安德特人和现代人类之间的差异更大。新研究支持融合理论。

苹果应用商店涌入大量 AI 辅助开发的应用

根据 Sensor Tower 的估计,2025 年苹果 App Store 上架的新应用数量增长 30% 达到约 60 万。今年上半年,新应用数量翻了一番达到约 56 万。虽然更多的应用理论上能为苹果带来更多的佣金,然而应用数量的大幅增长并没有带来下载量大幅增加,Sensor Tower 的数据显示去年 App Store 的下载量增长 3% 达到 354 亿次,今年上半年下载量增长 2% 达到 176 亿次。由于涌入了大量应用,苹果审核人员显然有点跟不上了。应用开发者在苹果开发者论坛上抱怨审核时间过长。分析师认为这一波 AI 辅助编程应用浪潮可能不会为苹果带来多少收入,因为此类应用通常是靠广告获利,不会提供内购。

为何月球正面和背面接收到太阳风不同

中国科学家利用嫦娥六号从月球背面南极收集的月壤样品开展了系统的稀有气体同位素分析。研究发现,月球正面和背面接收到的太阳风存在系统性差异,且地球磁层在其中扮演了“调速器”的角色。研究团队瞄准了五种稀有气体——氦、氖、氩、氪、氙。这些气体具有化学惰性,是追溯太阳风注入过程和后期改造的忠实示踪剂。结果显示,嫦娥六号月壤的氖同位素组成呈现出极为独特的特征——其氖20、氖22比值平均为11.34±0.22,远低于所有已知的月球正面样品,极为接近理论上的强烈分馏太阳风端元(~11.2)。这表明月球背面经历了更为极端的分馏过程,使其富集重同位素,仅用传统的溅射、扩散或侵蚀模型已无法完全解释,暗示背面可能存在更为复杂的同位素分馏机制或一个未被发现的低氖同位素端元。为什么同一颗月球的两面会接收到不同能量的太阳风?研究团队论证认为,是地球磁层在“调速”。当月球围绕地球运行并穿越地球磁鞘时,原本约每秒400公里的“正常”太阳风会被显著减速至约每秒200公里。

美国计算机科学专业入学人数首次下降

根据斯坦福经济学家 Jacob Light 的研究,2025-2026 学年美国计算机科学专业入学人数近二十年来首次下降,但这种下滑是否是一种长期趋势还有待观察。数据显示,过去十年美国计算机和信息科学专业的学士学位授予数量增长了一倍多,从 2014 年的约 5.6 万增至 2024 年的约 12.2 万。2025 年秋季入学数据显示,四年制大学计算机与信息科学及支持服务专业的本科生入学人数同比下降 8.1%,从 2024 年的约 659,700人 降至 2025 年的 606,100 人,但仍然高于 2022 年的 574,333人,表明人数下降是在经历了多年快速增长之后出现的。Light 认为人数下滑的原因可能有多种,基于大模型的辅助编程工具的流行,IT 就业市场疲软等等。

欧盟法院裁决 VPN 是合法工具

安妮·弗兰克去世前在荷兰躲避纳粹期间写的日记于 1947 年在荷兰出版,她的日记在欧洲大部分国家都已经进入了公有领域,但在荷兰她的部分日记的版权保护期要到 2037 年才结束。为了尊重这一版权保护的地区差异,托管安妮日记的出版商屏蔽了荷兰 IP 访问网站。然而拥有安妮日记荷兰版权的安妮·弗兰克基金会提起了诉讼,声称 VPN 可以绕过地理位置限制,因此受版权保护的安妮日记被传播给了荷兰居民。欧盟法院驳回了这一论点,裁决 VPN 是合法技术工具,读者通过 VPN 绕过地理位置限制,出版商不应因此承担侵权责任。

GNOME 项目禁止 AI 生成的安全报告

由于 AI 生成安全报告大量涌入,GNOME 项目宣布改变安全报告处理方式。首先是 GNOME 项目将安全漏洞披露时间从行业标准的 90 天缩短至 30 天,原因是大部分 GNOME 安全问题会在一到三周内修复,或者干脆不修。其二禁止 AI 生成的安全报告,由于今天的大部分安全报告包含了 AI 生成的内容,这些安全报告将会直接关闭。

法官批准了 Anthropic 与图书出版商达成的 15 亿美元侵权和解

为了训练其 AI 模型 Claude,Anthropic 实施了名为“巴拿马计划”(Project Panama)的行动:大量购买实体图书,拆开书脊、扫描书页,之后将图书残骸送去回收公司。Anthropic 为此投入了数千万美元,聘请了二十年前参与 Google Books 项目的 Google 高管。此外  Anthropic 还从影子图书馆下载了海量的盗版电子书。对于 Anthropic 的行为,法官裁决使用受版权保护图书训练 AI 模型属于合理使用,但其图书盗版行为并不合法。图书出版商以及作者提起了集体诉讼,Anthropic 去年与他们达成了和解,将向图书作者和出版商赔偿 15 亿美元。本周一,美国地区法官 Araceli Martinez-Olguin 批准了这一和解协议。和解协议涵盖逾 48.2 万册图书,其中 91% 已被作者或出版商认领,每本书预计将获得大约 3000 美元的赔偿。

任天堂称它无法律义务将美国关税退款退给消费者

去年美国在全球大规模征收关税,任天堂据此提高了 Switch 2 等相关设备和配件的售价。今年 2 月美国最高法院裁决征收关税违法,任天堂随后起诉美国政府要求退还关税。美国玩家则跟着提起了一项拟议中的集体诉讼,认为任天堂应该将美国关税退款退给消费者。任天堂周一请求法庭驳回该诉讼,称它无法律义务将美国关税退款退给消费者。任天堂的观点十分简单,任天堂或其零售合作伙伴设定了最终价格,而买家是自愿支付的。

FBI 逮捕用假 Steam 游戏窃取玩家加密货币的 21 岁男子

FBI 逮捕了一名 21 岁的佛罗里达居民 Zyaire Dontaevious Zamarion Wilkins,他涉嫌与同伙通过在 Steam 游戏中植入恶意程序去窃取玩家的加密货币。该团伙在近两年时间内通过在至少八款 Steam 游戏中植入恶意程序,感染了约 8000 台电脑,在 2024 年 5 月至 2026 年 2 月间从约 80 个加密货币钱包中窃取了价值至少 22 万美元的加密货币。被植入恶意程序的 Steam 游戏包括 BlockBlasters、Dashverse、Lunara 和 PirateFi。其中仅 BlockBlasters 一款游戏就从 261 至 478 名受害者手中窃取了价值约 15 万美元的加密货币,受害者包括了 Twitch 主播 RastalandTV,他被盗走了 3.2 万美元,他正接受癌症治疗,这笔钱是观看者捐赠的。

流行野生动物数据库发现 AI 生成的假图

在生成式 AI 时代,流行公民科学数据库如 iNaturalist 和 Macaulay Library 也免不了被 AI slop 入侵。研究人员在《自然》上报告,他们在记录野生动物物种的流行公民数据库内发现了数百张 AI 生成的虚假图像。问题的真实规模尚不清楚,因为有许多假图可能未被发现。文章作者 Alexander Lees 博士称他在 Facebook 上看到的野生动物照片基本上都是 AI 生成的。他指出公民科学数据库里彻头彻尾的假图还比较罕见,问题主要是照片上传者会用 AI 美化下图像,结果生成式 AI 给图像添加了不存在的内容。iNaturalist 上逾 6.1 亿张图像只有 1400 张被标记为可能使用 AI。iNaturalist 社区支持总监 Tony Iwane 认为大多数假图并非是恶意的,他同时呼吁用户保持警惕,因为信息的准确性至关重要。

黑客利用刚释出补丁的漏洞入侵 WordPress 网站

WordPress 上周释出补丁修复了两个高危漏洞,它督促运行 WordPress 软件的网站立即更新,漏洞是如此严重以至于 WordPress 在条件允许的情况下启用了强制更新。安全公司随后警告,黑客正利用漏洞入侵未更新的 WordPress 网站。WordPress 是最流行的博客软件和内容管理平台,存在漏洞的 WordPress 网站数量可能多达数千万。存在漏洞的 WordPress 版本为 v6.9.0-6.9.4,以及 v7.0.0-7.0.1。根据 WordPress 的官方统计,逾 4 亿个网站运行存在漏洞的 WordPress 版本,但其中一部分网站可能已经打上了补丁。组合利用两个漏洞,黑客能远程控制存在漏洞的网站。

欧盟对阿里巴巴罚款 5.5 亿欧元

欧盟委员会对阿里巴巴旗下面向消费者的电商平台 AliExpress 处以 5.5 亿欧元的罚款,原因是它在打击非法商品销售上做得不够——这是根据 Digital Services Act(DSA)开出的最高罚单。布鲁塞尔去年曾警告 AliExpress,它在阻止平台上的卖家兜售非法商品以及确保其推荐引擎不推广这些非法商品上做得不够。欧盟委员会根据 DSA 要求其整改,并详细列出了需要采取的措施。一年后,欧盟委员会认定 AliExpress 的措施不足,宣布处以巨额罚款。委员会认为,AliExpress 未能妥善评估其是否有足够的人员审查潜在的非法产品,也未能充分评估其推荐和广告系统如何加剧非法产品的扩散。DSA 允许对商家处以全球营业额最高 6% 的罚款,阿里巴巴集团截至 3 月 31 日的财年收入为 1480 亿美元。布鲁塞尔原本可要求近 90 亿美元的罚款。

科学家警告地球水体溶解氧迅速减少

加州大学圣地亚哥的科学家警告地球海洋和淡水系统中的水体溶解氧迅速减少,可能会给地球带来短期内无法逆转的变化。研究人员认为水体溶解氧也应纳入地球限度理论框架,该框架突出了人类行为对地球系统的冲击的限度,若超过该限度,自然环境将丧失正常的自我调节能力,现代人类所处的相对稳定的全新世将会结束。现有的地球限度理论包含了 9 个限度:气候变化、海洋酸化、大气平流层臭氧消耗、生物地质化学循环中氮循环和磷循环、全球淡水使用、土地系统变化、生物圈完整性的侵蚀、化学污染和空气污染。水体溶解氧迅速减少的原因包括人为全球暖化、富营养污染、深层水体的运动和通气过程,等等。

鸡蛋价格创 10 年新高

鸡蛋的价格过去几个月快速上涨,以至于被称为“火箭蛋”。根据一项追踪主要产蛋省份的指数,鸡蛋价格比一年前上涨了 40% 以上。另一项追踪一处批发市场价格的基准指数显示,蛋价最近创下了 10 年来的新高,这让业内人士大感意外。研究鸡蛋市场的分析师表示,两年前,在连续几年的丰收之后,养殖户开始扩大规模,2024 年至 2025 年间新增的蛋鸡数量创下历史新高。突然之间,鸡蛋供过于求,价格暴跌。随后,养殖户们发现自己没有足够的资金来喂养所有的鸡。于是他们开始大量淘汰蛋鸡,专家认为这样的淘汰速度过快了。最终,蛋鸡数量不足以满足需求,导致价格上涨。与此同时,市场需求却格外强劲。

美国科技巨头的隐性债务高达 1.65 万亿美元

日经的调查显示,因 AI 投资激增美国五大科技巨头 Google/Alphabet、微软、亚马逊、Meta 和甲骨文的隐性债务高达 1.65 万亿美元,超过了其实际债务。其中 Meta 的表外债务达到了 4200 亿美元,是其账面债务的几乎三倍。甲骨文隐性债务约 2733 亿美元。为支持 AI 研发这些科技巨头在迅速扩充其数据中心等 AI 计算资源,签订了 GPU 和服务器的长期采购协议。

Jellyfin 项目创始人辞职

开源媒体服务器 Jellyfin 项目联合创始人 Joshua Boniface 以及 Anthony Lavado 宣布辞去项目领导人以及核心团队成员职务,退出项目,将该项目交给其他团队成员。Joshua 称自己面临严重的职业倦怠,无法胜任工作,是时候离开了,他创建 Jellyfin 项目时以为它最多会有几百或几千用户,但七年半后它成为了排名第一的开源媒体服务器,服务于数以百万计的用户,是 Plex 的可行替代。Anthony 称自己主要负责后端管理工作,自己的生活发生了变化,有其他优先事项需要处理。

男子移植童年取出并冷冻保存的睾丸组织恢复精子生成能力

医学界完成了一项前沿手术—— 一名男性通过移植自己童年取出并冷冻保存16年的睾丸组织,重新恢复了精子生成能力。这批睾丸组织样本是他在接受化疗前采集冷冻的。化疗会严重损伤生殖功能,导致不育。这一里程碑式成果有望开启全新的人类不育治疗浪潮。2008 年比利时布鲁塞尔自由大学医院的医生为一名患病的 10 岁男孩摘除部分睾丸组织并冷冻保存。他当时罹患镰状细胞贫血,即将接受化疗,为后续造血干细胞移植做准备。10 余年后,这名男孩成年,希望拥有自己的后代。医护人员对其进行了两年监测,确认他已完全无法正常生成精子。随后,团队将冷冻保存 16 年的11个睾丸组织片段,分别移植至其剩余睾丸内部及阴囊皮下。移植组织在成年男性的激素环境与生理条件下培育生长一年。一年后,研究团队取出移植组织并开展检测分析。检测结果显示,多个移植组织中均发现生精干细胞,且存在活跃的精子生成迹象。在其中一个移植样本中,研究人员成功检出一枚成熟精子。

OpenAI 高管不满中国的开源 AI 战略

在月之暗面宣布首个 3 万亿参数级别开放权重模型 Kimi K3 之后,前特朗普 AI 高级顾问、现 OpenAI 战略主管 Dean Ball 在 X 平台上表示,开放权重模型的战略将导致“AI 共产主义”,可能会“减缓 AI 的发展”,因为会“阻碍 AI 领域的资本支出”。他认为政府可以通过 FUD 策略(即 fear, uncertainty, and doubt)阻止美国公司使用开放权重模型。他后来澄清说这只是预测不是建议,声称他支持 AI 开源/开放权重。美国两大前沿 AI 公司 OpenAI 和 Anthropic 仍然有领先优势,但优势在缩小,它们采用的都是闭源模式。

Firefox 153.0 释出

Mozilla 释出了 Firefox 153.0。它是 ESR 版本,将提供至少 15 个月的支持。Firefox 153.0 主要新特性包括:Vulkan 视频解码支持,Linux 版支持 Video Acceleration API (VA-API) ,增加对 JPEG-XL 图像格式的支持,Windows 版支持 HDR 视频播放,PDF 功能增强,等等。

09

APP STORE RANK

09.00
APP STORE RANK
Loading…