ISSUE 0978
FRI, SEP 4, 2026
The directory AI cites when builders ask what to use
TODAY · FRI, SEP 4, 2026

Ship your AI.
Get discovered.

List your product on OrangeBot and reach builders and users actively looking for the right AI tools.

Daily launches · 2,000+ Claude Code skills · 113+ free tools · AI news from 10 sources — rebuilt every morning.

FOUNDERSBuilding an AI tool? Assistants cite lists like this one, not your homepage.Get listed →
Why founders list here

More than a launch. Long-term discovery.

Get in front of builders

Show up when builders are actively looking for tools like yours.

Context that converts

Tell builders what your product does, who it is for, and why it matters.

In the right ecosystem

Your product sits alongside the skills, tools and sources builders already trust.

Built for AI discovery

Structured so both people and AI assistants can understand and recommend it.

Stay discoverable

Keep getting found long after launch day — the page does not expire.

Learn more about getting listed →
01

Latest Launches

CURATED BY ORANGEBOT
01

AI DIGEST

UPDATED DAILY · EDITOR'S PICK
01.00
AI DIGEST

AI新闻摘要

September 4, 2026

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

Fed Official Signals Pause on Rate Hikes, Boosting Stocks

Federal Reserve Governor Christopher Waller stated he would support holding interest rates steady at the central bank's next meeting if upcoming inflation data is favorable. This comment eased investor fears of further rate hikes, causing U.S. stock markets to surge, with the Dow Jones Industrial Average climbing over 600 points.

Nvidia to Acquire AI Platform Hugging Face for $13 Billion

Chipmaker Nvidia announced it is acquiring Hugging Face, a popular open-source AI development platform, for $13 billion. The move is seen as a major effort by Nvidia to strengthen its position in the open-source AI community and better compete with rivals like OpenAI.

Japanese Yen Surges Amid Intervention Speculation

The Japanese yen strengthened to a one-month high against the U.S. dollar, fueled by speculation that Japanese authorities might intervene in the foreign exchange market to support the currency. The U.S. dollar weakened against a basket of other major currencies.

Global AI Race Heats Up with Moves from OpenAI and China's Moonshot

The artificial intelligence sector saw two significant developments. U.S.-based OpenAI claimed its new "Astra" model could be considered a form of "artificial general intelligence" (AGI). Separately, Chinese AI startup Moonshot AI has reportedly filed confidentially for an initial public offering (IPO) in Hong Kong.

UK Political Leaders Outline Priorities on Economy and Defense

In the U.K., Conservative leader Kemi Badenoch proposed billions in welfare cuts to fund an increase in military spending if the party wins the next general election. Separately, the UK prime minister warned the French president that new EU procurement policies could create significant challenges for British industry.

Global Commodities and Climate Update

Gold prices rose for a second day, supported by a weaker dollar and falling bond yields. Oil prices remained relatively unchanged as markets assessed ongoing geopolitical tensions. Meanwhile, climate reports indicate that this year’s El Niño is on track to be one of the strongest in decades, raising concerns about widespread disruption to global agriculture.

02

ON THE WIRE

6 SOURCES
02

HACKER NEWS

02.00
HACKER NEWS

Hacker News - September 4, 2026

Hacker News Feed: Highlighting key posts and discussions.

VC isn't VC anymore

(www.anildash.com)

199171
GPT-6 Astra

(openai.com)

1087802
VC isn't VC anymore

(www.anildash.com)

1792
.name Termination

(neil.fraser.name)

1201347
Claude outage – Resolved

(status.claude.com)

203147
Audacity 4.0

(github.com)

1015224
What I learned from my mom (1941-2026)

(experimentalliving.substack.com)

24510
I wanna live an NPC life

(signalundefied.bearblog.dev)

285256
Muse Spark 1.3

(developer.meta.com)

678437
Wendell Berry has died

(www.nytimes.com)

228116
Exit the Cave

(turtlespace.blog)

294105
03

HUGGINGFACE

03.00
HUGGINGFACE

HuggingFace 新闻 - September 4, 2026

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

Repo-To-Skill: Distilling GitHub Repositories Into AI4AI Skills

Autonomous agents are beginning to carry out machine-learning (ML) research end to end. These agents combine a model backbone with a harness for planning, execution, memory, and verification, but this architecture still leaves domain-specific know-how outside the agent. We call this missing layer operational knowledge, the know-how that separates knowing a method from making it work. That knowledge is not absent from the field. It appears in repositories and papers, but in forms written for human readers and too large to load during a task. Once distilled into compact, verified skills, this knowledge can be reused across tasks rather than rediscovered during each run. We present DisCo, a skill-powered research agent that creates skills and uses them during research. Its distillation runs in two complementary forms: task-agnostic, condensing the field's widely used repositories into reusable skills, and task-oriented, producing the skills a concrete task calls for. The former, applied across the open ecosystem, yields the AREX-Skill Library, with 5,000+ verified skills distilled from 1,000 widely used ML repositories and organized into 20 areas and 178 capability families. With the GPT-5.5 backbone, research harness, and downstream execution budget held fixed, the skill-equipped research agent scores 134.3% higher on MLE-bench, 34.4% higher on PaperBench, 9.2% higher on FrontierCS, and 14.0% higher on PassNet than the same agent without skills. These gains come from adding distilled operating context under that fixed setup.

458
HarnessDev: Can LLMs Create and Evolve Their Own Agent Harness?

As agents move from research prototypes to deployed tools, their capability increasingly depends on model-external execution infrastructure, commonly termed the agent harness. Changing this harness while holding model weights fixed can substantially alter task performance. Current agent evaluations typically report downstream performance under a chosen harness, leaving a model's ability to develop the harness itself comparatively underexplored. We introduce HarnessDev, a benchmark that shifts the unit of evaluation from task outputs to runnable infrastructure. HarnessDev covers two stages. In Creation, the agent starts from a minimal seed and a small number of cases, then builds a complete execution system. In Evolution, it starts from its own created harness and iteratively revises it using downstream execution feedback, with the goal of improving benchmark performance. We then evaluate each constructed harness on capability (task success on held-out benchmarks) and efficiency (execution-token cost). The reported Creation results cover six creator LLMs, four domains, and five downstream benchmarks totaling 2,207 unique downstream instances, with hidden evaluation tasks withheld from development. We find that generated harnesses remain substantially behind mature human-engineered references on code and on search and research, while matching or exceeding the selected references on writing and machine-learning experimentation, with large variation in execution cost. Evolution produces some performance gains, but they are unstable and transfer only partially to held-out tasks. Experiments with a fixed runtime model further show that the gains depend strongly on the model executing the harness, indicating limited transfer across models.

216
Aspire: Can Models Self-Evolve from Vague Goals?

Many important forms of human learning begin with a vague goal, such as "become a better physicist" or "improve at research." Learners must interpret the goal, identify capability gaps, decide how to learn, and determine whether they have actually improved. In contrast, existing work on LLM self-evolution typically begins with tasks and evaluation metrics specified by humans, reducing self-evolution to optimizing an explicit objective rather than deciding what and how to learn. We introduce ASPIRE, a benchmark for vague-goal-driven self-evolution. ASPIRE provides only a natural-language capability goal while downstream evaluation tasks remain hidden. The agent must operationalize the goal by choosing data and update methods, constructing training and validation signals, and deciding when to evaluate. ASPIRE supports both model-weight and agent-harness evolution in a unified interactive environment and evaluates the resulting systems on a hidden, expert-authored set of 520 items spanning six goals. Our experiments show that vague goals redirect search effort toward goal interpretation. Current agents routinely complete training and harness-editing loops, but weight-level gains remain sparse and unstable, and the strongest evolved harness remains below the engineered Qwen-Agent reference. Agents often train on mismatched data and trust narrow self-evaluations, so local gains fail to transfer to hidden evaluation and continued search and training can erase earlier improvements.

170
SolarWM: Open Data and Scalable Training for Long-Horizon Video World Models

We introduce SolarWM, a fully open foundation for building interactive video world models from data preparation through long-horizon inference. Training across heterogeneous data sources and video backbones is challenging: datasets differ in temporal scale, camera geometry, visual quality, motion, and captioning styles, while video generators use distinct representations and architectures. Naive data mixing and model-specific implementations therefore produce inconsistent supervision and make results difficult to reproduce and compare. SolarWM addresses this coupling with a reconfigurable multi-source data engine and a backbone-native adaptation framework. The engine converts 1.43 million canonical clips from 10 datasets into a unified, frame-aligned contract covering visual observations, metric camera geometry, captions, quality metadata, selection decisions, and provenance, while decoupling source processing from mixture construction. Under shared camera-conditioning, training, and inference interfaces, we instantiate four 5B--33B models based on Wan2.2, LTX-2.5, and MiniMax-H3 while preserving their native representations and objectives. A unified three-stage recipe combines bidirectional adaptation, teacher-forced autoregressive initialization, and distribution matching distillation. The resulting causal models enable real-time interaction over rollouts ranging from minutes to hours after being trained on only 5s sequences. By releasing the resulting data, pipeline, recipes, weights, and framework, SolarWM provides a reproducible and extensible foundation for interactive world-model research.

133
EarlyEval: Cheaper Agent Evaluation via Early Outcome Prediction

