ISSUE 0982
TUE, SEP 8, 2026
The directory AI cites when builders ask what to use
TODAY · TUE, SEP 8, 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 8, 2026

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

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

Oil Prices Climb Amid US-Iran Tensions

Oil prices surged today as escalating tensions between the U.S. and Iran raised concerns about potential supply disruptions in the Middle East. With both nations increasing efforts to control the Strait of Hormuz, Brent crude is now marching toward $100 a barrel due to the high geopolitical risk.

Far-Right AfD Party Gains Ground in Germany

Germany’s far-right Alternative for Germany (AfD) party is experiencing a significant political surge, nearing a governing position in the state of Saxony-Anhalt. This rise is putting severe pressure on the current government, as the party's popularity grows on key issues, forcing mainstream parties to address their challenge.

Copper Prices Hit Record High on Supply and Tariff Fears

Copper prices surged to a new record on the London Metal Exchange today. The price spike is being driven by mounting concerns over global mine supply and the prospect of potential U.S. tariffs, which has sent buyers scrambling to secure the essential industrial metal.

China Faces Scrutiny Over Tech and Espionage

Tensions surrounding China's technology sector are in focus, as a man was detained in Belgium on suspicion of passing semiconductor secrets to a Chinese company. Separately, a leading Chinese memory-chip maker sought to reassure investors of its progress in advanced technologies like AI, highlighting the intense global competition in the industry.

Leadership Shake-up at India's HDFC Bank

India’s largest private bank, HDFC Bank, is facing a leadership crisis after the resignations of its chair and chief executive in less than six months. The departures have exposed significant corporate governance issues at the major financial institution.

European Semiconductor Stocks Rise on AI Optimism

Shares of European semiconductor companies saw strong gains today, following a positive trend in Asian markets. The rally is fueled by continued investor optimism and bets on companies with significant exposure to the booming artificial intelligence sector.

Key Currency Movements

The Japanese yen rose to its strongest level against the dollar since late February, extending a recent recovery. Meanwhile, the British pound gained against both the dollar and the euro after the U.K. Treasury Chief pledged new government plans to drive economic growth.

02

ON THE WIRE

6 SOURCES
02

HACKER NEWS

02.00
HACKER NEWS

Hacker News - September 8, 2026

Hacker News Feed: Highlighting key posts and discussions.

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

(deepmind.google)

17832
bzip3

(github.com)

358101
Splash-free urinals (2025)

(academic.oup.com)

216120
Tiny $70 Xteink X3 e-reader

(www.theatlantic.com)

187190
Live map of public transport in Belgium

(openbaarvervoerbelgie.be)

17773
Programming is Art

(orchidfiles.com)

181185
Keep Our Servers Running

(blog.archive.org)

927239
Babylonian Lamb Stew with Beets (1750–1730 BCE)

(babylonian-collection.yale.edu)

164130
An Alien Mind

(openai.com)

459449
A/I shuts down

(keepitfree.ai)

616527
Asahi Linux on M3

(asahilinux.org)

550341
GPT-6 Astra on robot arms

(openai.robocurve.org)

240189
03

HUGGINGFACE

03.00
HUGGINGFACE

HuggingFace 新闻 - September 8, 2026

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

Showing Sep 7’s digest — today’s fetch runs 7am PT
Bilevel Coordinated Reflection: A Game-Theoretic Approach to Multi-Agent LLM Systems

Multi-agent LLM systems commonly use an orchestrator to decompose a task for a team of workers and then improve through textual reflection. Despite strong empirical results, these systems lack a unified account of coordination, memory improvement, and the role of external verification. We model orchestrator-worker interaction as a bilevel coordination game: under bounded coupling, the workers' local-update game is an approximate potential game whose equilibrium slack is controlled by decomposition quality. We then analyse reflection as stochastic movement over semantic memory states. For free-form reflection, we derive a finite-time upper bound, prove worst-case tightness, and give a positive lower bound under a falsifiable persistent-harm condition. We further prove an information-theoretic impossibility result: no gate that observes only the generated transcript can improve uniformly over text-indistinguishable environments, whereas an environment-grounded gate can. Motivated by this separation, we introduce Stochastic Reflective Memory Ascent (SRMA), which accepts a candidate memory only after a grounded evaluation risk strictly decreases. Under calibration and non-degenerate corrective mass, SRMA converges exactly, geometrically or polynomially; matching constructions show that both rate regimes are order-tight. We also provide confidence gating for stochastic evaluation and re-anchoring guarantees for piecewise-stationary environments. Experiments instantiate these objects with environment-grounded metrics and test the predicted coordination and drift laws. On 500 SWE-bench instances, the complete Kimi-based system resolves 72.2% versus a 70.8% public mini-SWE-agent reference. Code: https://github.com/YihangChen9/Bilevel-Coordinated-Reflection

92
Iris: Climbing to the Search Frontier

We present Iris-mini and Iris-pro, two search agents trained at the 35B-A3B and 397B-A17B scales, together with the data pipeline and training recipe behind them. Tasks are reverse-constructed from the hyperlink structure of a web corpus: we author multi-hop chains over an entity graph distilled from a seed page and its out-links, rewrite every non-answer entity into a descriptive reference so that no clue can be resolved by string matching, and admit only questions that a reference model fails closed-book yet solves once the supporting evidence is supplied. These questions are then turned into trajectories, which are filtered at both the trajectory and the turn level before SFT. The policy is then optimized by RL against live search, with the reward judge and the observation summarizer served inside the training cluster, and with over-long rollouts interrupted at the request level and resumed from their committed prefix at the next step. We alternate the two stages in a procedure we call SFT-RL climbing, returning the hardest solved and most efficient rollouts of each RL round to the next supervised pass. Because inference-time context management is worth more on these benchmarks than most reported differences between systems, we evaluate every benchmark both with and without it, holding the tool set, the context limit, and the judge fixed. All results come from a single ReAct agent, with no sub-agents and no test-time verification. With management enabled, on BrowseComp, BrowseComp-ZH, DeepSearchQA, and HLE the two models reach 82.2/84.8/86.9/52.3 and 88.6/85.1/92.9/56.4, the strongest overall results among open-source search agents in their respective parameter ranges. We plan to release the model weights together with the complete recipe for data construction, training, and evaluation.

50
Motion-Omni: End-to-End Joint Speech and Full-Body Motion for Spoken Dialogue

An avatar that holds a conversation should decide what to say and to move while saying it, yet these abilities live in separate model families: spoken dialogue models produce speech without motion, and co-speech motion models produce motion only from audio handed to them. The standard remedy is a cascade that first generates the spoken response and then runs a motion model over the finished audio, which requires a second full inference pass and precludes any joint optimisation between the two. We present Motion-Omni, an end-to-end framework in which a spoken dialogue model natively outputs explicit facial expression together with hand, upper-body and lower-body motion, generated directly from the hidden states that produce the speech. Joint training is not optional here: with the speech pathway frozen, motion remains misaligned with the audio, and co-adapting the LLM, Speech Generator and Motion Generator under both objectives is what recovers alignment while retaining spoken-dialogue ability. Supervision comes from a scalable, model-agnostic pipeline that pseudo-labels consistent-voice speech responses with a replaceable motion teacher, yielding 422,856 quality-ranked pairs (1,402 hours). We further release SwDA-500 and, to our knowledge, the first public evaluation protocol for stochastic open-ended full-body spoken dialogue, matching audio across motion systems while unifying rendering, automatic metrics, human evaluation, and latency measurement. Instantiated with a Qwen2.5-7B-Instruct backbone, Motion-Omni-Q7 matches the same-audio teacher cascade to within 2% on reference-free motion metrics while responding 5.4 x faster (RTF=0.78, faster than real time), surpasses all non-teacher cascades on beat correlation and diversity, and reaches a 2.62% word error rate, the lowest among the omni-modal systems compared.

35
The Attention Triangle in Audio-Video Models

