Curated by Shen Huang · 90 stories · ~14 min read
DIGEST · 2026-08-10

OrangeBot.AI Digest — 2026-08-10

90 headlines across 8 sources, aggregated for this day.

Hacker News(15)

  1. Illinois Just Passed a Law That Puts Linux on the Hook for Age Verification (linuxstans.com)
  2. Learning more about Claude's mathematical capabilities (www.anthropic.com)
  3. Sonic Pi v5 (www.patreon.com)
  4. Magnitude 7.4 Earthquake – 5 km S of San José del Palmar, Colombia (earthquake.usgs.gov)
  5. 'Pervert glasses': Backlash against Meta's smart glasses grows (www.seattletimes.com)
  6. Mars Bar from 1991 found – and it's 20g bigger than today's (www.bbc.com)
  7. Mark Zuckerberg attacks 'closed' AI rivals as Meta returns to open models (www.ft.com)
  8. Mistral Patent for “Code implemented tool calls” (patentsgazette.uspto.gov)
  9. 50k Boat Names (www.beautifulpublicdata.com)
  10. Tl;dv: Over 180k meetings left wide open (bobdahacker.com)
  11. Squeak 6.1 (squeak.org)
  12. Parametron: 50s Japanese computer that uses neither transistors nor vacuum tubes (ethw.org)
  13. Muse Glimmer: 30B-parameter model optimized for always-on local agent workflows (research.meta.ai)
  14. Docker Sandboxes – Disposable, isolated sandboxes for AI agents (www.docker.com)
  15. Auto mode is now the default in Claude Code (claude.com)

GitHub Trending(15)

  1. semantica-agi / semantica
  2. msitarzewski / agency-agents
  3. NanmiCoder / MediaCrawler
  4. addyosmani / agent-skills
  5. paperclipai / paperclip
  6. PrimeIntellect-ai / prime-agent
  7. LadybirdBrowser / ladybird
  8. ruvnet / RuView
  9. danielmiessler / LifeOS
  10. firecrawl / firecrawl
  11. TauricResearch / TradingAgents
  12. google-deepmind / weathernext
  13. vitali87 / code-graph-rag
  14. pingdotgg / t3code
  15. Comfy-Org / ComfyUI

Product Hunt(15)

  1. SecondBrain Note by GenSpark

    A MagSafe AI Recorder That Acts for You

  2. Prime Agent

    A coding agent that can refine its own harness

  3. Paritok

    Spend up to 85% less and run 3× longer coding agent sessions

  4. Remix

    Figma, but on your production app. Test variants and ship.

  5. Vidaya

    Healthspan score from your wearables, labs, and DNA.

  6. AI Group Call

    Type a goal, join a live voice call with six AI minds

  7. oqoqo

    Build evals and custom benchmarks for real-world tasks

  8. Portfolio Lab

    AI investing, done responsibly

  9. Gutta

    A tiny, offline task list for your Mac menu bar

  10. Argos

    The AI that acts as you, right in your browser

  11. Prompt Golf

    Prompt Engineering As a Sport

  12. SoloUno

    Take control of hair pulling, nail biting & skin picking

  13. Omniwork

    The Creative Agent OS, create better with desktop AI agents

  14. Macrobite

    The fastest way to actually get your macros right

  15. DuckDisk

    Table-first storage analysis for Mac, cloud, and SSH