Evaluating LLM agents is essential for guiding their development, yet it has grown prohibitively expensive: a single pass of a frontier model over an agentic benchmark can cost hundreds to thousands of dollars, a price paid repeatedly across iterative development cycles. Prior efforts, centered on benchmark distillation, reduce the number of evaluation tasks but leave the cost of executing each retained task untouched. In this work, we introduce early outcome prediction, a complementary axis of efficiency that instead cuts cost within each task. Our key insight is that an agent's final outcome is often evident from its intermediate behavior well before execution completes. We instantiate this idea in EarlyEval, a lightweight framework that trains a pair of LightGBM success and failure classifiers over behavioral, textual, and reference-solution features, and halts an agent run the moment either classifier crosses a calibrated confidence threshold, adding negligible per-step overhead. Across three benchmarks, SWE-bench Verified, TerminalBench, and Toolathlon, EarlyEval can eliminate 13%-26% of agent steps and up to 44.1% input tokens and 29.4% output tokens at 89%-97% prediction accuracy, while perturbing per-agent resolve rates by only one to two percentage points on average.

110
It Takes Two to Match: Co-Evolving Generative Retriever with Reinforcement Learning

Retrieval is the first stage of modern search and advertising systems, selecting a candidate set from a large item universe for downstream ranking and auction. Recent work increasingly leverages LLMs to improve retrieval through query expansion, data synthesis, and retrieval-feedback training. However, the generative component is typically used for query-side augmentation, while final matching is still delegated to a downstream retriever. We introduce CoGR, a retrieval framework that instead trains LLMs to directly construct retrieval representations on both query and item sides. Each generator produces a compact set of keywords, which are matched directly through an inverted index, preserving compatibility with existing keyword-based retrieval infrastructure. CoGR uses a two-stage training pipeline. Supervised fine-tuning first establishes an aligned keyword space, after which co-evolving reinforcement learning alternately optimizes the query- and item-side generators with GRPO against the opposite side's frozen index. Both sides optimize the same query-to-item retrieval F_1 objective: the query side receives retrieval F_1 directly, while the item side receives a counterfactual marginal reward measuring the change in query-side F_1 caused by its generated keywords. Across 10 representative sparse, dense, and generative baselines, CoGR achieves the best performance on both an internal APP Marketplace dataset and the public WANDS benchmark, improving F_1 over the strongest baseline by 10.9% and 36.1%, respectively. Further analysis shows stable co-evolution and increasingly aligned query--item keyword spaces over training.

64
Language Models Can Control Their Own Attention

Language models spend most of their attention on a small fraction of context, yet they read the entire KV cache to find the few tokens that matter. If the user asks about a previous detail in a 1M-token conversation, global attention layers must scan the full context to generate each token of the reply. A prominent approach mitigates this cost by pre-selecting relevant tokens via lightweight proxy scores, but this extrinsic scoring still incurs O(N) per step. We take an intrinsic approach motivated by the simple question: wouldn't the model already know which parts of the context are relevant? To this end, we introduce Declarative Attention (DA), a protocol that elicits the model to declare where it needs to attend within its chain-of-thought, partitioning generation into three modes: <global> (full context), <focus> (a specific region), and <local> (recent output only). The inference engine parses these declarations like tool calls and skips most of the KV cache read. Under zero-shot evaluation across 15 long-context tasks, DA on off-the-shelf models (Gemma-4-31B, Qwen-3.6-27B) significantly reduces total attended tokens during decoding (52.0%, 31.1%) with modest accuracy drops (1.27pp, 2.75pp) that shrink with model scale. DA unlocks a new axis of sparse attention, with further potential under training-based methods that future work can explore.

51
On the Design Fundamentals of Pixel Text Representation Learning

Text-rich visual inputs require models that can read, retrieve, and compress language directly in pixel space, yet existing pixel-text encoders struggle with fixed resolution pretraining, visual shortcut learning, weak visual grounding, and multilingual visual text understanding. In this work, we investigate the fundamental design principles required for robust visual text representation learning. Through systematic controlled ablations, we identify four critical components: variable image resolutions and rendered font sizes provide spatial proxies for high-resolution document generalization; natural image-text pairs are indispensable for grounding and prevent text-only collapse; layout-aware rendering helps prevent pixel-level shortcuts; and a two-stage multilingual curriculum enables effective cross-lingual alignment. By integrating these principles into a scalable training recipe, we train Pixel Linguist II, a native-resolution vision encoder trained with on-the-fly rendering, unified contrastive grounding, and a multilingual curriculum over 280M training examples. Pixel Linguist II sets new state-of-the-art results on English, cross-lingual, and multilingual Visual STS and ViDoRe, while also enabling better MLLM downstream evaluation. Notably, Pixel Linguist II remains robust under 80\% visual token compression, showing great promise for optical context compression. Our code and resources are available at https://github.com/Pixel-Linguist/Pixel-Linguist-II.

28
Beyond Visual Similarity: Entity-Aligned Retrieval for Knowledge-Based Visual Question Answering

Knowledge-Based Visual Question Answering (KB-VQA) relies on retrieving external information to answer queries involving long-tail entities. However, existing retrieval pipelines predominantly employ CLIP-style dual encoders, which prioritize surface-level visual similarity over entity-level semantic alignment. This paradigm often fails when semantically identical concepts exhibit large visual variations or when distinct entities appear visually similar. To address this, we propose KBMR, the first MLLM-based embedding retriever tailored for KB-VQA. Leveraging the robust autoregressive capabilities of MLLMs, KBMR maps images into a semantic space that better preserves concept identity. To tackle the challenge of noisy supervision in Wikipedia-scale retrieval, we introduce an MLLM-based semantic discriminator that generates continuous entity-consistency weights. These weights guide a novel continuous semantic distillation objective, enabling effective hard negative sampling and soft supervision beyond rigid binary labels. Extensive experiments demonstrate that KBMR significantly outperforms CLIP baselines, yielding up to a 14.7% improvement in retrieval Recall@1 and a 9.4% gain in end-to-end VQA accuracy. Code is available at https://github.com/realHarryX/KBMR.

26
S3Gym: Can LLMs Turn Self-Testing and Self-Judging into Self-Improvement?

Large language models (LLMs) increasingly interact with external environments and accumulate substantial behavioral experience, yet existing agent benchmarks largely evaluate them as fixed policies. It therefore remains unclear whether an agent can actively test its behavior, judge the resulting experience, and use that experience to improve future decisions. We introduce S\textsuperscript{3Gym}, an interactive benchmark for evaluating LLM self-improvement through three coupled capabilities: Self-Testing, Self-Judging, and Self-Improvement. S^3Gym separates permissive exploration from strict held-out evaluation and instantiates this protocol in seven text-based games with executable environment verifiers. We evaluate three pathways for incorporating interaction experience: direct History ICL, score-conditioned Summary Memory, and parameter Training. Our experiments reveal that self-improvement is neither automatic nor uniform. Context-level experience improves performance for several model--game pairs, but the most effective pathway depends strongly on the task structure: summaries are beneficial when experience can be compressed into reusable strategic rules, yet often underperform raw history when success depends on precise, state-contingent information. Parameter training produces substantial gains on some tasks, but also exhibits unstable improvement and severe negative transfer on others. These findings show that recognizing successful actions is insufficient; agents must also transform feedback into executable and transferable policies. S^3Gym provides a unified framework for diagnosing this process and identifying the bottlenecks that prevent agents from translating interaction experience into reliable self-improvement.

25
NeoMME: A Single-Tower Multimodal-Native Multilingual Foundation Encoder for Efficient Fine-Tuning and Inference

Multimodal models often build on architectures designed for generative vision-language modeling, typically combining separately pretrained vision encoders with causal language models. Visual document retrievers such as ColPali repurpose these models as encoders, carrying over the parameter and compute overhead of a VLM for a non-generative task. We introduce NeoMME, a family of 260M and 800M-parameter Multimodal and Multilingual bidirectional Encoders that process multilingual text and raw image patches in a single bidirectional Transformer encoder. Both models are pretrained from scratch with a masked discrete-diffusion text objective, conditioned on visible image patches for multimodal examples. Both support a 16,384-token context, enough to encode up to two standard 4K UHD images. To demonstrate its downstream capabilities, we fine-tune NeoMME with jointly trained dense and late-interaction heads. On the ViDoRe v3 benchmark, the resulting NeoMME-Retriever 260M outperforms all evaluated models strictly below 800M parameters with 0.523 nDCG@10, while NeoMME-Retriever 800M reaches 0.556. At a matched 2048x2048 image input size on an NVIDIA L40S, NeoMME-260M encodes pages with about 2x the throughput of ColModernVBERT. Hierarchical token pooling and asymmetric quantization compress late-interaction multimodal document embeddings by 255x while preserving over 95% of baseline nDCG@10. We contribute NeoMME to Hugging Face Transformers and release the pretrained backbone and retrieval-compatible checkpoints under Apache 2.0 at https://hf.co/collections/Hcompany/neomme.

21
ZipTok3D: High-Fidelity 3D Tokenization with Compact Token Prefixes

Compact token sequences are essential for efficient 3D generation. However, existing 3D tokenizers typically organize latent representations either over spatial regions or as fixed-size sets of global tokens, both suffering sharp reconstruction degradation when compressed to extremely low token budgets. In this paper, we present ZipTok3D, a 3D tokenizer designed for high-fidelity reconstruction from extremely short token sequences. Its key idea is to organize object geometry into progressively informative global-token prefixes and unfold these compact representations through iterative decoding. Specifically, nested dropout randomly truncates the latent sequence after encoding during training and requires each retained prefix to reconstruct the complete object, thereby prioritizing essential geometric information in the leading tokens. The decoder then repeatedly applies a parameter-shared Transformer block to recover fine-grained geometry from each prefix without a separate generative sampling stage. With the same token dimension, ZipTok3D achieves reconstruction quality comparable to the 32-token COD-VAE baseline using only one token on ShapeNet and four on TRELLIS, yielding 32times and 8times shorter token sequences, respectively.

