ISSUE 0994
SUN, SEP 20, 2026
The directory AI cites when builders ask what to use
TODAY · SUN, SEP 20, 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 · 115+ 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 20, 2026

Showing Sep 19’s digest — today’s fetch runs 7am PT

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


US President Calls for AI Oversight Amid Industry Debate The president has called for federal oversight of the artificial intelligence industry, suggesting an "AI tsar" to monitor for risks. The move reflects growing public concern and comes as tech leaders, like Nvidia's CEO, argue for engineering-based safety solutions rather than new government regulations.

Global Conflicts Expose Diesel Supply Vulnerabilities The wars in Ukraine and Iran are highlighting the world's heavy reliance on Russia and the Middle East for diesel fuel. The conflicts have exposed significant vulnerabilities in the global energy supply chain, leading to concerns about price and availability.

Yemeni Rebels Escalate Conflict, Triggering Capital City Warnings Authorities in a major Middle Eastern capital have issued security warnings for the first time since Yemeni rebels reignited their conflict. The actions of the group's leader are causing wider regional disruption that is beginning to affect global stability.

President Restricts Media Access for Major News Outlets The president has escalated tensions with the press by denying journalists from several major news organizations, including CNN and Politico, access to official events. The move is being widely criticized as an attack on media freedom.

Health Secretary Discloses Over $250,000 in Gifts The nation's health secretary is under scrutiny after disclosing the receipt of over $250,000 in gifts from a prominent security specialist. The disclosure has raised ethical questions regarding influence and transparency for public officials.

EU and Canada Propose Deepening Strategic Partnership European Union and Canadian leaders are discussing a proposal to significantly upgrade their strategic partnership. The initiative is part of Canada's effort to diversify its economy and strengthen trade relationships beyond the United States.

Apple Releases New iPhones and Watches Apple's latest line of iPhones and Apple Watches officially hit store shelves this week. Early reviews are focusing on how the new devices, which include a smarter Siri voice assistant, compare to previous models and existing user gear.

02

ON THE WIRE

6 SOURCES
02

HACKER NEWS

02.00
HACKER NEWS

Hacker News - September 20, 2026

Hacker News Feed: Highlighting key posts and discussions.

Showing Sep 19’s digest — today’s fetch runs 7am PT
Brood War Bench

(bw.swerdlow.dev)

10358
The Secret Life of Circuits

(blog.coredump.cx)

27270
SDCC – Small Device C Compiler

(sdcc.sourceforge.net)

12231
Science Is Open Software

(jepedersen.dk)

15166
Why building a Rust LSP is hard

(rust-glancer.github.io)

13258
Saving another 100TB of RAM

(blog.cloudflare.com)

460108
Cloudflare Quick Tunnels

(try.cloudflare.com)

807307
I don't like passkeys

(hawksley.dev)

818785
OpenJev

(openjev.com)

691284
Jemalloc 5.4.0

(github.com)

33294
Minimal Phone 2

(minimalcompany.com)

311247
03

HUGGINGFACE

03.00
HUGGINGFACE

HuggingFace 新闻 - September 20, 2026

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

Showing Sep 19’s digest — today’s fetch runs 7am PT
Can MiniMax-H3 Reason About the Physical World? An Evaluation of Omni-Modal Generative Model

Recent Omni-Modal Generative Models (Omni-Models) have advanced content generation toward unified modeling of text, images, video, and audio. MiniMax-H3 exemplifies this transition by combining multimodal context understanding with joint audio-visual generation in a shared latent framework. Its unified architecture raises a fundamental question: Can multimodal alignment improve the model's world reasoning, and what new evaluation paradigms do omni-modal inputs enable? To investigate this question, this work introduces a comprehensive evaluation framework organized around four complementary dimensions of physical world reasoning. Unlike existing evaluation frameworks for video generation and world models, which are often constrained by limited input modalities and evaluation settings where prompts closely match the target video content, our evaluation is specifically designed to exploit the multimodal inputs of Omni-Model. We construct a diverse set of novel tasks that require models to integrate complementary information across modalities. Specifically, we consider four scenarios, including implicit prompts paired with multiple frames, audio-image, prefix-videos, and audio-video inputs. Every single modality provides only partial evidence about the underlying event, requiring the model to jointly reason over the complementary semantic cues to infer latent event states and future dynamics. Across 517 evaluation instances, MiniMax-H3 achieves an overall success rate of 41.97%. Video-based Decision Reasoning yields the highest success rate at 56.00%, while Audio-based Disambiguation Reasoning is the weakest, reaching only 27.40%. These results indicate that effective multimodal integration remains key to fully exploiting the benefits of diverse input modalities. The project is available at https://github.com/gulucaptain/MiniMax-H3-Reason.

93
DeepSeek-V4.1-Flash: Pushing the Limits of KV Cache Compression

The widespread adoption of long-horizon agents has made model workloads increasingly input-heavy. Although prior work has substantially reduced the cost of long-context computation, prefill remains computationally expensive, and large KV caches continue to strain HBM and SSD capacity and data-transfer bandwidth. Together, these compute, storage, and bandwidth demands constitute the primary bottleneck to further lowering deployment costs. To address this challenge, we introduce DeepSeek-V4.1-Flash, a multimodal Mixture-of-Experts (MoE) model with 552B backbone parameters and support for contexts of up to one million tokens. With its Causal Encoder-Decoder (CED) architecture, the model activates 16B parameters per token during decode but only 8B parameters during prefill, substantially improving cost efficiency for agentic workloads. To push the limits of KV cache compression, DeepSeek-V4.1-Flash combines cross-layer KV cache reuse in Compressed Sparse Attention 2 (CSA2) with FP4 KV caching. These designs reduce its global KV cache footprint (always in HBM) to 890 bytes per token, roughly 1/4 of the corresponding footprint of DeepSeek-V4-Flash. Further, through a dedicated deployment optimization known as SWA Bounded Replay, DeepSeek-V4.1-Flash reduces its persistent KV cache footprint (always on SSD or in host memory) to roughly 1/8 of that of DeepSeek-V4-Flash. Despite its much smaller KV cache footprint, the model delivers substantially better performance than the baseline. In addition, we streamline the DeepSeek-V4 architecture and introduce several efficient architectural extensions. We pretrain DeepSeek-V4.1-Flash on a multimodal corpus comprising 45T tokens and conduct comprehensive post-training, yielding strong performance across diverse text-based and multimodal agentic scenarios. Model checkpoints are available at https://huggingface.co/deepseek-ai/DeepSeek-V4.1-Flash.

93
When EOS Tokens Disagree: Understanding Length Inflation in On-Policy Distillation

We study length inflation in on-policy distillation (OPD), where student responses can become excessively long and even exhaust the generation budget. We identify termination-token mismatch between base students and post-trained teachers as an important source of this behavior. Across Qwen3, Llama, and Gemma, the two models can place their stopping probability on different EOS tokens, even when their declared stopping sets are identical. This mismatch can suppress the student's preferred termination action without reliably transferring the teacher-preferred alternative. We show that aligning the decoding stopping set alone is insufficient, while treating functionally equivalent EOS tokens as a shared semantic stopping action substantially mitigates mismatch-induced length inflation across all three model families. To further understand how termination behavior evolves over training, we study OPD across different K2-Horizon training stages. This stage-wise analysis shows that termination preferences can shift substantially during training, while also revealing a distinct length inflation late in the OPD run that persists beyond termination alignment. Together, these results identify termination mismatch as an important, but not exhaustive, source of OPD length dynamics. We release an implementation incorporating the proposed termination-handling corrections.

75
SoL-Pi: Recursively Scaling Auto-Research Loops for Efficient Agent Harness

As coding agents move from supervised code completion to unattended, around-the-clock exploration, their work expands from isolated predictions into long trajectories of reasoning, tool use, and feedback. Token efficiency therefore becomes important for scaling recursive self-improvement. We take an RSI-inspired approach at the harness layer, scaling auto-research loops across increasingly numerous and diverse environments for harness rollouts. At this scale, the process yields reusable improvements that transfer beyond their development setting, moving automated harness discovery toward production-level outcomes. Four mechanisms survive selection and form SoL-Pi, spanning action execution, context compaction, observation handling, and delegated reading. On the 51-task EdgeBench evaluation, SoL-Pi achieves performance comparable to Pi across GPT-5.6 Sol and Opus 5 while reducing recorded token traffic by 44.7-49.0% and API cost by about one third. In other words, estimated hourly savings are \8.75-13.50 relative to native Codex and Claude Code harnesses, and \4.36-5.71 relative to Pi.

