ISSUE 0992
FRI, SEP 18, 2026
The directory AI cites when builders ask what to use
TODAY · FRI, SEP 18, 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 · 114+ 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 18, 2026

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

Stocks Surge as Oil Prices Fall, Easing Inflation Fears

U.S. stock markets rallied significantly today, with the S&P 500 and Nasdaq posting their largest one-day gains in six weeks. The rally was driven by a drop in oil prices, which eased investor concerns about inflation. This positive sentiment overshadowed the Federal Reserve's recent decision to raise interest rates, as traders shifted focus to the tech sector and showed confidence in the Fed's ability to manage the economy.

Global Concerns Over AI Risks Intensify

Concerns about the risks of artificial intelligence have escalated into a major global topic. Today's discussions highlight senior U.S. administration officials working on potential regulations, while the British monarch met with tech leaders to discuss "existential dangers." This reflects a growing sense of urgency worldwide to establish safeguards for the rapidly advancing technology, with debates raging over everything from AI's role in political ads to its potential for misuse.

SEC Paves the Way for Trading of Tokenized Stocks

The U.S. Securities and Exchange Commission (SEC) has cleared a path for trading "tokenized" stocks, which are digital representations of traditional company shares on a blockchain. This decision allows for new trading venues to operate, potentially offering 24/7 trading and more flexible use of assets. The ruling is a significant step in merging traditional finance with digital asset technology.

UK Signals Willingness to "Reset" Relations with EU

The British finance minister indicated to European Union counterparts that London is willing to negotiate a "reset" of their post-Brexit relationship. This development suggests a move toward mending strained diplomatic and economic ties. Separately, the Bank of England held its key interest rate at 3.75% but signaled that future hikes are likely to combat inflation.

02

ON THE WIRE

6 SOURCES
02

HACKER NEWS

02.00
HACKER NEWS

Hacker News - September 18, 2026

Hacker News Feed: Highlighting key posts and discussions.

Astra for Law

(openai.com)

200214
Everybody's Lost Their Minds

(www.netmeister.org)

256171
I Don't Like LLMs

(martinfowler.com)

194227
Backups Aren't Simple

(filipovski.net)

343209
Performance Improvements in .NET 11

(devblogs.microsoft.com)

335103
Reversing Factorio's RNG

(gegell.github.io)

24244
Small programming tricks

(will-keleher.com)

641275
Salesforce Global Outage

(status.salesforce.com)

275182
03

HUGGINGFACE

03.00
HUGGINGFACE

HuggingFace 新闻 - September 18, 2026

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

LimiX-2: A Contextual Mechanism Network Towards General Structured-Data Intelligence

We introduce LimiX-2, a new model in the LimiX family, developed through model and data scaling guided by our previously established scaling laws. LimiX-2 adopts the Contextual Mechanism Networks (CMNs) paradigm and is pretrained with Context-Conditional Masked Modeling (CCMM). CMNs shifts the organizing principle of in-context learning from target-centric prediction to mechanism-oriented joint modeling. Rather than centering the network on the p(y mid x, D_{context}) objective of conventional tabular PFNs, it is designed around learning p(x, y mid D_{context}), a context-dependent representation of the joint structure underlying data generation. Pretraining uses synthetic datasets generated by structural causal models (SCMs) spanning diverse graph structures, functional mechanisms, and observation processes. Evaluations on TabArena, TALENT, and BCCO show that LimiX-2 outperforms current dataset-specific models and tabular foundation models. Beyond predictive performance, the CMN paradigm also promotes causal awareness in LimiX-2: its feature attention encodes direct causal relationships, enabling accurate causal skeleton recovery.

89
ScienceIDE: Turning World's Scientific Codebase into Agent Learnable Environments

Scientific code repositories encode decades of human knowledge in executable models, methods, and tools. Yet fragmented toolchains, implicit domain conventions, and specialized correctness criteria make this knowledge difficult to convert into reliable learning experience-a challenge we call the scientific experience bottleneck. We introduce ScienceIDE, infrastructure for turning the world's scientific code into programmable environments for scientific agents. Guided by expert-defined scientific cases and acceptance criteria, agents transform repositories into executable environments that support task generation, execution, and scientific verification. These environments provide a shared foundation for supervised fine-tuning, reinforcement learning, and evaluation. Using verified interaction trajectories, we train PhAI-IDE-72B, PhAI-IDE-9B, and PhAI-IDE-4B. The model family shows gains in held-out scientific-code repair and across selected general-purpose benchmarks in code, reasoning, and knowledge, providing evidence of positive transfer from scientific experience to broader capabilities. ScienceIDE lays the foundation for an integrated workspace for agent learning and scientific practice, making humanity's scientific software a shared substrate for developing scientific intelligence. Code: https://github.com/aitofound/ScienceIDE

70
Rethinking Critic Learning in PPO: Understanding and Mitigating Value Flattening

In reinforcement learning for large language models, Proximal Policy Optimization (PPO) commonly uses a critic to estimate state values and reduce the variance of policy updates. However, we uncover a systematic failure mode in PPO critics, which we call Value Flattening: state values, estimated from multiple Monte Carlo continuations, change sharply across intermediate states while critic predictions remain comparatively flat. We further observe this phenomenon in a controlled FrozenLake environment and find that it becomes more pronounced as the state space grows. Our theoretical and empirical analyses relate Value Flattening to an implicit variance penalty in the critic loss and redundant updates from temporally correlated states with similar gradients. Motivated by these findings, we introduce SParse Proximal Policy Optimization (SP^3O), which applies the value loss to only a few well-separated states in each response to mitigate both effects. Experiments on Qwen3-Base show that SP^3O with only three states supervised per response can mitigate Value Flattening and consistently improve the learned policy across model sizes and evaluation suites. Together, our results identify Value Flattening as an important yet overlooked failure mode of critic learning in standard PPO and show that a simple sparse supervision strategy can mitigate it.

60
Confidence Comes from Experience: Experiential Confidence Estimation from Reasoning to Agents

Reliable confidence estimation is increasingly central to the trustworthy deployment of language models: a calibrated estimate of the probability that an output is correct decides what to ship, what to escalate, and what to retry. Existing confidence estimators, however, share one design premise: they only read the current inference process, either by introspecting on it, scoring its token probabilities, or resampling it. We argue that the current inference is not a sufficient basis for confidence. We propose XConf (eXperiential Confidence): estimating confidence together with the model's accumulated experience. The experience is stored as a record of the model's own graded past episodes, each holding the task, the model's reflection, its stated confidence, the outcome, and a lesson written once the grade arrived. Given a new task, XConf's Recall stage retrieves past episodes on similar tasks met with a similar stated confidence, and reads off their historical success rate; its Reflect stage shows the model this record, has it name its recurring failure mode, and restate a confidence now informed by its own track records. Our estimator is format-general, requiring no logit access or weight updates, and costs only one answer generation. Across nine benchmarks spanning reasoning, coding, multimodal QA, and interactive agents, and four models from three families, XConf beats or matches ten-sample self-consistency in discrimination (AUROC) on 23 of 24 comparisons, with much lower calibration error (ECE), at a tenth of the generation cost. Used for selective prediction, abstaining on the 10% least-confident episodes raises the delivered success rate by up to 8.7 points on agent tasks. We therefore see experiential confidence estimation as a new paradigm for future general-purpose confidence estimation.