20
A Glance Is All You Need: Single-Pass Fine-Grained Image Captioning with SimLoss

An image may be worth a thousand words, but most captioning models describe it in only a few. Modern vision-language models produce fluent high-level captions, yet routinely miss the attributes, counts, textures, materials, and spatial relations that make an image visually specific. Recent multi-stage systems recover some of these details through generation, decomposition, verification, and rewriting, but they do so at the expense of substantially higher inference latency. We propose SimLoss, a reference-free embedding-space objective for single-pass fine-grained image captioning. SimLoss trains a vision-language model to align its projected hidden-state representation with a frozen image embedding through an InfoNCE contrastive loss, supplying a dense visual supervision signal before any text is decoded, and requiring neither human-written fine-grained captions nor pseudo-captions from a multi-stage pipeline. We instantiate it as SimLoss FFT, which backpropagates through a locally available embedding model, and SimLoss GRPO, which treats that model as a black-box reward. Compared with single-pass, multi-stage verification, reward-optimized, and perception-aware baselines, the fully differentiable fine-tuning variant, SimLoss FFT, achieves the highest precision while nearly matching the F1 score of the multi-stage method, all while retaining single-pass inference and running roughly 20 times faster than the multi-stage pipeline. The reward-based variant SimLoss GRPO attains the strongest recall. Together, these results show that embedding-space supervision can recover the quality of multi-stage verification at the latency of a single-pass captioner.

16
Cliff: Learning Process Rewards from the First Mistake

Reinforcement learning with verifiable rewards (RLVR) has emerged as a powerful paradigm for large language model (LLM) post-training, but its reliance on coarse outcome rewards leads to limited guidance on intermediate reasoning processes. Existing approaches such as process reward modeling and on-policy distillation introduce additional constraints, such as reliance on a specialized reward model or assuming identical reasoning patterns between teacher and student. Nevertheless, we observe that once a reasoning process first goes wrong, evaluating the subsequent reasoning provides limited additional information, as it is already conditioned on an invalid prefix. Therefore, we propose Cliff, a reward shaping strategy that utilizes an off-the-shelf LLM as a teacher to identify the first mistake in each rollout. As a result, the rollout is naturally decomposed into two parts: a correct prefix and an incorrect suffix. Cliff then converts this signal into token-level advantages, assigning positive advantages for the correct prefix and negative feedback afterward. Experiments across 12 different scenarios demonstrate that Cliff consistently improves reasoning performance, outperforming on-policy distillation by 15% and standard GRPO by 7%, even with teachers of modest capability. Furthermore, we analyse the role of ``ground truth'' in Cliff and investigate its training dynamics. These results establish Cliff as a simple, general and effective approach for improving RLVR with richer, fine-grained supervision.

15
Influence-Directed Distillation: Solving the Diversity Bottleneck in Sampled-Token On-Policy Distillation

Sampled-token on-policy distillation (OPD) efficiently transfers capabilities from teacher to student using student-generated tokens, requiring teacher probabilities only for sampled tokens. Yet it frequently suffers from diversity distillation failure: the student's pass@1 improves while its pass@k plateaus, failing to inherit the teacher's diversity. To explain this, we introduce First-Order Local Entropy Influence, a signed first-order proxy that decouples each update's entropy effect into the teacher--student log-probability gap and the student's local probability structure, and empirically links entropy contraction to negative-influence positions. Motivated by this, we propose Influence-Directed Adaptive On-Policy Distillation (IDA-OPD): rather than relying on costly full-vocabulary Forward-KL objectives, it preserves entropy-expanding updates while replacing entropy-contracting ones with divergence-adaptive advantage shrinkage, using only the teacher's sampled-token log-probability. Experiments on reasoning-oriented distillation show IDA-OPD consistently improves pass@k, inheriting the teacher's diversity through distillation, matches the strongest teacher-informed methods at strictly lower cost, and broadly maintains vanilla OPD's pass@1, all without full-vocabulary teacher information.

14
VibeVoice-ASR-Streaming Technical Report

Traditional speaker-attributed ASR systems treated ASR and speaker diarization as two separate tasks. Recently, end-to-end models such as VibeVoice-ASR have unified the two tasks within a single model. However, existing unified models still mainly support offline recognition, making it difficult to meet the low-latency requirements of real-time voice assistants and agents. To tackle this issue, we present VibeVoice-ASR-Streaming, one of the first LLM-based end-to-end approaches to streaming speaker-attributed ASR. It interleaves fixed-size audio chunks, a small amount of lookahead audio and previous text. This allows the model to produce ''who said what'' as speech arrives, without a separate diarization stage. For transcription accuracy, our 7B model achieves the lowest average WER/CER across five evaluation sets. For speaker attribution, it achieves the best or tied-best on 12 of 13 evaluation settings. We release the 1.5B and 7B model weights together with inference code.

10
Institutional Newspapers Pipeline: Deriving billions of high quality tokens from historical newspapers

Historical newspapers are an abundant record of public life, but their dense, irregular and sometimes noisy layouts make computational access to these materials both challenging and limited. We present the Institutional Newspapers Pipeline, a modular system we jointly designed with Boston Public Library to extract high-quality, structured datasets from historical newspaper scans. It was architected so that each step remains interpretable and customizable, and so that the pipeline as a whole remains computationally frugal enough to run on workstation-level hardware. The pipeline runs each scan through a multi-step process: it segments scans into individual type-agnostic crops and performs OCR on each resulting segment before then performing text analysis, type classification, reading order detection, named entities recognition, subject classification, language detection, and pre-computed embeddings generation on every crop. We ran this pipeline against a portion of Boston Public Library's holdings and released the results as an open dataset. The optical character recognition (OCR) output represents 16.3 billion o200k_base tokens across 83.1 million individual crops, extracted from 1,473,635 public domain newspaper scans published between 1795 and 1930. This report describes our methods for each processing step, the small models we trained, as well as the evaluation results and dataset-scale measurements we collected in the process. It accompanies the release of the pipeline, models, and dataset. We position this work as a substantial step towards unlocking high-quality data from tens of millions of newspaper scans.

9
CRISP: Cliff-awaRe Input-adaptive Sparse Prefilling with Structural-Mass-Motivated Routing

The attention prefilling phase of long-context LLM inference scales quadratically, making self-attention a severe computational bottleneck. Traditional sparse attention methods mitigate this through fixed patterns or offline profiling, but lack the flexibility to adapt to input-dependent attention structure. Recent dynamic methods address this by routing heads to sparse patterns in real-time, but rely on indirect routing proxies with overhead and budget allocation mechanisms that overlook the post-softmax mass hierarchy. We present CRISP (Cliff-awaRe Input-adaptive Sparse Prefilling), which identifies and addresses two structural challenges in this dynamic routing paradigm. First, we show that the routing decision can be read directly off the structure of the proxy attention map. We replace the Jensen-Shannon Divergence (JSD) routing with C_struct, a structural proxy that measures mass at Vertical-Slash compatible positions and reproduces JSD's routing decisions while eliminating both the pooled matmul and subsequent KL divergence overhead. Second, we formalize the post-softmax mass cliff and demonstrate theoretically that strictly cumulative coverage thresholds accumulate O(n) background noise at long contexts. CRISP navigates this via a sink-aware threshold grounded in the noise floor. Empirically, across InfiniteBench, RULER and LongBench on two model families, CRISP is the strongest sparse method overall and matches or exceeds exact dense attention on retrieval-heavy benchmarks, recovering up to +28.0 pp on retrieval tasks over baselines and achieving up to a 5.30x attention speedup at 512k tokens, driven primarily by our O(n) noise elimination during selection while preserving structural integrity.

8
Post-Training Language Models for Gold-Medal Performance in Coding Competitions

Competitive programming has become a key test of large language model reasoning, with international competitions such as IOI and ICPC representing its most challenging settings. We present an end-to-end specialization pipeline combining large-scale problem curation, synthetic reasoning traces, supervised fine-tuning (SFT), and reinforcement learning (RL). Using 22,000 curated problems, we train Nemotron-3-Nano-CC (30B-A3B) with SFT and RL and Nemotron-3-Ultra-CC (550B-A55B) with SFT alone. We further introduce GenCorrect, a feedback-driven test-time compute strategy that iteratively generates, evaluates, and refines diverse solutions. On IOI 2025, Nano-CC improves from 130 points to 291 after post-training and to 468 with GenCorrect, exceeding the gold threshold of 438.3 while Ultra-CC reaches 502. Guided by these results, we develop a competition-specific Ultra-CC system and evaluate it prospectively during IOI 2026. Under the same time, internet-access, and submission constraints as human contestants, it scores 535.4 out of 600, exceeding both the gold threshold of 361.12 and the top human score of 498.27. To our knowledge, this is the first AI system to outscore the highest-scoring human contestant on an IOI problem set.

8
WHALE: A Simple Recipe for Joint Harness-Weight Optimization