Hugging Face(15)

  1. SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs

    Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffers from severe task conflicts under multi-stage training, whereas RL enables stable coexistence across diverse tasks. Empirically, we trace this to the parameter level, observing that RL induces sparse and approximately orthogonal updates across tasks. We provide a theoretical explanation for this mechanism by analyzing multi-task gradient interference. Our results reveal a distinction: interference in SFT is norm-limited, scaling with the absolute gradient magnitude, whereas interference in RL is variance-limited, bounded by the gradient variance induced by advantage normalization and on-policy optimization. This small variance bound yields near-orthogonal optimization directions across tasks. Leveraging this insight, we propose Parallel-RL, a paradigm that decouples multi-task training, significantly improving efficiency and flexibility.

  2. Beyond Simply Environment Scaling: Designing Effective Environment Distributions for Multimodal Agent Learning

    Recent works train agents by constructing large-scale multimodal environment pools. However, we find that simply increasing the number of multimodal environments does not always benefit. We further analyze the limitations in current multimodal environment distributions through a series of experiments. Based on these findings, we study how to build more effective training environment distributions from two dimensions: **diversity** and **difficulty structure**. For diversity, we propose **Ability-aware Environment Selection (AES)** to obtain diverse environment sets. For difficulty structure, we propose **Hierarchical Difficulty Curriculum (HDC)**, which organizes curriculum learning through two difficulty levels: harness weakening and state-scale progression. Experiments show that AES and HDC effectively improve multimodal agent training.

  3. SimWAM: A Simple World Action Model for End-to-End Autonomous Driving

    World-Action Models (WAMs) improve end-to-end autonomous driving by transferring video dynamics priors to action prediction, but existing methods require costly future generation at inference. We present SimWAM, a simple yet effective WAM that uses video generation purely as a training signal. It co-trains a pretrained video expert and a lightweight action expert with joint flow matching. An isolated attention mask keeps action prediction independent of future frames, allowing the video branch to be discarded after training and leaving a self-contained planner that directly predicts trajectories. Since the two experts share no parameters and interact only through a unified attention interface, the video backbone could be replaced and the action expert scaled independently without modifying the learning objective or inference pipeline. We further apply reinforcement learning to optimize a compositional driving reward beyond trajectory imitation. Our SimWAM achieves 91.5 PDMS on NAVSIM, surpasses state-of-the-art WAM-based planners with substantially lower latency, and transfers zero-shot to nuScenes. These results position SimWAM as a simple yet solid baseline that could readily benefit from advances in video generation for efficient autonomous driving. The code and model weights are available at https://github.com/H-EmbodVis/SimWAM/

  4. YOLO-PEFT: Parameter-Efficient Fine-Tuning on YOLO Family

    Generic parameter-efficient fine-tuning (PEFT) methods transferred from language models can fail silently on real-time detectors, whose heterogeneous operators and detection-specific components impose placement constraints absent from regular Transformer stacks. We propose YOLO-PEFT, a structure-aware framework that formulates adapter placement as an auditable constraint-planning problem. Given a detector graph, a PEFT request, and a resource budget, YOLO-PEFT assigns operator and semantic roles, evaluates explicit operator-validity, detector-semantic, graph-interface, and deployment predicates, records a reason code for each excluded module, and either emits a budgeted target-module plan or returns Refuse before training. Under the official VOC07+12 trainval-to-VOC07 test protocol, planner-selected RS-LoRA reaches 0.7138 and 0.7307 mAP50-95 on YOLO11s and YOLO12s, respectively, compared with 0.6428 and 0.6662 for Full-SFT. On RT-DETR-L, all seven evaluated LoRA-family configurations cross the predefined catastrophic threshold, supporting a calibrated Refuse-to-Full-SFT decision within the evaluated coverage. A controlled YOLO11 audit further shows that LoRA reduces peak training memory by 43.9 percent, although training takes 1.72 times longer. Within the evaluated detector families, placement policies, and calibration coverage, YOLO-PEFT replaces manual target-module trial and error with explicit, inspectable planning while preserving verified train-save-merge-export paths; refusal on unseen detector architectures remains an open validation problem. Project Page: github.com/Tencent/YOLO-Master

  5. StreamArena: Toward Continuous, Interactive, and Long-Horizon Agentic Streaming Video Understanding

    Deploying autonomous multimodal agents in continuous, real-world environments requires them to ingest unbounded audio-visual streams and maintain hour-scale memory. However, current evaluations predominantly rely on brief clips and multiple-choice formats. This design allows minimal baselines that process only the last four frames to match or surpass complex streaming models, while answer options also expose language shortcuts. We introduce StreamArena, a benchmark for hour-scale, interactive streaming video understanding. StreamArena contains 243 full-length videos averaging 88.8 minutes and 3,646 rigorously annotated, open-ended question-answer pairs that evaluate real-time perception, historical retrospection, proactive interaction, and multimodal tool utilization. Evaluation across diverse systems exposes a tension between continuous interaction and long-horizon multimodal comprehension. Methods that retain only recent frames cannot recover distant events, methods that convert past observations into text lose visual evidence, and methods that repeatedly compress visual memory struggle to preserve fine-grained details over time. We address this tension with StreamMind, a two-tier architecture that assigns latency-critical interaction and proactive monitoring to independently scheduled frontend workers, while backend workers asynchronously construct persistent multimodal memory and perform historical recall and external search. StreamMind outperforms existing streaming baselines across all four capabilities and reduces query-to-answer latency by reusing persistent state.

  6. DCAS: Decoupling CLI Agent Scaffolding to Internalize Planning across Scaffolds

    CLI-based software-engineering agents have matured rapidly, yet the open ecosystem has converged on a single training environment: trajectory datasets used to fine-tune open models are collected almost exclusively under OpenHands. Models fine-tuned on this data score well under OpenHands but degrade substantially when deployed under any non-training scaffold. Untrained base models do not show this divergence, indicating the gap is fine-tuning-induced and tied to the conventions of the training scaffold. We argue that a load-bearing scaffold-specific behavior is planning structure, in two senses this paper distinguishes: explicit planning, a pre-execution plan produced as a first-class artifact, and implicit planning, the structural conventions that shape execution throughout the agent loop. Under this hypothesis, closing the gap requires moving planning from a fixed scaffold artifact to a learned model capability. We introduce Decoupling CLI Agent Scaffolding (DCAS), a backend-substitution interception layer that routes API traffic between any CLI scaffold and any backend model without modifying the scaffold, enabling cross-scaffold evaluation and planning-aware trajectory collection. Using DCAS, a controlled plan-source intervention confirms planning quality is a high-leverage component, with gains exceeding the cross-scaffold drops we observe. A model fine-tuned on a small set of DCAS-collected planning-aware trajectories under a single scaffold gains consistently across non-training scaffolds, and the two senses of planning are empirically separable in training data.

  7. When Activation Oracles Learn Not to Read: Concept-Specific Blind Spots in Fine-Tuned Oracles

    Activation Oracles (AOs) are language models trained to answer natural-language questions about another model's internal activations. They offer a flexible interface for reading hidden information from model states, especially when relevant information is internally represented but absent or incomplete in visible behavior. However, AOs are themselves learned systems: their answers are shaped by training data, objectives, and learned reporting behavior, rather than being neutral readouts of represented information. We study this in a controlled Taboo Word Guessing setting, where subject models are fine-tuned to internally use a hidden concept while avoiding direct disclosure. Contrary to the expectation that an AO trained on such a subject becomes a specialist reader, we find that fine-tuned AOs can become concept-specific anti-readers: they selectively fail to recover the concept persistently present during their own training. This failure is not simply explained by absence of the concept from the subject or oracle representations: the target remains decodable inside the oracle, while LogitLens and layer-ablation analyses indicate that the failure arises in the AO readout pathway. Our results show that behavioral leakage, representation-level decodability, and AO-verbalizability can come apart, raising a reliability concern for learned interpretability interfaces.

  8. Efficient Knowledge Distillation for LLMs: Offline Top-K Logits and a Fused Chunked KL Loss

    Small language models are often the only option for deployment under tight latency, cost, and on-premises constraints, but they are rarely trained from scratch: a compressed model is usually recovered through knowledge distillation (KD). This recovery step largely decides the final quality, yet it is expensive. We present a practitioner's study of how to make distillation training efficient, organised around two systems contributions. First, we show that offline KD (caching the teacher's top-K logits once and training the student against the cache) matches online distillation at near-identical training loss while removing the teacher from memory, running about 29\% faster per iteration, and reaching up to 41\% higher throughput on a single H200 GPU. Second, we introduce a fused, chunked KL loss that never materialises the full vocabulary-sized logit tensor, making peak memory linear in the sequence length. This removes the memory spike that otherwise caps context length and lets us train at four times the context (32{,}768 tokens) on a single GPU. A separate output-head-only toy benchmark isolates the loss kernel and confirms its memory and iteration-rate scaling from 4K to 256K tokens. Together these make large-scale healing and hundreds of ablations affordable. We also report supporting ablations on loss design and sequence packing. We release our chunked-loss implementation: https://github.com/CompactifAI/Full-Chunked-KL-Loss.

  9. Reinforcement Learning with Evolving Rubrics as Rewards for Audio Reasoning

    Audio reasoning is essential for machine understanding of the acoustic world. Reinforcement learning with verifiable rewards can elicit such reasoning, yet existing reward designs are complementary in their limitations: outcome-based rewards supervise only the final answer and let the model reach it without attending to the audio, whereas process-based rewards score the reasoning itself but rely on coarse, hand-crafted, and fixed criteria that neither adapt to each question nor stay grounded in the acoustic evidence. Moreover, questions differ in what they demand, with some hinging on perception and others on multi-step reasoning, and any static criterion weakens as the policy improves. Supervising the reasoning process with fine-grained, audio-grounded, and adaptive rewards is therefore crucial, yet challenging since such rewards are impractical to design by hand for every sample. To this end, we introduce AudioRubrics, a reinforcement learning framework that supervises audio reasoning with self-evolving, audio-grounded rubric rewards. AudioRubrics synthesizes per-sample rubrics from the raw waveform and, conditioned on the model's own rollouts, regenerates and reweights criteria per group, supplying a continuous learning signal that keeps targeting the current policy's weaknesses as static criteria saturate. Comprehensive evaluations across three audio reasoning benchmarks reveal that AudioRubrics substantially outperforms a wide range of open-source and training-based baselines. Furthermore, our analysis shows that the gains scale with the capability of the rubric generator and judge, and AudioRubrics converges to a stable reasoning length that avoids both degenerate collapse and unbounded growth. The improvement in audio perception further demonstrates the effectiveness of anchoring supervision in the acoustic evidence. Our project page is available at https://audiorubrics.github.io.

  10. MatrAIx: Simulating the World with 8.3 Billion Persona Agents

    Human evaluation of AI systems and digital products is costly, slow, and difficult to scale. Offline evaluations are more scalable but often abstract away human diversity and interactive behavior. We therefore introduce MatrAIx, a population-scale simulated-user evaluation infrastructure for testing AI systems and digital products with heterogeneous users. MatrAIx has three core components: First, Persona 8B contains 8.3 billion persona records represented by 1,290 categorical dimensions. Records are either sampled from a dependency graph that preserves correlated attributes or derived from human-authored profiles. We release a quality-filtered coreset of approximately 1 million personas, comprising 599,847 human-grounded and 400,000 synthetic records. Second, the MatrAIx Playground provides four environments in which diverse users evaluate and interact with digital products: Survey, AI Chatbot, Web, and App. Third, MatrAIx provides 1,010 application tasks spanning more than 25 domains, including Commerce, Software, Finance, and Healthcare. We conducted 18,189 evaluation trials across eight representative tasks. Persona agents were powered by three LLMs: Claude Opus 4.8, GPT 5.5, and Claude Haiku 4.5. The resulting feedback captures how decisions and preferences vary across persona backgrounds, including hesitation after a price increase, willingness to continue after an AI assistant fails, and latency tolerance. We conducted two main validation studies: First, a 400-trial controlled study evaluated persona adherence across ten behavioral attributes and all four environments. The declared behavior was expressed or correctly suppressed in 366 trials (91.5%). Second, human and LLM judges evaluated the extraction quality of human-grounded personas. Overall, MatrAIx provides an end-to-end infrastructure for evaluating AI systems and digital products with diverse simulated human users.

  11. Relevant but Incomplete: Referential Dangling as a Paradigm-Level Failure Mode in Hard Prompt Compression

    Hard prompt compression reduces long-context inference cost by independently scoring tokens, sentences, or chunks and retaining the highest-scoring units under a budget. We identify a structural failure in this procedure: independent selection can split dependent evidence pairs, retaining one member while deleting the other. When retained text contains an answer but deleted text defines the entity needed to interpret it, we call the result referential dangling. At a compression ratio of 0.30, Beaver, which ranks coherent chunks using Qwen3-0.6B embeddings, leaves the answer path incomplete in 34-54% of bridge examples across three multi-hop question answering datasets. On a shared HotpotQA bridge set, all six hard compressors we test exhibit dangling at rates up to 60%, and every document in LongBench-v2 Single-Document QA contains at least one dangling reference. On dangling examples evaluated with Qwen3-8B, reinserting the missing supporting paragraph while removing nonsupporting paragraphs to maintain the token budget improves accuracy by 29-34 percentage points (p < 0.0001), recovering at least 88% of the gap to contexts retaining both supporting paragraphs. Stronger answer models do not absorb the loss: on MuSiQue, GPT-5.5 is 8.8 points less accurate on compressed contexts than on contexts retaining both supporting paragraphs. Finally, we train a compact classifier to rank omitted sentences by whether they are needed to interpret retained text and reinsert the top-ranked candidates without support annotations at inference. On HotpotQA with Qwen3-8B, this automatic restoration improves accuracy by 4.7 points while changing the compression ratio only from 0.30 to 0.31. Hard compressors should optimize both relevance and referential completeness.

  12. Uncertainty-Aware World Model for Aerial Image-Goal Navigation

    Aerial image-goal navigation requires an unmanned aerial vehicle (UAV) to reach a target location specified by a goal image. Existing world-model-based methods rank candidate trajectories using predicted futures, but typically rely on only one or a few point predictions, which is inadequate for large-scale outdoor environments with substantial future-state uncertainty. To address this limitation, we propose the Uncertainty-Aware Navigation World Model (UA-NWM), an efficient latent world model for aerial image-goal navigation, which formulates trajectory scoring as conditional out-of-distribution detection. UA-NWM represents plausible futures with an uncertainty subspace and decomposes the prediction--goal discrepancy into uncertainty-explainable and unexplainable components. Only the unexplainable residual is used for scoring, enabling robust selection without multiple future samples. Extensive experiments demonstrate that UA-NWM consistently outperforms existing navigation world models while maintaining low inference latency. Real-world UAV experiments further validate its practical applicability. Project page: https://duryi.github.io/UA-NWM-Project-Page

  13. Douyin Multimodal Embedding Model Technical Report

    Multimodal representation learning is a cornerstone of modern AI. By encoding multimodal queries and targets into vectors, it powers industrial search and recommendation and underpins modern agents. Real-world platforms with complex modalities and massive-scale content, such as Douyin, Xiaohongshu, and YouTube, demand both efficiency under billion-scale indexing and fine-grained discrimination for hard matching. Existing MLLM embedding models rarely satisfy both. Contrastive models are efficient but rely on pair-level supervision too coarse for fine-grained distinctions, while CoT-based models improve discrimination through explicit generation impractical to serve online. We present Douyin Multimodal Embedding (DME), a model trained in two stages to combine both strengths. Stage 1 performs large-scale contrastive pre-training that establishes a unified multimodal embedding space with broad modality and task coverage. Stage 2 supplements semantic sufficiency, the property that an embedding is grounded in retrieval-relevant evidence and preserves fine-grained counterpart-side semantics, via two mechanisms. Evidence-Grounded Typed Latent Reasoning organizes retrieval evidence through hidden-space latent reasoning, and Cross-Conditional Reconstruction enforces counterpart-side semantics through cross-directional autoregressive reconstruction. Both act only during training and add only marginal query-side overhead, so DME serves as efficiently as a standard contrastive encoder. On MMEB-v2, DME reaches state-of-the-art results at comparable scales for its 2B and 9B variants (74.8 and 78.4), with especially strong video and visual-document tasks. In production, DME delivers a 2.92% relative gain on Douyin's in-house offline evaluation set, is deployed across Douyin scenarios such as generative, image, and AI search, and yields a 0.1% Lifetime (LT) gain in online A/B testing on Douyin search.

  14. Round-Trip Consistency: Bidirectional Diffusion Models Can Predict Their Own Rollout Errors

    Autoregressive models accumulate error over long rollouts, yet at deployment there is no ground truth to measure it against. We train a single conditional latent diffusion model that steps a dynamical system forward or backward in time via a direction flag, and show that this bidirectionality supplies a measurement-free test-time error signal: rolling forward i steps and then backward i steps must return the model to its start, so the round-trip discrepancy C_i is a self-supervised proxy for the unobservable rollout error: no ensembles, no held-out data, no governing equations, for one extra rollout. We validate on compressible magnetohydrodynamics (MHD), an astrophysical turbulent radiative mixing layer, and natural face videos (CelebV-HQ). On held-out MHD trajectories, C_i ranks rollout error (Spearman 0.91-0.98 at fixed depth; 0.69 pm 0.16 within trajectories), and a simple calibrator fit on training rollouts predicts its magnitude to within 1.14times (68%) and 1.29times (95%) with near-nominal coverage - one nat beyond a depth-only predictor, transferring to all six decoded physical fields. The same signal flags the out-of-distribution Orszag-Tang vortex (AUROC 0.98; 1.0 by depth 10) exactly where sampling-dispersion baselines invert, and it cuts incurred error by 15% at 80% coverage - three times the depth-only baseline. Bidirectional training comes at negative cost, beating direction specialists in both directions, and the backward direction doubles as a fast inverse solver. On LE-PDE-UQ's turbulent Navier-Stokes benchmark, a single bidirectional model reaches accuracy within 1.3times of their ten-model ensemble at a tenth of the training cost, with the best training-free pixel-level calibration. Round-trip consistency turns reversibility into a practical trust signal for generative models.

  15. Addressable Memory for Video World Models

    We study visual persistence in interactive video world models. These models rely on a Key-Value (KV) cache as a growing visual memory to carry forward previously generated frames. However, we find that models can no longer reliably address stored content once rollouts extend beyond the training horizon, because temporal Rotary Positional Embeddings (RoPE) offsets then fall outside the range seen during training and the model struggles to retrieve the relevant visual information through attention. Moreover, naively compressing the cache in the RoPE-rotated space corrupts memory by averaging together incompatible positional phases. To address this, we propose WorldTrace, a training-free memory framework for long-horizon visual persistence. WorldTrace keeps compressed memory addressable by assigning each summary slot a distinct, in-distribution virtual position. Within this addressable cache, we study two memory compression approaches: WorldTrace-Field compresses history for temporal coherence, while WorldTrace-Landmark stores verbatim scene traces at detected transitions for episodic recall. We further introduce LoopBench, a benchmark evaluating whether a compressed cache can reconstruct a previously visited scene after a long detour. WorldTrace-Field improves temporal consistency by +15.5%, and WorldTrace-Landmark improves episodic recall by +19.5% on LoopBench, extending visually persistent generation without retraining.