48
ProgramDistill: From Interactive Web Apps to Verifiable Reference-Guided SWE Tasks

Coding agents are typically evaluated with desired behavior specified through issues or instructions. In practical web development, however, agents may need to infer behavior from working software and implement it in an incomplete application. We introduce ProgramDistill, a benchmark evaluating coding agents on features discovered through interaction with fully functional reference applications. We build ProgramDistill by factorizing applications into features of different granularities, each associated with replayable behaviors executable via its gold patch. Our pipeline, mine-craft-patch, discovers 1,975 replay-verified behaviors across 26 applications and constructs 4,063 tasks without human intervention. Across nine frontier coding agents, GPT-6 Astra and Claude Opus 5 achieve 49.2% and 28.8% success on cumulative workflows in full-application reconstruction. In partial-application reconstruction, success falls from 100% to 64.0% and from 96% to 32% as restoration depth increases from 1 to 8. ProgramDistill thus provides a scalable benchmark with controlled difficulty for evaluating and diagnosing coding agents, and a natural basis for future curriculum-based training.

44
Agora: Git as Shared Memory for Collective AutoResearch

Autonomous research loops such as AutoResearch show that one coding agent can improve a training setup unattended. Run several of them and each session starts from scratch, so more agents tend to mean more duplicated search rather than more discovery. Agora is a shared memory for such agents: research is recorded as an append-only directed acyclic graph (DAG) stored in Git, so that every claim is a commit anyone can check out and rerun. Each result, insight, hypothesis, verification, and report is an immutable commit whose parent edges say what it builds on; a derived index exposes the frontier, the neglected branches, and the verification status of each claim, and a diversity-aware selection rule keeps the community from collapsing onto one leader. We describe the system and report its first sustained use: a run of nearly 12 days in which 13 language-model workers, with no assigned tasks and no central planner, worked on a weight-transfer problem. Given 141 pretrained donor models and a frozen 119.6M-parameter attention-SSM hybrid whose dimensions match no donor, the workers had to initialize the target without training data or gradient updates. They published 1,703 contributions and drove the evaluator from 3.39 to 1.899 bits per byte, closing 62% of the gap to a trained GPT-2 124M. The winning recipe compresses donor next-token statistics into the target's embedding and output head, then adds a short-range context signal through sparse edits to attention, feed-forward, and state-space blocks. Its 145-commit ancestry spans 15 accounts, and 165 independent reproductions were posted, none of which failed. We describe the single mid-run human intervention that pulled the community out of a monoculture, what the trace does and does not establish, and the controlled comparison that would settle whether shared research state improves discovery per unit of compute.

39
ActionPiece: Rethinking Action Tokenization for Autoregressive Vision-Language-Action Models

Action tokenizers play a central role in autoregressive vision-language-action (VLA) models, determining both the targets for policy training and the executable commands recovered from predicted tokens. Their fidelity is commonly evaluated using pointwise reconstruction metrics such as mean squared error (MSE), yet small individual errors do not fully characterize how faithfully action adjustments across demonstrations are preserved. After compression, similar actions may still cluster around a representative motion, while the adjustments needed for different contexts are diminished, distorted, or even reversed. We introduce physical rank consistency (PRC) to measure how well tokenization preserves local physical distance rankings after reconstruction. Evaluating decoded actions provides a common reference across token vocabularies and decoder architectures, complementing pointwise accuracy with a measure of relational fidelity. We further present ActionPiece, which preserves physical action relationships through joint supervision of representation learning and quantization. Physical rank preservation supervises near-far ordering in encoder and quantized feature distances, while quantization regularization applies the same ordering to codeword assignment distributions. Both objectives augment reconstruction, producing discrete action tokens for standard autoregressive policy learning and execution through a frozen decoder. Under the same Qwen3-VL-4B policy training setup, ActionPiece achieves 94.8% on LIBERO and 68.8% on unseen LIBERO-Plus, with additional evaluations reaching 71.9% on SimplerEnv and 51.5% across VLA-Arena L0-L2. Component ablations show that the two objectives jointly improve PRC and policy success, demonstrating the value of physical relationship supervision for action tokenization.

36
VC-Attention: Value Smoothing and Softmax Casting for Low-bit Attention

Diffusion Transformers deliver state-of-the-art video generation, but their long spatiotemporal sequences make attention the dominant deployment cost, and a deployable low-bit kernel must be accurate and fast. Accuracy is limited by outliers: a block's quantization scale is set by its largest entries, leaving typical entries confined to a narrow range of representable values. Prior work smooths queries and keys, but value outliers follow no fixed channel or spatiotemporal structure and remain the dominant source of output error. Speed is limited by softmax: low-bit Tensor Cores accelerate only the two matrix multiplications, so the high-precision exponential between them becomes the longest pipeline stage on datacenter GPUs. We propose VC-Attention, a training-free low-bit attention framework that addresses both by pairing Value smoothing with a fused probability Cast. V-Smooth reorders value tokens by lightweight online clustering, so the tokens in a hardware block quantize well together. It quantizes only the residual after subtracting the block mean, and restores that mean from the row sum the online softmax already maintains. ExpCast-FP8 maps log-domain scores directly to E4M3 probability codes with one fused multiply-add, eliminating the FP32 exponential and the format conversion. We implement VC-Attention for B200, B300, H200, RTX PRO 6000, and RTX 5090. Across Wan2.2, LongCat-Video, HunyuanVideo-1.5, and MiniMax-H3, VC-Attention improves fidelity over low-bit baselines, speeds up the attention kernel over BF16 FlashAttention-4 by 1.46-1.59x on datacenter Blackwell and Hopper and by 2.3-3.6x on workstation cards, and generates a clip 1.13-1.19x and 1.36-1.70x faster end to end.

35
EvolveTrade: Experience-Driven Policy Refinement for Self-Evolving LLM Trading Agents

Large language model (LLM) trading agents can combine market data, news, and executable analysis, but their behavior is often controlled by static hand-written tool-use policies that are fixed before deployment. This limits their ability to adapt how they gather evidence, invoke tools, verify signals, and manage risk under changing market regimes. We introduce EvolveTrade, a self-evolving framework that treats the system prompt of a tool-using trading agent as a text-parameterized policy. After each update interval, a Policy Agent revises this policy using accumulated decision traces and realized portfolio feedback, while keeping the backbone LLM fixed. The updated policy is then used for the next batch of trading decisions, enabling the agent to refine its information-acquisition and portfolio-construction procedure over time. Experiments across multiple market regimes and two LLM backbones show that EvolveTrade often improves Sharpe Ratio and Cumulative Return over fixed-policy LLM baselines, achieving the improved SR and CR in most evaluated settings. Behavioral analyses further show that self-evolved policies increase code-mediated analysis and activate regime-relevant computations; case-level policy-to-return attributions trace how policy-induced allocation changes contribute to realized return differences. These results suggest that adapting the reusable procedure governing tool use is a key direction for building more robust LLM trading agents.