Agent performance depends jointly on the model parameters and the executable harness code that manages context and control flow. Optimizing either component in isolation can leave the system bottlenecked by its frozen counterpart: weight updates can change which harness is effective, while harness updates can change which model capabilities are exposed. Existing joint-adaptation methods optimize weights and textual prompts but leave the broader harness fixed. We propose Weight-Harness Alternating LEarning (WHALE), a simple recipe that alternates two phases: updating the model under the current harness, then searching for a better harness under the updated model. We instantiate these two phases with online rejection-sampling fine-tuning and Meta-Harness, respectively. When to switch is a key design choice: to separate real improvements from noise without over-optimizing against a changing counterpart, WHALE uses either fixed phase durations or an adaptive patience rule over training signals. Using Qwen3.5-2B/4B agents across three domains (search question answering, mathematical reasoning, and chess puzzles), WHALE outperforms weight-only, harness-only, and Fast-Slow Training by 4.15-24.38 percentage points in best mean@8 accuracy. Either component can be the bottleneck: harness search matches peak weight-only accuracy with far fewer rollouts in SearchQA, but improves math accuracy only after a weight update. Small interleaved updates also outperform stagewise weight-then-harness optimization in accuracy and rollout cost. The code is available at https://github.com/krafton-ai/WHALE.

7
MULTI3IR: A Benchmark for Multi-perspective Multi-domain Multi-modal Information Retrieval

Information retrieval (IR) increasingly targets open-ended queries that admit diverse perspectives. Existing IR benchmarks, however, focus primarily on closed-ended queries, while even open-ended benchmarks largely consist of queries whose supporting documents span a single subject domain and modality. We introduce Multi^3IR, a benchmark that evaluates how well retrievers cover the multifaceted perspectives of open-ended queries across diverse domains and modalities. It comprises 104.9K Stack Exchange queries, each annotated with perspective descriptions that capture the query's implicit viewpoints. We further propose SPIN, a parameter- and label-efficient method that learns noise vectors to steer embeddings toward diverse yet meaningful semantic directions. Experiments show that existing multimodal retrievers suffer from single-perspective bias, while SPIN substantially improves perspective coverage on Multi^3IR and generalizes well to unseen open-ended IR benchmarks. The dataset and experimental code are available at https://github.com/seokwon99/Multi3IR.

7
PaperCompiler: Faithful Paper-to-Code Generation via Repository-Level Specification Compilation

Faithfully translating research papers into repository-level implementations remains challenging because papers often describe methods at a high level, leave implementation assumptions implicit, and require generated repositories to preserve method logic, evaluation protocols, and cross-file consistency. Despite recent advances in paper-to-code agents, their intermediate outputs are often presented as free-form plans or summaries that downstream coding agents may ignore, reinterpret, or compress, leading to algorithmic simplification and inconsistent repository structure. To address these challenges, we introduce PaperCompiler, a paper-to-code generation framework that compiles paper-grounded evidence into explicit repository-level implementation specifications. PaperCompiler grounds implementation-relevant evidence while preserving source provenance and distinguishing paper-supported, inferred, externally delegated, and unresolved information. The resulting specifications encode non-degradation requirements, ownership assignments, cross-file dependencies, and file-level constraints. Repository generation proceeds under these compiled specifications while retaining flexibility over local engineering choices not fixed by the paper. PaperCompiler outperforms strong baselines on Paper2CodeBench, achieving a 13.8% relative improvement in reference-based fidelity (from 3.64 to 4.15) and reducing high-severity evaluator critiques (from 13.2% to 6.1%).

6
ExecRetrieval: Measuring the Functional-Correctness Gap in Code-Embedding Retrieval

Embedding-based code retrieval is a core component of coding agents and retrieval-augmented code generation, where retrieving correct code matters more than retrieving lexically similar code. Existing code-retrieval benchmarks do not plant controlled, execution-verified single-edit variants of each query's canonical implementation in the search pool, leaving the question of whether embeddings can functionally discriminate correct from near-clone-but-incorrect code unanswered in a retrieval setting. Resolving this requires a benchmark whose search pool itself contains the relevant counterfactuals -- execution-verified buggy variants near-identical to each canonical -- so that a retriever's rank ordering can be directly tested for functional discrimination rather than topical or identity overlap. We introduce ExecRetrieval, 939 Python tasks each paired with one execution-verified canonical implementation and up to four execution-verified buggy distractors, each generated by a mechanical mutation making a single targeted edit, and evaluate 23 dense embedding configurations plus BM25 under provider-native invocation with paired McNemar tests and query-level bootstrap intervals. With near-clone counterfactuals in the pool, the top hosted system reaches exec@10 = 1.00 but only exec@1 = 0.331; rank-1 misses are paired buggy variants 91.5-99.4% of the time across the four leading systems, and the canonical scores below at least one of its four paired distractors in 67-78% of queries on the leading systems. The full dataset, execution oracle, embedding matrices, environment snapshot, and pairwise statistical tests are released at the URL in Appendix D.

6
Exploring Collaboration between a language and a non-language agent

LLMs are increasingly deployed as orchestrators that coordinate specialized subagents to solve complex tasks through natural language. However, in many important domains like game playing and robotics, the strongest available agents are not language models. Integrating non-language agents with LLMs would require verbalization: compressing their rich continuous representations into sparse textual summaries at each interaction step. To study whether verbalization constitutes a bottleneck, we introduce LLAMIA-Bench, a suite of six diverse collaborative chess tasks spanning three facets: behavioral imitation, state assessment, and natural-language explanation. Each task instantiates a well-established chess problem that neither the LLM nor the chess engine can solve alone. To solve LLM collaboration with non-language agents, we introduce latent state internalization, which projects the subagent's continuous representations directly into the LLM's token stream as learned state tokens, with dynamic re-encoding as actions advance the environment state. Comparing internalization to verbalized integration, our experiments reveal a consistent verbalization debt: the performance gap widens throughout training and persists as the LLM scales from 4B to 14B parameters. A single 14B model, LLAMIA, trained with latent state internalization, matches or exceeds task specialists and frontier models including GPT-5.1 with tool access across all benchmark tasks, and generalizes out-of-distribution where task-specific finetunes collapse

5
SnapBench: Benchmarking Snap-and-Ask Multimodal Retrieval for Mobile Interactions

Mobile AI acts as a visual oracle, empowering users to snap a picture of something and ask for information. Snap-and-ask retrieval is now one of the most common entry points for mobile AI, yet photos are often blurry, while text questions may be short or mistyped. Existing benchmarks only test on clean inputs or do not isolate paired robustness in snap-and-ask retrieval. Therefore, we introduce SnapBench, the first paired benchmark for robust snap-and-ask multimodal retrieval, spanning 1,145 queries, 9,085 gallery items under 53 controlled corruption conditions with human annotations. We evaluate 16 multimodal retrievers, covering dual-tower encoders and embedding-based VLMs. Results show that image corruptions substantially degrade retrieval, while text corruptions mainly affect text-only retrieval and have limited impact on joint retrieval. Clean image-only retrieval often outperforms joint retrieval, indicating the coarse-text drag and the lack of cross-modal fallback under noisy inputs. SnapBench provides a controlled testbed for evaluating robust retrieval in snap-and-ask scenarios. We further propose MOOR (Modality-anchored, Outlier-aware, Optimal Reweighting), a simple adaptive fusion approach, highlighting the need for reliability-aware modality calibration in snap-and-ask retrieval.

5
FoldingAgent: Inferring Parametric Origami Procedures from Demonstration Videos

We present FoldingAgent, an agentic framework for inferring explicit parametric folding programs directly from origami demonstration videos. Our framework leverages the reasoning power of a pre-trained Vision-Language Model (VLM) equipped with a suite of specialized tools that enable the agent to simulate geometric transitions, verify physical plausibility, retrieve and compare visual content, and evaluate its own predictions. To translate visual content into folding programs, we define a parametric space that consists of the paper's geometry and a set of parametric folding actions. Unlike models that predict static crease patterns, our agent operates sequentially and possesses the ability to re-plan its actions, effectively mitigating the compounding errors inherent in multi-step folding. Our approach takes a step toward closing the gap between human origami knowledge, which is primarily shared through unstructured visual demonstrations, and computational methods, which typically rely on structured, parametric representations such as a crease pattern or an executable parametric plan. We evaluate our approach on PurelandFold, a newly curated benchmark of diverse Pureland origami videos with ground-truth geometry and action labels. Our results demonstrate that by combining VLM reasoning with a set of specialized tools and physical simulation, we can successfully transform unstructured visual demonstrations into executable, physically plausible folding procedures.

3
Autoregressive Mosaics: Probing 2D Spatial Reasoning in Text-Only Language Models

Large language models (LLMs) trained only on text and code can sometimes generate programs that draw recognizable images. However, it is unclear whether this reflects an internal representation of 2D spatial layout or simply the ability to translate spatial descriptions into code. We introduce Autoregressive Mosaics (AM-Bench), a benchmark that separates these factors: First, a translation task gives a model a fully specified geometry of a picture in words as a prompt and asks for the code that produces it. Second, a layout task requires the model to compose an image from an underspecified prompt. Across eight open-weight text-and-code-only models, all models reliably translate specified geometry into code, but their open-ended layout performance differs substantially, indicating that these differences are not explained by code-generation ability alone. An output-medium ablation further shows that the interface or medium of expression that the model uses matters: replacing procedural code with raw SVG improves layout scores across all models. Finally, probing model activations shows that a coarse layout plan is present before generation, but reflects only the layout implied by the prompt. During generation, models track the evolving geometric state instead of executing an initially fixed plan. Overall, these results show that 2D spatial performance in text-only LLMs depends on both the model and the output medium, and is not explained by code-generation ability alone.

3
Kirin: Animal Motion Generation from In-the-Wild Video