Techmeme(15)

  1. With his long essay, Zuckerberg returns to his "open" AI arguments at an opportune time, as Chinese open models narrow the performance gap at much lower cost (M.G. Siegler/Spyglass)

    M.G. Siegler / Spyglass : With his long essay, Zuckerberg returns to his “open” AI arguments at an opportune time, as Chinese open models narrow the performance gap at much lower cost —  Zuck returns to his “open” AI arguments at an opportune time...  I'm old enough to remember the last time Mark Zuckerberg …

  2. Sources: OpenAI bought back ~$7B in shares from current and former employees in a tender offer valuing it at $852B, unchanged from its most recent funding round (Bloomberg)

    Bloomberg : Sources: OpenAI bought back ~$7B in shares from current and former employees in a tender offer valuing it at $852B, unchanged from its most recent funding round —  OpenAI has completed a deal to help employees sell roughly $7 billion worth of shares in the company ahead of a possible Wall Street debut …

  3. Source: Applied Compute, which helps companies customize models with their data, is in talks to raise "hundreds of millions" led by Elad Gil at a ~$3B valuation (The Information)

    The Information : Source: Applied Compute, which helps companies customize models with their data, is in talks to raise “hundreds of millions” led by Elad Gil at a ~$3B valuation —  Applied Compute, a year-old startup that helps companies run and customize open-source models with their own data …

  4. Filing: Sergey Brin donated an additional $20M to Building a Better California, which fights California's wealth tax, bringing his total contributions to $102M (Alicia Clanton/Bloomberg)

    Alicia Clanton / Bloomberg : Filing: Sergey Brin donated an additional $20M to Building a Better California, which fights California's wealth tax, bringing his total contributions to $102M —  Billionaire Sergey Brin has now poured over $100 million into his fight to stop a wealth tax in California.

  5. Anthropic details an unreleased Claude model's attempt to solve the Riemann hypothesis; it didn't solve it but "unexpectedly" made strides on a related problem (Anthropic)

    Anthropic : Anthropic details an unreleased Claude model's attempt to solve the Riemann hypothesis; it didn't solve it but “unexpectedly” made strides on a related problem —  Recently, a member of staff at Anthropic gave Claude an unreasonable challenge.  It was about one of the most famous …

  6. The Ninth Circuit dismisses Meta's bid to pause a landmark trial by state AGs alleging its products addict children and have caused a youth mental health crisis (Isaiah Poritz/Bloomberg)

    Isaiah Poritz / Bloomberg : The Ninth Circuit dismisses Meta's bid to pause a landmark trial by state AGs alleging its products addict children and have caused a youth mental health crisis —  Meta Platforms Inc. failed to obtain an emergency order pausing a landmark trial slated to begin this week involving claims …

  7. YouTube says new creators will need double, or 8,000+, watch hours over the past year or 20M Shorts views in the last 90 days to start earning money from Feb. 1 (Aisha Malik/TechCrunch)

    Aisha Malik / TechCrunch : YouTube says new creators will need double, or 8,000+, watch hours over the past year or 20M Shorts views in the last 90 days to start earning money from Feb. 1 —  YouTube announced on Monday that new creators will have to meet higher thresholds to begin earning money from ads and subscriptions.

  8. Nvidia partners with Apollo, BlackRock, Blackstone, Brookfield, Goldman Sachs, and KKR on a $500B funding package for AI infrastructure development (Financial Times)

    Financial Times : Nvidia partners with Apollo, BlackRock, Blackstone, Brookfield, Goldman Sachs, and KKR on a $500B funding package for AI infrastructure development —  Apollo, Blackstone and Goldman Sachs are among groups working with chipmaker to raise capital for data centre boom

  9. OpenAI unveils two Daybreak tiers: Daybreak Blue, which provides access to frontier models, and Daybreak Red, which offers purpose-trained cybersecurity models (OpenAI)

    OpenAI : OpenAI unveils two Daybreak tiers: Daybreak Blue, which provides access to frontier models, and Daybreak Red, which offers purpose-trained cybersecurity models —  Introducing new ways to unlock advanced cyber capabilities together with GPT-5.6-Cyber, our latest cybersecurity-specific model.

  10. OpenAI releases GPT-5.6-Cyber, a more cyber-permissive version of GPT-5.6 Sol, to some partners and expands its Daybreak cybersecurity initiative (Sam Sabin/Axios)

    Sam Sabin / Axios : OpenAI releases GPT-5.6-Cyber, a more cyber-permissive version of GPT-5.6 Sol, to some partners and expands its Daybreak cybersecurity initiative —  OpenAI is introducing a more cyber-permissive version of GPT-5.6 Sol to vetted defenders as it prepares companies for autonomous cyberattacks.

  11. Google adds third-party games store Aptoide to the Play Store for Android users in the US, following a judge's orders in the antitrust lawsuit with Epic (Ryan Whitwam/Ars Technica)

    Ryan Whitwam / Ars Technica : Google adds third-party games store Aptoide to the Play Store for Android users in the US, following a judge's orders in the antitrust lawsuit with Epic —  A new day has dawned in the Play Store, and it's one that Google tried very hard to avoid.  The first third-party app store has arrived …

  12. A US appeals court allows ~2,400 federal lawsuits against social media companies to proceed over claims their products were designed to addict young users (Diana Novak Jones/Reuters)

    Diana Novak Jones / Reuters : A US appeals court allows ~2,400 federal lawsuits against social media companies to proceed over claims their products were designed to addict young users —  A U.S. appeals court on Monday allowed thousands of lawsuits to move forward against Meta Platforms (META.O), Alphabet's (GOOGL.O) …

  13. Sources: officials say OpenAI risks its White House relationship by hiring Dean Ball, who has criticized Trump's AI strategy after leaving the administration (Thomas Barrabi/New York Post)

    Thomas Barrabi / New York Post : Sources: officials say OpenAI risks its White House relationship by hiring Dean Ball, who has criticized Trump's AI strategy after leaving the administration —  Top OpenAI official Dean Ball is in the middle of a heated feud with the Trump administration - and White House officials warn …

  14. Sources: AI cloud computing provider Lambda is selling a $917M leveraged loan to finance the purchase of GPUs as part of a contract with Nvidia (Bloomberg)

    Bloomberg : Sources: AI cloud computing provider Lambda is selling a $917M leveraged loan to finance the purchase of GPUs as part of a contract with Nvidia —  Lambda Inc., an AI cloud-computing provider backed by Nvidia Corp., is selling a leveraged loan to finance a chip deal as the risky debt market becomes …

  15. Tel Aviv- and San Francisco-based Corma, which develops AI models for defensive cybersecurity, emerges from stealth with a $60M seed led by Sequoia Capital (Emily Forlini/Fortune)

    Emily Forlini / Fortune : Tel Aviv- and San Francisco-based Corma, which develops AI models for defensive cybersecurity, emerges from stealth with a $60M seed led by Sequoia Capital —  The growing number of powerful, widely available AI models has ushered in a dangerous era for cybersecurity.