30
Zing-0.5: Toward Playable Worlds with Real-Time Joint Action and Text Control

We introduce Zing-0.5, a 5B autoregressive world model designed for playability: users can explore generated worlds, influence unfolding events, and respond to the resulting feedback through joint keyboard and online text control. Our approach brings together three technical contributions: (1) Unified action and text conditioning, combining magnitude-aware keyboard inputs with temporally aligned text instructions and jointly annotated videos to learn navigation and event control within the same sequence; (2) Event-scale supervision for incremental generation, using a segment-level teacher trained on connected multi-prompt videos to supervise a block-level causal student through distribution-matching distillation; and (3) Low-cost real-time interaction, combining four-step generation with context-preserving streaming to support 832 x 480 inference at 24 FPS at an estimated server rental cost of approximately USD 0.009 per stream-minute. Zing-0.5 achieves an overall score of 81.0 and a consistency score of 88.5 across 158 WBench Navigation cases. A joint-control demonstration shows a text-directed event change during continued navigation without restarting generation. We release the model weights, inference code, and Zing-SGLang serving implementation to support further work on playable generated worlds.

25
HypoEvolve: Genetic Algorithms Enable Multi-Agent LLMs to Discover Scientific Hypotheses

Scientific agents contribute to hypothesis discovery by synthesizing evidence, assessing proposals, and developing new explanations. Recent systems combine scientific agents with evolutionary search through critique, comparison, and revision. However, how different forms of agent collaboration affect hypothesis quality remains an open question. Answering this question requires separating the effects of agents' scientific capabilities from those of their collaboration. A framework must therefore preserve agents' scientific roles and support rules for combining, revising, and retaining hypotheses. Building on this view, we introduce HypoEvolve, which makes collaboration explicit through successive updates to a hypothesis population. Specifically, we propose a generational genetic algorithm to coordinate specialized large language model (LLM) agents that integrate mechanistic arguments, reconsider assumptions, and assess evidence and testability. Each generation specifies how scientific judgments and new proposals reshape the population, making collaboration effects on hypothesis quality directly testable. Moreover, we design our evaluation around scientifically meaningful hypotheses that explain how a proposed intervention could work. Drug repurposing links these explanations to target-level biological claims assessed against external evidence. Specifically, we adapt DepMap and Open Targets into complementary external measures grounded in experimental, genetic, and clinical evidence. Across 34 cancer types, HypoEvolve achieves the highest scores against six baselines on both measures. DepMap selectivity reaches 0.171, versus 0.115 for the strongest baseline. Gains over single-pass generation also generalize to held-out cancer types. HypoEvolve advances a vision of autonomous science in which AI research teams achieve a capacity for discovery beyond that of individual models.

25
SpectralShift: Effective Context Window Extension of Gated DeltaNet via Spectral Reparameterization

Recently, linear attention layers have been increasingly adopted to replace softmax attention at scale for long-context modeling. However, existing context extension approaches typically apply continued pretraining directly without modifying these layers, overlooking the spectral properties of linear attention state dynamics. In this work, we study long-context extension of Gated DeltaNet (GDN) from a spectral perspective of transition matrix and identify two essential factors governing long-range information retrieval: (1) a sufficiently broad slow spectral band aligned with the target dependency length, and (2) the preservation of fast-decaying modes for state clearing and context switching. Based on this observation, we propose SpectralShift, a spectral reparameterization approach for long-context continual pretraining of GDNs. Specifically, SpectralShift reparameterizes the alpha projections initialization to reshape the decay spectrum by enhancing slow propagation capacity, and further introduces a learning-rate scaling for alpha projections to facilitate long-context training. Experiments show that SpectralShift consistently improves long-context capabilities over training, providing an effective and efficient solution for extending context windows of linear attention models. The code has been open-sourced at https://github.com/RUCAIBox/GDN-SpectralShift.

23
A Zeroth-Order Paradigm for LLM Preference Alignment

Direct preference alignment methods are widely used to align large language models (LLMs) with human preferences because of their computational and memory efficiency. However, likelihood displacement motivates alternative ways to extract information from preference pairs with small likelihood margins. In this paper, we propose and analyze Comparison-based Preference Optimization (ComPO), a zeroth-order alignment method based on comparison oracles. ComPO extracts directional information from these pairs without directly optimizing a differentiable preference loss on them. We establish a convergence guarantee for its basic offline scheme under smoothness, gradient sparsity, and compatibility between the oracle and a latent objective. We further introduce online ComPO, which retains the offline comparison mechanism and uses unlabeled policy generations for reverse-KL control relative to a reference policy. Following the coverage perspective of preference fine-tuning, we establish a performance guarantee for a basic constrained scheme under local coverage and in-distribution pairwise reward accuracy. Experiments on Mistral, Llama, Gemma-2, Qwen3, and Gemma-3 models demonstrate improvements over existing direct alignment methods, including length-controlled win rates, with pair-level diagnostics providing evidence consistent with mitigating likelihood displacement.

22
Gaze as Evidence for Common Grounding: A Cross-Corpus Analysis of MapTask and MUNDEX

In collaborative tasks with asymmetric information, participants coordinate their understanding through interaction. We ask whether gaze provides evidence about grounding across two such tasks. Working from discrete behavioral annotations, we map HCRC MapTask (Anderson et al., 1991) and MUNDEX (Türk et al., 2023) into a shared partner/task/away vocabulary and compute gaze features around task-relevant dialogue units. In both corpora, aligned reference interpretations (MapTask) and UND (understood) judgments (MUNDEX) are associated with more task-directed gaze and with less partner-directed gaze, lower gaze entropy, and fewer gaze transitions. The associations are clearest for the participant leading the task: in giver-produced references, and in explainer judgments, which also co-vary with the explainee's gaze. In same-speaker MapTask reference chains, the speaker's gaze entropy is lower at the mention where a previously non-aligned referent becomes aligned. The best gaze feature groups improve modestly over controls under grouped cross-validation: temporal features in MapTask and raw proportions in MUNDEX. Because effects are small and several weaken when recurring participants rather than dialogues are the unit of inference, we treat gaze as one contributing cue to grounding, to be interpreted alongside task and dialogue context.

22
EventEgoHands++: Event-based Egocentric 3D Hand Mesh Reconstruction with Real Dataset