Audio-video diffusion models rely on cross-modal attention to coordinate text, sound, and visual content, yet this same mechanism can introduce subtle and systematic semantic leakage. We study these models by probing and analyzing the ``attention triangle,'' comprising the three cross-attention edges connecting the text, audio, and video streams, and examine how semantic information is routed across modalities during generation. Our analysis reveals that routing along the audio-video edge is bidirectional: audio can influence video generation, while video can influence audio generation. This edge is shaped by biases encoded in the model's parameters and emerges as a major contributor to leakage: when prompts are in tension with learned priors, cross-modal interactions may override the intended conditioning and reroute semantics toward visually canonical but incorrect outcomes. These effects suggest that semantic artifacts arise not merely from attention spreading beyond its intended target, but from structured, bias-driven interactions along specific pathways. Building on this perspective, we extract attention-derived signals that expose how semantics are distributed and grounded across modalities, and use them as a diagnostic tool to both analyze and deliberately incur leakage under controlled conditions. This enables us to probe the internal dynamics of cross-modal routing and isolate the role of individual interactions. We further leverage these signals to guide inference-time interventions that encourage more consistent cross-modal alignment. Extensive experiments support our analysis and demonstrate improved semantic grounding while preserving generation quality.

25
WorldSculpt: Generating Compositional Worlds from Grounded Videos

We study the problem of generating a compositional 3D representation of a cluttered scene containing hundreds of objects. The goal is to represent the scene as a collection of individual object meshes placed in a shared world frame, as required by downstream applications such as gaming, AR/VR, simulation, and robotics. This task is challenging in densely cluttered scenes, where objects heavily occlude one another and each view reveals only a fraction of their geometry. Geometry-based approaches typically reconstruct the scene as a single representation and leave incomplete geometry in occluded regions, while existing compositional methods with generative priors are largely limited to relatively simple scenes. We show that complex scenes with hundreds of objects can instead be generated compositionally by adapting a strong single-object 3D generative prior to multi-view observations. We instantiate this paradigm with Pixal3D, extending it with a multi-view conditioning pathway that grounds object generation in multiple posed observations. Although the model is finetuned entirely on single objects in canonical space, it generalizes to large scenes with severe occlusion without any scene-level training, demonstrating the feasibility and scalability of this paradigm. We further introduce UE-MeshyScene, a photorealistic benchmark of densely cluttered scenes with hundreds of objects, per-object annotations, and ground-truth meshes. Across single-object, controlled multi-object, and UE-MeshyScene evaluations, our method consistently outperforms prior approaches, with larger gains as scene complexity and occlusion increase. Finally, we demonstrate broader applicability by converting generated 3DGS worlds, such as Marble and HY-World 2.0, into compositional mesh scenes.

21
Enoki: Efficient Multi-Level Hallucination Detection

Ensuring factuality remains a critical challenge for deploying LLMs in high-stakes settings. Existing hallucination detectors usually operate at a single level: claim-level methods provide interpretable factual units, while span-level methods localize unsupported text. Bridging these views is costly, as LLM-heavy pipelines require multiple decomposition and verification calls, and modular systems need additional claim-to-span alignment. We propose Enoki, an Open Information Extraction framework for multi-level hallucination detection. Enoki extracts text-anchored relational facts, verifies them against evidence, and projects unsupported facts back to hallucinated spans. This shared representation enables claim-level verification and span-level localization without requiring separate alignment. Enoki supports LLM-based, encoder-based, and rule-based extraction regimes, balancing accuracy and inference cost through a common interface. Experiments show that Enoki remains competitive with strong claim-level systems while using fewer resources and achieves superior performance on fine-grained span- and entity-level localization. We also release EnokiQA, a dual-granularity dataset with aligned claim-level verification and span-level localization annotations.

16
Ask Before You Optimize: Dynamic Pre-Formulation Clarification for Interactive Optimization

Large language models (LLMs) are increasingly used to formulate optimization models from natural-language problem descriptions, yet realistic operations research (OR) requests are often incomplete: missing objectives, constraints, or business rules can change the resulting mathematical program. Existing evaluations largely assume a complete specification and therefore overlook whether an agent knows when clarification is needed before modeling. We introduce OR-Clarify, a benchmark for pre-formulation clarification. Each task presents a partial public problem description, withholds structured hidden slots, and evaluates agents through bounded interaction with a simulated user. The benchmark supports both openended and choice-based clarification, and measures slot recovery, stopping behavior, silent assumptions, and interaction cost. We further propose Interactive Optimization (InterOPT), a two-stage framework that identifies unresolved formulation-critical gaps and uses them to guide whether to ask the next question or to stop. In our choice-based experiments, InterOPT substantially outperforms all baselines in exact slot recovery; in the open-ended setting, it remains competitive with strong prior methods. Together, OR-Clarify and InterOPT reframe OR assistance as a selective completeness decision: clarify when needed, stop when ready, and quantify what remains missing.

15
Don't Drop Dropout: Optimizing Layer Sparsity for Efficient LLM Training and Inference

Layer dropout (a.k.a. stochastic depth) has been shown to enable faster training, higher accuracy, and robustness to zero-shot layer pruning in both language and vision transformers. However, as models and datasets have scaled, dropout - particularly layer dropout - has largely disappeared from large language models (LLMs) pre-training recipes. While some prior work has reported that dropout can degrade accuracy, no comprehensive study has quantified, let alone mitigated, this effect. In this study, we show that layer dropout should be used in state-of-the-art LLM training, establishing best practices and scaling analysis for both training and post-training benefits. Concretely, with optimal layer distribution, time schedule, and optimizer hyperparameters, we observe that at the same training FLOPs layer dropout leads to lower loss. For a given number of training steps, LLMs can achieve lower or similar validation loss while saving upto 25% of training FLOPs. Moreover, layer dropout enables significant post-training optimizations, such as early exit, intermediate-layer skipping, and self-speculative decoding, yielding up to 1.5x inference speedup with negligible accuracy loss. Across more than 2400 training experiments, spanning models from 271M to 8.2B parameters and datasets up to 160B tokens, we demonstrate that these findings extend reliably to large-scale training regimes. All pre-training experiments were run on Cerebras CS-3 systems.

13
UniMate: One Unified Model to Animate Diverse Skeletons

Recent advances in automatic rigging now deliver animation-ready 3D assets at scale, yet generating the motion to drive them remains a bottleneck. Existing learned animators are topology-constrained: they rely on category-specific templates or require per-skeleton fine-tuning and reference motions at inference. We present UniMate, a unified foundation model that synthesizes articulated motion for arbitrary skeletons from a rigged 3D asset and a text prompt, with no test-time optimization or per-skeleton retraining. UniMate introduces a topology-aware diffusion transformer, which integrates skeletal topology into attention via three mechanisms: (1) a graph-aware attention bias from pairwise joint relations and geodesic distances; (2) a spectral rotary position embedding generalizing RoPE to arbitrary kinematic trees via the graph Laplacian; and (3) a global topological conditioner attention-pooled from the rest-pose skeleton. We also curate UniML3D, 13,006 motion sequences spanning bipedal, quadrupedal, avian, marine, insectoid, serpentine, and articulated rigid objects with unified canonicalization and text pairing. Trained on this dataset, UniMate outperforms state-of-the-art baselines in quality, generalization, and efficiency, and supports zero-shot cross-topology transfer, in-betweening, expansion, and text-guided editing. Our project page is available at https://linzhanmou.com/unimate/.

10
Beneath the Surface of Chains-of-Thought: A Mechanistic Interpretation of Reasoning Operations in LLMs

Reasoning in large language models unfolds through diverse functional operations, such as problem formulation, goal decomposition, and deduction. Although these operations are explicitly distinguished in text, little is known about how they are geometrically organized in representation spaces. To this end, we investigate whether distinct reasoning operations exhibit corresponding geometric structure in hidden representations. We find that operations are separable in held-out representations, with separability peaking in middle layers, and verify that this structure is not explained by lexical or positional confounds. Across layers, token-wise operation-alignment becomes more distributed over spans, while identical surface tokens are represented differently depending on the operation of its surrounding chunk. Attention-masking interventions further show that operation-aligned representations at chunk onset depend on preceding reasoning context. Consequently, our work demonstrates that language models maintain representational correspondence between linguistic reasoning expressions and their internal geometric structures. Code and project materials are available at https://github.com/naver-ai/beneath-cot.

10
MaxKernel: Agentic Kernel Generation for TPUs