Understanding animal motion is fundamental to modeling animal behavior and biomechanics, yet progress in this area lags far behind human motion research due to the scarcity of high-quality motion data. While human motion can be captured in controlled environments, it is impractical for most animal species, resulting in small, domain-limited datasets that restrict downstream applications such as animation. To address this challenge, we introduce Kirin, a framework that reconstructs motion from video, learns motion priors at scale, and generates realistic motion that can be directly applied to animated assets. Using large collections of in-the-wild animal videos, we reconstruct 3D motion sequences and pair them with captions to create AiM3D, the first large-scale dataset offering aligned video-text-motion tuples for quadruped animals. Building on this dataset, we develop a visual-guided motion generation model that conditions on both text and image to guide the generation of realistic motion across diverse animal species. Finally, by leveraging an off-the-shelf image-to-3D model, we automatically rig and animate 3D meshes using generated motion, producing ready-to-render animated animals. Together, our dataset and framework establish a new foundation for large-scale, text and image conditioned animal motion generation and animation. Project page: https://kirin-ani.github.io/.

3
Sparse Readout Prism: Explaining Logit-Lens Scores in Features Instead of Tokens

A language model's prediction of its next token develops across layers, and lens methods track this process by decoding intermediate hidden states into tokens. But a lens reading reflects both the hidden state and the readout (the unembedding matrix) used to decode it. Many lenses are fit on a corpus, and we show that two lenses differing only in their fitting corpus can report different tokens for the same hidden states. We call this dependence corpus conditionality. To examine readout structure independently of the fitting corpus, we introduce Sparse Readout Prism (SRP), which decomposes the readout using only its weights and expresses any token logit or logit difference as a sum of contributions from sparse readout features. This reveals readout features as a new unit of analysis for lens readings, exposing structure that token identities can obscure and enabling comparisons across tokens, contexts, layers, and lenses. Replacing the original readout with SRP's sparse approximation reconstructs 8.9-17.3 percentage points more of the tested logit differences than the strongest of six baselines built on geometric relations among readout rows. Ablating features shifts logit differences in proportion to their SRP contributions. Although token readings vary with the fitting corpus, the dominant readout feature remains stable. Because SRP uses no corpus in its construction, it provides a control independent of the fitting corpus for lens analyses.

2
Debias-SparseGPT: Bias-Aware Pruning for Large Language Models

Model compression techniques such as pruning and quantization facilitate the efficient deployment and acceleration of Large Language Models (LLMs). However, recent studies show that weight sparsification methods, such as SparseGPT, can amplify existing biases in models, with outputs varying significantly depending on persona cues in the prompt. In this paper, we introduce Debias-SparseGPT, a post-training pruning method incorporating representational debiasing using a second-order term defined over demographically contrasting inputs. We perform empirical validation of our method over a wide range of generative LLMs. Across models and sparsity regimes (25%, 50%, and structured 2:4 sparsity), Debias-SparseGPT consistently reduces pruning-induced bias compared to SparseGPT while preserving model perplexity and zero-shot accuracy. Under the most restrictive 2:4 structured sparsity pattern, which most aggressively degrades model quality, augmenting the calibration set with long-context, content-rich examples further improves both downstream performance and fairness. Overall, Debias-SparseGPT advances the bias-performance trade-off while preserving the computational efficiency of sparse models.

2
Ignorance or Incompetence? Constructing Knowledge-Gated, Verifiable Tasks for LLM Agents

Professional agent tasks often depend on conventions that are absent from public corpora, yet benchmarks rarely control whether an agent has access to those conventions. We introduce a knowledge-gated task-construction protocol that separates a task instruction from a compact artefact containing private conventions, reference tables, and utility operators. Construction-time provenance, byte-identical task instructions across the provided- and withheld-artefact conditions, leak audits, and executable witnesses make dependence on the artefact explicit and testable. Across fifteen calibration tasks, one frontier agent configuration achieves a 68.0% pass rate with the artefact and 0% without it; on one task, a plausible but incorrect artefact also yields 0% across five trials. Deterministic solvers and rule corpora provide exact ground truth for structured tasks, while named criterion-level rubrics support outputs that cannot be checked by a single executable oracle. A configuration-relative calibration screen retains seven tasks satisfying our five-trial empirical knowledge-gating screen. These experiments validate the behavior of the construction protocol; they do not establish that the retained tasks improve post-training. We publicly release part of the task suite and supporting tooling at https://github.com/DatagridsAI/Knowledge-Gated-Task-Construction.

2
Small Language Models as Judges for Rubric-Based Reinforcement Learning

Rubric-based reinforcement learning extends RL beyond tasks with exact answers or rule-based verifiers by scoring responses against instance-specific criteria. However, this makes reward computation expensive: training requires repeated rubric judging, often with proprietary APIs or local generative LLM judges with 7B parameters or more. We study whether smaller language models can serve as efficient and reliable rubric-based judges. To make this question measurable, we construct PointRubric and RaR-Science-Static, two pointwise rubric-based evaluation datasets with instance-specific criteria and itemwise satisfaction labels. We compare three ways of extracting criterion-level judgments from small models: Generative verdicts, Yes/No Logprob margins, and Probe judges. Across both datasets, the Qwen3-1.7B Probe judge achieves the strongest criterion-level agreement among these methods, outperforming Generative and Logprob judges. Used as a GRPO reward model, it trains a policy from 0.232 to 0.643 on RaR-Science rubric score, compared with 0.594 for an 8B Generative judge baseline, while the baseline requires 10.7times more reward-judge time. Task and domain transfer experiments further suggest that Probe judges preserve criterion-level reward structure across settings.

1
Portfolio Risk Bounds without Cross-Asset Return Covariances: Distributional Fields from Language-Model Representations

Portfolio risk assessment ordinarily relies on reliable estimates of cross-asset return covariances, which are difficult to obtain in short, high-dimensional panels. We show that firm-level distribution-valued characteristics can instead provide one-sided certificates of portfolio risk. Under maintained links from characteristics to systematic exposures and from exposures to returns, multi-firm Wasserstein-2 dispersion yields a sharp upper bound on systematic portfolio variance and a corresponding bound for standardized returns. A weighted pairwise relaxation produces an objective that is convex under a checkable condition and requires marginal volatility scales but no cross-asset return covariances. With zero firm-specific slack, the common-map scale changes the certified variance reduction but not the normalized allocation, which depends only on observed information geometry. In a 52-firm panel from 2018-2022, an allocation constructed from Qwen3-Embedding-8B news representations lies between the 0.69th and 1.33rd in-sample variance percentiles across four prespecified capped portfolio populations; equal risk weighting lies between the 21.1st and 28.6th percentiles. The lower in-sample variance ranking relative to equal risk also appears across the reported frozen language-model representations. The framework therefore distribution-valued firm information into a coherent risk bound and an implementable allocation rule constructed without cross-asset return covariances.

1
Wasserstein-Barycentric Interaction Fields for Spatial Factor Models: Evidence from Language-Model Representations

Spatial return models take the interaction matrix as given and leave feedback uninterpreted. We construct a bandwidth-free field from firms' language-model article embedding distributions using target-anchored Wasserstein barycentric reconstruction. A quadratic exposure-adjustment problem maps feedback into a peer-misalignment penalty ratio. For 52 firms, the field, frozen from 2018-2022 news, yields a 2023-2026 penalty ratio of 3.46 (95% interval [2.89, 4.17]) and higher conditional quasi-likelihood than equal-weighted peer support or RBF weighting of the same distances. Joint penalty ratios for the barycentric and news co-mention fields are 2.33 and 0.86 with boundary calibrated tests which reject both exclusions.

0
05

PRODUCT HUNT

05.00
PRODUCT HUNT

Product Hunt - September 4, 2026

Product Hunt Daily Feed: Featuring noteworthy tech launches.

Readr icon
Readr

A free reader that answers your questions and reads aloud

0
Agent Builder by Airtop icon
Agent Builder by Airtop

Build agents that heal themselves.

0
Tabbit AI icon
Tabbit AI

The Best AI Browser Build both for You and your Agents.

0
ARBR icon
ARBR

Control Every AI Request

0
Omi icon
Omi

Ask your computer anything you saw or heard

0
Grove icon
Grove

One terminal for you and your AI agent

0
Causal icon
Causal

AI Powered Canvas for planning visual projects

0
Thaw icon
Thaw

The only app that owns your whole menu bar, in and out

0
Blume.codes icon
Blume.codes

Turns coding agent sessions into better rules and skills

0
Tidy icon
Tidy

Fix grammar in any Mac app with free on-device AI

0
MagiCrew icon
MagiCrew

Give everyone their own AI workforce in one platform

0
CodeLook icon
CodeLook

Quick Look code previews with 700+ editor themes

0
Higgsfield Genjutsu icon
Higgsfield Genjutsu

Recast motion with your characters, locations & products

0
Nex icon
Nex

Claude Cowork for high-volume GTM workflows

0
Atlas by World Labs icon
Atlas by World Labs

Turn text, pics, video, + 3D into camera-controlled HD video

0
Fillo icon
Fillo

Build forms into your product with your coding agent

0
Stitch AI by Dynamic Mockups icon
Stitch AI by Dynamic Mockups

The first embroidery digitizing agent

0
Articos icon
Articos

Launch with confidence, not gut instinct

0
Parasocial icon
Parasocial

The podcast player for sharing.

0
Dial icon
Dial

Give your AI agent a real phone number in 10 seconds

0
Roadie icon
Roadie

Keep your Mac on the right microphone and speakers

0
GhostReply icon
GhostReply

AI auto-replier for iMessage on your Mac

0
Porte icon
Porte

Control your local Grok sessions from your phone

0
CleanShot 5.0 with Studio Mode icon
CleanShot 5.0 with Studio Mode

Mac-native app for screenshots, recordings and collaboration