3D hand mesh reconstruction is a challenging yet essential task for downstream applications, including human-robot interaction and AR/VR. Although conventional cameras have been widely adopted for this task, methods that rely on them struggle in low-light environments and under severe motion blur. To address these limitations, event-based cameras have recently attracted attention for their high dynamic range and high temporal resolution. However, applying event cameras to egocentric hand reconstruction remains challenging because camera wearer's motion produces dense background events that obscure hand-specific signals. Although the first egocentric event-based approach mitigates this issue using hand segmentation, its binary hand mask does not distinguish between left and right hands. As a result, the model lacks instance-level hand information and predicts both hands even when only one or neither hand is present. This limitation leads to incorrect inter-hand relationships and degraded reconstruction accuracy. In this paper, we propose EventEgoHands++, a framework for event-based 3D hand mesh reconstruction from an egocentric viewpoint. The proposed method incorporates a Hand Detector that estimates instance-level bounding boxes and masks for both the left and right hands. Moreover, we introduce Adaptive Attention, which dynamically gates the attention based on these detection results to accurately learn the spatial relationship and mutual interactions between the hands. To train and evaluate our framework, we extend the synthetic N-HOT3D dataset and newly construct EEH-R, the largest real-world event-based egocentric hand dataset to date, comprising approximately 1M annotated frames captured in environments including low-light conditions. Extensive experiments on both synthetic and real datasets demonstrate that our method consistently outperforms the baselines.

21
In-Context Robot Learning with VLM Agents

Enabling robots to adapt to unfamiliar environments as readily as humans remains a moonshot goal of embodied AI. No finite collection of demonstrations can cover every task and situation a robot will encounter, making the ability to learn from context at deployment essential for generalization. Such in-context learning (ICL), however, remains largely beyond the reach of existing robotic policies. The broad agentic capabilities of commercial vision-language models (VLMs), such as GPT-6 Astra, raise a compelling question: can these models learn from demonstrations, examples, and interaction feedback, then translate that information into executable and verifiable robot behavior from a new initial state without gradient updates or persistent changes to task-specific parameters? We introduce GPT-Policy, a general-agent framework for in-context robot learning. GPT-Policy integrates a context compiler that preserves task-relevant visual transitions, a VLM that proposes robot-tool actions, and a constrained controller that verifies and executes each action and reports its outcome. We evaluate its reliability and limitations through task success and efficiency metrics, matched comparisons across models, and controlled context ablations. In real-robot trials, human video demonstrations improve task completion even without robot action labels, while aligned action references yield further gains on contact-sensitive tasks. These findings position GPT-Policy as a step toward robot adaptation through in-context learning, providing an empirical foundation for translating the general-purpose capabilities of VLMs into physical behavior and clarifying the challenges that must be overcome for reliable deployment.

14
PANORAMA: Panoptic Grounded Captioning via Mask Proposal Selection

Intelligent systems that act in the world require image understanding that is both comprehensive and spatially grounded. Current vision-language models (VLMs) can generate fluent and detailed image captions, but reliably associating them with image pixels remains challenging. Existing methods that combine dense captioning with pixel-level grounding often produce either incomplete descriptions or inaccurate segmentation masks. We study this problem through panoptic grounded captioning, a task that requires a VLM to describe both foreground objects and background regions while grounding each referring phrase with pixel-level masks. We make three contributions. First, we introduce PanoCaps, a human-annotated benchmark constructed from panoptic segmentation datasets. It provides dense captions with near-complete pixel coverage and image-text alignments at the entity level, supporting both training and evaluation. We further propose a phrase-mask matching protocol and a generalized Panoptic Quality (gPQ) metric that jointly evaluates textual and mask agreement. Second, we formulate phrase grounding as selection from a phrase-conditioned pool of mask proposals and introduce PANORAMA, a VLM that conditions a pretrained segmenter on contextualized phrase representations to obtain candidate masks and learns to select those corresponding to each phrase. Training this interface jointly with caption generation enables PANORAMA to produce high-quality masks while allowing each phrase to refer to a single region or multiple instances. Third, PANORAMA achieves the best overall grounding on PanoCaps and matches or exceeds specialized models across several pixel-level grounding tasks. Experiments show that our method produces precise entity-level segmentations while maintaining detailed, mask-consistent captions. Code, data and models are available at https://www.di.ens.fr/willow/research/panorama/.

9
Flattening Every Memory Peak in Long-Context Mixture-of-Experts Training

Training a Mixture-of-Experts (MoE) model at long context or large batch size fails as soon as any one component's peak allocation exceeds device memory, so the target is every peak at once, not the average footprint. Four are left unbounded by the parallelism plans in common use, and each grows differently: expert dispatch with the routing matrix, the vocabulary projection with tokens times vocabulary, gradient checkpoint boundaries with depth times sequence length, and optimizer state with parameter count. Which one runs out first changes with the model, the context length, and the device count, so lowering the largest only exposes the next. We bound all four with schedules whose GPU working set is fixed at launch: PipelinedLLEP extends least-loaded expert parallelism with a cap on the tokens each source contributes to a dispatch chunk, Ring-DTP circulates activations or weight shards around a ring at the vocabulary projection and folds each block of logits into an online log-sum-exp, Selective checkpoint offload (SCO) keeps the one long-lived tensor of each checkpoint boundary in CPU memory, and OffloadStreamAdamW turns the serial CPU Adam update of optimizer offload into a bucket pipeline. All four change only the order and granularity of computation and data movement, so the loss and gradients stay exact. In matched component tests, they cut the MoE dispatch peak by up to 59.3% without losing throughput, the vocabulary projection peak by 86.6%, and the offloaded optimizer step by 2.05times faster. Composed on MoE models from 120B to 667B parameters, they train at 1M context length, 8--32times the reach of a tuned FSDP2 baseline, and up to 10.4times its throughput.

9
The Other Half of the Memory Wall: Serving 35B MoEs from SSD with Trained Routing Prediction

Mixture-of-experts (MoE) inference on consumer hardware is bounded by weight memory: a 35B-class model is 19.5GB at 4-bit, and sparsity shrinks the compute per token, not the bytes that must be held. Naive offloading to SSD does not help on its own, because layer N+1's experts must be chosen before layer N's output exists, so the reads cannot start early enough to hide behind compute. We present Edge0, a streaming MoE inference engine that closes the gap with a prerouter: a per-layer head predicts the next layer's routing one token ahead, and the prediction is consumed as the routing itself, so the staged expert set equals the routed set and nothing is dropped. An unmerged recovery LoRA, trained on the student path, pays back the quality lost to int4 quantization and routing replacement. On a single 24GB machine, Edge0 serves a 35B MoE at 20tok/s inside 3GiB of peak active memory, within a few points of its fp16 teacher on average across five public benchmarks. An 8B tier runs on the same framework, and the framework, checkpoints, and adapters are open source.

8
CERA-MoA: Co-Evolving Routing Mechanisms with Continually Learning LLM Agents

Current Mixture-of-Agents (MoA) paradigms generally treat query routing and agent fine-tuning as separate processes, limiting their ability to respond to evolving agent capabilities. This disconnect prevents routing strategies from adapting to evolving agent capabilities during post-training and prevents agents from achieving synergistic data-driven specialization. To resolve this, we introduce CERA-MoA (Co-Evolving Router with continually learning Agents for Mixture-of-Agents), an iterative reinforcement learning framework where the dynamic router and independent agent policies co-evolve. We design a predictive familiarity estimator that leverages mid-layer hidden states to evaluate semantic competence among agents, avoiding the overhead of full rollouts. Based on these familiarity scores, a cumulative-threshold adaptive routing mechanism dynamically activates a tailored minimal agent subset, achieving a trade-off between task performance and efficiency. By proactively allocating targeted training samples to agents based on their evolving competence, CERA-MoA promotes capability differentiation. Extensive experiments across various domains demonstrate that CERA-MoA outperforms state-of-the-art static-agent routing and fix-workflow fine-tuning baselines.