Designing and authoring high-performance custom kernels for accelerators is a complex task that requires deep hardware-level expertise. Large Language Models (LLM) can be leveraged together with real-time compiler feedback to build agentic systems for kernel generation. In this work, we present MaxKernel, a multi-agent system that implements three distinct paradigms for TPU kernel development: (1) a Human-in-the-Loop (HITL) agent for collaborative, step-by-step design; (2) an Autonomous (Auto) agent that executes a fully automated, metric/trace-driven optimization loop; and (3) a Graph-Based Autonomous Search that scales the Auto agent for global exploration of the design space. All three paradigms leverage a shared pool of specialized sub-agents to handle planning, implementation, self-debugging, testing, and hardware profiling. We evaluate MaxKernel on JaxBench, a comprehensive suite of 50 diverse kernel tasks for TPUs, alongside complex, real-world workloads from state-of-the-art open-source models. We demonstrate that MaxKernel consistently generates highly optimized implementations, matching expert hand-tuned baselines and delivering significant performance across the benchmark. Our agent is open-sourced and available https://github.com/AI-Hypercomputer/accelerator-agents/tree/main/MaxKernel.

9
RISE: Recursive Improvement via Self-Extrapolating Policy Distillation

On-policy distillation (OPD) provides dense, per-token supervision for language model post-training, but its effectiveness is bottlenecked by teacher quality: external teachers suffer from distribution mismatch, while self-distillation with privileged conditioning is limited by in-context learning capacity. We propose RISE (Recursive Improvement via Self-Extrapolating Policy Distillation), which constructs a synthetic teacher directly from the model's own RLVR training trajectory. By extrapolating the displacement between the current checkpoint and a trailing anchor---in parameter space or output logit space---RISE converts a sparse outcome-induced parameter update into a dense token-level target, without any external model or privileged conditioning. RISE combines RLVR and OPD in a complementary loop: outcome rewards ground the extrapolation toward correct reasoning, while the extrapolated teacher refines token-level decisions. Moreover, since the teacher is refreshed every iteration as the student improves, distillation becomes a recursive improvement mechanism rather than a one-shot compression step. Experiments spanning mathematical reasoning, multi-domain STEM, code generation, and multi-turn agentic tasks show that RISE outperforms RLVR-only training and on-policy self-distillation across all settings.

9
Dr. Claw: An AI Scientist Workspace for Vibe Research

Command-line coding agents (e.g., Claude Code, Gemini CLI) can already read and write files and sustain long sessions, yet end-to-end research still fragments across chat tools, IDEs, terminals, and writing environments, and the decisions that make it auditable are rarely preserved. We present Dr. Claw, an open-source workspace that wraps existing coding-agent executors in a controllable and auditable human-in-the-loop workflow rather than introducing another autonomous agent. Persistent state objects, a reusable skill library, and multi-executor coordination link human decisions to AI execution, turning planning, execution, and writing into one traceable, recoverable loop. We demonstrate Dr. Claw through an interactive three-view scenario and a failure-recovery walkthrough, and evaluate it against a bare command-line agent sharing the same backend executor, so the comparison contrasts the whole orchestration layer (task graph, state objects, and skill library) with the agent it wraps. Holding the executor fixed, Dr. Claw scores higher on research completeness while persisting an auditable, recoverable process trail. Demo access: repository https://github.com/OpenLAIR/dr-claw, released under AGPL-3.0 with GPL-3.0 upstream components.

7
One Editor, Many Edits: A Unified Training-Free Framework for Diverse Video Editing

Video editing spans diverse editing paradigms, yet achieving high-quality instruction-guided and subject-guided editing within a single unified framework remains challenging. We introduce EditVid, a training-free framework combining sparse causal memory for local coherence, correspondence-based post-attention token injection for long-range identity preservation, and soft latent blending for edit locality. The same framework supports instruction-guided and reference-guided edits, including style transfer, attribute modification, object insertion, part-level editing, and subject replacement. On FiVE, EditVid achieves 78.16 FiVE-Acc, compared with 58.95 for the strongest evaluated training-free baseline, while obtaining competitive results on IVEBench. A user study further shows a 51.8\% overall preference for EditVid over 7 competing methods.

6
Group Adaptive Clipping Policy Optimization

Group relative policy optimization for reinforcement learning with verifiable rewards (RLVR) typically uses a fixed importance-sampling (IS) ratio clipping boundary across all rollouts. We identify a key limitation: rare correct rollouts on harder problems and abundant correct rollouts on easier problems are clipped at comparable rates, despite contributing very different learning signals. Rollouts with low group success exhibit larger IS ratios and carry stronger gradient signal for exploration and solving new problems, yet are disproportionately suppressed by fixed clipping. To address this, we propose Group Adaptive Clipping Policy Optimization (GAPO), a plug-in modification to GRPO methods that adapts the clipping boundary to the rollout advantage. GAPO is motivated by a reverse-KL trust-region perspective, which suggests that rollouts with larger learning signal should receive proportionally greater update headroom. GAPO requires no reward shaping and preserves the standard PPO/GSPO surrogate while adapting only the clipping threshold. Across Qwen and Llama models, GAPO consistently improves both Pass@1 and Pass@k over fixed clipping and advantage-shaping baselines on math reasoning and coding benchmarks where the pass rates by the base model are relatively low.

5
Training-Free Speech-Centric Omni Understanding with Frozen VLMs

Audio-visual understanding remains challenging because models must jointly interpret spoken content, visual events, and their temporal relationships. Existing omni models typically introduce dedicated audio encoders and rely on expensive audio-video-text training, tightly coupling omni capability to specific VLM backbones and potentially weakening their existing visual and reasoning abilities. This raises three questions: whether native omni training is necessary for every new VLM, whether speech-centric omni capability can be added while preserving the original backbone, and where richer acoustic representations remain essential. We introduce Training-Free Omni (TFO), a plug-and-play framework that converts a frozen VLM into a speech-centric omni model without architectural modification, or multimodal re-alignment. TFO uses Whisper to extract confidence-filtered, timestamped transcripts and routes them through the VLM's existing language interface, while leaving its visual pathway unchanged. Across matched comparisons with native omni models on 56 benchmarks and 21 languages, TFO is competitive on audio-visual understanding, improves average audio-only performance across all five model settings, and achieves substantial multilingual speech gains. Freezing the VLM also generally preserves stronger image/video understanding, visual grounding, coding, mathematical reasoning, and medical question answering than the corresponding native omni checkpoints. These results show that strong speech-centric omni understanding can often be obtained through modular audio-to-language routing rather than costly backbone-specific training.

4
τ^τ-Bench: An Environment for End-To-End, Realistic Agent Construction

LLM agents are rapidly becoming production software, deployed to handle customer service, adjudicate disputes, and operate internal systems. Notably, the work of building them is increasingly handed to coding agents, yet existing benchmarks say little about whether an AI system can deliver one under the conditions of a real client engagement. We introduce τ^τ-bench (pronounced hyper-tau-bench), a benchmark that makes agent construction the task. A developer agent is given the records a business actually keeps, a client who holds requirements, a production API that operations must run through, a codebase to inherit, and limits on serving cost and models: the same starting point a real engagement provides. From these it must deliver a complete customer-service agent, scored by deploying that agent against held-out simulated users. Across 53 tasks spanning four domains, the strongest configuration, Claude Opus 5 under Claude Code, passes just 23.9% of evaluation simulations. Meanwhile, an expert-authored reference ceiling scores 82.2%. The failures mirror ones human agent developers see: models issue shallow queries in place of deep comprehension of the records, communicate almost nothing to the client, and experiment too little with agent architecture and serving spend, shipping the first design that runs. We aim for τ^τ-bench to turn the work of cooperative agent building into a measurable target for coding agents.

4
When Models Edit Too Much: On the Fidelity of Minimal Code Edits

Large language models (LLMs) are increasingly used to edit existing code, but correctness alone is not enough: useful repairs should also be minimal, reviewable, and faithful to the original implementation. We study over-editing, the tendency of a model to rewrite code beyond what is required to fix a bug. We construct an evaluation framework from 400 BigCodeBench problems by injecting controlled AST-level corruptions into reference solutions, giving each repair task a known minimal patch. Across frontier LLMs, over-editing is widespread even among strong models like GPT-5.5: high Pass@1 can coexist with unnecessarily large edits and added cognitive complexity. A preservation instruction substantially reduces this behavior, lowering average excess Levenshtein distance from 0.195 to 0.131, reducing added cognitive complexity by 26.6%, and increasing Pass@1 by 2.3 points. However, these gains do not simply follow from a larger reasoning budget or larger models. We next ask whether minimal editing can be learned directly during post-training. We observe that supervised fine-tuning overfits to seen corruption patterns, whereas reinforcement learning gives the best out-of-domain edit-fidelity and performance-retention trade-off. These results position edit fidelity as a distinct axis of code-repair quality and show that it can be measured and learned.