Solidot(15)

  1. 对磁星的测量或证实了真空双折射理论

    国际团队在 2025 年 3 月至 4 月间,结合 NASA 的 IXPE (Imaging X-ray Polarimetry Explorer、NICER (Neutron Star Interior Composition Explorer) 以及澳洲联邦科学与工业研究组织(CSIRO)的 Murriyang 无线电望远镜,对磁星 1E 1547-5408 进行了超过 140 小时的联合观测。这是人类史上首次针对磁星进行同步的无线电与 X 射线偏振测量。这颗每 2 秒自转一周的磁星能持续发出明亮的无线电与 X 射线。观测显示,其光子偏振度是类似天体的三倍之多,远高于标准表面辐射模型的预期。为了寻找原因,科学家将目光转向量子电动力学中拥有 90 年历史的真空双折射理论。该理论于 1936 年首次提出,认为在极端强烈的磁场下,太空的真空会如同透镜或稜鏡般过滤光线,进而提升总体偏振度。 IXPE 的 X 射线偏振测量能力成为检验此理论的关键。研究团队的模拟结果支持了真空双折射造成此信号的可能性。

  2. Meta 推出 300 亿参数的开放权重模型 Muse Glimmer

    Meta 在 Apache 2.0 许可证下推出了 300 亿参数的开放权重模型 Muse Glimmer。Muse Glimmer 为本地运行的智能体工作流程进行了优化,能在配备了单个消费级 GPU 的 Mac 或 PC 上运行,支持从本地智能体和函数调用到本地编程和 LLM 自动化评估等多种应用场景。Meta 将在未来几天推出针对 llama.cpp、MLX 和 ExecuTorch 的集成。

  3. 审稿人人数跟不上大幅增长的新论文数量

    同行审议是学术出版流程的重要一环,然而随着在 AI 时代论文数稳步增长,审稿人数量逐渐跟不上了。以前一篇论文通常能找到两到三位审稿人,如今很多论文只能找到一名审稿人。研究人员表示,这种情况越来越普遍。同行审议成为科学的基石其实只有约 50 年历史,是 1970 年代美国科学基金会为了避免将科研项目的拨款决定置于国会议员手中。英国的情况类似。如今同行审议已成为标准流程。加快审稿的一种方法是引入 AI 审稿。未来 AI 生成的审稿意见可能会日益常见,今天的很多审稿人已经在使用 AI 工具。

  4. 为什么出租车和救护车司机很少死于阿尔茨海默

    2024 年的一项研究分析了美国在 2020 年 1 月到 2022 年 12 月之间的 900 万份死亡证明,发现出租车和救护车司机死于阿尔茨海默病的可能性低于其他任何职业。在 443 种职业中,出租车和救护车司机死于阿尔茨海默病的风险最低。在调整了年龄、性别、种族、民族和教育程度等因素后,大约每 100 名出租车和救护车司机中有 1 人死于阿尔茨海默病,而其整体比例为 1/60。这一模式无法推广到其他驾驶类职业,意味着降低阿尔茨海默病风险并非驾驶而是持续的实时导航:不断确定自身在空间中的位置,追踪目的地,随情况变化更新心智地图(mental maps)。工作依赖于固定或预定路线的驾驶者,如公交车司机和飞机飞行员,没有获得类似的优势。 研究人员认为,导航密集型工作与低阿尔茨海默病风险之间的关联集中在海马体上。海马体是大脑中负责记忆和空间导航的部分,也是阿尔茨海默病最早受损的脑区:空间导航和方向感障碍是最早出现的症状之一。2023 年,研究人员在一个包含逾 22,500 人的数据集上运行了一个机器学习模型,根据环境的复杂程度以 84% 的准确率预测哪些区域的阿尔茨海默病发病率较高。生活在高空间复杂环境中的居民患上阿尔茨海默病的可能性较低。研究人员认为,定期构建认知地图能锻炼阿尔茨海默病最先攻击的神经回路。反复激活与空间导航相关的认知系统有助于延缓症状出现。

  5. 中国人形机器人出货量占全球的逾 97%

    最新行业数据显示,2026 年上半年,中国人形机器人制造商占全球出货量的 97% 以上,显示中国在这一新兴领域已领先美国。Smart Analytics Global 的数据显示,2026 年上半年,全球人形机器人出货量约 1 万 9100 台,是去年同期 5100 台的三倍多。总部位于上海的智元机器人超越总部位于杭州的宇树科技,跃居市场份额榜首。今年上半年,智元机器人出货量达 8400 台,占全球出货量的 44%,宇树科技则为 5900 台。

  6. 苹果测试长鑫内存

    苹果正在 iPhone 和 MacBook 等产品上测试长鑫的内存芯片,以缓解 AI 热导致的内存短缺。苹果已与长鑫就供应内存芯片进行了初步磋商,目标是将其用于部分在中国销售的苹果设备。此前有报道称,PC 制造商惠普和宏碁已开始在美国以外地区销售的笔记本产品中少量使用长鑫内存。长鑫目前占据了约 7% 的内存市场份额,三星、SK海力士和美光占据了九成的市场份额。

  7. 中国企业与大学研发经费超过美国

    在企业和大学的研发费用总额方面,中国已超过美国,位居全球第一。日本文部省的数据显示,中国 2024 年的研发经费为 97.1 万亿日元,同比增长 13.1%,超过了美国(95.3 万亿日元,同比增长 6.7%)。中国在科研论文数量上于 2017 年超过美国,跃居全球第一。此外,被公认为研究质量高的前 10% 高被引论文数量也在 2018 年跃居首位,而被认为更加优秀的前 1% 顶尖论文数量自 2019 年起同样位居第一。此次中国又在研发经费总额上超过美国,名副其实地走在世界科学研究的最前列。从研发经费来看,中国、美国和日本居前 3 位,其后依次为德国、韩国、英国和法国。

  8. 果糖会帮助癌细胞扩散

    根据发表在《Nature Aging》期刊上的一项研究,科学家发现果糖会帮助癌细胞扩散。研究团队针对的是顺铂(cisplatin)治疗的卵巢癌,顺铂是一种强效铂类化疗药物,会诱导细胞衰老。多数患者最初对治疗反应良好,但复发很常见。研究人员想知道是什么导致了癌症复发——九成的癌症死亡都是由复发引起的。研究人员的代谢分析发现问题与果糖有关。研究人员分析了果糖触发的代谢级联反应,发现果糖不仅作为燃料,还会改变线粒体代谢,降低胆固醇的生成。胆固醇有助于稳定细胞膜,将细胞彼此连接并锚定到周围组织。胆固醇的减少,会降低癌细胞的黏附性,使其更容易脱落,从而帮助癌细胞在体内转移。实验显示抑制癌细胞代谢果糖的能力减少了转移的癌细胞数量。研究人员指出,果糖在调节肿瘤细胞行为上发挥的作用可能被低估了,限制果糖摄入量可能是一种有前景的饮食干预措施,有助于提高治疗反应。

  9. 五分之一美国人在财务建议上咨询 AI,七成美国人不信任 AI

    盖洛普与金融服务公司 Edward Jones 合作展开的一项调查显示,过去一年有五分之一美国人在财务建议上咨询 AI,但只有三成美国人非常信任或部分信任 AI 的理财能力,3% 的人非常信任 AI, 七成美国人不信任 AI。随着 AI 的普及,金融专家表示,消费者应谨慎对待这些工具,切勿完全依赖它们。MIT 斯隆管理学院副教授 Taha Choukhmane 的建议是利用 AI 获取金融概念相关的解释和定义,如利用 AI 了解股市,了解共同基金和指数基金的区别,等等。研究显示,年轻一代更倾向于使用 AI 获取理财建议,而老年人则更倾向于寻求专业理财顾问的帮助。

  10. 微软回应悄悄在 Windows 11 上安装新照片应用 OneDrive Photos

    微软最近被发现悄悄在 Windows 11 上安装新照片应用 OneDrive Photos,该应用与 OneDrive 在同一个文件夹,无法单独卸载,如果想要卸载需要同时卸载 OneDrive,而 OneDrive 与系统高度集成,卸载 OneDrive 会影响系统集成以及快捷方式。这一消费者应用还出现在了 Windows 11 企业版机器上,会自动扫描系统存储中的照片。微软此举引发了批评和争议。软件巨人回应时承认 OneDrive Photos 的推广范围超出了预期,它正在修复该问题,此外 OneDrive Photos 将会添加本地照片和云端照片的选项,给予用户是否使用 OneDrive 的选择。微软正在开发相关控件,允许用户分开卸载 OneDrive 和 OneDrive Photos。企业级 PC 上安装的该应用会自动删除。

  11. 全世界种植的蔬菜在减少

    PNAS 上发表的一项研究显示,大多数人摄入的蔬菜量远远不够,因而承受着健康方面的后果。与此同时全世界种植的蔬菜品种也越来越少,进一步恶化了饮食的多样性。全世界大多数人的蔬菜摄入量比健康饮食推荐量少约 40%。农业工业化前种植的食用植物品种要丰富得多。如土豆有逾 4000 个不同的品种,但美国只有大约五到八个品种广泛种植。从人工选择到大规模生产的单一栽培,再到基因改造,农业工业化——以及相关供应链——逐渐减少了我们餐桌上的蔬菜品种。随着蔬菜遗传多样性的丧失,我们也失去了它们的营养成分以及作物适应气候变化的能力。

  12. 脑扫描显示新冠患者广泛的结构和功能变化

    四川大学的研究人员分析了 49 项脑成像研究,显示新冠患者的大脑经历了广泛的结构和功能变化。研究结果表明,新冠病毒会影响负责记忆、情绪和执行功能的区域,这或许可解释部分新冠患者出现的神经系统症状。对比新冠患者和健康人群的脑扫描结果,研究人员发现,负责决策和认知控制的额叶频繁显示结构性改变。参与感觉处理和注意力的区域颞叶和顶叶在病毒康复患者中显示出明显差异。前额叶皮层对社会心理压力高度敏感,这意味着疫情本身带来的压力,以及病毒感染,都可能导致前额叶的结构性改变。新冠患者的灰质总体积减少,外层皮质变薄,这种组织损失可能是由于感染期间氧气供应减少或严重免疫系统炎症所致。

  13. 微软 Google 亚马逊 Meta 甲骨文 2027 年负现金流将达到 1250 亿美元

    五大科技公司微软、Google、亚马逊、Meta 和甲骨文在 AI 的开发和交付上投入了巨资,因此到 2027 年它们的财务状况将会严重恶化。自由现金流是扣除各项支出和 AI 基础设施成本后的剩余款项,对 S&P Global Market Intelligence 的数据分析显示,五大公司在 2026 年的自由现金流合计几乎为零,而到 2027 年将会出现高达 1250 亿美元的负现金流。其中亚马逊和 Google 两大云计算公司过去三个月损失的现金超过其它任何美国公司。马斯克旗下的 SpaceX 公司情况估计会更严重。

  14. DeepMind 的 WeatherNext 模型在飓风预测上取得突破

    2025 年 10 月,加勒比海上空酝酿着一场风暴。气象模型对其路径有不同的预测。它会保持弱势最终登陆海地,还是会增强并袭击牙买加?由 Google DeepMind 和 Google Research 联合开发的模型 WeatherNext 选择了后者。在风暴登陆前五天,该模型以 80% 的置信度预测它将以五级飓风的强度袭击牙买加。飓风梅丽莎(Melissa)给牙买加带来了灾难性的洪水和山体滑坡。但 AI 模型帮助预报员更早向沿途社区发出预警,使他们有时间做好充足准备。研究人员在《自然》上发表论文,称 WeatherNext AI 模型能以前所未有的精度预测飓风。它能比现有模型提前一天发出预警;意味着它提前三天的预测准确度相当于之前模型提前两天的预测。在实际灾害中,这额外的一天意义重大。研究人员表示,历史上要将预报提前一天,通常需要十年的努力。论文主要作者之一的 Ferran Alet 表示:“我们没有那么多热带气旋的数据,但有大量的天气数据。因此我们训练了一个模型,使其既擅长预测天气,也擅长预测热带气旋。”

  15. 甲骨文对 OpenJDK 项目禁止 AI 生成代码

    甲骨文今年在数据中心扩建上投入了 700 亿美元,内部也在鼓励员工使用 AI 工具生成代码,但对于 JDK 开源版本 OpenJDK 项目,甲骨文以存在安全、隐私和知识产权风险的理由禁止 AI 生成代码。甲骨文表示,开发者可以私底下使用 LLM 进行代码调试(debug)和审查,但不能将 AI 生成的代码提交到代码库、pull request 或其它项目渠道。

NEWSLETTER · FREE · WEEKLY

OrangeBot Weekly

The best new AI tools + Claude Code skills, every week — with my verdict on what’s actually worth your time. No hype.

Free · One-click unsubscribe · No spam