68
An Empirical Study of Harness Design for Coding Agents

Coding harnesses shape how autonomous coding agents translate model capabilities into long-horizon software-engineering performance, yet existing work typically evaluates harnesses as monolithic systems, leaving the effectiveness of individual components unclear. To enable component-level comparisons, we study this question with a lightweight coding harness whose execution loop is fixed while three components are varied: planning, action space, and context management. Across four models evaluated on SWE-Bench Verified and Terminal-Bench 2.1, we evaluate 176 matched settings spanning five context-management strategies, four context-window budgets, and targeted ablations of planning and action space. We find that: (1) Context management becomes increasingly valuable as the context-window budget tightens, with most of its benefit coming from preventing context-overflow failures. (2) Staging rule-based elision before LLM-based summarization provides the strongest overall efficiency among the context-management strategies, whereas making elided content recoverable adds machinery that models rarely use and yields no accuracy gain. (3) Planning shifts from an accuracy scaffold for weaker models to a cost saver for stronger models, with little change in accuracy. (4) Predefined tools improve performance for models with weaker bash proficiency, whereas bash-capable models can operate effectively with a bash-only interface and achieve substantially lower cost, especially on command-line-centric tasks. Trajectory-level analysis explains these effects: context management extends execution trajectories without substantially altering agent behavior, planning changes where trajectories stop, and the action space changes the granularity at which code is written. These findings inform model- and budget-aware harness design and provide a modular framework for evaluating future harness components.

55
JEPA-Anything: Learning Predictive Models across Different Worlds

World modeling enables intelligence to anticipate consequences, guide interventions, and learn from interaction. Yet predictive models remain domain-specific: can a common learning principle support world modeling across radically different systems? We introduce JEPA-Anything, a domain-agnostic framework based on orthogonal predictive factorization (OPF). Extending joint-embedding predictive architectures, OPF decomposes latent targets into complementary factors, learns them through dedicated pathways, and recombines them within a shared predictive design. We evaluate JEPA-Anything across seven domains: vision, biology, clinical trajectories, control, molecular dynamics, physical fields, and weather. Experiments span representation learning, intervention prediction, out-of-distribution generalization, and long-horizon dynamics, including 10 matched dynamics tasks, forecasting of over 1,000 clinical events, and 100-step molecular rollouts across four systems. Against matched JEPA baselines, JEPA-Anything improves reported metrics on all 10 dynamics tasks and reduces single-intervention prediction error on Interventional Pong by 34.8%. It achieves the lowest one-step and 100-step molecular errors among compared methods in all four systems. Beyond prediction, a factor-nominated biological intervention receives experimental support in cell co-cultures, patient-derived organoids, tumor fragments, and mice; latent orbital modes recover the Keplerian scaling exponent with a fitted slope of -1.4991. These results support a common factorized predictive principle across heterogeneous worlds, connecting world modeling with intervention and experimentally grounded scientific discovery. Code: https://github.com/Gen-Verse/JEPA-Anything

38
Verifiable Social Reasoning for LLM Assistants

LLM assistants are widely used for daily social advice, yet evaluating their social reasoning in such consultation settings remains challenging since (i) it requires setups where the assistant learns about social situations from subjective user narratives, and (ii) social properties, such as others' intentions, typically lack verifiable ground truth. To address these challenges, we introduce Fuse, a multi-agent simulation framework for studying user-mediated social reasoning. In Fuse, a target agent with a hidden motive interacts with other agents including one representing the user, who then consults the evaluated assistant to infer the target's motive, providing verifiable ground truth by construction. Simulation faithfulness is validated through a human study with 24k annotations. We apply Fuse to 12 LLMs and demonstrate its analytical utility by systematically isolating key factors, showing that (i) user mediation compounds the inherent difficulty of social reasoning; (ii) LLMs exhibit systematic sensitivity to biased user framing; (iii) models can require more details than humans need to reach a correct prediction; and (iv) longer conversations do not always improve performance despite providing opportunities for clarifying questions. We open-source Fuse and a dataset with 21k examples.

33
RiskChainBench: A Benchmark for Obfuscated Platform Message Restoration and Evidence-Grounded Web Investigation

Platform abuse campaigns conceal redirection instructions with emojis, homophones, character decomposition, and redundant symbols, then route users through disguised links to services associated with pornography, fraud, gambling, or illicit transactions. Existing benchmarks evaluate obfuscated text and risky webpages separately, obscuring how target recovery affects downstream evidence acquisition. We introduce RiskChainBench, pairing 3,600 synthetic token-text restoration inputs from 600 source sessions with 600 corresponding human-labeled local web environments. A model first restores the message, operational intent, and destination; the same underlying model then acts as a VLM-driven web agent that investigates the correctly associated website and produces a frozen, evidence-cited risk report without message-side semantics or domain-reputation cues. We score restoration and correct-routing web investigation separately and compose them offline by applying the frozen primary-entry prediction as a gate to the same Task 2 result. Human labels determine task correctness, while a fixed multimodal evidence judge assesses faithfulness, sufficiency, completeness, and consistency. Across ten models, Entry Top-1 ranges from 35.2% to 95.2% and web decision accuracy from 26.3% to 62.8%; the leading systems differ across entry recovery, full reconstruction, website decisions, and fine-grained typing. Execution failures account for 31.9% of web runs, whereas post-decision type errors account for only 0.9%, identifying stable exploration and risk judgment as the principal bottlenecks. We release the benchmark, protocol, and resettable local sandbox.

29
RetireOPD: Self-Retiring On-Policy Distillation for Agentic Reinforcement Learning

Multi-turn agents trained with reinforcement learning (RL) receive a single scalar reward per trajectory, which motivates self on-policy distillation (OPD) to supply dense token-level supervision from a self-teacher with privileged task skills, letting a skill-free student internalize them. This recipe, however, is undermined by two findings in agentic tasks: privileged information alone does not always make a teacher reliable, and the benefit of teacher supervision is stage-dependent. We therefore propose RetireOPD (Self-Retiring On-Policy Distillation), which first optimizes a decoupled, skill-conditioned teacher with environment rewards and then trains a skill-free student jointly with RL and OPD. Rather than following a predefined distillation schedule, RetireOPD adopts Adaptive Retirement: the student drops the teacher on its own once their discrepancy stops shrinking and it reaches a target fraction of the teacher's success rate, after which training proceeds with RL alone. Across Qwen2.5 models from 1.5B to 7B, RetireOPD improves ALFWorld success rate over RL baseline by 14.1% to 18.8% and WebShop accuracy by 11.8% to 19.0%, and surpasses its own skill-conditioned teacher in every setting.

26
Self-Evolving Search Index

Information retrieval is increasingly important as LLM agents tackle complex tasks involving diverse information needs. Because retrieval relies on an index that represents each document through index keys, retrieval quality depends heavily on how effectively these keys expose the knowledge contained in each document. However, effective index representations vary across retrieval environments, making it difficult for any fixed optimization strategy to perform consistently. Yet evolving an index to its retrieval environment remains largely human-driven, requiring humans to diagnose retrieval failures, refine the optimization strategy, and reprocess the index accordingly. We propose SELF-INDEX, a framework that enables an index to self-evolve without human intervention. Its Optimizer autonomously diagnoses retrieval shortfalls, selectively revises the responsible index keys, and validates each revision before updating the index. Beyond reacting to observed retrieval demands, SELF-INDEX proactively explores additional demands through a Query Simulator, allowing the index to evolve beyond the queries already available for optimization. Across diverse corpora and retrievers, SELF-INDEX consistently improves retrieval performance while outperforming existing index optimization methods. We further show that these benefits extend to downstream applications, improving the effectiveness and efficiency of search agents and helping agent memory systems retrieve useful past interactions.

25
Reflect, Revise, Reuse: Training-Free Skill Evolution for GUI Agents