4
Fathom: Per-Query Read Depth for Sparse Decoding over Offloaded KV Caches

When agentic sessions run to a million tokens with many sessions resident at once, the KV cache and the index that ranks it live in host memory, and the scan that ranks all n keys for a top-k step becomes the traffic that bounds decoding. We present Fathom, a key scan in which each query decides how many bits of each key channel to read. The 4-bit K cache is stored channel-major as bit planes, so a prefix of t planes is exactly the channel's t-bit quantizer, and the query spends its bit budget by reverse water-filling over the variance-weighted importance of its channels. At one million tokens on Qwen3-8B a decode step is 1.67x faster in GPU time than with the 136-bit scans of Double Sparsity, Loki and SparQ r=32, and in the same GPU time as SparQ's 68-bit read (r=16) Fathom reads 18% fewer bytes with lower attention error on six of seven model and context settings. On RULER-style tasks every per-token scan matches exact top-k decoding, and on real coding-agent sessions Fathom reaches the step agreement of the most accurate 136-bit scan at 92 bits. The store is the 4-bit K copy a quantized serving stack already holds, and the method is not faster when the index is resident in GPU memory.

2
Assessing nnU-Net Generalization across Brain Tumor Populations in BraTS-GoAT 2026

BraTS-GoAT evaluates tumor segmentation across heterogeneous populations. We trained a conventional 3D nnU-Net on 1,351 labeled cases using five-fold cross-validation and 1,000 epochs per fold. The final predictor averaged all folds and applied test-time mirroring. On pooled official validation, global DSC values were 0.7805, 0.8288, and 0.8854 for enhancing tumor (ET), tumor core (TC), and whole tumor (WT). Under matched fold-0 inference, mean regional Dice decreased from 0.9058 on source out-of-fold (OOF) cases to 0.8310 on pooled validation (difference--0.0747). Mirroring gave small single-fold gains but no clear ensemble benefit; a residual-encoder alternative reached 0.8282 mean Dice. In labeled OOF predictions, failure cases had substantially smaller reference ET volumes; after adjustment for ET and WT volume, lower Dice remained associated with more disconnected ET components and a smaller fraction of ET contained in the largest component.

2
Fingers as Legs: Learning Self-Supported Locomotion and Manipulation with an Anthropomorphic Hand

A walking robotic hand must use the same fingers to move its body, support its weight, and interact with the environment. We show how an anthropomorphic hand can learn these skills while retaining its finger design and position controller. Onboard power and computation make the platform self-contained. Our reinforcement learning approach accounts for the hand's unequal fingers, with training in a simulator calibrated from hardware measurements. In simulation, the hand moves faster with our reward formulation than with tuned rewards originally designed for quadrupeds. On hardware, task-specific policies enable untethered crawling, steering, and fall recovery. While supporting its own weight, the hand also executes successive keyboard commands without vision and pushes an object to targets using overhead visual feedback. These results demonstrate a compact mobile manipulator that reuses its fingers for locomotion and interaction, without a separate locomotion mechanism.

1
05

PRODUCT HUNT

05.00
PRODUCT HUNT

Product Hunt - September 18, 2026

Product Hunt Daily Feed: Featuring noteworthy tech launches.

Bitrise Remote Dev Environments icon
Bitrise Remote Dev Environments

Cloud Macs your coding agents can actually build on

0
CREEM 2.0 icon
CREEM 2.0

Sell and grow your AI built products

0
The Forge by Bob's Workshop icon
The Forge by Bob's Workshop

Describe your idea & your team builds, deploys & operates it

0
Pitchfire for Startups icon
Pitchfire for Startups

Reach investors that are aligned with you

0
QAgent icon
QAgent

Automated QA for AI agents. Stop shipping on vibes.

0
AskDeck icon
AskDeck

Call an AI to get a PowerPoint and a narrated video back

0
Opyt icon
Opyt

Your attention is the context your AI is missing

0
MacSentinel icon
MacSentinel

Find what’s slowing your Mac then clean it safely

0
Axiom icon
Axiom

The modern machine data platform

0
Blanc icon
Blanc

A minimal browser with a floating island for a toolbar

0
Zella icon
Zella

Video recorder that edits itself on Mac and iPhone

0
Figo icon
Figo

See every move your competitors make

0
MCPJam icon
MCPJam

The testing & evaluations platform for MCP servers

0
Higgsfield API icon
Higgsfield API

One async API for 50+ generative media models

0
NovaSynth by Noveum icon
NovaSynth by Noveum

Test your voice agent on the callers you can’t stage.

0
Text Agent Store icon
Text Agent Store

A marketplace for AI agents you can text

0
Modaal for Android icon
Modaal for Android

Ship on both stores from one project using Swift + Kotlin

0
Amy by Jellyfish icon
Amy by Jellyfish

Your AI sourcing employee for recruiting teams

0
QuietHint® icon
QuietHint®

The meeting assistant that stays on your Mac

0
Ever Beyond: Space Conquest icon
Ever Beyond: Space Conquest

Tactical Battles & Idle Merge

0
Portal icon
Portal

Links to try any product at any moment with no setup

0
worldsplat icon
worldsplat

Turn 3D sketches into worlds

0
NavKey icon
NavKey

Control Windows with only your keyboard

0
S-Roll icon
S-Roll

An agentic harness that turns long videos into clips

0
Analytiics icon
Analytiics

Web and product analytics, set up by your coding agent

0
TinyKPI icon
TinyKPI

Your business analytics directly in your notch

0
Die With Me icon
Die With Me

AIM buddy list for your friends’ Claude Code and Codex usage

0
Compute:Arena icon
Compute:Arena

Community submitted benchmarks for Local AI

0
PeakHour 6 icon
PeakHour 6

Real-time network monitor for Mac w/ detailed WiFi insights

0
CreatorHat icon
CreatorHat

YouTube SEO tools for Safari featuring Apple Intelligence

0
Project Feed icon
Project Feed

Project management with built-in file review

0
Twigg icon
Twigg

The context layer you never have to build

0
Thread icon
Thread

AI journal that connects your thoughts into something bigger

0
Expand Board for macOS icon
Expand Board for macOS

Expand ideas, concepts, and plans across limitless boards

0
CAT ME app icon
CAT ME app

See yourself or your friends as cats

0
Toki Coordination icon
Toki Coordination

Your personal assistant to schedule + follow up on meetings

0
Appwrite 2.0 icon
Appwrite 2.0

The open-source cloud for agents and developers

0
Weave Router 2.0 icon
Weave Router 2.0