0
OpenClaw 2.0 icon
OpenClaw 2.0

The AI that really does things

0
RoundOS icon
RoundOS

Free Docsend alternative

0
Basedash AI Sources icon
Basedash AI Sources

Trust every AI answer by seeing what built it

0
Dynamic Edge icon
Dynamic Edge

The Dynamic Island for Windows

0
Doop icon
Doop

Design with AI agents - live on the same canvas

0
Monid icon
Monid

OpenRouter for agent tools

0
Userlens icon
Userlens

AI agent to improve product adoption

0
Dyson CameraJet icon
Dyson CameraJet

Precision-floss between teeth while you brush

0
Onset MCP icon
Onset MCP

Write and publish release notes from your AI assistant

0
Touchy icon
Touchy

An iOS assistant that understands the world around you

0
Claude Fable 5.1 icon
Claude Fable 5.1

Claude’s most advanced models for coding and knowledge work

0
deepeye by deepidv icon
deepeye by deepidv

The deepfake detector that goes where you browse

0
Browzer icon
Browzer

Put your technical content on autopilot

0
Kilo Code for JetBrains icon
Kilo Code for JetBrains

Fully native, open-source coding agent built for JetBrains

0
Gauth AI Course icon
Gauth AI Course

AI courses you can watch, quiz through, and create

0
Creatium Coach icon
Creatium Coach

Your multimedia mentor that takes you from mid to great

0
TrustedRouter icon
TrustedRouter

Every model with a unified interface. Privacy with proof.

0
EAS Observe icon
EAS Observe

Performance monitoring built for Expo and React Native

0
Murmell icon
Murmell

Google docs for AI agents, and you can close your laptop

0
Sourclip 2.0 icon
Sourclip 2.0

The research workspace built around Gemini Notebook

0
ThunderPhone icon
ThunderPhone

Platform for building reliable AI phone agents (from 2c/min)

0
Keiki icon
Keiki

Build one customer-facing AI agent and launch it everywhere

0
Folio icon
Folio

A read-later app sending a typeset digest to your e-reader

0
Happy Shrimp icon
Happy Shrimp

Alibaba's AI music generator for turning ideas into songs

0
Naseem icon
Naseem

A native AI agent that does real work on your Mac

0
ChannelOS icon
ChannelOS

Turn your local media library into cable-style TV

0
06

TECHMEME

06.00
TECHMEME

Techmeme - September 4, 2026

Techmeme Digest: Major tech headlines and industry conversations.

Sources: PayPal has paused plans to sell its VC portfolio for $900M-$1B after bids came in lower than hoped, months after deciding to wind down PayPal Ventures (Axios)
Source: TechmemePublished: Sep 3, 2026

Axios : Sources: PayPal has paused plans to sell its VC portfolio for $900M-$1B after bids came in lower than hoped, months after deciding to wind down PayPal Ventures —  PayPal has paused plans to sell its venture capital portfolio for around $900 million to $1 billion, Axios Pro has learned from multiple sources.

Oura files for a US IPO, reporting a $924.3M net loss on $1.21B in revenue for the nine months ended June 30, vs. a $182.8M net loss on $697.6M a year earlier (Subrat Patnaik/Bloomberg)
Source: TechmemePublished: Sep 3, 2026

Subrat Patnaik / Bloomberg : Oura files for a US IPO, reporting a $924.3M net loss on $1.21B in revenue for the nine months ended June 30, vs. a $182.8M net loss on $697.6M a year earlier —  Health and fitness ring-maker Oura Inc. filed for an initial public offering, showing soaring revenue as well as increasing losses.

Adobe names Customer Experience Orchestration president Anil Chakravarthy as CEO, effective December 1, replacing Shantanu Narayen, who becomes executive chair (Annie Palmer/CNBC)
Source: TechmemePublished: Sep 3, 2026

Annie Palmer / CNBC : Adobe names Customer Experience Orchestration president Anil Chakravarthy as CEO, effective December 1, replacing Shantanu Narayen, who becomes executive chair —  Adobe on Thursday named Anil Chakravarthy as its next CEO, succeeding Shantanu Narayen, who announced he would step down earlier this year.

OpenAI commits $1B in subsidized model access, training, support, and partnerships to a new initiative aimed at protecting essential services around the world (Sam Sabin/Axios)
Source: TechmemePublished: Sep 3, 2026

Sam Sabin / Axios : OpenAI commits $1B in subsidized model access, training, support, and partnerships to a new initiative aimed at protecting essential services around the world —  - The $1 billion will come in the form of expanded subsidized access to models, training, technical support and partnerships for participating organizations.

Sources: Crusoe signed a ~$13B, five-year deal with Jane Street to provide GPUs and other infrastructure for AI training and inference via its cloud platform (Bloomberg)
Source: TechmemePublished: Sep 3, 2026

Bloomberg : Sources: Crusoe signed a ~$13B, five-year deal with Jane Street to provide GPUs and other infrastructure for AI training and inference via its cloud platform —  Crusoe, a data center upstart with contracts to supply AI computing power to the likes of Meta Platforms Inc. and Oracle Corp. …

GPT-6 Astra scores 62.7% on ARC-AGI-3 with the standard harness and 99.9% with a new provider adapter harness; Claude Opus 5 scored 30.2%, and GPT-5.6 Sol 7.8% (Greg Kamradt/ARC Prize)
Source: TechmemePublished: Sep 3, 2026

Greg Kamradt / ARC Prize : GPT-6 Astra scores 62.7% on ARC-AGI-3 with the standard harness and 99.9% with a new provider adapter harness; Claude Opus 5 scored 30.2%, and GPT-5.6 Sol 7.8% —  Summary  — GPT-6 Astra scores 62.7% for $26K on ARC-AGI-3 Semi-Private with our Standard harness, and 99.9% for $19K with a Provider Adapter harness.

DOD's Emil Michael says Anthropic is still a designated supply chain risk, a day after Howard Lutnick said it resolved its issues with the Trump administration (Maggie Eastland/Bloomberg)
Source: TechmemePublished: Sep 3, 2026

Maggie Eastland / Bloomberg : DOD's Emil Michael says Anthropic is still a designated supply chain risk, a day after Howard Lutnick said it resolved its issues with the Trump administration —  US Commerce Secretary Howard Lutnick said Anthropic PBC has resolved its long-running issues with the Trump administration but a top Pentagon official begs to differ.

A White House official says Zuckerberg opposed a US AI regulator in a call with Trump last month; another source says he didn't ask Trump to change his stance (Politico)
Source: TechmemePublished: Sep 3, 2026

Politico : A White House official says Zuckerberg opposed a US AI regulator in a call with Trump last month; another source says he didn't ask Trump to change his stance —  Meta CEO Mark Zuckerberg expressed concerns about plans for a national AI regulator in a previously unreported phone call …

Microsoft AI debuts MAI-Transcribe-2, a speech recognition model that it says beats Gemini 3.5 Transcribe and GPT-Transcribe, at $0.10/audio hour through 2026 (Michael Nuñez/VentureBeat)
Source: TechmemePublished: Sep 3, 2026

Michael Nuñez / VentureBeat : Microsoft AI debuts MAI-Transcribe-2, a speech recognition model that it says beats Gemini 3.5 Transcribe and GPT-Transcribe, at $0.10/audio hour through 2026 —  Then it priced the thing at 10 cents per hour of audio.  —  That figure deserves a pause. … Thursday's early-bird price cuts that by roughly 72%.

OpenAI says Astra was built on its largest-ever training run, using more than 100,000 GPUs at its Stargate site in Texas (Ina Fried/Axios)
Source: TechmemePublished: Sep 3, 2026

Ina Fried / Axios : OpenAI says Astra was built on its largest-ever training run, using more than 100,000 GPUs at its Stargate site in Texas —  OpenAI on Thursday released GPT-6 Astra, which president Greg Brockman called a “generational leap” and said could eventually be seen as the arrival of artificial general intelligence, or AGI.

OpenAI calls GPT-6 Astra the "world's best computer use model"; in tests, it booked DMV appointments and searched job listings faster than the average person (Maxwell Zeff/Wired)
Source: TechmemePublished: Sep 3, 2026

Maxwell Zeff / Wired : OpenAI calls GPT-6 Astra the “world's best computer use model”; in tests, it booked DMV appointments and searched job listings faster than the average person —  OpenAI leaders think the company's next generation model, which excels at computer use and coding, may mark a major milestone in AI development.

OpenAI prices GPT-6 Astra at $10/1M input tokens and $50/1M output tokens, matching Anthropic's pricing for Claude Fable 5.1 (The Deep View)
Source: TechmemePublished: Sep 3, 2026

The Deep View : OpenAI prices GPT-6 Astra at $10/1M input tokens and $50/1M output tokens, matching Anthropic's pricing for Claude Fable 5.1 —  OpenAI's now infamous model that was part of the Hugging Face breach is about to be loose in the world, but with new safeguards.

OpenAI launches GPT-6 Astra, initially for customers in its Daybreak program; Greg Brockman says it is a "generational leap" and "we are now in the AGI era" (Hayden Field/The Verge)
Source: TechmemePublished: Sep 3, 2026

Hayden Field / The Verge : OpenAI launches GPT-6 Astra, initially for customers in its Daybreak program; Greg Brockman says it is a “generational leap” and “we are now in the AGI era” —  OpenAI's next big model is here: GPT-6 Astra.  The company calls it a “generational leap in capability” …

Sources: Mira Murati's Thinking Machines Lab is in talks to raise $1B+ at a $40B+ pre-money valuation, lower than the $50B+ valuation it sought last year (The Information)
Source: TechmemePublished: Sep 3, 2026