GUI agents execute long-horizon tasks on dynamic graphical user interfaces, where pop-ups, delayed loads, and relocated widgets routinely invalidate plans fixed before execution. Recent agent-skill frameworks encapsulate reusable procedural knowledge to mitigate this, yet existing skill designs are largely developed without targeting GUI execution dynamics and treat skills as static artifacts produced before deployment rather than living procedural knowledge that improves through it. We argue that what GUI agents need is not better static skills, but skills that can be revised from execution feedback at deployment time, without additional training. We propose EvoSkill-GUI, a training-free framework in which each skill is a structured multi-file package containing retrieval metadata, executable plans, backup localization, failure-recovery rules, accessibility utilities, and failure cases. EvoSkill-GUI operates through a \emph{reflect-revise-reuse} loop: the executor performs instant in-rollout revisions, an isolated critic diagnoses failed trajectories under strict information isolation, and the executor edits specific skill files through a restricted tool interface. Across MobileWorld, AndroidWorld, and OSWorld, three mainstream GUI benchmarks spanning mobile and desktop platforms, EvoSkill-GUI consistently improves multiple base models without any training, with maximum gains of +16.2%, +6.0%, and +10.5% respectively, and evolved skill libraries continue to benefit related tasks rather than being rebuilt from scratch. Our code is available at https://github.com/ZJU-REAL/EvoSkill-GUI.

25
WeVisDoc: From Coverage to Capability for Robust End-to-End Document Parsing

Document parsing converts document images into structured content and requires reliable performance across diverse layouts and acquisition conditions. Yet training corpora are biased toward common document types and clean digital pages, while expanding coverage alone does not specify how to address a parser's remaining weaknesses. We present WeVisDoc, a two-stage data-centric framework for robust end-to-end document parsing. Stage I broadens semantic, structural, and appearance coverage through heterogeneous data and structure-preserving degradation synthesis. Stage II uses a held-out probe to measure the Stage I parser's residual errors within fixed visual-structural clusters. These diagnostics guide targeted data construction and reallocation of the target-token budget. WeVisDoc-4B achieves an Overall score of 95.38 on OmniDocBench v1.6 and a mean Overall score of 75.54 across the three PureDocBench tracks, ranking first among the compared end-to-end parsers in all four settings. Compared with Stage I, Stage II improves Overall scores for the 2B and 4B models on both benchmarks, with larger gains on the degraded PureDocBench tracks, including a 4.03-point gain for the 4B model on the Real Degraded track.

23
Video DeltaNet: A Video-Native Hybrid Attention for Livestream Video Generation

Video diffusion models repeatedly process long spatiotemporal token sequences during denoising, making attention a major computational bottleneck. Linear attention offers an appealing alternative and has been widely adopted in recent large language models, but directly applying it to video models often fails to preserve the fine-grained interactions required for high-quality generation. We present Video DeltaNet (VDN), which combines local Softmax attention with bidirectional linear memory for long-range video context. Its linear branch introduces Video Delta Attention (VDA), which updates memory once per frame by jointly incorporating its spatial tokens. Separate output projections and learnable gates calibrate the two branches, while a staged teacher-alignment recipe progressively introduces the new pathway into pretrained models. We instantiate VDN on MiniMax H3, applying the hybrid to video-to-video interactions while retaining Softmax for interactions involving text or audio. With eight-step distillation and an optimized SGLang serving stack, VDN-H3 completes DiT denoising for a 14.3-second, 768p video in 6.70 seconds on eight NVIDIA B200 GPUs, corresponding to a 14.5x speedup over the 50-step dense H3 baseline on the same GPU count.

23
VABench: Measuring Embodied Spatial Intelligence through Visual Demonstrations, Active Perception, and Metric Control

Spatial intelligence requires more than describing object locations. Under incomplete observation, models must identify and acquire missing evidence, interpret it in a common spatial frame, and act on it. We introduce VA-Bench to evaluate the complete observe-reason-act-revise loop. General-purpose MLLMs learn procedural context from RGB-only demonstrations, actively select camera viewpoints, issue metric Cartesian commands, and revise them from execution feedback. Models receive no privileged object poses, oracle trajectories, or learned action heads. A fixed model-agnostic controller executes only model-specified targets. VA-Bench contains 14 base task families (11 single-arm and three dual-arm), seven held-out geometry/layout variants, and a long-horizon five-object composition track. We evaluate 12 primary model conditions in three independent runs over the same 20 physically verified seeds per base task, reporting terminal success, nine trajectory-level behavioral diagnostics, and subtask progress. First, the best-performing model scores 100.0% on target localization and 78.9% on spatial relations in the annotated run. Its three-run macro-average task success is only 53.93+/-3.17%. Second, active camera control significantly improves task success over passive multi-view observation. In one matched comparison, success rises from 27.86% to 57.50%. Third, held-out geometric transfer can reduce task success by over 30 percentage points. No model completes a strict long-horizon episode, despite substantial partial progress. VA-Bench thus tests whether general-purpose MLLMs can turn visual demonstrations and actively acquired evidence into successful embodied action.

20
When2Think: Learning Difficulty-Aware Length Control for Efficient Hybrid Reasoning Models

Large Reasoning Models (LRMs) achieve strong performance on complex tasks but exhibit systematic inefficiency: they often overthink easy problems and underthink hard ones. Existing approaches based on uniform length penalties or rigid routing incur an efficiency tax, trading reduced computation on easy instances for accuracy loss on hard instances. We formulate efficient reasoning as an instance-adaptive computation allocation problem and propose When2Think, a post-training framework for hybrid reasoning that dynamically allocates computation based on problem difficulty. Our method introduces Instance-level Difficulty-Aware Control (IDAC), a reward-shaping mechanism that leverages pre-computed reference statistics (accuracy and token usage) to regulate reasoning depth. Combined with verifier-based rewards and batch-wise standardized advantages, IDAC enables stable critic-free optimization without learned reward models or online reference-model queries. When2Think encourages direct answering on easy instances while preserving extended reasoning on hard instances, thereby learning when to use System 1 (NoThink) versus System 2 (Think). Experiments on mathematical benchmarks demonstrate improved accuracy-efficiency trade-offs: on AIME24, Pass@3 increases by 10.0% while token usage is reduced by 27.9% relative to the base model, and on AIME25, When2Think achieves 40.0% Pass@3, outperforming compression and routing-only baselines.

18
FAMOS: Feed-Forward 3D Articulation Modeling from Sparse Observations

Modeling articulated objects from sparse monocular views is challenging because each observation reveals only partial geometry and motion evidence. Most feed-forward methods infer articulation from a single observation and therefore rely heavily on learned category-level shape priors. We present FAMOS, a feed-forward model that predicts movable-part segmentation and joint parameters from a sparse, unordered set of partial point clouds. Our model jointly reasons over multiple observations and naturally supports a variable number of inputs, including a single view. To aggregate articulation cues across observations, we introduce a Multi-state Articulation Transformer with alternating state-wise and global attention. We further propose an observed articulation span objective that supervises the motion range each part exhibits across the input observations, encouraging the model to leverage the full observation set. To overcome the limited scale and diversity of existing datasets, we introduce a procedural data generator that synthesizes self-annotated assets during training. Experiments on PartNet-Mobility, ACD, and ArtiCraft-10K demonstrate consistent improvements over both feed-forward and optimization-based baselines. Project page: https://kevinqu7.github.io/famos

17
What Does Privileged Information Add to On-Policy Self-Distillation?

On-policy self-distillation (OPSD) lets a language model learn from a frozen copy of itself that sees an answer or a worked solution. Giving the teacher this extra information seems to offer the student more to learn, but how much does it add beyond distillation itself? To isolate that contribution, we construct AMPLE-Math, a reusable suite of 5,319 mathematical problems with six reasoning views that share the same answer, and compare each view with matched reference-free distillation. With a thinking-enabled teacher supervising direct-response rollouts, reference-free distillation accounts for much of Qwen3-1.7B's improvement under thinking-enabled evaluation, both in domain and on external benchmarks. Evidence for an additional reference benefit is modest in Qwen, strongest for a polished solution, whereas complete traces add two percentage points in SmolLM3-3B at step 50. These benefits depend on the student being trained. At the same checkpoint, replacing short direct-response rollouts with long thinking-enabled rollouts turns gains into losses in both families while the problems, references, and evaluation stay fixed. Teacher profiles and matched loss interventions in Qwen further show that changing token-level supervision can leave student behavior largely unchanged. Together, these findings suggest that OPSD can improve access to existing reasoning capabilities through parameters shared by direct-response and thinking-enabled inference. The value of a privileged reference is what it adds to this cross-mode transfer, not how much of the solution it reveals.

17
Sample Count Is Not Enough: Candidate-Generation Strategy Shapes the Energy and Performance of LLM Test-Time Scaling