Subscription aware coding agent router

0
ZeroClick icon
ZeroClick

Sell your product to AI agents

0
PhraseVault 3.0 icon
PhraseVault 3.0

Now lock one sensitive phrase at a time with a PIN

0
Jottoo icon
Jottoo

AI meeting notes that turn into tracked tasks

0
Convo icon
Convo

The AI copilot for people who sell

0
Fide Island icon
Fide Island

Media, Notes, on-device translation + more in your Notch

0
flat.social icon
flat.social

Absurdly delightful 3D spaces where remote teams hang out

0
Gemini 3.8 & 3.8 Live Extended Thinking icon
Gemini 3.8 & 3.8 Live Extended Thinking

Our most advanced Gemini Audio models yet

0
Payflip icon
Payflip

Pay anyone you can name. No IBAN, no wallet address.

0
Mailyte icon
Mailyte

Email for your team, your app, and your customers.

0
Grimo AI icon
Grimo AI

Say it once and all tasks, calendar and notes are sorted

0
is.team icon
is.team

Your AI agent joins the board like a teammate

0
Proofrr icon
Proofrr

One workspace for creative feedback, reviews, and approvals

0
06

TECHMEME

06.00
TECHMEME

Techmeme - September 18, 2026

Techmeme Digest: Major tech headlines and industry conversations.

OpenAI launches Astra for Law, combining GPT-6 Astra with a legal search index and instructions for legal analysis and writing, initially for select law firms (OpenAI)
Source: TechmemePublished: Sep 17, 2026

OpenAI : OpenAI launches Astra for Law, combining GPT-6 Astra with a legal search index and instructions for legal analysis and writing, initially for select law firms —  Our most powerful model, configured into a new AI foundation for law.  —  Explore solutions for law Contact Legal sales

Anthropic outlines metrics to track AI development at frontier labs: how much AI R&D is done by AI, how well agents are overseen, and how compute is allocated (Anthropic)
Source: TechmemePublished: Sep 17, 2026

Anthropic : Anthropic outlines metrics to track AI development at frontier labs: how much AI R&D is done by AI, how well agents are overseen, and how compute is allocated —  AI systems are becoming exponentially more powerful and have begun to automate more of the process of building themselves.

Andrew Ng says renewed AI extinction warnings are "much more science fiction than science" and the latest "wave of PR" is probably intended to shape regulation (Micah Barkley/Bloomberg)
Source: TechmemePublished: Sep 17, 2026

Micah Barkley / Bloomberg : Andrew Ng says renewed AI extinction warnings are “much more science fiction than science” and the latest “wave of PR” is probably intended to shape regulation —  Artificial intelligence pioneer Andrew Ng said warnings about existential AI risks from researchers …

NYT court filing: ChatGPT's head wrote that publishers face an "existential threat" and a Microsoft executive called AI training "an astonishing theft" (Financial Times)
Source: TechmemePublished: Sep 17, 2026

Financial Times : NYT court filing: ChatGPT's head wrote that publishers face an “existential threat” and a Microsoft executive called AI training “an astonishing theft” —  Lawyers say AI co-founder Greg Brockman was ‘motivated by the gazillions’ he hoped to gain from models trained on copyrighted content

A survey of 42,151 adults in 36 countries and 8,607 US adults: populations in 34 of 37 surveyed countries expect AI to cause net job loss rather than growth (Pew Research Center)
Source: TechmemePublished: Sep 17, 2026

Pew Research Center : A survey of 42,151 adults in 36 countries and 8,607 US adults: populations in 34 of 37 surveyed countries expect AI to cause net job loss rather than growth —  37-country survey also finds growing awareness of AI - and growing concern in some places  —  Why did we do this?

Analysis: tech employers filed layoff notices for 14,500+ Bay Area workers in the 12 months to June; Bay Area software engineer demand is down 42% since 2022 (Francesca Maglione/Bloomberg)
Source: TechmemePublished: Sep 17, 2026

Francesca Maglione / Bloomberg : Analysis: tech employers filed layoff notices for 14,500+ Bay Area workers in the 12 months to June; Bay Area software engineer demand is down 42% since 2022 —  The enormous wealth generated by Anthropic and OpenAI is overshadowing layoffs and an uncertain job market in the city.

Sources: SpaceX has discussed buying customer and operational information from troubled or defunct startups as a more affordable data source for AI training (Carmen Arroyo/Bloomberg)
Source: TechmemePublished: Sep 17, 2026

Carmen Arroyo / Bloomberg : Sources: SpaceX has discussed buying customer and operational information from troubled or defunct startups as a more affordable data source for AI training —  Elon Musk's SpaceX has held internal discussions about buying customer and operational information from troubled or defunct startups …

Dutch chipmaker Nexperia announces a deal with Tata to manufacture and package chips in India, further sealing its split from Chinese parent Wingtech (Toby Sterling/Reuters)
Source: TechmemePublished: Sep 17, 2026

Toby Sterling / Reuters : Dutch chipmaker Nexperia announces a deal with Tata to manufacture and package chips in India, further sealing its split from Chinese parent Wingtech —  Dutch chipmaker Nexperia announced a far-reaching partnership with Tata Electronics on Thursday to manufacture and package computer chips in India …

Sources: the White House's Office of the National Cyber Director is drafting an EO to establish a government-led incubator aimed at cybersecurity research (Bloomberg)
Source: TechmemePublished: Sep 17, 2026

Bloomberg : Sources: the White House's Office of the National Cyber Director is drafting an EO to establish a government-led incubator aimed at cybersecurity research —  The Trump administration is weighing a plan to establish a government-led incubator aimed at investing in cybersecurity research …

The UK FCA, working with tax authorities and police, raids three illegal peer-to-peer crypto businesses, signaling an end to its "light-touch" crypto regulation (Olivier Acuna/CoinDesk)
Source: TechmemePublished: Sep 17, 2026

Olivier Acuna / CoinDesk : The UK FCA, working with tax authorities and police, raids three illegal peer-to-peer crypto businesses, signaling an end to its “light-touch” crypto regulation —  The U.K.'s Financial Conduct Authority (FCA) said Thursday that it conducted actions to crack down on three illegal peer …

Source: OpenAI staff expect the Hodge Conjecture, a Millennium Prize Problem, to be solved relatively soon, after solving the Navier-Stokes equations (Stephanie Palazzolo/The Information)
Source: TechmemePublished: Sep 17, 2026

Stephanie Palazzolo / The Information : Source: OpenAI staff expect the Hodge Conjecture, a Millennium Prize Problem, to be solved relatively soon, after solving the Navier-Stokes equations —  Remember when OpenAI landed in hot water earlier this month after mathematicians accused the company of trying to steal their thunder for solving an ultra-difficult math problem?

King Charles hosts tech leaders, such as Jensen Huang, Demis Hassabis, and OpenAI CFO Sarah Friar, in Scotland to discuss AI risks; Huang calls for safety tests (Bloomberg)
Source: TechmemePublished: Sep 17, 2026