The Information : Sources: Mira Murati's Thinking Machines Lab is in talks to raise $1B+ at a $40B+ pre-money valuation, lower than the $50B+ valuation it sought last year —  Thinking Machines Lab, the AI developer led by ex-OpenAI chief technology officer Mira Murati, is in talks to raise at least $1 billion …

Humain launches humain-m3, an Arabic-language model developed with MiniMax, amid controversy among US allies over sovereign AI built with Chinese models (Bloomberg)
Source: TechmemePublished: Sep 3, 2026

Bloomberg : Humain launches humain-m3, an Arabic-language model developed with MiniMax, amid controversy among US allies over sovereign AI built with Chinese models —  Saudi Arabia's artificial intelligence company Humain has built a national AI platform based on an open model from Chinese lab MiniMax Group Inc. …

07

STARTUP ARCHIVE

07.00
STARTUP ARCHIVE

Startup News - September 4, 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 - September 4, 2026

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

衰老的大脑会混淆扭曲记忆

根据发表在《Cerebral Cortex》期刊上的一项研究,科学家招募了 18-74 岁的成年人,最后的参与者包括 17 名青年人(18-30 岁)、21 名中年人(50-60 岁)和 23 名老年人(61-74 岁)。每一位参与者都躺在 MRI 扫描仪中完成了一项多步骤的记忆任务。参与者首先接受静息扫描,闭上眼睛保持静止不动;接着在学习阶段观看一张脸与一物体或一场景配对出现,被要求想象此人互动的情景以帮助记住配对信息;最后进行记忆测试。结果显示年龄是记忆表现的重要预测因素。年轻参与者正确识别配对的频率远高于中年或老年参与者,而中年和老年人的表现则相近。老年人表现出更多的混淆错误。老年人的大脑可能并非只是记忆力较弱,他们的大脑会记住过多错误的信息,记忆被扭曲混淆了。

纽约市禁止八年级以下公立学校学生使用生成式 AI

纽约市长 Zohran Mamdani 周三宣布了一项为期一年的新政策,禁止从幼儿园到八年级的公立学校学生使用生成式 AI。纽约市同时还限制低年级学生的屏幕使用时间,为高中生开设 AI 素养课程。禁令将于 2026-2027 学年生效,将影响近 60 万名学生,占全市公立学校学生总数的 2/3。Mamdani 表示,“这项禁令体现了我们对未来负责的承诺,我们将拥抱新技术,但前提是它必须服务于我们的学生。”新政策引入了新的屏幕时间指导方针,包括限制低年级学生一对一使用电子设备,建议 3-5 年级学生每日使用时间上限为 30 分钟,6-8 年级学生每日使用时间上限为 45 分钟。

微软和索尼表示他们无法律义务将美国关税退款退给消费者

在任天堂之后,另外两大游戏机制造商微软和索尼都表示他们无法律义务将美国关税退款退给消费者。去年美国在全球大规模征收关税,任天堂等公司据此提高了相关产品的售价。今年 2 月美国最高法院裁决征收关税违法,任天堂等公司随后起诉美国政府要求退还关税。玩家们随后起诉了任天堂、微软和索尼等公司,想要获得部分退还的关税。任天堂表示它无法律义务将美国关税退款退给消费者。索尼和微软都持相同的立场。索尼表示它预计将会获得 5.08 亿美元的关税退款,大部分退款将交给游戏部门。索尼律师本周在一份请求法庭驳回诉讼的动议中表示:“为自愿购买的消费品支付公平的市场价格,不构成法律上可认定的实际损害。”微软律师 8 月 21 日在类似案件中提出了相似的观点。

Audacity 4.0 释出

音频编辑器项目 Audacity 释出了 v4.0。主要变化包括:基于 Qt6 重构了 UI,支持原生高 DPI 渲染;能将 UI 布局保存为 Workspaces;工具栏和面板可移动、停靠、浮动、显示或隐藏;改进了音频片段的处理;新增 .aup4 项目格式;等等。Audacity 4.0 与 Audacity 3.x 不完全兼容,部分 Audacity 3 系列的功能尚未移植到 4.x 版本。

尼泊尔认为主要碳排放国家应补偿它因气候变化遭受的损失

尼泊尔和西藏的泥石流灾害发生迄今过去 8 天,累计死亡人数已超过 1200 人,还有近 5000 人仍然下落不明。尼泊尔外交部长卡纳尔(Shisir Khanal)上周接受该国媒体 Kantipur TV 访问,称这场灾难不只是一般的洪水,其规模之大犹如海啸。他认为,冰川快速融化是全球暖化与气候变迁的后果,但气候变迁的始作俑者并不是尼泊尔。“我们在为这场不是我们制造出来的全球危机,付出沉重代价。”卡纳尔指出,世界上最大的碳排放国是中国,美国是第二名,第三是印度,“这些国家负有历史责任,应该补偿像尼泊尔这样的脆弱国家。”尼泊尔的气候倡议者拉兹姆(Tashi Lhazom)认为,气候变迁的背景下,尼泊尔属于最脆弱的国家,却也是最重视气候和环境议题的国家之一。尼泊尔官员表示已向联合国申请“损失与损害”资金(loss and damage)的紧急援助。国际气候倡议组织也纷纷呼吁工业大国应更积极协助。

LibreOffice 26.8 发布一周下载量突破 100 万次

LibreOffice 26.8 于 8 月 26 日发布,根据官网的统计数据,在发布一周内其下载量达到了 1,031,162 次。负责 LibreOffice 项目的基金会 The Document Foundation 表示这是至今最高的首周下载次数数据。大多数 Linux 用户是通过 Snap Store、Flathub 等软件商店渠道进行更新,因此实际数字会更高。为什么这一版本会如此大获成功,也许是在 AI 时代它可能是少数没有引入任何 AI 功能的常用办公软件。微软的 MS Office、苹果的 iWork 甚至开源的 ONLYOFFICE 都在不断集成 AI 功能。

科学家可能观测到暗物质粒子

全球最大暗物质探测器 LUX-ZEPLIN(LZ)实验团队于 9 月 1 日在日本山形县天童市举办的 TeV 粒子天体物理大会上宣布探测器记录到一次不同寻常的高能闪光,它可能是穿行于银河系的大质量暗物质粒子与原子核发生碰撞所产生的。如果这一观测结果能得到更多数据的支持,或许意味着人们终于发现了暗物质。这种不可见的物质被认为维系着星系,防止其分裂。它同时也将证实,暗物质由质量远大于质子的粒子构成,即弱相互作用大质量粒子(WIMP)。研究人员分析了 2023 年 3 月-2024 年 4 月共计 220 天的观测数据。他们重点研究高能粒子撞击氙核产生的罕见闪光,这种撞击会使后者高速反冲。这个“超额”事件是一次反冲信号,在探测器中沉积了 248 千电子伏特的能量。LZ 合作组估算,能造成这种反冲的暗物质粒子的质量至少相当于 200 吉电子伏特,可能在 1000 吉电子伏特左右(1 吉电子伏特约等于一个质子的质量)。 LZ 合作组已经有效排除了放射性本底的干扰。

土星南极发现十边形气体结构

土星北极地区自 1980 年代航海家号发现以来便稳定存在数十年的巨大六角形气流,始终是太阳系中最神秘的气象奇观之一。过去科学家一直不确定这种近乎完美的几何多边形是否仅是北极的独家专利,一个科学研究团队近期在土星的南极,首度发现了另一个更加庞大的十边形气体结构。它最早由业余天文爱好者在 2024 年拍摄的影像中捕捉到蛛丝马迹,随后研究团队利用哈勃望远镜的高解析度数据进行深入分析与极地投影,不仅证实了其清晰的十边形边界,更追踪出它其实早在 2023 年就已然形成。这个十边形以南纬 60 度为中心,深深植入土星大气层中,顺着一道时速高达 420 公里的强劲向东喷射气流,以相对悠闲的速度缓慢推移。它的出现一举打破了六角形的孤立神话,证实土星大气层的特殊条件确实具备在两半球极区孕育各种多边形波的独特潜力。尽管两者皆属于大气波现象,但这个新诞生的十边形与北极六角形却非简单的镜像对称,十边形所处的纬度较低,且似乎不如稳定存在逾44年的六角形那般顽强。研究人员推测,十边形北侧一颗宽达 4,000 公里的高压涡旋红斑可能在其中扮演了强行驱动气流震荡的角色,但目前的模拟仍无法完全重现其完美的十边形结构。

Nexus Mods 收购 SteamDB

最大 PC 游戏 Mod 分享托管平台 Nexus Mods 收购了 SteamDB。SteamDB 创始人退出的理由与 2025 年 6 月 Nexus Mods 创始人 Robin Scott 将网站出售给游戏公司 Chosen 的理由类似——筋疲力尽。SteamDB 的两位创始人 Pavel 和 Marlamin 于 2013 年创办了记录 Steam 游戏商店所有上架游戏相关信息的网站,和 Nexus Mods 一样,一开始是一个爱好性质的项目,但之后逐渐成为最大的 Steam 游戏信息平台,Marlamin 后来退出,新冠疫情之后 AI 时代来临,互联网已经不是以前的互联网,Pavel 表示筋疲力尽了,因此过去几个月一直在寻找人来接手,最后选择了 Nexus Mods 的母公司 Chosen,Chosen 承诺无意改变 SteamDB 的任何功能,也不会将其设为付费内容,计划将部分功能整合到 Nexus Mods 中。