Test-time scaling can improve large language model reasoning by generating and combining multiple candidate responses. In sampling-based methods, the inference budget is often described by the number of generated candidates, N. However, N tells us how many candidates are generated, not how they are executed. The same candidate budget can be produced in one batched generation call or split across several sequential calls with smaller batch sizes. We first study the effect of increasing N on reasoning accuracy using Phi-3-mini and Qwen2.5-1.5B on 500 GSM8K prompts. As expected, increasing N from 1 to 8 improves accuracy by 8.4 percentage points for Phi-3-mini and 18.4 points for Qwen2.5-1.5B. However, accuracy alone does not show the systems cost of using a larger candidate budget. We therefore fix N = 8 and compare four generation schedules: 1x8, 2x4, 4x2, and 8x1, where axb denotes a generation calls with b candidates per call. We measure latency, throughput, GPU-hours, and gross GPU-device energy while keeping the total candidate count fixed. On A100 GPUs, eight serial calls use 4.64-4.86x as much gross GPU-device energy and have 5.77-6.12x the P95 latency of one batched call with eight candidates. The same pattern appears across three independently scheduled A100 nodes per model and in short-output SciQ/V100 experiments. These results show that candidate count alone is not enough to describe the systems cost of multi-candidate test-time scaling. When candidates are independent and memory allows it, fewer generation calls with larger batch sizes are more efficient. Evaluations should therefore report not only candidate count and accuracy, but also generation schedule and GPU-level systems metrics.

16
Don't Mask the Environment: Observation Supervision Changes How Agents Explore Under RL

Agent trajectories record what an agent does and what happens next. Yet standard supervised fine-tuning (SFT) applies loss only to agent-authored action tokens, using environment observations as context but not as prediction targets. We ask whether this convention provides the best initialization for subsequent reinforcement learning. We introduce ActObs, which also supervises the observation tokens already present in each trajectory. Although deployed agents never generate observations, learning to predict them encourages the policy to model action consequences without adding data, parameters, sequence tokens, or forward passes. The methods perform similarly after SFT but diverge after GRPO. On Qwen3-4B, GRPO from ActObs achieves higher pass@k at every evaluated sampling budget than its action-only counterpart on Terminal-Bench 2.0. On Qwen3-8B, it trades some pass@1 reliability for higher pass@k (+3.4 pp at pass@16) and solves more distinct tasks. The advantage extends to cross-domain code editing on aider-polyglot (+4.2 pp at pass@1 at 4B), whose tasks are unseen during SFT and RL. ActObs retains more entropy during RL while requiring less policy movement, leaving the final policy closer to its SFT initialization. Our analysis traces this difference to SFT: action and observation gradients rapidly become orthogonal, while action-only training leaves a large residual observation gradient and degrades environment prediction below the base model. Joint supervision prevents this one-sided specialization, preserving consequence prediction and preparing the policy for downstream exploration.

16
UFO: Chain-of-Evaluation for Omni-Condition Alignment in Multi-Modal Image Generation

Multi-modal image generation, particularly subject-driven customization, has garnered growing attention in recent years. Despite the rapid advancement of generative models, their evaluation remains largely lagging. Existing methods, whether embedding-based or Multi-modal Large Language Model (MLLM)-based, evaluate alignment with each modal condition in isolation, which contradicts the simultaneous condition alignment objective of multi-modal image generation, leading to poor consistency with human judgments. To address this challenge, we propose UFO, the first unified framework for omni-condition alignment simultaneous evaluation. Specifically, UFO introduces a novel Atomized Chain-of-Evaluation paradigm, i.e., it first decomposes omni-condition alignment into a sequential chain of fine-grained, disentangled Atomic Evaluation Units (AEUs), categorizes them into distinct modality-relevance classes, and then employs general or dedicated functional calls for accurate verification of different AEU types. Experimental results demonstrate that UFO achieves the highest correlation with human evaluation preferences, delivering an average improvement of 15.25%. Furthermore, we present UFO-Bench, a dedicated benchmark designed to holistically evaluate the performance of existing customization models under the diverse mutual interactions of textual and visual conditions.

16
Region-Level Policy Optimization for Fine-grained MLLM Perception

Fine-grained visual perception in MLLMs is commonly improved by raising the resolution, but the added visual tokens inflate vision-encoding and language-model prefilling costs. We show that the two operations underlying fine-grained perception, localizing the region of interest (RoI) and recognizing its content, have different resolution requirements. In a controlled diagnostic, localization tolerates roughly 3 to 4 times stronger token compression than recognition, which motivates localizing from a coarse view and concentrating resolution on the selected evidence. Decoding coordinates with the MLLM can be trained end-to-end from answers, but costs a full model pass per query and depends on grounding ability. A lightweight proposal network distilled from the model's attention is fast, but inherits the noise of its attention targets. The RoI from the proposal network reaches the answer through a discrete region choice, so its faithfulness to the answer cannot supervise the network. We therefore optimize the proposal network with region-level reinforcement learning, which we call Vision-RL2. It treats coherent regions as actions, and a frozen MLLM reader scores each one by how its removal changes the answer likelihood. Complementary subtractive and additive objectives suppress distracting proposals and recover missing evidence, updating only the predictor without region annotations, response sampling, or reasoning trajectories. The refined proposal further enables a sparse encoding that magnifies evidence and excludes background tokens. Across six fine-grained benchmarks and four MLLM backbones, Vision-RL2 improves accuracy over the base model at every token budget and surpasses its largest-budget accuracy with about 4 times fewer visual tokens. Code is available at https://github.com/YuHengsss/VisionRL2 .

16
Srijika: OpenType-Layout-Reusing Font Restyling for Nine Indic Scripts

We present Srijika, a system for producing installable OpenType fonts for nine Brahmic scripts: Devanagari, Tamil, Bengali, Telugu, Kannada, Malayalam, Gujarati, Gurmukhi, and Odia. Rather than generating fonts from scratch, Srijika restyles glyph outlines from shaping-complete template fonts. It preserves the template's cmap and GSUB closure and its GPOS data under a documented metric policy, making every output a complete font by construction. This addresses a central challenge of Indic font generation: hundreds to thousands of conjuncts, half forms, and matra variants must remain mutually consistent under OpenType shaping. Srijika produces 66 TTFs: 57 curated presets and nine open-vocabulary showcase fonts. All pass the OpenType Sanitizer, while HarfBuzz and CoreText reproduce the template glyph-ID sequences on conjunct-heavy probes. A full-closure audit covering 80,915 glyphs and 54,812 anchors quantifies metric changes. Natural-language style selection uses Lipika, a retrieval index over approximately 650 open-license font families. A reference-conditioned latent diffusion model redraws template glyphs in the selected style, followed by content gating, harmonization, and shaped-cluster verification with fallback to template outlines. We evaluate against no-learning baselines. On diffusion-training-family-held-out SSIM gates, template copying outperforms generation on 50 of 56 faces. Style movement is measurable only with an internal same-model embedding whose training corpus includes the held-out families, so these results require caution. A learned baseline, independent style metric, and human study are outside this report's scope. Our contributions are the layout-reusing formulation and pipeline, its nine-script audit and benchmark, and a negative-results catalogue covering failed conditioning, objective choices, and data-hull limits of reference-guided restyling.

14
PACT: Can Enterprise AI Assistants Be Trusted Under Pressure?

As corporate AI adoption continues to grow, enterprise-grade LLM agents are being deployed into sensitive contexts such as hiring, healthcare, and finance. In these contexts, compliance with rules specified in an agent's system context is a first-order legal concern. Currently, no evaluation framework systematically measures which LLM models tend to violate compliance rules, especially under pressure from a persistent user, a hurried manager, or circumstances where violation is convenient or attractive. We introduce PACT (Pressure-Applied Compliance Testing), a benchmark for rule-following under pressure in AI agents assisting employees in daily tasks across twelve regulated enterprise domains and forty-eight scenarios, each set in a realistic multi-turn conversation. Each benchmark item pairs a standing rule against a rule-violating shortcut, and applies a battery of pressures across different wordings and system-prompt modes. We construct PACT component by component under strict LLM-as-judge auditing to ensure samples are unambiguous, ungameable, and realistic enough to avoid eliciting evaluation-aware behavior. We use PACT to profile LLM compliance across six complementary metrics that create a holistic picture of an AI assistant's robustness under pressure and throughout multi-turn conversations, its transparency, and ability to correctly discern where a rule applies. We aggregate this profile into PACTScore, a reliability-weighted compliance rate over all items and modes. Our results across 22 common LLM models spanning multiple providers and sizes show substantial variability in compliance across models and metric dimensions. Even the strongest assistants mis-apply a rule on 6 to 10% of items, and ordinary user pressure raises the violation rate by 65% on average. PACT highlights compliance risks in LLM assistants, motivating guardrails and careful model selection.