Bloomberg : King Charles hosts tech leaders, such as Jensen Huang, Demis Hassabis, and OpenAI CFO Sarah Friar, in Scotland to discuss AI risks; Huang calls for safety tests —  Huang Says AI Firms Should Be ‘More Rigorous in Testing’  —  Video Player is loading.  —  Unmute  —  Current Time 0:00 Loaded: 32.44% Playback Rate

Lucid and Bolt sign an initial agreement to deploy a fleet of 25K+ robotaxis in Europe built on Lucid's affordable EV platform, set to launch as soon as 2028 (Financial Times)
Source: TechmemePublished: Sep 17, 2026

Financial Times : Lucid and Bolt sign an initial agreement to deploy a fleet of 25K+ robotaxis in Europe built on Lucid's affordable EV platform, set to launch as soon as 2028 —  Rollout would be most ambitious plan yet for autonomous ride-hailing on the continent  —  Lucid is partnering with ride-hailing platform Bolt …

Comp AI, which uses AI agents to draft security policies, collect audit evidence, conduct continuous compliance monitoring, and more, raised a $34M Series A (Dominic-Madori Davis/TechCrunch)
Source: TechmemePublished: Sep 17, 2026

Dominic-Madori Davis / TechCrunch : Comp AI, which uses AI agents to draft security policies, collect audit evidence, conduct continuous compliance monitoring, and more, raised a $34M Series A —  Comp AI, a cybersecurity and compliance startup, announced that it has raised a $34 million Series A round.  The round was led by Roo Capital and Grand Ventures.

The US SEC unveils a five-year Innovation Exemption where many stock exchange rules don't apply to platforms facilitating blockchain and tokenized stock trading (Hannah Lang/Reuters)
Source: TechmemePublished: Sep 17, 2026

Hannah Lang / Reuters : The US SEC unveils a five-year Innovation Exemption where many stock exchange rules don't apply to platforms facilitating blockchain and tokenized stock trading —  The U.S. Securities and Exchange Commission on Thursday unveiled its long-awaited exemption that will allow companies …

07

STARTUP ARCHIVE

07.00
STARTUP ARCHIVE

Startup News - September 18, 2026

Startup News Roundup: Aggregating key funding and launch updates.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

03

ALSO TODAY

3 MORE SOURCES
08

SOLIDOT

08.00
SOLIDOT

Solidot News - September 18, 2026

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

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

欧洲的一项研究发现,微塑料会像特洛伊木马一样在土壤中传播污染物、农药和细菌。研究人员在 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 毫米。

GNOME 51 释出

GNOME 桌面环境项目释出了代号为 A Coruña 的 GNOME 51,该代号旨在感谢 GUADEC 2026 的主办城市。GNOME 51 主要变化包括:Mutter 重新设计了调度和屏幕帧交付系统,即使系统处于高负荷下,动画仍然流畅;全面提升了屏幕录制性能;记住显示器的亮度设置;移除了基于 EGLStreams 的旧 NVIDIA 驱动接口支持;支持新 Wayland 协议如 ext-background-effect-v1;支持自定义指针加速配置文件;GNOME Maps 支持离线地图;GNOME Software 启动更快,GNOME File Previewer UI 重构,等等。

人脑类器官在小鼠体内形成神经网络

发表在《自然》期刊上的一项研究表明,移植到小鼠体内的人脑类器官能够重现大脑发育的某些特征,包括形成功能性神经网络,从而支持脑活动。这一成果得益于一种培育脑容量缩小的小鼠的方法。这种方法使得这些由人类细胞培养形成的三维类脑组织,即人脑类器官能够与小鼠大脑整合。该模型有望以比此前更深入的方式研究人脑组织的发育。研究结果显示,移植的类器官生长良好。它们占据了大部分空间,分化为多种人类脑细胞,组织形成了神经回路,并产生了类似大脑皮层组织的复杂结构。此外,整合形成的皮层组织可能造成了某些行为表现。研究人员将移植类器官和未移植类器官的皮层缺失小鼠进行了比较,发现它们在运动和记忆任务中的表现存在差异。

商船再次安装基于风帆的推进系统

被现代商船逐渐淘汰的风帆正以新的形式再次回归。散货船、油轮到集装箱船等各类商船正在安装高耸的转子帆、刚性翼帆以及吸风式推进系统。此举并非是要将现代船舶重新变成帆船,而是让基于风帆的系统与现代推进系统协同合作,在条件允许时利用风力降低油耗。International Windship Association 协会的数据显示,已有逾百艘大型商船配备了现代风力推进系统,总载重吨位逾 500 万吨。Maersk 公司计划在一艘有 8700 个标准箱的集装箱货船上安装一座 35 米高的转子帆,预计于 2027 年在大西洋常规航线上启动测试。它有望成为第一艘安装转子帆的集装箱货船。Vale 旗下一艘载重吨位达 40 万吨的巨型矿砂船 Sohar Max 已经安装了五座 35 米高的转子帆,风帆系统将油耗降低多达 6%。韩国船舶制造公司最近宣布研究在液化天然气货船(LNG)上安装风帆系统。如果研究取得成功,那么将进一步证明风帆技术重新迈向主流。

广州提议禁止公共交通内外放声音

广州市人大常委会公布了《广州市噪声污染防治规定(草案修改稿·征求意见稿)》,向社会各界征求意见和建议,截止日期为 10 月 15 日。 《征求意见稿》明确,在巴士、地铁等公共交通运输工具内使用手机、平板电脑等电子设备时不得外放声音。使用电子设备外放声音的,公共交通运输工具司乘人员应当劝阻,劝阻无效的,可以向公安机关报告。 违反规定,在公共交通运输工具内使用电子设备外放声音,经公共交通运输工具司乘人员劝阻仍不改正的,由公安机关说服教育,给予警告,可以处 200 元以上 1000 元以下的罚款。

卫星数据显示过去 47 年格陵兰岛和南极洲损失 12.5 万亿吨冰

根据发表在《Scientific Data》期刊上的一项研究,地球暖化正加速两大冰盖的融化。卫星数据显示,自 1979 年以来格陵兰岛和南极洲损失了 12.5 万亿吨冰量。这些冰融化为 11.3 千万亿升的水,导致 1979 年以来全球海平面上升了 3.1 厘米。而海平面每上升 1 厘米,就会导致额外 200-300 万人每年面临至少一次洪水威胁。研究发现,六分之五的冰体流失并非源于气温升高,而是因为较温海水从底部和侧面侵蚀冰盖,导致冰川滑向海洋。格陵兰岛的 Jakobshavn 冰川目前每天退缩的距离达到 50 米。数据显示,1970 年代、1980 年代和 1990 年代的冰盖状况相对稳定;但随后融化现象开始出现,2010 年代显著加剧。

付费给大学生睡足七小时提高了他们的学习成绩