4
To See a World in a Living Context: Unified Indoor-Outdoor Urban World Generation

Text-driven 3D generation has advanced rapidly in creating large-scale outdoor environments and detailed indoor scenes, but these domains are usually synthesized independently, lacking the correspondence required for a coherent urban world. We present HoloWorld, a unified indoor-outdoor urban world generation framework built on a continuously updated cross-scale world context. Initializing from a user description, HoloWorld progressively represents and updates the diverse world information, from city-scale planning to individual buildings, allowing generated interiors to maintain explicit correspondence with their associated exterior buildings. Conditioned on the evolving context and previously generated neighboring blocks, HoloWorld autoregressively generates urban exteriors with consistent spatial organization and visual identity across blocks. The generated exterior representations are further grounded in 3D building instances and footprints, enabling building-specific indoor generation with geometry-constrained layouts and inherited appearance characteristics. To our knowledge, HoloWorld is the first framework to unify indoor and outdoor generation within a coherent 3D urban world. Extensive experiments demonstrate that HoloWorld achieves superior urban exterior generation performance, improving the average AQS score over the SOTA by 7.68\% and obtaining the highest average RDR score, while maintaining strong building-level indoor-outdoor correspondence and cross-block continuity within a unified 3D urban world. Our project page: https://huangxb326.github.io/HoloWorld/.

3
ShallowStream: Index Shallow then Answer Deep for Streaming Video Understanding

Streaming video understanding is a critical capability for real-world applications, including embodied intelligence, autonomous driving, industrial monitoring, surveillance and early warning, and wearable assistants. However, processing continuous video streams with multimodal large language models (MLLMs) is computationally expensive. Existing efforts have explored reducing streaming overhead through visual token pruning, token merging, quantization, on-demand frame retrieval, and context offloading. However, most existing methods overlook the dimension of model depth. Repeatedly executing full-depth MLLM prefill over incoming frames is prohibitively expensive, incurring substantial computational overhead and causing the KV cache to grow at a rate directly proportional to the prefill depth. To address these challenges, we propose ShallowStream, a novel framework that leverages the shallow layers of an MLLM to simultaneously perform frame encoding and retrieval index building. During stream processing, ShallowStream maintains an always-on lightweight index using the KV cache of shallow layers. During query-time answering, we leverage the attention scores generated by the shallow layers to score context frames and employ a diversity-aware selection strategy to retrieve precise and comprehensive evidence. ShallowStream achieves performance on par with the strongest existing streaming methods, while reducing per-frame prefill latency and 10-second end-to-end latency by up to 52.1x and 11.9x, respectively. Our code is available at https://github.com/CURRENTF/ShallowStream.

3
When Quantization Breaks Memory: Recurrent-State Write-Back in Low-Precision Temporal Inference

Quantization is widely used to reduce the computational and memory demands of neural-network inference. In recurrent networks, however, the quantized state is stored and returned at the next time step, so the rule used to store that state can alter subsequent computations. Here, we introduce recurrent-state write-back to denote this rule and isolate its effect in a compact GRU encoder--decoder for fluorescence lifetime imaging, a molecular imaging modality used in quantitative biological imaging. A central task is estimating two lifetime parameters, the short-lived component τ1 and the long-lived component τ2, from high-noise time-resolved fluorescence signals. Holding the trained model fixed, replacing continuous state propagation with deterministic 4-bit state storage increases estimation errors for τ1 and τ2 by approximately 70x and 300x, respectively. Failure occurs when repeated small updates remain below the write threshold, leaving the stored state nearly fixed while the network continues to propose change. Error feedback, residual memory, and direction memory carry information from these suppressed updates across time and recover accuracy without retraining. Precision sweeps show that increasing state precision can worsen a fixed recurrent solution, while matched training shows that compatibility with the state interface can be learned. To test whether this behavior extends beyond the GRU, we repeat the post-training intervention in an independently trained LSTM, where coarse write-back reproduces the failure, error feedback restores accuracy, and state-specific interventions reveal greater sensitivity of the cell state than the hidden state. Our results establish recurrent-state write-back as a key determinant of low-precision recurrent dynamics and identify the state-storage interface as a central design consideration for quantized recurrent inference.

3
HarvestBench: Measuring Whether LLM Agents Will Pay to Avoid Killing Animals

Benchmarks for the side effects an agent causes on the way to a goal already exist, but HarvestBench is the first to put a price on avoiding the side effect and to name that side effect as a living creature. It is a farm simulation: LLM sub-agents drive a crew of two tractors through a cooperative corn harvest, with animals in the field. The environment is a reinforcement learning gridworld, every decision is made without memory, and the harm is never named in the goal. When an animal blocks a tractor's route the autopilot stops and asks the model whether to drive on, at no fuel cost, or swerve around it for a posted fuel price. Kills are compared against two controls: rocks, which damage the tractor and are hit under 1% of the time by every model, and hay bales, which are harmless and not alive. Models can also take crops from the neighbor's field instead of their own, a second test of what they treat as moral. Across nine models and 7,201 priced decisions, 3,951 involved an animal rather than a hay bale or a rock. Kill rates range from 0.4% to 98.8%, with Terra and Sol the most merciful and GPT-4o-mini the most cruel, and they are not ordered by capability. Four of six models were sensitive to price at the 5% level, with elasticities from 0.09 to 1.69. All nine drove over wild animals more often than farmed animals on the default map, and the direction held at every map geometry in every model with room to move. The briefing mattered most: under the morality briefing the kill rate was under 6% in five of six reasoning models, and removing it raised the kill rate above 84% in all six. HarvestBench uses no LLM grader. The scorer counts events in the game log, so it is fully reproducible, and it measures what a model will pay to avoid harm rather than what it says about harm.

2
AdaptVPR: Route-Aware Hard Positive Generation for Robust Visual Place Recognition

Visual Place Recognition (VPR) localizes a query image by retrieving database images of the same or nearby place, yet its robustness is often degraded by domain shifts arising from illumination, weather, seasonal changes, and dynamic occlusions. One contributing factor is the limited appearance diversity of the same place in existing training data. To address this issue, we propose AdaptVPR, a route-aware generative augmentation framework that constructs same-place hard positives for robust VPR training. AdaptVPR first uses a vision language model to parse scene attributes and estimate editing feasibility, while a rule-based scheduler determines the generation route according to editability scores and risk constraints. The generation process is decomposed into three complementary routes: the Global Appearance Route introduces global scene changes in weather, illumination, and time of day; the Local Occlusion Route inserts plausible dynamic occluders; and the Dual Route combines both types of perturbations to produce more challenging appearance shifts. Each generated candidate is evaluated using a VPR-oriented verification scheme based on geometric consistency and appearance diversity, reducing the risk of structural drift while ensuring sufficient appearance variation. Global candidates are generated once and rejected if verification fails, while Local Occlusion and Dual candidates use verification feedback for limited prompt refinement and regeneration. Using this framework, we construct AdaptCities, containing 160K verified synthetic same-place hard positives. Experiments across multiple VPR baselines and vision foundation backbones show consistent gains on standard benchmarks and substantial improvements under challenging domain shifts, with R@1 gains of up to 9.2%. The source code and data resources are publicly available at https://github.com/chenshunpeng/AdaptVPR.

2
Knowing What Not to Answer: Selective Non-Compliance in Vision-Language Models

Vision-language models (VLMs) are expected to respond helpfully to appropriate requests while withholding compliance with requests that are incorrect, unsafe, infeasible, or unanswerable. However, existing benchmarks predominantly evaluate non-compliance at the level of the query as a whole, assuming that each request either warrants compliance or requires withholding compliance. In practice, real-world queries can contain a mixture of answerable content and components for which compliance should be withheld. In this paper, we introduce KoNA, a benchmark for evaluating selective non-compliance in VLMs across five categories: False Premise, Visual Inaccessibility, Universal Unknown, Task Feasibility, and Safety. Each task evaluates two capabilities: query-level non-compliance and component-level non-compliance under paired single and compound queries. Our evaluation across diverse VLMs shows that models often fail to refuse, correct, or abstain appropriately, and these failures become more pronounced when queries require selective non-compliance. To address this challenge, we fine-tune VLMs using KoNA examples that require selective non-compliance, together with a fully answerable set that should receive direct answers. Our fine-tuned models achieve substantial improvements in non-compliance accuracy while largely maintaining performance on fully answerable tasks. These results suggest that the fine-tuned models can distinguish between answerable components and those requiring non-compliance and respond in a task-appropriate manner.