NASA 选择 Blue Origin 作为火星通信网络供应商

NASA 授予 Blue Origin 一份价值高达 7 亿美元的合同,用于建造和运营一个专门的火星通信网络,以支持当前和未来的火星探测任务。Blue Origin 预计于 2028 年底交付火星飞行器,预计 2030 年投入运行。Blue Origin 将负责设计、开发、集成、发射和运营该网络,作为 NASA 更广泛的太空通信和导航基础设施的一部分。该架构将包括一艘环绕火星运行的高性能通信飞行器,用于传输科学数据、图像、导航信息以及为在火星表面及周围运行的飞行器提供的关键任务通信。

人体不同组织的结构衰老呈现三种模式

研究人员开发出名为 PathStAR 的深度学习模型,将 40 种人体组织的 2.5 万余张活检图像分割成 3000 多万个小图像区域,从中提取反映组织结构的特征,以分析不同年龄阶段组织结构的变化。卵巢组织的分析显示,卵巢呈现出明显的“双相结构衰老”特征:35-40 岁期间衰老速度明显加快,这一时期恰逢女性生育能力下降;55-60 岁期间再次出现衰老加速,与绝经期相对应。研究人员将 PathStAR 应用于 15 种样本量较大且覆盖全年龄段的组织,发现不同组织的结构衰老主要呈现三种模式。第一种是早期衰老型,血管系统属于这一类,其结构衰老在30-39 岁期间明显加快,之后衰老速度下降。第二种是晚期衰老型,子宫就属于这一类。它在成年早期相对稳定,直到 50-55 岁才进入衰老加速期。第三种也是最常见的模式是双相衰老型,即组织在一生中出现两个明显的衰老加速阶段,共有 9 种组织呈现这一特征。进一步分析发现,各组织在结构衰老加速期具有相似的分子特征:与炎症相关的基因表达增加,而参与能量产生、细胞生长和细胞质量控制的基因活性下降。

CERN 从 RHEL/CentOS 迁移到 Debian

欧洲粒子物理研究所(CERN)计划年底前将其加速器控制基础设施中的逾 2200 台工业计算机和嵌入式系统全部迁移到 Debian 13。CERN 的计算机长期使用的是 RHEL/CentOS,此前还维护过基于 RHEL 的企业级发行版 Scientific Linux,2016 年迁移到 CentOS,在 CentOS 停止维护转为滚动更新发行版 CentOS Stream 之后考虑过该发行版。CERN 表示,Red Hat 默认采用“-march=x86-64-v2”编译器标志是压垮骆驼的最后一根稻草,因为这意味着强制淘汰旧硬件。

Uber 裁员 3300 人

Uber 宣布裁员 3300 人,大约占全球员工总数的 10%。与其它科技公司不同的是,Uber 不是以 AI 的借口裁员的,而是旨在精简管理层和降低成本。这是 Uber 2020 年 5 月以来最大规模的一轮裁员。CEO Dara Khosrowshahi 在一封内部邮件中宣布了裁员决定。该公司计划裁掉 20% 的管理人员,将向 CEO 汇报层级达到或超过七层的员工人数减少 20%,将只有一到两名成员的团队数量减少 50%,合并工程、科学和配送部门,整合餐饮、零售和直销部门的配送业务,取消远程办公岗位——Uber 目前仅允许不到 1% 的员工远程办公。

全世界快速发展太阳能

全世界正在快速发展太阳能这一廉价电力来源,但各地发展并不均衡。以欧洲为例,除了罗马尼亚,其它欧洲国家几乎没有增长,原因是欧洲大陆电网的局限性。发电高峰期间电网拥堵,储能不足,导致能源浪费、负电价,甚至出现电网故障和灾难性停电风险,欧洲各国正竞相增加电网储能容量以解决这些问题。罗马尼亚太阳能装机量在 2025 年增长了 45%,该国在太阳能建设早期就对电池储能进行了投资。除此之外,巴基斯坦的屋顶太阳能和电池安装速度超过了其他任何市场,巴西、智利、萨尔瓦多、摩洛哥、肯尼亚和纳米比亚在清洁能源转型方面都已超越了美国。

每年全球近半农民因农药中毒

根据发表在《Frontiers in Public Health》期刊上的一项研究,全世界每年有近五成农民因农药中毒。研究发现每年约有 4.02-4.33 亿农民和农场工人因意外急性农药中毒。全球农业人口约为 9.34 亿,这意味着每年约有 46% 的农民农药中毒。中毒人数最多的地区是南亚,其次是东南亚和东非。中毒率最高的国家是西非布基纳法索,该国近 84 %的农民和农场工人曾遭受农药中毒。研究还发现,每年约有 11,000 人死于农药中毒,其中近 60% 发生在印度。研究指出,农药的使用量仍在持续增长,2023 年的使用量达到 380 万吨,比 1990 年翻了一番。

Steam 在一周内上架了逾 700 款游戏,大部分无人问津

Steam 平台一周内上架的游戏数量首次突破 700 款,但大部分游戏无人问津。根据 ICO Partners CEO Thomas Bidaux 提供的数据,上周共有 720 款游戏在 Steam 平台上架。其中 520 款游戏的评论数在 0-9 条之间,190 款游戏的评论数超过 10 条,95 款游戏的评论数超过 50 条,62 款游戏超过 100 条,10 款游戏的评论数超过 1000 条。数据存在重叠,评论数超过 1000 条的游戏会被同时计入 50+ 和 100+ 类别中。Steam 平台在 2026 年上半年上架了约 12000 款游戏,同比增长 19%,游戏销售收入达到了 111 亿美元。

AI 时代 Linux 7.x 系列每个版本修复的漏洞数接近 2000 个

根据稳定版内核维护者 Greg Kroah-Hartman 制作的幻灯片,Linux 7.x 系列的 CVE 数量已从 7.1 的逾千增加到 7.2 的逾 1500,按照这一趋势,下个版本 7.3 将会超过 2000。这一切并非是因为 Linux 内核安全性变差,而是因为 AI 辅助安全检测工具对内核源代码的自动扫描发现了大量 bug,大部分 bug 并不严重属于低危级别。AI 工具产生了大量报告,而要从这些报告中发现有用的信息需要维护者耗费大量精力和时间。内核网络系统的维护者 Jakub Kicinski 表示他们有点不堪重负了。为了减少旧代码的 bug 报告,内核维护者们开始移除大量基本上无人使用的驱动代码。Linux 7.3 移除了旧的 SGI 和 IBM 驱动代码,此举旨在减少维护成本,因为这些历史悠久的代码被 AI 工具发现了大量 bug,而维护者有义务调查和修复这些 bug。

联合国报告警告全球气温升幅数年内将超过 1.5 度

联合国环境规划署(UNEP)2 日发布报告,警告称地球变暖导致全球平均气温较工业革命前上升的幅度将在数年内超过 1.5 度,灾害、健康危害等风险将上升至危机水平。报告指出若要减轻负面影响,重要的是将超过 1.5 度的持续时间缩至最短。报告称,若保持当前的气候变暖对策,到 2100 年全球平均气温将上升约 2.6 度。即使《巴黎协定》框架下各国自主设定的温室气体减排目标全部达成,排放量和森林等吸收量相抵达到净零,预计气温仍将上升约 1.8 度,估计 10 年内将超过 1.5 度。一旦超过 1.5 度,极端的气象现象将增多,小岛被淹没的可能性升高。报告还称,人类健康、粮食生产、基础设施以及经济也将受到严重影响。据称如果本世纪内最高上升 3 度,四分之一以上的冰川将消失,海平面将上升 9-13 厘米。参与撰写报告的 英国埃克塞特大学教授理查德·贝茨以 8 月尼泊尔和中国边境发生泥石流为例强调,“遗憾的是,这种事因气候变暖更易发生。需要采取措施遏制气温上升。”

ChatGPT/Codex 应用捆绑了完整的 LibreOffice 副本

OpenAI 的 ChatGPT/Codex 桌面应用被发现捆绑了完整的 LibreOffice 副本、完整的 Python 安装包、完整的 Node.js 安装包,以及 Poppler 和 git 等常用工具,这些文件位于名为 codex-primary-runtime 的文件夹内,占据了数 GB 的空间。此前 Anthropics 的 Claude 桌面应用被发现捆绑了 10GB 的虚拟机。

鳄梨树为何能一天数次变换性别

鳄梨/牛油果树是雌雄同株,它的花既能作为雌蕊接收花粉,也能作为雄蕊释放花粉。鳄梨树会在一天中数次切换性别。为了避免自花授粉,半数鳄梨树(被称为A 型)被设定为早上开雌蕊,下午开雄蕊,B 型树则与之相反。根据发表在 PNAS 期刊上的一项研究,科学家分析了数百棵鳄梨树的基因组,发现名为 SDMYB 的基因与 A/B 型树开花模式密切相关。该基因有两个等位基因,一个显性一个隐性,A 型树有一个显性一个隐性,B 型树有两个隐性。这种遗传机制并非鳄梨树所独有,其它 26 种相近树种也有相同的两个版本基因。

09

APP STORE RANK

09.00
APP STORE RANK
Loading…
TEXT VIEW · TODAY'S DIGEST · 0 HEADLINES ACROSS 8 SOURCES

Hacker News(0)

No items yet for today.

GitHub Trending(0)

No items yet for today.

Product Hunt(0)

No items yet for today.

Hugging Face(0)

No items yet for today.

Techmeme(0)

No items yet for today.

Solidot(0)

No items yet for today.

Startup Archive(0)

No items yet for today.

App Store Rankings(0)

No items yet for today.