14
VākQA: A Benchmark and Evaluation Study for Telugu Spoken Factoid Question Answering

Question answering has advanced rapidly with large language models, but predominantly for high-resource languages, in both text and spoken settings. Spoken question answering (SQA) benchmark for Telugu remains unexplored, and the reliability of automatic evaluation in this setting remains unquantified. We introduce VākQA, a Telugu SQA benchmark of 2,001 factoid question-answer pairs across six domains, with 2.53 hours of speech audio, bilingual transcriptions, and human-verified reference answers. We first validate evaluation methods against human judgements: Gemini-as-a-judge best approximates human ratings but is non-uniformly strict, while open-weight judges systematically penalize correct Telugu answers that differ in surface form from the reference. Using this validated setup, we benchmark proprietary and open-weight models across input modality, language, and domain. We observe that Telugu phrasing retains cultural specificity that is lost in translation, speech input introduces phonetic confusions that alter question meaning, and cascaded ASR-MT errors compound progressively. VākQA is publicly released.

12
05

PRODUCT HUNT

05.00
PRODUCT HUNT

Product Hunt - September 20, 2026

Product Hunt Daily Feed: Featuring noteworthy tech launches.

Showing Sep 19’s digest — today’s fetch runs 7am PT
Doneit 3.2 icon
Doneit 3.2

Reimagined Doneit Assist, support for Siri AI, and more

0
Mantra Timer icon
Mantra Timer

A minimalist mantra meditation timer for iOS.

0
Bolt Forge icon
Bolt Forge

Bolt's new agent with open-source models and 50X usage

0
Mise icon
Mise

The meal planner that gets all your dishes ready at once

0
BiBimba icon
BiBimba

Clipboard history that can read your screenshots

0
VoiceCap icon
VoiceCap

The AI notetaker for meetings in your language

0
Squirrel icon
Squirrel

An app blocker that pays you back

0
Lull icon
Lull

Tell it what is on your mind. It writes the meditation.

0
Steam Frame icon
Steam Frame

Your Steam library, now on a wearable PC

0
Lumiko icon
Lumiko

Screen recordings that edit themselves with Auto Zoom-Pan

0
Punch icon
Punch

Save your group chat's important stuff

0
Basedash Models icon
Basedash Models

Define it once. Query it like a table.

0
Ruby UTCP icon
Ruby UTCP

The scalable, secure alternative to MCP for tool calling

0
GameReverie icon
GameReverie

A Codex Skill for building and iterating games

0
Keysake icon
Keysake

Learn English as you type Chinese

0
Proto-Mind icon
Proto-Mind

A floating AI workspace for your Mac

0
Galactic Receipt Scanner icon
Galactic Receipt Scanner

Turn your phone into a hands-free receipt scanning station

0
Mercury Pitch icon
Mercury Pitch

Virtual rehearsal studio with instant performance feedback

0
NM Signals icon
NM Signals

Make your website work better for people and AI

0
WhaleRead icon
WhaleRead

Locally translate TXT, Markdown, and EPUB

0
Maaa icon
Maaa

A mom in your Mac’s notch, looking out for you

0
Guild Manager icon
Guild Manager

Run your guild in one place, inside Discord

0
Poke Battle Announcer icon
Poke Battle Announcer

Give your Pokémon Champions battles a live announcer

0
AINA icon
AINA

Find your job search blind spots with an AI coach

0
Ami AI icon
Ami AI

Lovable for getting customers

0
Powermove icon
Powermove

The video editor that rewrites itself around your work

0
Eggshell icon
Eggshell

Local memory for AI agents to reuse work, spend fewer tokens

0
MosMos icon
MosMos

Voice writing that works before, during, and after meetings

0
Edgee Codex Compressor V2 icon
Edgee Codex Compressor V2

Use Codex at 35.6% lower costs

0
Pushary icon
Pushary

Every agent accessible via your Mac’s notch

0
Try The Apartment icon
Try The Apartment

A real apartment in 3D, just drag furniture & see what fits

0
omadesign icon
omadesign

Linux creative suite for design, layout, paint & motion

0
Sutura icon
Sutura

Verified self-healing CI that proves the fix

0
claudebill icon
claudebill

See what your Claude Code sessions actually cost

0
Loci icon
Loci

Open-source biomedical image analysis for every lab

0
Unfetch.com icon
Unfetch.com

Let ChatGPT and Claude manage your ads.

0
Nepotism Network icon
Nepotism Network

Great things start by knowing friend of a friend of a friend

0
Dictation API by AssemblyAI icon
Dictation API by AssemblyAI

Add fast, accurate dictation with a single line API call

0
Makersclaw 2.0 icon
Makersclaw 2.0

The operating system for a company run by agents

0
Snooze Files icon
Snooze Files

Shelve messy files and restore them in one click

0
ProductBridge icon
ProductBridge

AI-native customer support and feedback agent

0
StillTalk icon
StillTalk

A photo that talks back. Live on your device, not video.

0
ChinaMarketing.AI GEO Workspace icon
ChinaMarketing.AI GEO Workspace

From Chinese AI evidence to implementation with Astra

0
Mela icon
Mela

Play with friends and AI and let the crowd change the game

0
Mola icon
Mola

Build your café, hire a team, and grow a coffee chain

0
Wingman icon
Wingman

A little nudge to text your girlfriend

0
Ari by Ariso icon
Ari by Ariso

AI bar raiser for the most ambitious teams

0
Sider Omni Sidebar icon
Sider Omni Sidebar

Give every Mac app an Agent Sidebar

0
GameToMac icon
GameToMac

Play Windows games on Mac with AI-powered compatibility

0
Infinomni icon
Infinomni

Turn drawings into 3D creations you can play with and print

0
06

TECHMEME

06.00
TECHMEME

Techmeme - September 20, 2026

Techmeme Digest: Major tech headlines and industry conversations.

Showing Sep 19’s digest — today’s fetch runs 7am PT
Trump says he will appoint an AI czar and form an "AI Force", in a Truth Social post that rejects AI safety concerns as a "hoax" (María Paula Mijares Torres/Bloomberg)
Source: TechmemePublished: Sep 19, 2026

María Paula Mijares Torres / Bloomberg : Trump says he will appoint an AI czar and form an “AI Force”, in a Truth Social post that rejects AI safety concerns as a “hoax” —  President Donald Trump said he would name an artificial intelligence czar as he continued to push tech companies to race ahead with development despite growing fears safety.

Former DraftKings employees detail how it uses ML to target likely losers with promotions, while efforts to flag problem gamblers were shelved or squashed (New York Times)
Source: TechmemePublished: Sep 19, 2026

New York Times : Former DraftKings employees detail how it uses ML to target likely losers with promotions, while efforts to flag problem gamblers were shelved or squashed —  About a year into his job as a data analyst at DraftKings, Jayden Butts received a new assignment.