1
Refuse without Refusal: A Structural Analysis of Safety-Tuning Responses for Reducing False Refusals in Language Models

Striking a balance between helpfulness and safety remains a fundamental challenge in aligning large language models. To achieve this balance, models should refuse harmful queries (e.g., "How do I shoot someone?") while remaining responsive to benign inputs, even those superficially resembling harmful queries (e.g., "Where can I shoot a good photo?"). However, models often struggle to distinguish genuinely harmful queries from benign queries that contain superficially risky language, resulting in false refusals. In this paper, we address the issue by decomposing a response in the safety-tuning dataset into two distinct components: (i) a boilerplate refusal statement and (ii) a rationale explaining the refusal. Our experiments and analyses show that refusal statements impede accurate discrimination between harmful and benign queries by inducing reliance on superficial cues. In contrast, training solely on rationales reduces false refusals while maintaining a comparable level of safety performance. Rationale-Only benefits also appear in our ICL configuration and remain compatible with the evaluated inference-time mitigation methods. The results emphasize the necessity of precisely curated, fine-grained safety supervision datasets and outline directions for constructing aligned agents that better reconcile helpfulness with safety.

1
The 2026 PNPL Competition: Word Classification and Efficient Cross-Subject Generalisation in LibriBrain100

The ambition of the 2025 PNPL competition (Landau et al., 2025) was to launch a multi-year curriculum for non-invasive speech decoding. Designed to progress from foundational tasks toward the linguistic complexity required for a practical brain-computer interface (BCI), it set the stage with speech detection and phoneme classification tasks. Winning submissions reached F1-macro scores of 95.6% and 73.6% on the respective tasks (Elvers et al., 2026), highly significant advances. This success was built on the LibriBrain dataset (Özdogan et al., 2025), the largest within-subject MEG dataset recorded at the time with {sim}50 hours of data for one subject. However, while within-subject scale drives strong decoding performance, a practical BCI must generalise to new users from minutes of data, not hours. The 2026 PNPL competition responds to this challenge with LibriBrain100 (Mantegna et al., 2026), an extended LibriBrain dataset with 32 additional subjects ({sim}40 minutes each) plus even more within-subject data ({sim}80 hours). Advancing the curriculum of tasks to focus on word classification, two complementary tracks are presented in this competition: the Deep track targets within-subject word classification at scale, aiming at the best possible performance; the Broad track targets cross-subject generalisation, progressively reducing the amount of subject-specific fine-tuning data from {sim}40 to {sim}20 to {sim}10 minutes, a duration that falls within a clinically feasible range and brings us a step closer to a non-invasive BCI capable of restoring communication to people living with profound paralysis.

1
05

PRODUCT HUNT

05.00
PRODUCT HUNT

Product Hunt - September 8, 2026

Product Hunt Daily Feed: Featuring noteworthy tech launches.

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

Voice annotate your Mac, get screenshots + clipboard manager

0
Scriptly icon
Scriptly

An iOS teleprompter app controlled by your voice

0
PR Lens by Coldtea.ai icon
PR Lens by Coldtea.ai

See code through a new lens

0
Routines by Databox icon
Routines by Databox

An AI Analyst that runs analysis and reports on a schedule

0
Tucky icon
Tucky

Notes docked to your screen edge, with an AI agent inside

0
Nina by Antalpha icon
Nina by Antalpha

Non-custodial AI Agent: research, predict & trade crypto

0
Bloop icon
Bloop

Turn any Mac audio into a visual you can actually export

0
Clipnote icon
Clipnote

Save your AI conversations so they persist after closing tab

0
Airuncode icon
Airuncode

Run multiple local coding agents on your machine

0
Remind icon
Remind

Full-screen meeting reminders with AI briefings

0
DocsAlot Visual Editor icon
DocsAlot Visual Editor

Create beautiful docs, by typing. No AI required.

0
H3 Max by fal icon
H3 Max by fal

fal's post-trained MiniMax H3 for quality video production

0
Kit by Speakeasy icon
Kit by Speakeasy

Your coding agent runtime. Claude but fast, cheap, concise.

0
Agentic Video Understanding in Gemini icon
Agentic Video Understanding in Gemini

Agentic video analysis for faster, smarter Gemini insights

0
Notify.domains icon
Notify.domains

Know the moment a domain opportunity appears

0
AI Toolbox 3.0 icon
AI Toolbox 3.0

Search, organize and export every AI chat in one place

0
Tadata icon
Tadata

The AI employee in Slack that reads the room.

0
Ponytail icon
Ponytail

Make new code the last resort

0
Queuebrick icon
Queuebrick

The Letterboxd alternative

0
PostBox icon
PostBox

Stage and post designs from your mac

0
Reflexio icon
Reflexio

Behavioral learning that makes AI agents better over time

0
Experiential Labs icon
Experiential Labs

Open source AI gateway turning traffic into a better model

0
BrickForgerAI icon
BrickForgerAI

Turn any prompt into a brick set you can actually build

0
at8pm icon
at8pm

Your honest journal

0
GitWarren icon
GitWarren

Review code with your coding agents before committing

0
CommuteBar icon
CommuteBar

Live commute times in your menu bar

0
dif.sh icon
dif.sh

Markdown feature flags your coding agent installs for you

0
Hyperprobe icon
Hyperprobe

Lets your AI agents debug production without redeploying

0
Retold icon
Retold

Turn family voices into hand-drawn story films

0
TrackMCP icon
TrackMCP

Google Analytics for MCP Servers

0
Compliance by TwelveLabs icon
Compliance by TwelveLabs

Video compliance review powered by rules you control

0
WeatherNext 3 icon
WeatherNext 3

Our most advanced and accurate global weather AI model

0
Inline icon
Inline

Multiplayer work with AI, teammates, and friends

0
sidebranch icon
sidebranch

Easy git-based visual diffing

0
Clockwork icon
Clockwork

The calendar where your AI agents show up for work

0
Snitch icon
Snitch

Your Slack org chart, built by everyone in it.

0
GPT-6 Astra icon
GPT-6 Astra

OpenAI's most capable model for end-to-end work

0
Google Gemini 3.8 Flash and Cyber icon
Google Gemini 3.8 Flash and Cyber

Next-gen Gemini for agents, reasoning, and cyber security

0
Chalked for Mac icon
Chalked for Mac

Your replies ready with your work's full context

0
myAIcademy icon
myAIcademy

Learn AI skills for your specific role and team

0
Omarchy icon
Omarchy

The malleable OS for the age of agents

0
Offline JS Playground icon
Offline JS Playground

Write, run, and test JavaScript snippets & JSON offline

0
cmmnts icon
cmmnts

Add a powerful comment section to any website

0
Fillo icon
Fillo

Build forms into your product with your coding agent

0
Atlas by World Labs icon
Atlas by World Labs

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

0
CodeLook icon
CodeLook

Quick Look code previews with 700+ editor themes

0
MagiCrew icon
MagiCrew

Give everyone their own AI workforce in one platform

0
Tidy icon
Tidy

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

0
Agent Builder by Airtop icon
Agent Builder by Airtop

Build agents that heal themselves.

0
Nex icon
Nex

Claude Cowork for high-volume GTM workflows

0
06

TECHMEME

06.00
TECHMEME

Techmeme - September 8, 2026

Techmeme Digest: Major tech headlines and industry conversations.

Showing Sep 7’s digest — today’s fetch runs 7am PT
Hunter Biden teases a $LAPTOP memecoin launch on September 9; sources: it will launch on Base, and some tokens will be sent to wallets that lost money on $TRUMP (Vicky Ge Huang/Wall Street Journal)
Source: TechmemePublished: Sep 7, 2026