全世界有无数人的睡眠不足,睡眠不足与肥胖、糖尿病、高血压、心脏病、中风及过早死亡相关。如果有人付费让你睡更长时间?科学家为此做了一项社会实验。研究人员向匹兹堡大学的 1100 多名本科生提供了 Fitbit 以及一款能发送就寝提醒和晨间反馈的应用。在为期四周内研究人员随机选择了 468 名学生,只要他们某晚睡眠时间达到至少七小时,就向其支付 5 美元报酬。研究人员通过他们佩戴的设备核实实际睡眠时长。参与研究的学生平均年龄约为 19 岁,其中半数为大一新生。72% 为女性。55% 为白人,28% 为亚裔,9% 为黑人,4% 为西班牙裔。研究结果表明,提供即时经济奖励有助于学生实现每晚七小时的睡眠目标,且这种效果在停止发放奖励后仍能持续一个月。参与研究的学生此前平均每晚睡眠时间为 6.6 小时。半数学生在凌晨 1 点之后才睡觉,四分之一学生甚至在凌晨 2 点之后才入睡。在实验中,获得现金激励的学生在每个上课日夜晚平均多睡了 19 分钟,该学期的 GPA 得分上升了约 0.08 分——相当于成绩高于平均水平和低于平均水平的学生之间差距的四分之一。

PS2 Fat 使用的安全芯片在时隔 26 年被破解

1999 年初代 PS2 Fat 游戏机使用的安全芯片 CXP102064 MechaCon 在时隔 26 年被爱好者破解。加拿大复古软硬件爱好者 DiscoStarslayer 通过社交媒体称其花了四年时间破解了其秘密。DiscoStarslayer 采用的逆向工程方法包括:利用化学方法对 CXP102064 芯片进行开盖,利用显微镜和光学数据提取技术分析芯片电路。期间发现了一个漏洞利用方法,可通过软件提取芯片数据。MechaCon 芯片也被用于当时推出的几款街机,包括 Namco System 246 和 System 256 以及 Konami Python 1 等。

Denuvo 起诉黑客违反 DMCA 反规避条款

Denuvo 在美国加州北区联邦法院起诉了名叫 voices38 的匿名游戏破解黑客,指控其违反了 DMCA 的反规避条款。被告被控绕过了逾二十款游戏使用的 Denuvo DRM,相关游戏包括了《霍格沃茨之遗(Hogwarts Legacy)》和《黑神话:悟空》。随着诉讼的推进,Denuvo 可能会向 Reddit、Discord 和 Valve 发出传票,以获取黑客的身份信息。voices38 发布了一系列使用 Denuvo DRM 的游戏破解补丁,曾在一天之内发布了创纪录的五款 Denuvo DRM 游戏破解补丁,以至于引起了 Denuvo 公司的注意。Denuvo 称被告是一名专注于对 Denuvo DRM 游戏进行逆向工程的计算机黑客。

AWS 称无法恢复中东部分可用区资源和数据的访问

亚马逊云服务 AWS 称,由于其数据中心因战争受损它无法恢复中东部分可用区资源和数据的访问。AWS 通过其 AWS Health Dashboard 页面发表声明称,全面评估后它确认无法恢复巴林可用区 me-south-1 的资源和数据的访问。如果客户的数据只存放在该可用区,那么数据可能永远丢失了。亚马逊此前已建议其客户将其工作负荷迁移到其它可用区,它表示在该可用区完全无法使用前大部分客户已完成了迁移。位于阿联酋的可用区 mec1-az2 情况类似,阿联酋有三个可用区,另外两个 mec1-az1 和 mec1-az3 也受到战争影响,AWS 目前还在继续恢复这两个可用区的资源的访问。

FAST 发现极短周期、最轻双中子星系统

天文学家利用中国天眼(500 米口径球面射电望远镜,FAST)开展大规模银道面脉冲星系统性搜寻,迄今已成功发现约 900 颗新脉冲星。通过持续后续精准观测,研究讨团队识别了一颗处于紧致轨道的双中子星系统 PSRJ1856-0039。该双中子星系统轨道周期仅 2.36 小时,在人类已知双中子星系统中位列第二短。极短的轨道周期意味着两颗中子星间距极小、双星相互绕转轨道的致密程度极高,是目前已知相对论效应表现最显著的双中子星系统之一。同时该系统刷新了人类已知双中子星质量下限,整体总质量仅为 2.488 倍太阳质量,为迄今发现的总质量最轻的双中子星组合。其中可见脉冲星质量约 1.30 倍太阳质量,伴星中子星的质量约 1.19 倍太阳质量。该系统将在约 8200 万年后发生并合,最终大概率形成一颗更大质量的中子星。

Mistral 与 Mozilla 合作推出 Firefox Smart Window

法国 AI 公司 Mistral 与 Mozilla 合作推出注重隐私保护的 AI 浏览助手 Firefox Smart Window(beta)。Smart Window 使用了 Mistral 的开放权重模型,能帮助用户梳理复杂搜索,记住浏览过的重要信息,根据当前标签页查找关键信息,目前主要为法国和北美用户提供服务,今年晚些时候会扩大到英国和德国用户。Smart Window 的对话内容默认不会存储在 Mozilla 的服务器上,Mistral 等合作伙伴也承诺不保留任何数据。

Mozilla 报告称中国开放权重模型与美国前沿模型仅相差 4.4 个月

Mozilla 发表《State of Open Source AI》报告,称美国科技公司的前沿 AI 模型性能仅领先中国公司最优秀的开放权重模型 4.4 个月。由于前沿模型价格更昂贵,很多公司都将开放权重模型用于处理日常工作,将前沿模型用于处理特定工作负荷。美国闭源前沿模型优势主要在于专家级专业工作、高强度检索以及长上下文。 配送公司 DoorDash 将月之暗面的 Kimi 模型用于处理日常工作,将 Anthropic 的闭源模型 Fable 用于更复杂的任务。前沿模型完成一项任务的成本经常达到了最先进开放权重模型的五倍。

SDL3 移植到 HarmonyOS / OpenHarmony

广泛用于游戏和应用、提供跨平台软硬件抽象层的 SDL3 库已移植到华为的 HarmonyOS / OpenHarmony 操作系统。游戏工作室 Outfit7 资助了 Ryan "Icculus" Gordon 的移植工作。HarmonyOS 是华为开发的私有操作系统,适用于智能手机、平板电脑、 PC、智能设备等多种终端,其架构采用了微内核设计。OpenHarmony 则是 HarmonyOS 的开源版本。Icculus 透露,支持 HarmonyOS/OpenHarmony 的 SDL3 移植版本已用于部分商业游戏。

时光机器遭遇大规模机器流量

互联网档案馆披露,它的时光机器(Wayback Machine)服务遭遇了大规模机器流量的持续攻击,因此不得不采取防护措施,导致正常用户在访问该服务时可能会遇到“429 错误”——代表请求过多的 HTTP 状态码。如果用户被误伤,它对此表示歉意,称正努力区分机器流量和正常用户流量。时光机器备份了互联网内容的历史存档,很多内容除了时光机器可能在其它地方都找不到了。时光机器是重要的知识库,因此也是 AI 公司和互联网公司网络爬虫重要的抓取目标。

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.