Google says it didn't consider Gemini's hacks worthy of disclosure because Gemini acted "appropriately" and stopped after determining it hacked real companies (Terrence O'Brien/The Verge)
Source: TechmemePublished: Sep 19, 2026

Terrence O'Brien / The Verge : Google says it didn't consider Gemini's hacks worthy of disclosure because Gemini acted “appropriately” and stopped after determining it hacked real companies —  Google says that breaking containment and targeting real companies doesn't constitute ‘misalignment.’

Sources: the USPTO and US Copyright Office were surprised by the DOJ's brief supporting OpenAI and Microsoft in their dispute with the New York Times (Axios)
Source: TechmemePublished: Sep 19, 2026

Axios : Sources: the USPTO and US Copyright Office were surprised by the DOJ's brief supporting OpenAI and Microsoft in their dispute with the New York Times —  The Department of Justice's statement of interest supporting OpenAI and Microsoft in the New York Times' copyright infringement lawsuit …

Raindrop, which develops tech for monitoring AI agents to catch failures such as hallucinations and tool misuse, raised a $35M Series A led by CRV (Chris Metinko/Axios)
Source: TechmemePublished: Sep 19, 2026

Chris Metinko / Axios : Raindrop, which develops tech for monitoring AI agents to catch failures such as hallucinations and tool misuse, raised a $35M Series A led by CRV —  AI agent monitoring platform Raindrop raised a $35 million Series A round led by CRV, co-founders Zubin Koticha and Ben Hylak tell Axios Pro exclusively.

ING: India's software services exports have risen to ~5.2% of GDP from 3.3% before the pandemic, as AI pushes the country's IT industry toward higher-value work (Anup Roy/Bloomberg)
Source: TechmemePublished: Sep 19, 2026

Anup Roy / Bloomberg : ING: India's software services exports have risen to ~5.2% of GDP from 3.3% before the pandemic, as AI pushes the country's IT industry toward higher-value work —  India's outsourcing industry is showing little sign of losing ground to artificial intelligence as the country moves …

A look at AI safety groups METR, Redwood Research, and Apollo Research, as AI misalignment incidents at OpenAI and Anthropic thrust them into the spotlight (Hayden Field/The Verge)
Source: TechmemePublished: Sep 19, 2026

Hayden Field / The Verge : A look at AI safety groups METR, Redwood Research, and Apollo Research, as AI misalignment incidents at OpenAI and Anthropic thrust them into the spotlight —  On a sunny July day in Berkeley, California, the country's top AI safety researchers gathered on an unmarked floor of an unmarked building.

EU Commissioner Wopke Hoekstra rebuffs calls for an EU-wide digital services tax until "all possibilities" for taxation at the global level are exhausted (Financial Times)
Source: TechmemePublished: Sep 19, 2026

Financial Times : EU Commissioner Wopke Hoekstra rebuffs calls for an EU-wide digital services tax until “all possibilities” for taxation at the global level are exhausted —  Global efforts towards tech levy must be exhausted first, says European commissioner Wopke Hoekstra

Vantora, formerly UP.Labs, which builds AI-native startups designed to solve problems for corporate customers, raised $100M+ from Silversmith Capital Partners (Kirsten Korosec/TechCrunch)
Source: TechmemePublished: Sep 19, 2026

Kirsten Korosec / TechCrunch : Vantora, formerly UP.Labs, which builds AI-native startups designed to solve problems for corporate customers, raised $100M+ from Silversmith Capital Partners —  Four years ago, a startup lab launched that wasn't quite an incubator, accelerator program, or venture firm.

Business intelligence startup Veridion, which develops an AI-powered, real-time map of ~640M businesses worldwide, raised a $20M Series A led by Hoxton Ventures (Tamara Djurickovic/Tech.eu)
Source: TechmemePublished: Sep 19, 2026

Tamara Djurickovic / Tech.eu : Business intelligence startup Veridion, which develops an AI-powered, real-time map of ~640M businesses worldwide, raised a $20M Series A led by Hoxton Ventures —  The Series A investment will support the development of Veridion's AI-powered business intelligence platform …

India requires caller ID and call-management apps to share users' spam reports with telcos; Truecaller calls it a "one-way exchange" that is "anti-competitive" (Jagmeet Singh/TechCrunch)
Source: TechmemePublished: Sep 19, 2026

Jagmeet Singh / TechCrunch : India requires caller ID and call-management apps to share users' spam reports with telcos; Truecaller calls it a “one-way exchange” that is “anti-competitive” —  India has extended its anti-spam regime to require caller-ID and call-management apps to share users' spam reports …

Internal email: Flock is rolling out a voluntary severance program; sources say a significant number of Flock's ~1,500 employees may depart, as customers flee (Wired)
Source: TechmemePublished: Sep 19, 2026

Wired : Internal email: Flock is rolling out a voluntary severance program; sources say a significant number of Flock's ~1,500 employees may depart, as customers flee —  As dozens of cities end contracts for its controversial license plate readers, Flock is rolling out a voluntary severance program, WIRED has learned.

Nex, which makes Nex Playground, raised a $150M Series E; Nex has sold 1M units of the motion-based gaming system targeted toward kids since its launch in 2023 (Sophie McEvoy/GamesIndustry.biz)
Source: TechmemePublished: Sep 19, 2026

Sophie McEvoy / GamesIndustry.biz : Nex, which makes Nex Playground, raised a $150M Series E; Nex has sold 1M units of the motion-based gaming system targeted toward kids since its launch in 2023 —  Subscriber base grows sevenfold in 18 months to nearly one million; former Niantic CFO Jeff Shouger and veteran gaming and technology executive Bing Gordon join team

Anthropic adds support for the AGENTS.md instructions spec to Claude Code; OpenAI contributed AGENTS.md to the Agentic AI Foundation last year (Thomas Claburn/The Register)
Source: TechmemePublished: Sep 19, 2026

Thomas Claburn / The Register : Anthropic adds support for the AGENTS.md instructions spec to Claude Code; OpenAI contributed AGENTS.md to the Agentic AI Foundation last year —  Devs cheer relief from compatibility headache  —  Anthropic on Friday surprised the developer community by supporting rival OpenAI's mechanism for passing marching orders to AI agents.

Sources: Anthropic considers releasing a new AI model to counter OpenAI's momentum since Astra's launch, ahead of an IPO and after Amodei's call for a slowdown (Reuters)
Source: TechmemePublished: Sep 19, 2026

Reuters : Sources: Anthropic considers releasing a new AI model to counter OpenAI's momentum since Astra's launch, ahead of an IPO and after Amodei's call for a slowdown —  Anthropic is considering rolling out a new AI model to counter OpenAI's momentum since its launch of GPT-6 Astra …

07

STARTUP ARCHIVE

07.00
STARTUP ARCHIVE

Startup News - September 20, 2026

Startup News Roundup: Aggregating key funding and launch updates.

Showing Sep 19’s digest — today’s fetch runs 7am PT
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 20, 2026

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

Showing Sep 19’s digest — today’s fetch runs 7am PT
大脑由两个不同的器官构成

科学家几百年来一直将大脑视为单一的器官。但斯坦福大学医学院领导的一项新研究发现,大脑实际上由两个不同的器官构成,它们在数亿年里独立演化。这一发现推翻了大脑发育的主流模型。研究人员过去一直认为,在发育早期存在一个单一的祖细胞(progenitor cell),由此诞生了整个大脑。它暗示大脑的所有部分都有共同的发育起源。新的研究发现,人脑由两个古老的神经系统巧妙地结合而成——其中较原始的部分负责调节心跳、呼吸及其他生理功能;另一部分则赋予了人类特有的能力,使得人类能进行诗歌创作、数学运算以及思科自身的起源。研究人员通过观察发育中的小鼠胚胎识别出了两种不同的脑祖细胞:一种表达 Otx2 基因,发育成前脑和中脑;另一种表达 Gbx2 基因,发育成后脑。研究表明,两类细胞群从不重叠,在发育的最早阶段彼此就是互斥的。

Android 17 QPR1 引入了 Pixel 暂时独占的新 API

Android 安全加固项目 GrapheneOS 披露,Google 向其旗舰手机 Pixel 推送了 QPR1 更新,引入了新 API。而这些 API 没有提供给 Android 开源项目(AOSP),这是自 Android Honeycomb (3.x) 以来从未有过的情况。新 API 为 Pixel 限时独占,其它 Android OEM 厂商无法获得。Google 现在只向 AOSP 项目提供年度版本和第二个季度更新版本 QPR2,第一个和第三个季度更新版本 QPR1 和 QPR3 都是 Pixel 独占。新 API 将通过 2026 年 12 月释出的 QPR2 提供给 AOSP 和 OEM 厂商。GrapheneOS 称,Pixel 通过固件移除了对安全特性 MTE 的支持,但硬件上仍然保留了 MTE。GrapheneOS 再次抱怨它对 Pixel 的支持变得日益困难,称与摩托罗拉的合作会更顺利。

海豚 Bubbles 被发现会强迫饱腹鱼吐出食物然后自己将其吞下

由于海豚的脸部看起来总是在微笑,出于拟人化心理,人类会假设海豚是大海里的好孩子。但行为类似恶棍的海豚并非不存在。根据发表在《Ecology and Evolution》期刊上的一篇论文,研究人员报告了一只生活在澳大利亚 大堡礁南部 Lady Elliott 岛附近的雄性宽吻海豚 Bubbles。Bubbles 有着被称为盗食寄生(kleptoparasitism)的行为,它会专门追逐刚刚饱餐一顿的大眼鲹(bigeye trevally),强迫它们吐出刚吞下的食物,然后自己去吞下这些食物。盗食寄生最著名的动物可能是海鸥。研究人员在 2021 年 6 月-2025 年 10 月间记录了 20 次 Bubbles 的觅食行为,其中 11 次涉及盗食。Bubbles 首先会通过回声定位锁定一只目标鱼,然后紧跟这条鱼,对鱼群中的其它鱼视而不见,当目标鱼受惊而吐出食物时,它会停止追逐,吞食其吐出的食物。Bubbles 在半小时内可重复此过程多达 10 次,它主要针对大眼鲹,但不会去吃掉鱼。研究人员猜测这种觅食行为比海豚传统的猎物追逐,消耗的能量更少。Bubbles 可能是通过定位的回声差异区分哪些鱼刚刚饱餐一顿。

微软高管称 AI 的训练数据是人类历史上最大规模的劳动成果盗窃

根据内部文件,微软应用科学总监 Brent Hecht 警告,抓取新闻内容训练 AI 是一次规模空前的盗窃,可能是人类历史上最大规模的劳动成果盗窃。他不认为抓取新闻内容训练 AI 是合理使用,认为这种做法完全是对合理使用理念的嘲弄。微软的另一份文件认为会形成“恶性循环”,会同时伤害模型和整个 Web。OpenAI 的产品如 ChatGPT 可能会危及新闻出版商的经济基础。OpenAI 和微软的数据都显示这一预测是正确的。微软的数据指出,部分新闻出版商网站的点击率下降了 83%-93%,其它新闻机构的点击率下降了 51%-94%。Hecht 承认,“几乎没有人希望自己创作的内容被以这种方式使用,也没有人因此获得报酬。”微软 CEO 纳德拉(Satya Nadella)在作证时表示,AI 公司不应该通过绕过付费墙违反新闻网站的使用条款。但 OpenAI 的内部信息显示,当一名员工通知总裁 Greg Brockman OpenAI 爬虫找到了绕过《纽约时报》付费墙的漏洞时,Brockman 表示好极了。

85% 的日本游戏开发者在工作中使用生成式 AI

日本计算机娱乐协会(Computer Entertainment Supplier's Association )的年度行业报告《Video Game Industry Report》显示,85.8% 的日本游戏开发者在工作中使用生成式 AI——63% 的开发者表示每天都在使用,22.8% 的开发者则是偶尔使用,去年这一比例是 51%。开发者使用生成式 AI 最主要是为了“改进运营效率与生产力”,其次是“缩短开发周期”以及“降低开发与运营成本”。多数受访者表示不会直接使用 AI 生成内容。报告称,AI 最常见用途是生成视觉素材和图像,其次是故事和文本生成,最后是编程辅助。32% 的游戏公司利用 AI 协助开发自研游戏引擎。Capcom 工程师称,AI 技术主要是用于减少“日常任务”,称最聪明的 AI 在感性上也无法与创作者相比拟。

安全研究人员利用 Claude 成功入侵 OpenAI

Hacktron 安全团队组合利用 OpenAI 的 SSO(单点登录)配置错误以及其社区论坛使用的 Discourse 软件 libheif 软件包堆缓冲区溢出漏洞,成功控制了多名 OpenAI 员工的 ChatGPT 账户。利用这些账户安全研究人员能访问 OpenAI 内部代码库,以及其他关联服务。他们向 OpenAI 和 Discourse 报告了 bug,从 OpenAI 获得了 6500 美元的赏金。安全研究人员利用了 OpenAI 竞争对手 Anthropic 的 Claude AI 工具去辅助发现 bug,以及实现远程代码执行 RCE。他们一开始使用的是较旧的模型 Opus 4.8,之后使用了新发布的 Opus 5.5。整个 AI 辅助 bug 发现和辅助攻击消耗的 token 支出不到 3000 美元,AI 智能体花费了数天时间,而研究人员投入的人工时间仅仅数小时,凸显了 AI 时代黑客攻击成本的低廉。

科学家识别了一种新猫科动物

研究人员识别了一种新的野生猫科动物,这是一百年来首次命名新猫科物种。新物种被命名 Leopardus tilcayo(或 Tilcayo 虎猫),生活在玻利维亚的 Yungas 地区,身材纤细,布满斑点,长着圆耳朵,其体型比普通家猫要小。目前不清楚该种群的数量。虎猫是原产于中南美洲、Leopardus 属小型野生猫科动物,南美洲共有五种虎猫,全都生活在栖息地正迅速消失的地方。新发现的 Tilcayo 虎猫是在 Yungas 的一个动物保护区找到的,记录显示它由一名男子送来,该男子最初以为它是家猫,尝试喂养它,后来才发现它是野生动物,在意识到自己无法照料它后将其送到保护区。基因检测显示,这种虎猫是在 140 万年前与其它虎猫谱系分离,这种遗传差异足以将其认定为一个新物种。玻利维亚当地社区一直叫这种虎猫为 Tilcayo。

美国的富裕社区更可能发生火灾

加州河滨的研究人员分析了 1984 年以来发生的 141 起火灾,并结合人口数量、开发状况、气候及人口统计数据进行分析。研究发现,富裕社区面临火灾的几率高约 30%。原因是富裕社区通常位于森林环绕的山坡或峡谷地带,因此更容易遭受火灾。一旦社区遭遇火灾,恢复过程会十分缓慢。约 78% 的严重过火区域在五年内未能恢复到火灾前的温度范围,而 73 %的区域未能恢复到此前的植被覆盖水平。总体而言,过火后的城市区域变得更热,植被更少,且影响会持续数年之久。富裕社区通常会更快恢复到火灾以前的水平。全美范围白人居民比例高的社区发生火灾的几率较低。干燥地区不存在这种关系。

韩国的超老龄化问题

一个社会中 65 岁及以上人口占到总人口的 7%-13%,即被认为是老龄化社会;如果该比例超过 20%,则被认为是超老龄化社会。2024 年 12 月韩国老年人口比例首次超过 20%,进入了超老龄化社会。到 2026 年 8 月,该比例进一步提高到了 22.1%。人口老龄化本身并非问题。某种程度上它反映了人口结构的进步:由于生活条件的改善,过早死亡的人数减少,同时寿命也延长了。人口老龄化完全可能标志着社会变得更安全、健康,在人口结构上更成熟。问题的核心在于老龄化的速度以及社会是否为此做好了准备。韩国从老龄化社会到超老龄社会仅用了 24 年,而日本是 35 年。到 2060 年美国老年人口比例预计会达到 23.4%,相比下韩国届时将会达到 41%,成为全世界老龄化程度最高的国家。韩国将在养老金、医保、劳动力市场及照护体系等方面面临日益严峻的压力。该国的养老保障体系主要由两部分构成:其一是个人和雇主承担的国家养老基金 National Pension Service,其二是由税收提供的福利金 Basic Pension。如果不采取变革措施,国家养老基金将在 2054 年耗尽。由于许多人的养老金不足以维持生活,韩国老年人有很高的就业率。韩国男性通常在 51 岁左右离开其任职时间最长的工作岗位,他们往往还会继续工作到 72 岁左右。他们在这一时期从事的是通常是薪资较低、缺乏保障的第二职业。韩国正讨论将法定退休年龄从 60 岁逐步提高到 65 岁,改革养老金制度。

美国政府网站使用了阿里巴巴的千问模型

美国《联邦公报》(Federal Register)网站被发现提供了基于阿里巴巴开放权重模型通义千问(Qwen)的 AI 搜索工具,具体部署时间未知,在被社媒用户注意到之后该工具于周三下线。此前 FBI 曾指控阿里巴巴蒸馏了 Anthropic 的模型。AI 专家表示,在《联邦公报》网站上使用中国 AI 工具未必会构成国家安全风险,但这引发了质疑:联邦政府的做法是否与其针对中国 AI 模型所传达的立场相矛盾。Information Technology and Innovation Foundation 主席 Daniel Castro 指出,美中在构建顶尖 AI 模型上展开激烈竞争,而美国政府机构却选择使用中国的 AI 模型,这太荒诞了。

新疆东天山古人主要来自东亚和北亚

根据发表在《科学》期刊上的一项研究,中科院等机构的研究人员通过古基因组学技术系统研究了新疆东天山地区青铜时代至铁器时代的人群遗传历史。研究使用了 135 例古代个体的全基因组数据,年代跨度约为距今 3,580 年至 1,546 年。东天山是连接河西走廊及欧亚地区的重要通道。遗传学分析表明,青铜时代主体人群约一半的祖先成分来自与黄河流域中晚期新石器时代粟作农业人群相关的东亚祖源,另一半则来自北亚阿尔泰山—准噶尔地区切木尔切克文化相关人群。进入公元前一千纪以后,随着区域间人口流动和文化交流进一步加强,东天山地区的人群遗传结构呈现出更加丰富的多样性。研究发现,尽管这一时期东天山与周边地区的人群交流明显增强,青铜时代形成的东亚和北亚的混合的遗传基础仍然得到高比例延续。

NASA 和 IBM 开源月球模型

NASA 和 IBM 开源了首个月球模型 NASA-IBM Lunar Foundation Model,模型权重与代码向全球研究者开放,以供下载、微调和试验。这是首批专门面向月球科学、可公开使用的智能分析工具之一,目标是把数十年来分散的月球观测数据转化为可复用的分析工具,用于陨石坑测绘、火山地貌识别和极区水冰潜力评估。模型的训练数据以 NASA 月球勘测轨道飞行器为主。LRO 在轨约 17 年,覆盖大部分月面,其数据规模超过 NASA 其他行星任务总和。模型使用约 200 万个月球图像切片,其中包括逾 100 万张 1 米分辨率窄角相机图像和近 96.4 万张 100 米分辨率多光谱图像,并融合 GRAIL 重力、Lunar Prospector,以及日本 JAXA SELENE 等任务的地形与遥感数据。配合发布的数据集整合 9 台仪器、4 项任务、30 多个空间对齐数据层,解决不同分辨率、不同载荷难以统一调用的问题。

Waymo 将在新加坡提供无人出租车服务

Waymo 宣布进军新加坡市场,将于 2028 年正式推出服务,这是该公司首次进军东南亚市场。 它的自动驾驶车队将在接下来几个月内运抵新加坡,从明年起由技术专员人工驾驶“上路”,让车内系统适应新加坡道路设计和天气等元素。计划在 2028 年启用手机应用,让公众预订无人出租车服务。它的自动驾驶汽车均配有激光雷达(LiDAR)和雷达感应器,以及 360 度零死角摄像头,以监测周围行人、骑士和活跃通勤工具使用者等。 Waymo 引入新加坡的首批车队将全是捷豹(Jaguar)I-Pace 纯电动车。

朝鲜地下核试验诱发了持续多年的地震活动

根据发表在《科学》期刊上的一项研究,朝鲜在万塔山(Mt. Mantap)进行的地下核试验对该地区周边地壳产生了持久且延迟的影响,引发了在核爆结束后持续数年——甚至不断加剧——的地震活动。朝鲜位于万塔山下的丰溪里(Punggye-ri)核试验场在 2006 年至 2017 年间共进行了六次地下核试验。最后一次——也是规模最大的一次——核试验发生在 2017 年 9 月。这次爆炸的当量估计为 10 万至 25 万吨,美国地质调查局(USGS)将其记录为一次 6.3 级的地震事件。此外据卫星雷达测量报告,万塔山顶部发生了显著的地表形变。成都理工大学的研究人员和同事分析了自 2008 年以来在中国和韩国所记录的地震数据,旨在追踪万塔山周边地震活动随时间的变化。他们在 2008 年至 2025 年间在当地识别出了 1399 次地震——远多于以往地震目录中记录的数量。值得注意的是,2017 年核试验后,万塔山周围的地震活动并未表现出以往核爆后的序列特征——后者往往会在试验结束后产生迅速衰减的短期地震序列。相反在 2017 年的试验后,地震活动在核爆后约三周开始增加,并持续至 2025 年,其频率和震级均不断增长。高精度定位显示,这些地震集中在两条先前已存在或此前未被识别的、大致呈北北西走向的断层构造上,表明这是持续且有序的断层再激活,而非随机的地震活动。研究人员认为,反复的核爆炸逐步破坏了浅层地壳并改变了其内部应力场,使那些本已接近破裂的断层在数年间逐渐变得活跃。

微塑料像特洛伊木马一样传播有毒物质

欧洲的一项研究发现,微塑料会像特洛伊木马一样在土壤中传播污染物、农药和细菌。研究人员在 11 个国家测试了 227 块农田,都发现了微塑料。研究人员还发现,微塑料可能会与农药兽药发生相互作用。瑞士的一项研究发现,轮胎磨损颗粒含量最高的农田,其有毒化学物质和金属的含量也最高。微塑料的表面能为微生物创造新的栖息地,该表面被称为塑料圈(plastisphere)。相比对照组,塑料圈内的抗生素抗性基因有所增加,农药则进一步放大了这一效应。研究人员表示,微塑料颗粒越小,越容易吸附污染物、微生物和 DNA,从而产生一种“特洛伊木马效应”,可能导致病原体和抗生素抗性基因的扩散加剧。可生物降解塑料不一定更安全,它们仍可能降解为微塑料。

德国法庭裁决 Meta 要为其平台上第三方发布的虚假广告承担责任

德国一家法院周四裁定,Meta 必须对其 Instagram 和 Facebook 平台上第三方发布的虚假广告承担责任,责令 Meta 删除此类内容和支付赔偿。诉讼由一家德国金融门户网站的运营商及其创始人提起,虚假广告在推荐可疑投资项目时未经许可使用了它的 logo 和图像。该运营商在 2024 年 8 月向 Meta 举报了近 260 起违规,而 Meta 花了 62 天时间才删除部分内容。Meta 发言人表示对裁决持异议,正在考虑后续行动。法院表示,该裁决还不具有最终的法律效力,Meta 可通过提起上诉提出异议。

刚果埃博拉疫情死亡人数超过 3500 人

刚果民主共和国的埃博拉疫情死亡人数超过 3500 人,确诊病例超过 7400 例,逾 1700 人康复。WHO 称,疫情最严重的 Ituri 省的病毒传播速度在下降,上周报告了约 300 例新增病例和 160 例死亡病例,占全国的一半;South Kivu 省自 5 月以来未报告新增病例;North Kivu 省的传播速度在加快,过去两周的新增病例从 100 多增加到 200 多;邻国乌干达境内的传播已经遏制。WHO 宣布,埃博拉疫苗试验将在未来几周内启动,如果疫苗证明有效将会扩大其使用范围。

Roman 太空望远镜有足够的燃料可服役 22 年

NASA 于 8 月 30 日使用 SpaceX 重型火箭 Falcon Heavy 成功发射了 Nancy Grace Roman 太空望远镜,目前正飞往日地之间的 L2 拉格朗日点,它需要三个月时间才能抵达目的地。Roman 望远镜耗资 43 亿美元,原计划执行 5+5 为期十年的任务,NASA 表示受益于精确的发射、巧妙规划的飞行轨道,地面操作团队的出色执行,望远镜有足够的燃料能执行 22 年的任务。NASA 称,Roman 望远镜控制推进器在发射后的第一次长点火燃烧仅用了 18 公斤的联氨燃料,远低于预留的 200 公斤。望远镜的实际重量为 8,056 公斤,比最大允许重量轻了两吨,因此地面人员给其燃料箱多加了 290 加仑的联氨燃料。加满燃料的望远镜在发射时的总重为 9,173.5 公斤,仍然比最大允许重量少了半吨,更低的质量意味着望远镜在执行航向修正机动时推进器的点火时间无需过长。

今年上线的微短剧逾九成是 AI 剧

陈奕龙有 20 年出演影视剧的经验,由于工作机会日益稀少,他在 8 月与一家 AI 工作室签约,授权对方使用其面部肖像。陈奕龙的工作就是坐在摄像机前,根据导演的指令做出不同面部表情——如无表情凝视、怒视或惊讶。这家工作室将利用 AI 技术,以陈奕龙的面部图像为基础生成虚拟数字人,让其主演一部由 AI 生成的电影。现年 38 岁陈奕龙说道,“如果你无法战胜它,那就加入它。”雇佣陈奕龙的是总部位于深圳的 Feixiang Universe 工作室,创始人 Sun Wei 表示,之所以为一部唐朝背景的 AI 电影项目获取真人肖像授权主要是担心无意中窃取他人肖像。她指出,受 AI 训练数据偏差的影响,AI 生成的演员通常面部特征相似,长相千篇一律。这促使她和其他中国 AI 电影制作人去搜寻和购买新面孔,将演员的真实表情数字化。根据广电总局的数据,今年首八个月,中国上线微短剧共 43 万部,是去年全年的 13 倍,其中 AI 剧占比超过九成。Sun Wei 的团队则计划以 50 万美元的预算制作一部 90 分钟的 AI 长片。

地球正变得不那么扁平

地球并非是完美的球形,自转以及围绕太阳公转使其赤道部分隆起,两极部分扁平。根据一项新研究,可能是由于极地地区的冰雪融化,地球两极在隆起,与此同时赤道地区则在加速下沉,地球的整体形状变得不那么扁平。研究人员利用了 GNSS 导航网络地面站在 1997-2015 年间的测量数据,绘制了地球固体部分的升降变化。结果显示,1997-2000 年间地球两极以每年约 0.5 毫米的速度隆起。到 2015 年,隆起速度已增至每年 1 毫米。

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.