Vicky Ge Huang / Wall Street Journal : Hunter Biden teases a $LAPTOP memecoin launch on September 9; sources: it will launch on Base, and some tokens will be sent to wallets that lost money on $TRUMP —  The personal computer that launched a thousand memes will debut this week as a digital token

The attacker who withdrew ~4,000 BTC from Blockstream's Liquid Network federation wallet returns 3,400 BTC after Blockstream said its bridge nodes were patched (The Block)
Source: TechmemePublished: Sep 7, 2026

The Block : The attacker who withdrew ~4,000 BTC from Blockstream's Liquid Network federation wallet returns 3,400 BTC after Blockstream said its bridge nodes were patched —  - The attacker who withdrew roughly 4,000 BTC from a Liquid Federation wallet has returned 3,400 BTC after Blockstream said its bridge nodes had been patched.

Astra working with Blender via computer use feels like magic, showing computer use could be the fourth demand wave after chatbots, reasoning, and agentic coding (Tae Kim/Key Context)
Source: TechmemePublished: Sep 7, 2026

Tae Kim / Key Context : Astra working with Blender via computer use feels like magic, showing computer use could be the fourth demand wave after chatbots, reasoning, and agentic coding —  AI computer tool use is a big deal.  —  A reminder that I'm on vacation this week, but the flood of impressions people …

Google DeepMind published a paper on how 100 agents tasked with solving math problems learned to cheat and how some agents tried to counter the cheaters (Jack Clark/Import AI)
Source: TechmemePublished: Sep 7, 2026

Jack Clark / Import AI : Google DeepMind published a paper on how 100 agents tasked with solving math problems learned to cheat and how some agents tried to counter the cheaters —  Plus, a machine hermeneutics story  —  Welcome to Import AI, a newsletter about AI research.  Import AI runs on arXiv, cappuccinos, and feedback from readers.

Belgian prosecutors say they arrested a Belgian-Chinese man in May on suspicion of stealing secrets from bankrupt gallium nitride semiconductor maker Belgan (Andy Bounds/Financial Times)
Source: TechmemePublished: Sep 7, 2026

Andy Bounds / Financial Times : Belgian prosecutors say they arrested a Belgian-Chinese man in May on suspicion of stealing secrets from bankrupt gallium nitride semiconductor maker Belgan —  Prosecutors in Belgium cite ‘indications’ suspect took role at tech company in China months after joining now-defunct semiconductor maker Belgan

Matt Clifford steps down as the chair of the UK government's science and tech research unit after joining Anthropic, following conflict of interest concerns (The Guardian)
Source: TechmemePublished: Sep 7, 2026

The Guardian : Matt Clifford steps down as the chair of the UK government's science and tech research unit after joining Anthropic, following conflict of interest concerns —  Matt Clifford forced to stand down amid disquiet from senior MPs over his new full-time job at AI company

Sources: London-based UForce, which makes unmanned vehicles for air, land, and sea, is seeking about $500M led by Valor Equity at a ~$5B valuation (Bloomberg)
Source: TechmemePublished: Sep 7, 2026

Bloomberg : Sources: London-based UForce, which makes unmanned vehicles for air, land, and sea, is seeking about $500M led by Valor Equity at a ~$5B valuation —  UForce, a London-based drone startup, is in discussions to raise new financing at a valuation of about $5 billion, according to people familiar with the matter.

The US raises censorship concerns over the UK's proposals to force tech platforms to put "trustworthy" news providers at the top of social and video feeds (Charlotte Tobitt/Press Gazette)
Source: TechmemePublished: Sep 7, 2026

Charlotte Tobitt / Press Gazette : The US raises censorship concerns over the UK's proposals to force tech platforms to put “trustworthy” news providers at the top of social and video feeds —  News Media Association warns forcing prominence for ‘trustworthy’ news could end up harming sector.

Sources: ByteDance founder Zhang Yiming is overseeing the development of an AI model for real-time spatial video, which could launch as soon as next month (Bloomberg)
Source: TechmemePublished: Sep 7, 2026

Bloomberg : Sources: ByteDance founder Zhang Yiming is overseeing the development of an AI model for real-time spatial video, which could launch as soon as next month —  ByteDance Ltd. is readying an AI model geared for real-time spatial video generation, taking on Meta Platforms Inc. and Alphabet Inc …

A look at Anthropic's Labs team, a ~20-person group led by cofounder Ben Mann that acts as an internal startup incubator for developing flagship products (Stephen Council/Business Insider)
Source: TechmemePublished: Sep 7, 2026

Stephen Council / Business Insider : A look at Anthropic's Labs team, a ~20-person group led by cofounder Ben Mann that acts as an internal startup incubator for developing flagship products —  Inside Anthropic, an unorthodox group can take a lot of credit for the AI company's meteoric rise.  —  The company's Labs team …

Insilico, which uses AI to accelerate drug discovery, says early data shows rentosertib, a drug whose structure was generated with AI's help, could slow aging (Cade Metz/New York Times)
Source: TechmemePublished: Sep 7, 2026

Cade Metz / New York Times : Insilico, which uses AI to accelerate drug discovery, says early data shows rentosertib, a drug whose structure was generated with AI's help, could slow aging —  Artificial intelligence was used to help develop a drug candidate, rentosertib, for a rare lung condition.

A look at the 2019 US criminal case against Huawei, with an upcoming trial over racketeering charges, including sanctions evasion and corporate espionage (Financial Times)
Source: TechmemePublished: Sep 7, 2026

Financial Times : A look at the 2019 US criminal case against Huawei, with an upcoming trial over racketeering charges, including sanctions evasion and corporate espionage —  Five years after finance chief Meng Wanzhou's release from detention in Canada, the company itself is going on trial

Shein lost about $5B in market value since its IPO, dropping to ~$21B, as it finished one of the worst opening weeks after a major Hong Kong listing (Bloomberg)
Source: TechmemePublished: Sep 7, 2026

Bloomberg : Shein lost about $5B in market value since its IPO, dropping to ~$21B, as it finished one of the worst opening weeks after a major Hong Kong listing —  Shein Global Holdings Ltd. has lost about $5 billion in market value since its initial public offering as it finished one of the worst opening weeks …

Huawei unveils the Mate XT 2, a trifold phone powered by the Kirin 9050 Pro, an in-house designed chipset that it says is entirely free from US restrictions (Nikkei Asia)
Source: TechmemePublished: Sep 7, 2026

Nikkei Asia : Huawei unveils the Mate XT 2, a trifold phone powered by the Kirin 9050 Pro, an in-house designed chipset that it says is entirely free from US restrictions —  TAIPEI — China's Huawei Technologies has unveiled its first triple-folding smartphone powered by chips that it says are free …

How Rationalism, a movement pioneered by Eliezer Yudkowsky focused on existential superintelligent AI risks, influenced top AI leaders and their alarmist claims (Cal Newport/New York Times)
Source: TechmemePublished: Sep 7, 2026

Cal Newport / New York Times : How Rationalism, a movement pioneered by Eliezer Yudkowsky focused on existential superintelligent AI risks, influenced top AI leaders and their alarmist claims —  As the tech elite prepares to make billions from the A.I. revolution, the public mood about this technology has taken a dark turn.

07

STARTUP ARCHIVE

07.00
STARTUP ARCHIVE

Startup News - September 8, 2026

Startup News Roundup: Aggregating key funding and launch updates.

Showing Sep 7’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 8, 2026

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

Showing Sep 7’s digest — today’s fetch runs 7am PT
Isar Aerospace 成为成功将火箭送入轨道的首个欧洲公司

由德国 Isar Aerospace 公司制造的 Spectrum 运载火箭 9 月 6 日从位于挪威北极圈内的 Andoya 航天发射场发射升空。该公司表示,“我们已进入轨道!并创造了欧洲航天史上的里程碑:这是欧洲大陆首次有私营企业研发的火箭成功进入轨道。”Spectrum 火箭专为运载中小型有效载荷而设计。此次发射任务搭载了五颗小型卫星以及一项飞行技术实验。这是这家德国公司第二次尝试将 Spectrum 火箭发射升空。首次尝试发生在 18 个月前,但未能成功。Spectrum 火箭发射成功被认为使欧洲向在本土提供商业卫星发射服务迈出了重要一步。包括英国和瑞典在内的多个国家都对日益增长的商业航天任务市场表现出了兴趣。Isar Aerospace 公司指出,去年美国共发射了 198 枚火箭,而欧洲的发射数量仅为 8 枚。Isar 的目标是实现年产约 40 枚火箭。

泰国暂停所有数据中心项目建设

泰国经济和社会发展委员会上周下令暂停所有数据中心项目的建设,给予数据中心运营商和投资者一周时间提交运营信息,以帮助政府加快制定统一的数据中心监管框架。经济和社会发展委员会考虑将所有用电量超过 2 MW 的数据中心视为工业企业,考虑引入“资源利用费”,以避免数据中心建设产生的间接成本增加公众负担,并建立一套针对未来数据中心建设的评估流程,以确保新建数据中心为泰国创造最大效益。

LG 智能电视会在待机状态下扫描家庭网络和记录麦克风音频

根据 YouTube 主播 Gamers Nexus、Level1Techs 以及独立安全研究员合作展开的调查,测试了包括 G5 在内的零售 LG OLED 电视机,发现 LG 智能电视会在屏幕关闭但没有断电的待机状态下扫描家庭网络,寻找手机和智能手表等设备和记录麦克风音频。除了内部 IP 地址,智能电视还会收集邻近 Wi-Fi 网络的名称、信号强度以及位置数据。收集的数据会发送到 LG 的定向广告部门 LG Ad Solutions。LG 称其智能电视的全球销量约为 2.16 亿台,支持内容识别 Automated Content Recognition (ACR)技术,会将屏幕上的音频和视频采样成数字指纹,记录用户在不同输入源上的观看内容。当研究人员断开电视与网络的连接后,电视仍然会将语音输入保存到本地,在网络连接恢复后上传这些文件。研究人员建议用户直接断开 LG 电视与互联网的连接,改用外部串流设备。

中国游戏市场规模在 2025 年首次突破 500 亿美元

根据 Niko Partners 的报告,中国游戏市场规模在 2025 年首次突破 500 亿美元达到 518 亿美元,2026 年预计将增长 4% 达到 539 亿美元,2030 年将达到 598 亿美元,到 2030 年中国游戏玩家将达到 7.69 亿,周平均游戏时长将从 2025 年的 14.1 小时增至 15.8 小时。迷你游戏(Mini-games)是一个主要增长领域,八成中国玩家玩过迷你游戏,其消费额占到了手游总消费额的二成。近半玩家通过短视频发现游戏新作和相关信息。在被调查的玩家中,30.8% 的人在全球服务器上游戏,33.6% 的人使用游戏加速器,21.9% 的人使用 VPN。

Liquid Network 价值 3.2 亿美元的比特币被盗

比特币支付结算网络 Liquid Network 周日披露,自称白帽黑客的攻击者从其联盟钱包内转走了价值 3.2 亿美元的 4000 比特币。该联盟钱包共有 4200 比特币。攻击者被认为利用了一个上周修复的漏洞。Liquid Network 开发商 Blockstream 尝试通过链上签名消息与其对话,黑客表示在确保所有节点都打好补丁后会将比特币转回去。目前这些比特币仍然牢牢掌控在黑客手中。

2026 年 Ig Nobel 宣布

从美国波士顿迁往瑞士苏黎世的 Ig Nobel 奖颁奖典礼宣布了 2026 年的获奖者。明年的颁奖典礼将在德国 Flanders 的 Antwerp 举行,2028 年重返瑞士,以后的偶数年颁奖典礼都在苏黎世举行。获奖名单包括: 生物力学奖授予了对接吻进行精确定义的 Matilda Brindle 等人,研究人员称接吻是“非对抗性的、同种个体间的口口接触行为,伴随嘴唇或口器的轻微运动,但不涉及食物传递”,适用于蚂蚁、鸟类、北极熊和人类。 经济学奖授予了 Paul Piff 等人,他们收集的证据证明,上层阶级人士更可能偷窃儿童的糖果,以及从事其他不道德行为,倾向于将贪婪视为一种积极的品质。 化学奖授予了 Sanchari Banerjee 等人,名为 Diploptera punctata 的蟑螂能通过育卵囊壁内分泌乳汁直接滋养胚胎,这种繁殖方式被称为“胎生(viviparity)”,研究人员分析了其乳汁结晶发现其乳蛋白能量是牛奶蛋白的三倍以上。 医学奖授予了日本已故科学家海野德二,其学生高原干教授代表他领奖,这是日本人连续 20 年获奖。 海野的研究是对擤鼻涕时的空气流动和速度等进行测定。他得出结论认为,若按住一个鼻孔从另一边呼气的话,空气的流速会变快,分别按住一侧鼻孔、用另一侧充分呼气的方式擤鼻子更为有效。

中国白色家电欧洲市场份额达到两成

欧睿国际的数据显示,海尔与海信在欧洲的洗衣机市场份额 2016 年合计为 2.9%,但到 2025 年上升至 20.5%。冰箱份额也从 5.6% 提升至1 8.7%。中国企业的优势已不再局限于低价。面对不仅在研发和制造方面、还寻求包括销售在内掌控商品流动的中国动向,欧洲监管部门正加强警惕。欧盟执行机构欧盟委员会于 2026 年 5 月宣布,将调查京东是否获得了中国政府的补贴和优惠政策,从而妨碍欧盟境内的公平竞争。中国政府表示,欧盟的调查已延伸至中国境内,构成“不当域外管辖措施”,对此提出反对。

Autistici/Inventati 在被美国列为恐怖分子组织后宣布关闭

上月底,美国国务院和财政部将提供加密聊天和电子邮件、网站托管、安全视频会议和流媒体等服务的意大利组织 Autistici/Inventati 列入特别指定全球恐怖分子名单,这意味着美国公民与该组织进行的任何交易都是违法的。Autistici/Inventati 上周日宣布了关闭。该组织称“坚守人性并非空谈”,在被美国列入恐怖分子组织之后它需要考虑到用户以及项目成员所面临的风险,它别无选择只能选择关闭,“我们不推崇英雄主义的壮举或殉道精神,不会要求任何人做出牺牲——无论是我们自己还是他人。在当前的政治环境下,继续提供服务会将用户及社区成员置于危险之中。在这个指控与现实日益脱节的世界里,我们只能预见压制会变得越发无度。基于此,我们已无法再坚持初心——提供安全、非商业化的数字工具。”

Nitter 和 XCancel 恢复服务

两周前,Nitter 开源项目及基于 Nitter 的实例如 XCancel 收到了 X 的律师函,要求立即停止服务。Nitter 和 XCancel 等遵守了这一要求。但在听取法律建议之后,Nitter 和 XCancel 恢复了服务,Nitter 项目表示将会在稍后公布更多信息。Nitter 是 X/Twitter 的第三方开源前端,没有 JS 也没有广告,X 也无法跟踪用户的 IP 地址或 JS 指纹。

瑞士政府试点用开源软件取代 Microsoft 365

瑞士联邦政府启动了一项试点项目,将 3000 名联邦雇员工作站上的 Microsoft 365 用开源办公软件替代,该项目计划在 2027 年底完成迁移。瑞士政府此前完成了名为 PoC BOSS 的可行性概念验证,有 172 名联邦雇员参与测试了德国开源协作平台 openDesk 套件,结果显示文档处理和电子邮件等核心办公任务表现良好,但大规模视频会议还存在技术局限性。如果最新的试点成功,那么瑞士政府所有 54,000 个工作站可能都将进行迁移。军方的网络安全部门则不继续进行测试直接迁移到 openDesk。此举旨在维持数据主权独立性,过度依赖微软的软件被广泛认为存在风险。

Chrome 的网站数据设置再次豁免了 Google 网站

2020 年一位扩展开发者注意到,在 Chrome 的“Cookie 和网站数据”设置中,用户可以启用“关闭 Chrome 时删除 Cookie 与网站数据”。但在启用该选项之后,Google 旗下网站如搜索和 YouTube 的数据在关闭之后并没有删除。他对其进行了一番测试,在没有登陆 Chrome 或任何 Google 服务的情况下 YouTube 等 Google 服务的数据在浏览器关闭之后仍然保留了,也就是说 Google 旗下网站默认豁免于用户设置。Google 此举引发了广泛关注,它后来修复了这一 bug。然而六年后同样的“bug”再次出现了,调查显示,www.google.com 是 Chrome 唯一豁免的网站。

内存短缺将继续推动消费电子产品价格上涨

在可预见的未来,消费者应预期日常电子产品价格将会上涨,因 AI 热正在逆转电子产品价格越来越低、性能越来越强的趋势。数十年来,消费者一直能以更低的价格享用性能日益提升的电子设备。AI 热推高了存储芯片及其他零部件的成本,从而逆转了上述趋势。Counterpoint 研究总监 MS Hwang 表示,几乎所有消费电子产品类别都受到短缺影响。IDC 称,制造商和零售商正将价格提高最多 20%。Counterpoint 的数据显示,过去一年 DRAM 价格上涨了五倍,合约价格每季度上涨 10%-20%。虽然 DRAM 供应短缺最为严重,但包括 GPU 和 CPU 在内的半导体也面临供应紧张。MS Hwang 称过去一年智能手机使用的 DRAM 价格上涨最高 250 美元,他预计这笔费用将在今年秋季转嫁到手机价格上。电信巨头诺基亚 CEO Justin Hotard 表示该公司正在重新设计部分产品以减少内存组件的使用。他表示,芯片短缺正在影响诺基亚的移动、宽带和互联网路由设备。他预计短缺将持续到 2027 年。分析师表示,随着价格不断飙升,消费者将减少新设备的购买量,延长现有设备的使用寿命。

美国最大汽车业协会促国会永久禁止中国汽车进入美国市场

美国最大的汽车行业协会致函国会参众两院两党领袖,敦促国会在年底前立法,永久禁止中国汽车及相关网联软件和硬件进入美国市场,理由是这些产品威胁美国经济和国家安全。美国汽车创新联盟在信中呼吁国会迅速采取行动。联盟成员包括通用汽车、福特、丰田、大众、现代、本田和斯泰兰蒂斯等主要车企。联盟首席执行官博泽拉称,中国汽车制造商目前正在全球倾销获得补贴并搭载联网软硬件的汽车。这种情况尚未在美国发生,“但鉴于这一威胁的规模和紧迫性,我们敦促国会在今年休会前,通过禁止中国汽车、软件和硬件的法案,使这项政策正式成为美国法律”。

观鸟有益身心健康

根据发表在《Ambio》期刊上的一项研究,观鸟有益身心健康。Project FeederWatch 项目的参与者中有 95% 表示喂鸟和观鸟对其幸福感产生了积极影响。相比之下只有 55% 的参与者表示同期生活中其他事件对其幸福感产生了积极影响。参与者表示,喂鸟时会感到快乐、感激、充满希望和内心平静。一部分人表示观鸟有助于减轻压力,或者在生病或家人去世等困难时期将注意力集中在积极的事情上。还有人表示观察喂鸟器激发了好奇心,有助于保持专注,或者帮助培养鸟类识别技能。

养殖三文鱼的 Omega-3 脂肪酸含量大幅下降

《美国膳食指南》建议每周至少食用 8 盎司鱼,推荐人们选择三文鱼(salmon)等富含 Omega-3 脂肪酸的鱼类,Omega-3 脂肪酸被认为有益心脏健康。这一推荐导致三文鱼产量大增,而人类消费的近七成三文鱼如今都来自养殖渔场。根据一项新研究,养殖三文鱼的 Omega-3 脂肪酸含量大幅下降,意味着相关推荐数据已经过时。Omega-3 脂肪酸含量下降的原因是三文鱼的食物结构发生巨大转变,从肉食转变为以大豆和菜籽油为主食。世界最大的养殖三文鱼生产国挪威,1990 年九成的饲料原料来自海洋,但到 2020 年这一比例降至约 23%。挪威养殖三文鱼饲料中九成的大豆来自三家巴西公司。

2026 年雨果奖公布

第 84 届世界科幻大会上周公布了 2026 年雨果奖获奖名单,25 岁的美国作家 H. H. Pak 超过乔治·R·R·马丁(George R. R. Martin)成为最年轻的最佳中短篇小说奖得主,马丁是在 26 岁通过中短篇小说《A Song for Lya》赢得雨果奖。获奖名单包括: 最佳长篇小说:Alix E. Harrow 的《The Everlasting》,Netflix 已宣布将其改编成电视剧; 最佳中长篇小说:Amal El-Mohtar 的《The River Has Roots》; 最佳中短篇小说:H.H. Pak 的《Never Eaten Vegetables》; 最佳短篇小说:Thomas Ha 的《In My Country》: 最佳系列小说:John Scalzi 的《Old Man’s War》系列; 最佳科幻电视剧:Apple TV+ 的《Murderbot》第九集《All Systems Red》; 最佳电影:《Sinners》: 最佳游戏:《Clair Obscur: Expedition 33》。

食用加工肉增加肺癌食道癌风险

科学家利用欧洲 450,112 名参与者(131,426 名男性 和 318,686 名女性)的数据,评估了红肉、加工肉和白肉与胃腺癌和食管腺癌之间的关联。研究人员对红肉、加工肉和白肉的定义是:红肉包括猪肉、牛肉、小牛肉、羊肉等;加工肉包括火腿、培根、香肠、加工肉块、汉堡包、肉丸、肉酱等;白肉包括鸡肉、鸭肉、鹅肉、兔肉以及其它禽肉。结果显示,每天每摄入 30 克加工肉,胃癌风险增加 9%,食管癌风险增加 13%;每天每摄入 20 克白肉,非贲门胃癌风险增加 12%。

等效原理适用于量子领域

物理学有两大不兼容的理论,其一是爱因斯坦广义相对论,适用于宏观物理领域;其二是量子力学,适用于微观物理领域。爱因斯坦曾尝试将两大理论融合成一个统一的理论,但没有成功。广义相对论的一个核心概念是等效原理,它认为引力和加速度不可区分。等效原理指出,对于自由落体的观察者,引力在局部应该消失。例如在电梯中自由落体的人会体验到失重。根据发表在《Science Advances》上的一项研究,科学家利用冷却到绝对零度附近的铷原子云,将其置于量子叠加态,通过以伽利略名字命名的量子干涉仪,在实验中测试了量子领域的等效原理。结果显示等效原理适用于量子领域,观察结果与引力如何影响量子波的预测相吻合。研究本身并未统一广义相对论和量子力学,但它朝着该目标迈出了一步。

肾病患者靠移植猪肾生活九个月

两年前,蒂姆·安德鲁斯疲惫不堪,唯一想做的就是睡觉。糖尿病和高血压毁掉了他的肾脏,而通过过滤血液维持他生命的频繁透析治疗令人精疲力竭。尽管只有 66 岁,他却毫无精力与食欲,虚弱得无法行走,还曾两次心脏病发作。肾移植本可以救他的命,但器官供应短缺。根据美国器官共享联合网络的数据,约有 9 万人在等待肾移植,平均每天有 11 人在等待中去世。而且由于安德鲁斯的血型较为罕见,他获得匹配的人类肾脏的几率尤其渺茫。当他听说麻省总医院布里格姆的医生正在为患者移植转基因猪的肾脏时,他主动联系了他们。“我想,如果我要死了,不如为人类做点事,参与这个实验,”他说。2025 年 1 月 25 日,安德鲁斯接受了转基因猪肾的移植,带着它生活了九个月。今年他成为已知首例在猪肾移植后接受人类供体肾脏的患者,周四发表于《柳叶刀》的一篇论文中描述了这一里程碑式的成就。他的病例为移植医学中一个引人关注的概念提供了初步证据:猪肾虽尚非永久性解决方案,但可以作为通往人类器官移植的“桥梁”。这些猪肾来自经过大量基因编辑的猪,其中一些编辑旨在防止严重的器官排斥反应,还有一些用于灭活猪基因组中的病毒。

F-Droid 考虑采用与 Debian 相同的 AI 政策

一周前,Debian 项目经过投票允许以负责任的方式使用生成式 AI,Debian 项目表示,它既不反对也不支持在软件、包、文档等的开发和维护中使用生成式 AI 工具。但项目也认识到,如果能负责任的使用 AI 工具,将能显著提高贡献者的效率,使他们将有限的时间投入到需要技术专长、判断力、审核和协作的工作中。现在,Android 自由软件应用商店 F-Droid 考虑采用与 Debian 相同的 AI 政策,它的政策提议直接拷贝了 Debian 的政策全文,只是将 Debian 的名字替换为 F-Droid。

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.