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

OrangeBot.AI Digest — 2026-08-02

90 headlines across 8 sources, aggregated for this day.

Hacker News(15)

  1. 'Crush this lady': how eBay harassment campaign led to $56M payout (www.ft.com)
  2. Show HN: Kakehashi – Experimental userspace to run macOS binaries on Linux ARM (github.com)
  3. Karpathy’s Pelican (twitter.com)
  4. How the words we teach English language learners changed (pudding.cool)
  5. A Rant About “Technology” (2005) (www.ursulakleguin.com)
  6. F*: A general-purpose proof-oriented programming language (fstar-lang.org)
  7. Folding Paper Globes (foldingglobes.com)
  8. Twenty Years of RISC OS Open (www.riscosopen.org)
  9. Meshdiff – visually compare two STL versions in the browser, client-side (meshdiff.com)
  10. Wikimedia Foundation refuses union recognition, hires union-busting law firm (en.wikipedia.org)
  11. Holocloth (holocloth.vercel.app)
  12. US Treasury undertakes historic intervention in yen market (www.ft.com)
  13. Show HN: Bor – Open-source policy management for Linux desktops (getbor.dev)
  14. I don't recommend Tailwind CSS (en.andros.dev)
  15. A big win for Android interoperability (www.openhomefoundation.org)

GitHub Trending(15)

  1. microsoft / AI-For-Beginners
  2. usekaneo / kaneo
  3. lyogavin / airllm
  4. iv-org / invidious
  5. codecrafters-io / build-your-own-x
  6. zhaoxuya520 / reverse-skill
  7. different-ai / openwork
  8. microsoft / generative-ai-for-beginners
  9. Panniantong / Agent-Reach
  10. TencentCloud / TencentDB-Agent-Memory
  11. mvanhorn / last30days-skill
  12. NomaDamas / k-skill
  13. HarbourMasters / Lighthouse
  14. antirez / ds4
  15. esengine / DeepSeek-Reasonix

Product Hunt(15)

  1. Lumichats

    A Claude Code alternative for people who avoid the terminal

  2. UniwebPay Skill

    Financial Infra for the AI era

  3. Bolcho AI

    Build Voice AI agents that actually speak India

  4. Zinley

    Your Personal AI Representative for calls, email, and tasks

  5. Capptivo

    Free open-source screen recorder & demo editor

  6. TimeOS 2.0

    Work your tasks. Bill your clients with confidence.

  7. Zen Whisper

    On-device Mac dictation that types into any app

  8. Finamie

    Speak your expenses and get instant spending insights

  9. YourSitee

    Make your bio link worth clicking

  10. FreqWave EQ

    Customize your web audio with a real-time EQ

  11. Termexo

    A local Windows workbench for Claude Code and Codex

  12. Yamanote 3D

    Ride Tokyo’s Yamanote Line in a 3D world

  13. Tandem

    AI-native office leasing brokerage

  14. Kopai

    Share your expertise, and let our agents earn for you.

  15. NudgeForMe

    AI follow-up agent for missed email opportunities

Hugging Face(15)

  1. AskChem: Claim-Centered Infrastructure for Chemistry Literature Synthesis

    Chemistry literature synthesis often requires assembling specific findings scattered across many publications, yet existing literature-search systems primarily return ranked document lists. As a result, scientists and AI agents need to locate relevant information, verify their provenance, and assemble cross-paper answers manually. We present AskChem, a claim-centered infrastructure for cross-paper chemistry search. AskChem changes the unit of retrieval from the paper to the provenance-carrying claim: each paper is converted into atomic, typed claims, each grounded by a source DOI and a verbatim quote or an explicit evidence locator. Over this shared claim store, AskChem exposes complementary structures for search and synthesis: a stabilized faceted taxonomy for hierarchical retrieval and browsing, an evidence graph linking claims through relations, and an exploratory living taxonomy that situates indexed papers under scientific principles. AskChem currently indexes 2.4M claims from 147K papers and provides a web interface, as well as REST, SDK, and MCP access for AI agents. On AskChem-Bench, grounding a GPT-5.5 reader in AskChem yields 100% resolvable DOIs, compared with 88.3% without retrieval, and the highest citation density among five tested systems. AskChem is live at https://askchem.org.

  2. Qwen-UI-Agent Technical Report: Toward Next-Generation Real-World Centric Foundation GUI Agents

    GUI agents have the potential to become a general purpose executor over existing digital devices. To advance them toward real-world use, we envision agents that operate reliably on real devices, execute workflows across platforms, combine GUI interaction with CLI execution, complete long-horizon tasks, proactively initiate useful services, and autonomously improve their capabilities with minimal human effort. Guided by this vision, we present Qwen-UI-Agent, a real-world centric foundation GUI agent spanning mobile, computer-use, web, and DeepSearch environments. Qwen-UI-Agent combines diverse sandbox environments with a large-scale real-device mobile runtime. Its unified action space interleaves GUI operations with CLI execution and generates batched actions in a single model turn. An AutoResearch-style data flywheel uses agents to construct tasks and environments, diagnose failures, and plan subsequent iterations. Online RL supports training on trajectories exceeding 100 turns, with over 10,000 concurrent environments accelerating rollout. A lightweight harness layer supports proactive service initiation and stateful workflows across mobile and computer. Across a broad suite of evaluations, Qwen-UI-Agent sets state-of-the-art performance on mobile-use benchmarks while delivering competitive performance on computer- and browser-use tasks against frontier models, including Opus 4.8, Gemini 3.1 Pro, and GPT-5.6 Sol. On mobile use, it achieves 82.1% on MobileWorld, 92.2% on MobileWorld-Real, and 97.5% on AndroidDaily. On computer use, it achieves 79.5% on OSWorld-Verified and a 40.0% partial-progress score on OSWorld-v2. On browser use and GUI grounding, it achieves 73.6% on WebArena and 81.5% on ScreenSpot-Pro, respectively.

  3. Metis: Memory Foundation Model

    Recent advances in AI agents have increasingly internalized native capabilities into their underlying foundation models, giving rise to multimodal foundation models and large reasoning models. However, agent memory is still primarily implemented through external modules, leaving the native memory capability largely unexplored. In this paper, we take a first step toward this direction by introducing memory foundation models, which empower foundation models with native memory capabilities. We formalize native memory from two perspectives: a persistent and dynamically evolving memory state within the backbone, and native memory procedures that autonomously store and utilize information through model computation. We show that native memory offers advantages in architecture, end-to-end optimization, and efficiency. Based on this formulation, we propose Metis, the first prototype of memory foundation models. Metis introduces a new architecture that equips a foundation model with a native memory state, allowing historical information to be compressed into the model and accessed through memory attention. We construct large-scale memory-specific training data and introduce multiple optimization objectives to acquire these native memory procedures through mid-training. The online memory maintenance of Metis is gradient-free, and the memory update requires only a forward pass. At inference time, all learned model weights remain frozen, while the native memory states are autonomously transformed through standard forward computation. Through extensive experiments, we show that Metis exhibits native memory capabilities and further provide a detailed analysis of its strengths, limitations, and behaviors. To facilitate future research on memory foundation models, we release our project and model checkpoints.

  4. Frontis-MA1: Training an AI4AI Model towards Recursive Self-Improvement in Machine Learning Engineering

    Recursive self-improvement (RSI) requires AI systems that improve the process of building AI (i.e., AI4AI); machine learning engineering (MLE) offers a concrete, executable testbed for studying this capability. We introduce OpenMLE, an open full-stack system for RSI research in MLE, spanning verifiable task environments with execution feedback (OpenMLE-Gym), operator learning (OpenMLE-RL), and long-horizon search (OpenMLE-Evo). On this stack we post-train Frontis-MA1 (35B) as a meta-evolution agent for MLE, aligning post-training and inference around four atomic program-evolution operators (Draft, Improve, Debug, Crossover): the same operators are trained via execution-grounded SFT and RL on data deduplicated against all evaluation benchmarks, then composed into long-horizon search, coupling learning and evolution in a single loop. On MLE-Bench Lite under a 12-hour per-task budget on one RTX 4090 capped at 12 GB VRAM, Frontis-MA1 (35B) improves Medal Average from 39.39% to 60.61% over its base model with OpenMLE-Evo, and reaches 71.21% with OpenMLE-Evo-Max (benchmark-independent experience priors and asynchronous search), exceeding GPT-5.5 + Codex and approaching GPT-5.6 Sol and the 2.8T Kimi K3. On held-out NatureBench Lite, both components transfer: with the framework fixed, swapping in the trained model raises Match-SOTA from 50% to 70%; with the model fixed, swapping in OpenMLE-Evo raises it from 20% to 50%. We release the model weights and the full OpenMLE stack to enable reproducible research on executable AI4AI toward RSI. Code: https://github.com/FrontisAI/OpenRSI

  5. PhiZero: A World Model Built Around Physical Language

    We introduce PhiZero, a physical world model built around physical language, a compact discrete representation of world-state transitions. Existing physical world models typically predict future videos directly in pixel space, leaving the underlying world dynamics implicit within high-dimensional visual predictors. Motivated by humans' ability to abstract predictive structure from visual experience and organize it in natural language for explicit reasoning, we learn physical language from in-the-wild videos through self-supervision and use it to explicitly reason about how the physical world evolves. Accordingly, PhiZero adopts a reason-then-render paradigm: it first infers future world evolution as a physical-language sequence and then renders the inferred transitions into videos. Extensive experiments across generation and understanding benchmarks validate the ability of PhiZero to model physically coherent world evolution. We further show its potential for realistic and interactive world modeling, fine-grained action-conditioned simulation, and zero-shot motion transfer.

  6. VideoCoCo: Code-as-CoT for Physically-Consistent Video Generation via an Agentic Dual-Engine System

    Text-to-video models have achieved remarkable visual quality, yet they still struggle to generate physically consistent dynamics because the temporal evolution of a scene must be inferred implicitly from a highly compressed text prompt. Existing chain-of-thought approaches introduce intermediate plans or visual states, but these representations are typically non-executable or temporally sparse, limiting their ability to instantiate and control the complete spatiotemporal process. To address this limitation, we introduce VideoCoCo, an agentic dual-engine framework in which executable Blender code serves as a process-level chain of thought. Given a text prompt, a coding agent synthesizes a Blender program that explicitly specifies the scene and its temporal evolution. The executable simulation engine runs the program to produce a deterministic spatiotemporal draft, which is subsequently transformed into a photorealistic video by a generative video engine through draft-conditioned editing. This decomposition separates process-level reasoning from high-fidelity visual realization. To adapt the video editor to simulated drafts, we construct VideoCoCo-3K, a curated dataset of draft-instruction-target triplets. VideoCoCo improves the OmniWeaving baseline from 0.475 to 0.558 on PhyGenBench and from 52.18 to 77.88 on VBench-2.0, achieving the best average score on both benchmarks. These results demonstrate that executable code provides an effective, controllable, and inspectable intermediate representation for physically consistent video generation.

  7. Memory Decoder at Scale: A Pretrained, Parametric Long-Term Memory

    Decoder-only language models entangle long-term memory and reasoning in a single parameter set, making it difficult to scale memory capacity independently. Memory Decoder introduces a parametric long-term memory module but only studies it at a relatively small scale. In this work, we present Memory Decoder at Scale, scaling memory models up to 6.9B parameters and pretraining them on 300B tokens. At this data scale, the combined cost of indexing and search makes a standard Faiss pipeline infeasible. We address this bottleneck with a distributed pipeline for Faiss indexing and retrieval, together with sparse, batch-wise loading of kNN distributions. Across model scales, we find that allocating more parameters to memory yields a better parameter-performance tradeoff than scaling the base model alone. On 17 benchmarks, pairing a 6.9B general memory with Pythia-410M raises its average score from 29.86 to 37.34, surpassing Pythia-12B (37.24) with 39% fewer total parameters. For Qwen3 Base models ranging from 0.6B to 14B, 1.7B domain memories improve the average score across the three domains by more than 9 points at every scale. Overall, our results demonstrate that independently scaling pretrained memory offers a more parameter efficient path to improving language model performance.

  8. Beacon: Knowing When and How to Perform Agentic Visual Reasoning

    The fundamental goal of agentic visual reasoning is to improve the success rate of multimodal large language models (MLLMs) on complex tasks, rather than merely equipping them with a sophisticated yet inefficient reasoning paradigm. In this work, we rethink agentic visual reasoning through two key dimensions of tool use: Mode Adaptiveness (MA) and Tool Effect (TE). Mode Adaptiveness characterizes whether an MLLM can recognize when tools are truly necessary and invoke them accordingly, thereby avoiding unnecessary computational overhead while improving performance on challenging problems that require tool assistance. Tool Effect characterizes the actual impact of tool use: tools should extend the model's capabilities on problems unsolvable through text-only reasoning, while avoiding additional errors on problems that the model can already solve without tools. We conduct a comprehensive analysis to quantify these two properties and empirically reveal that existing agentic visual reasoning models exhibit limited Mode Adaptiveness, while the gains produced by tool use on hard examples are largely offset by the harm introduced on easy examples that the models can already solve. Motivated by these observations, we propose Beacon, a novel agentic visual reasoning model that achieves stronger overall performance, improved Mode Adaptiveness, and genuine tool-induced performance gains. At the core of Beacon are the Necessity-Aware Adaptive Reward and the Hint-Guided Capability Expansion mechanism in the reinforcement learning stage, which respectively encourage adaptive tool invocation based on task necessity and strengthen the model's tool-use capability on the most challenging problems. Extensive experiments across diverse benchmarks demonstrate the strong overall performance of Beacon and its substantial improvements in both Mode Adaptiveness and Tool Effect.

  9. BM25 Wins at Scale: A Scaling Study of Retrieval-Augmented Generation Paradigms

    Retrieval-augmented generation (RAG) spans lexical and dense retrieval, graph-based indexing, and agentic search, but these paradigms are usually evaluated on different benchmarks at one corpus size, leaving their accuracy-cost scaling unclear. To bridge this gap, we present a controlled study that varies corpus size along 28 strictly nested tiers spanning roughly 450-fold, while holding questions and a fixed bedrock of relevant and adversarial documents unchanged. Under one reader model and one judging protocol, we measure official accuracy, construction and query tokens, and latency. The results reveal a scale-dependent crossover rather than an unconditional winner. File-System Agent leads at the smallest shared tiers, but its sequential exploration costs 39 times more query tokens at the bedrock and becomes less effective as the search space grows. Around 10 million corpus tokens, BM25 overtakes it and leads at every larger shared tier, with a margin approaching 20 points at full scale. BM25 also anchors the low-cost end of the Pareto frontier without LLM-based construction. Dense retrieval remains efficient but less accurate, whereas graph-based RAG encounters construction walls before deployment scale and its scalable variants remain below BM25 at shared tiers. Overall, corpus growth increasingly favors global candidate ranking: lexical retrieval is the strongest scalable default, while agentic reasoning works best after ranked discovery rather than in place of it.

  10. Flux-OPD: On-Policy Distillation with Evolving Contexts

    Large language model training in open-ended domains lacks verifiable rewards, making task preferences difficult to formalize as effective supervision. Contexts can convey such preferences, yet provide little additional supervision once distilled into the student, motivating contexts that evolve with student performance. However, directly using evolving contexts as in-training supervision results in an unstable distillation target and conflicting distributions, requiring mechanisms to stabilize target and downweight conflicts. In this paper, we analyze the effect of contexts through a decomposition of the reverse KL objective, revealing two findings: the student is distilled toward the geometric mean of context-conditioned teachers, and the objective contains a conflict term that measures conflicts among these teachers. Based on this decomposition, we propose Flux-OPD, an OPD paradigm that uses evolving contexts as in-training supervision to capture task preferences in open-ended domains. Flux-OPD treats the differences between context-conditioned and context-free teachers as contextual difference signals, injects them as contextual corrections into the context-free teacher anchor, and weights their correction strength using the conflict term as an indicator. Experiments on open-ended tasks show that Flux-OPD outperforms existing OPD paradigms, highlighting the potential to combine teacher supervision with evolving contexts.

  11. MPIE-Bench: Benchmarking Anatomically Plausible Multi-Person Interaction Editing

    Text-to-image and personalized editing models now synthesize high-fidelity single-subject images with ease. Yet placing multiple named people into shared contact actions such as embrace, carry, or grapple still exposes major failures: fused limbs, invented extremities, and interpenetrating bodies. Existing evaluations largely overlook these anatomical and geometric issues, and VLM-as-a-judge checklists often saturate on Interaction while the errors remain obvious to humans. We introduce MPIE-Bench, a 2,500-sample benchmark of video-mined editing triplets spanning 405 scenes, 14 interaction categories, and four contact densities (C0-C3). We also propose MPIE-Eval, whose two new axes score contact-time geometry from a frozen public multi-person mesh reconstruction. Anatomy asks whether every human-like mass is explained by a complete set of reconstructed bodies, and Interaction asks whether the penetration and surface distance between those bodies match the contact the instruction asked for. Across ten editors, mesh Anatomy tops out at 0.65 and mesh Interaction at 0.72 on two different models, so no single editor is strong on both, while VLM checklists rate the same images above 0.95. A five-rater study confirms that both axes track human judgement more closely than a zero-shot VLM judge, and the rankings hold under ablation of every weight and threshold.

  12. ACE-Data-0: Human-Centric Ambient Capture as Embodied Data Engine

    Embodied intelligence faces a fundamental data bottleneck. Models must capture how first-person perception, whole-body motion, dexterous manipulation, object state, sound, and touch evolve together as humans pursue goals over time. Existing datasets fragment this experience across viewpoints, modalities, or spatial scales, leaving the full perception-action loop only partially observed. We introduce the Ambient Capture Engine (ACE), a human-centric data engine that transforms real home environments into spatially calibrated, temporally synchronized recording studios. ACE operates at two complementary scales: a table-scale configuration resolves hand-object manipulation, while a room-scale configuration captures whole-body motion, locomotion, and interactions across a furnished home. ACE records egocentric and multi-view exocentric video, full-body and articulated hand motion, object geometry and 6-DoF trajectories, audio, and tactile signals as a unified multisensory stream. Using ACE, we build ACE-Data-0, comprising 150 hours and 17M video frames across 200 task categories, performed by 50 participants in 2 environments, for a total of 75,000 interaction episodes. The dataset spans atomic manipulation, long-horizon chains of household activities, and human-scene interaction, while preserving natural behavioral variation through goal-level rather than step-by-step instructions. We further introduce a hierarchical benchmark that progresses from signals to scene components and then to interactions. Evaluations of state-of-the-art methods expose substantial gaps under contact, occlusion, egomotion, and long temporal horizons. ACE-Data-0 provides synchronized human demonstrations with aligned perceptual, kinematic, and contact supervision, offering a scalable foundation for imitation learning, world models, vision-language-action systems, and embodied AI.

  13. Beyond Borrowed Histories: Person-Aligned User Simulation for Interactive Role-Playing Evaluation

    Role-playing agents (RPAs) have become one of the most important consumer applications of large language models. Users engage in multi-turn conversations with RPAs for experiences such as emotional comfort, making reliable evaluation essential for measuring capability, comparing systems, and guiding further improvement. Existing benchmarks, however, typically require an RPA to continue a fixed dialogue history and then evaluate the continuation using a fixed rubric detached from the user. We identify and empirically demonstrate two limitations of this design. First, an RPA's output is shaped by the preceding dialogue history, preventing a scientifically grounded assessment of its role-playing ability in real multi-turn settings. Second, user experience varies substantially across individuals, and conventional fixed rubrics need not align with user satisfaction. We therefore introduce PALATE (Person-Aligned LLM-Simulated-User Assessment with Tailored Evaluation), a scalable RPA benchmark built on user simulators. PALATE is accompanied by a pool of 300 character profiles. Its main evaluation trains five per-user simulators and lets them engage candidate RPAs in free-form, multi-turn conversations over a pre-frozen panel of character profiles. Alongside a general quality rubric, we construct personalized rubrics to measure user satisfaction; on held-out annotated data, the personalized rubrics show higher agreement with human judgments than the general rubric. In the main evaluation of 16 candidates, PALATE separately characterizes generic turn quality, long-horizon session capability, and per-user experience on multi-turn trajectories co-constructed by each candidate. It thereby produces interpretable evaluations of specific user-RPA pairs rather than compressing systems into a single user-independent ranking.

  14. RefCaptioner: Multi-Reference Image-Grounded Video Captioning

    Existing video captioning models generate natural descriptions of video content but cannot explicitly ground local visual elements to multiple reference images. We introduce multi-reference image-grounded video captioning, a new task requiring factual video descriptions with phrase-level reference grounding, and propose RefCaptioner, a two-stage post-training framework for this task. RefCaptioner combines mixed-data SFT with Hierarchical Coverage-Discounted GRPO to jointly improve reference selection, phrase-level binding, distractor rejection, and cross-reference consistency while preserving general video-captioning ability. To support training, we construct a corpus containing 20,000 videos and 171,354 reference images. We further introduce MRVBench, a benchmark for evaluating caption factuality and multi-reference grounding on both real-world and AI-generated videos. Experiments show that RefCaptioner achieves the best overall performance among the open-source models while remaining competitive on standard video captioning benchmarks. Human evaluation further confirms that its captions are preferred by annotators and enable more source-faithful video reconstruction with both open-source and proprietary video generators.

  15. See2Think: Do Multimodal Models Really Use Intermediate Visual States?

    Multimodal large language models increasingly use sketches, annotations, tools, and intermediate images during reasoning, but it remains unclear whether they truly rely on these visual states. Existing benchmarks are limited both by task collections with narrow coverage or partially text-solvable samples and by evaluations that emphasize final answers without diagnosing how intermediate visual states are generated, rendered, and used. We introduce See2Think, a unified evaluation framework comprising See2ThinkBench and Visual Action-of-Thought (VAoT). See2ThinkBench contains 1,200 open-ended, visually dependent problems across 12 task categories spanning 2D structured, 3D scene, and real-world reasoning. VAoT records textual thoughts, visual actions, rendered states, and subsequent reasoning under four controlled inference settings. Evaluating representative proprietary and open-source multimodal models, we find that visual reasoning is strongly model- and environment-dependent, with no single setting consistently dominating across tasks. Process analysis further shows that models usually select relevant visual operations, while faithful rendering remains the clearest bottleneck and high feedback uptake does not necessarily translate into accuracy gains. Under task-relevant corrupted feedback, models exhibit behavioral dependence on visual states, with accuracy dropping by over 10 percentage points in controlled interventions.

Techmeme(15)

  1. LLMs are moving from generating artifacts to creating hyper-custom worlds on demand, but still lack the ability to natively perceive and audit what they create (Andrej Karpathy/@karpathy)

    Andrej Karpathy / @karpathy : LLMs are moving from generating artifacts to creating hyper-custom worlds on demand, but still lack the ability to natively perceive and audit what they create —  We're starting to leave the territory where you'd test an LLM by e.g. “create an svg of pelican on a bicycle”.

  2. Researchers used AI-assisted code to undetectably tamper with data from computerized scans of physical DNA evidence produced by widely used crime-lab machines (Mariah Timms/Wall Street Journal)

    Mariah Timms / Wall Street Journal : Researchers used AI-assisted code to undetectably tamper with data from computerized scans of physical DNA evidence produced by widely used crime-lab machines —  Researchers found that widely used lab machines produced digital DNA files that are vulnerable to tampering

  3. Experts say US law is unprepared for rogue AI agents and models, as recent OpenAI and Anthropic incidents raise questions over legal liability and repercussions (Lily Hay Newman/Wired)

    Lily Hay Newman / Wired : Experts say US law is unprepared for rogue AI agents and models, as recent OpenAI and Anthropic incidents raise questions over legal liability and repercussions —  Both major AI labs' models broke containment, escaped onto the internet, and hacked other companies.

  4. Thoughts on Apple Upgrade; sources: MacBook Air is now facing shortages too; Apple wants to turn its future glasses and headsets into health and fitness devices (Mark Gurman/Bloomberg)

    Mark Gurman / Bloomberg : Thoughts on Apple Upgrade; sources: MacBook Air is now facing shortages too; Apple wants to turn its future glasses and headsets into health and fitness devices —  Also: MacBook Air runs into major shortages.  —  Apple has finally delivered a hardware subscription program …

  5. As Taiwanese server makers expand in Mexico, the country has become the second-largest supplier of servers to the US, behind Taiwan, with $46.9B in YTD sales (Financial Times)

    Financial Times : As Taiwanese server makers expand in Mexico, the country has become the second-largest supplier of servers to the US, behind Taiwan, with $46.9B in YTD sales —  Factories churning out servers for data centres are pushing exports to record levels

  6. A profile of Jacob Tsimerman, who won the Fields Medal last week and is taking a leave from the University of Toronto to join OpenAI and work on AI safety (Ben Cohen/Wall Street Journal)

    Ben Cohen / Wall Street Journal : A profile of Jacob Tsimerman, who won the Fields Medal last week and is taking a leave from the University of Toronto to join OpenAI and work on AI safety —  Jacob Tsimerman won the biggest prize in math.  Now he's working on the most important problem of his career.

  7. Chinese VC firms are rushing to raise new funds after three years of record-low fundraising, amid renewed enthusiasm for China's tech, AI, and robotics sectors (Eleanor Olcott/Financial Times)

    Eleanor Olcott / Financial Times : Chinese VC firms are rushing to raise new funds after three years of record-low fundraising, amid renewed enthusiasm for China's tech, AI, and robotics sectors —  Managers capitalise on investors' desire to ‘hedge’ against US market bets  —  China's venture capital firms are rushing …

  8. LemonEdge, a fund accounting and operations software provider for the private markets sector, raised a $21M Series A led by Blackstone Innovations Investments (FinTech Global)

    FinTech Global : LemonEdge, a fund accounting and operations software provider for the private markets sector, raised a $21M Series A led by Blackstone Innovations Investments —  LemonEdge, a fund accounting platform designed specifically for the private markets sector, has secured $21m in Series A funding …

  9. Malaysia shuts down Network School, Balaji Srinivasan's techno-utopian project, over licensing issues; Srinivasan says he is opening a new campus in Kazakhstan (Wall Street Journal)

    Wall Street Journal : Malaysia shuts down Network School, Balaji Srinivasan's techno-utopian project, over licensing issues; Srinivasan says he is opening a new campus in Kazakhstan —  Balaji Srinivasan left Silicon Valley and created an incubator for new countries in an Asian ghost city, before the government shut it down

  10. Apple introduced a cap and a 30-day cool-off period on bug report submissions, citing a deluge of AI-assisted reports; researchers can request higher quotas (Financial Times)

    Financial Times : Apple introduced a cap and a 30-day cool-off period on bug report submissions, citing a deluge of AI-assisted reports; researchers can request higher quotas —  iPhone maker has limited the number of vulnerabilities researchers can submit to manage wave of reports

  11. An investigation reveals Dubai-based unlicensed crypto exchange Shelbit has processed at least $4B as part of Iran's sanctions-evasion operation since May 2024 (Reuters)

    Reuters : An investigation reveals Dubai-based unlicensed crypto exchange Shelbit has processed at least $4B as part of Iran's sanctions-evasion operation since May 2024 —  A Dubai-based crypto exchange serves as a hub for moving illicit Iranian money.  The exchange, Shelbit, links a vast gambling network fronted …

  12. US judge refuses xAI's request to stop a Minnesota law banning "nudify" apps, noting the request came only three days before the law was to take effect (NBC News)

    NBC News : US judge refuses xAI's request to stop a Minnesota law banning “nudify” apps, noting the request came only three days before the law was to take effect —  The ruling clears the way for the first-in-the-nation law to go into effect on Saturday.  —  A federal judge on Friday denied …

  13. Bitcoin hardware wallet Coldcard shipped a faulty firmware build, and hackers are now draining wallets; Galaxy Research estimates $70M+ stolen (Shaurya Malwa/CoinDesk)

    Shaurya Malwa / CoinDesk : Bitcoin hardware wallet Coldcard shipped a faulty firmware build, and hackers are now draining wallets; Galaxy Research estimates $70M+ stolen —  More than 1,000 bitcoin, worth about $70 million, was drained from 1,196 wallets in a 41-minute window on July 30, nearly double the amount reported when the theft first surfaced.

  14. Trump Media's new paid data API launches, for "a direct, licensed, real-time feed of the platform's most market-moving Truths"; Dem. senators asked SEC to probe (CJ Haddad/CNBC)

    CJ Haddad / CNBC : Trump Media's new paid data API launches, for “a direct, licensed, real-time feed of the platform's most market-moving Truths”; Dem. senators asked SEC to probe —  Trump Media and Technology Group's new paid data service launched on Aug. 1, providing faster access to Truth Social posts …

  15. Officials: the scope of cyberattacks on US water systems now includes at least seven states and may be far wider; MN was just the first to publicly report them (New York Times)

    New York Times : Officials: the scope of cyberattacks on US water systems now includes at least seven states and may be far wider; MN was just the first to publicly report them —  Michigan and Minnesota are among at least seven states coping with cyberattacks aimed at disrupting water systems nationwide.

Solidot(15)

  1. 系外行星大气中发现半重水

    韦伯望远镜(JWST)正以前所未有的红外线敏感度揭开宇宙面纱,除了探究早期宇宙,更开启了系外行星大气研究的新时代,而在所有观测目标中,最吸引人的莫过于生命不可或缺的关键要素——水。天文学家利用韦伯望远镜的数据,对距离地球约 700 光年的系外行星 WASP-39b 进行大气模型分析,并首度在其大气中侦测到了半重水(semi-heavy water)的存在。这项研究重点在于寻找水的同位素异构物,半重水与一般水分子 H2O 的差别在于其两个氢原子中,其中之一被带有一个中子的氘同位素所取代。研究人员希望透过精确测量大气中水分子的氘与氢(D/H)比例,推算这颗行星的诞生与演化历程。

  2. 维基基金会雇佣了反工会律所

    维基媒体基金会于 7 月 27 日以美国科技公司的典型做法拒绝自愿认可员工工会,声明中充斥着典型的反工会言论,声称它的 342 名美国员工对加入工会持有不同的看法,它坚持要求由美国国家劳工关系委员会(NLRB)裁决维基员工组织工会的权利,其目的被认为是拖延进程、阻挠投票,以便让反工会人士有时间对基金会员工发起可能具有强制性的反工会宣传。根据 NLRB 网站上的一份文件,维基媒体基金会雇佣了 Littler Mendelson 律所作为其法律代表,该律所以反工会臭名昭著。

  3. Steam 用户中使用 Linux 比例超过 4%

    Valve 公布了 2026 年 7 月的 Steam 硬件和软件调查,Steam 用户中使用 Linux 比例从 3 月的 5.33%、4 月的 4.52%、5 月的 3.99% 以及 6 月的 3.69% 之后再次超过 4% 达到 4.01%。Windows 操作系统的比例占 93.67%,OSX 占 2.32%,其中 Windows 11 占 70.26% 而已经停止支持的 Windows 10 占 23.30%,游戏玩家中仍然有超过五分之一使用 Windows 10。其它数据显示:简体中文用户比例占 22.52%,英语用户占 39.61%。玩家使用英特尔 CPU 的比例占 53.76%,AMD 占 46.24%。

  4. 腾讯投资最高的 3A 游戏《最后的哨兵》陷入困境

    腾讯旗下工作室 Lightspeed LA 本周宣布裁员 80 人,调整其开放世界游戏《最后的哨兵(Last Sentinel)》的创意和开发方向。开发历时六年,多次延期,预算高达数亿美元的《最后的哨兵》未来前景不明。《最后的哨兵》是腾讯投资最高的 3A 游戏,也是 Lightspeed 的第一款游戏,意图挑战 Rockstar 的侠盗猎车手系列,招募了前 Rockstar 的资深开发者 Steve Martin 领导工作室。由于对游戏现状不满,腾讯给工作室下了最后通牒,要求在 7 月底前开发出一个更好的版本。在截止日期前 Martin 等人去腾讯总部展示了新版本。结果是宣布了裁员。目前不清楚腾讯会如何处理《最后的哨兵》,可能会推出一个精简版本,也可能会将现有素材用于其它项目。

  5. 近五成美国人赞同学校期间完全禁止使用手机

    根据 Pew Research Center 的调查,77% 的美国成年人支持初中生和高中学生在课堂上禁止使用手机,这是支持率连续第二年上升——2024 年这一比例为 68%。只有 18% 的人反对禁令,6% 的人表示不确定。48% 的美国成年人支持初中生和高中学生在整个学校期间都禁止使用手机,前一年的比例是 36%。但仍然有 43% 的人反对该禁令。18-29 岁年轻人对课堂(57%)和全天(28%)手机禁令的支持率最低,65 岁及以上人群对禁令的支持率最高。共和党人更倾向于支持课堂和全天手机禁令,而民主党人则更支持课堂禁令而非全天禁令。美国已有 42 个州制定了在学校期间限制使用手机的政策,但有的限于课堂,有的则禁止全天使用。

  6. 硅谷的企业帝国之梦

    记者 Gil Duran 即将出版的新书《The Nerd Reich: Silicon Valley Fascism and the War on Democracy》探讨了硅谷科技寡头的企业帝国之梦。亿万富翁们对社会有两种态度。其一称之为“退出”,他们想要去其它地方创建一个新的国家,认为民主制度太强大,太混乱,反弹太强烈,这是提出“The Network State”的 Balaji Srinivasan 等人的立场。其二是利用其富可敌国的财富改变和控制社会,这就是硅谷亿万富翁们现在正在做的。2024 年 9 月举行的名为 Reboot 2024 的会议讨论了右翼特朗普支持者和硅谷风险投资家之间的合作,出席者包括了 Peter Thiel 的副手 Michael Kratsios、传统基金会的 Kevin Roberts、Y Combinator CEO 陈嘉兴(Garry Tan)。Curtis Yarvin 被视为是这场运动的奠基人之一,他曾撰文论述用由 CEO 统治国家的制度去取代美国的民主制度。Thiel 以及 Marc Andreessen 都对 Yarvin 推崇备至,经常引用 Yarvin 的评论。亿万富翁中 Elon Musk 可能吸引了最多的眼球,但幕后真正的掌权者是 Peter Thiel,他的 15 名副手在特朗普政府高居要职。副总统 JD Vance 的整个职业生涯都是由 Thiel 一手提拔的,他距离总统之位一步之遥。金钱集中在少数人手中,他们拥有过大的权力,而这些人皆非心胸开阔之辈。这群亿万富翁的主要创新是不再承诺回归神话般的过去,而是承诺一个神话般的未来:超级富足、星际旅行、永生、极致效率。

  7. Google Earth 发布然后撤回了 AI 工具

    Google 想要在尽可能多的产品中集成生成式 AI,它的最新尝试是在 Google Earth 中集成 Nano Banana 2,允许用户利用卫星和航拍照片以及 3D 图像生成自定义图像。然而 Google Earth 吸引用户之处不是它的真实性吗?用 AI 生成虚假图像不是破坏了它的最大优点?在引起争议之后,Google 在一天之内撤回了 AI 功能。

  8. 宝马向汽车显示屏推送蜘蛛侠全屏广告

    7 月 27 日宝马开始向客户汽车的仪表盘控制显示屏(车中央主屏)推送蜘蛛侠电影《Spider-Man: Brand New Day》的全屏广告。广告以横幅的形式在汽车启动时展示,司机点击即可播放带有背景音乐和氛围灯光秀的全屏动画。宝马自 7 月 27 日起在逾 70 个市场推出了该广告,计划持续到 2026 年 8 月 10 日,广告适用于运行 BMW Operating System 7、8、8.5、9 或 X 的汽车,以及 2020 年 7 月之后制造的汽车。宝马此举引发了广泛争议。

  9. Arch Linux 关闭 AUR 孤儿包的领养和修改功能

    前一段时间未知身份的攻击者创建了一系列新账号,然后通过这些账号接管无人维护的 Arch User Repository(AUR)孤儿包,植入恶意代码,推送恶意更新。Arch Linux DevOps 团队现在宣布关闭 AUR 孤儿包的领养和修改功能。AUR 中有逾 107,000 个软件包,其中近 14,000 个无人维护可供认领,此前任何注册用户都可以认领和修改这些无人维护的软件包。在攻击发生之后,Arch Linux 关闭了新用户注册功能,后注册功能于 7 月 13 日恢复。对恶意负荷的分析显示,攻击者的目的是通过植入远程访问木马窃取用户数据。

  10. Windows 游戏模拟器 CrossOver 宣布原生 Apple Silicon 支持

    sroorz 写道: 在初代 Apple Silicon 发布六年后,CrossOver 宣布推出原生 Apple Silicon 支持,并发布了首个预览版。该软件旨在在 macOS 上运行 Windows 游戏和软件。 苹果于 2020 年推出 Apple Silicon,并内置 Rosetta 2 转译层以兼容旧有 Intel 软件。CrossOver 和其他基于 Wine 的模拟器一直依赖 Rosetta 2 在 Apple Silicon 上运行 x86 Windows 游戏。然而,苹果计划逐步淘汰 Rosetta 2,并于 macOS 28 完全停止支持。CrossOver 的原生 Apple Silicon 支持正是为了应对这一变化,实现独立于 Rosetta 2 的 x86 Windows 游戏支持。 CrossOver 产品经理 Meredith 在发布公告中回顾了 CodeWeavers 开发团队过去四年如何通过改进 Wine 和相关开源组件、工具链实现这一目标。她也指出,这是首个预览版,仍存在一些问题,目前仅推荐测试使用。此外,由于 ARM64 版 D3DMetal 尚未就绪,目前仅能通过 DXMT ARM64 运行 DirectX 11 游戏。但所有这些问题都将在正式版 CrossOver 27 中得到解决。 Wine 是一个开源项目,是除虚拟机外,在非 Windows 操作系统上运行 Windows 游戏的唯一解决方案。基于 Wine 衍生出的项目中最著名的是 Steam Proton。CodeWeavers 是 Wine 项目的长期贡献者和 Proton 开发者,其员工贡献了 Wine 90% 以上的代码,CrossOver 是其基于 Wine 开发的商业版。

  11. Google 为 Chrome 开发不重启打补丁功能

    Google 官方博客称,LLM 正在解锁自动化漏洞发现的能力,使得漏洞发现的速度以及数量都远超过去,因此需要采用新的方法应对这一新形势。它的一项应对之策是开发名为动态补丁(dynamic patching)的新功能。该功能可以在大多数情况下让 Chrome 浏览器无需重启就打上安全补丁。利用 Chrome 的多进程架构,动态补丁可以动态地将后台子进程如渲染器和 GPU 的二进制文件逐一替换为更新后的版本。

  12. 科学家发现为什么吸烟让一部分人患上肺癌但另一部分并不会

    科学家首次发现了基因构成在影响癌症风险上发挥巨大作用的直接证据,遗传的基因与后天获得的基因突变相互作用塑造了癌症的演变方式。研究人员培育出四种不同肝癌易感性的小鼠,然后暴露在单剂量肝致癌物二乙基亚硝胺(diethylnitrosamine,DEN)下,DEN 存在于烟草烟雾和部分加工食品中,会损伤肝细胞 DNA,导致基因突变,引发肿瘤生长。所有小鼠都在相同年龄且在严格控制的条件下接受了相同剂量的 DEN,研究人员得以消除环境因素的干扰。结果显示,致癌突变几乎所有小鼠都是一致的,激活了相同的促癌信号通路 MAPK 通路。但遗传背景的差异使得癌症风险显著不同。研究首次揭示了遗传背景对突变过程和肿瘤发展通路的影响程度。

  13. 特朗普和哥斯拉有什么共同之处?

    日本经典怪兽电影为更好的理解美国总统提供了一个寓言框架。他无意间践踏一切。他由我们创造。他永远不会真正消失。发表在《The Forum》期刊上的一篇论文认为,昭和时期的哥斯拉电影(1954-1975)可以​被解读为特朗普 2016-2024 年政治生涯的寓言。寓言比单纯的隐喻或比较能更深入、更丰富地呈现特朗普的形象。它还有助于我们理解他的盟友、对手及其潜在政治遗产,这是简单的隐喻无法做到的。隐喻和寓言都能捕捉到所描述事物的部分特征,但寓言更加丰富且覆盖面更广。在论文中,美国 Clark 大学的 Robert Boatright 教授指出,昭和时代的哥斯拉电影中存在一条叙事线索,与特朗普的第一个总统任期(2017–2021)及其 2021–2024年 的过渡期相似。除了第一部,哥斯拉都会与其他有着不同特征和能力的怪兽如金刚展开战斗,观众需要决定支持谁,以及是让哥斯拉继续存在还是被彻底击败。哥斯拉系列电影刻画的不仅仅是“人的愚蠢”,更在于突出制度的不足。所有电影中个人的英雄主义都无法击败哥斯拉,对抗哥斯拉需要建立跨越社会多个层面的社会制度。哥斯拉的成功在于展现了科技的发展暴露出社会制度的不足。同样的道理可用于解释特朗普通过社交媒体赢得美国总统职位。

  14. 智利木乃伊保存的天花基因组确认天花来自欧洲殖民者

    根据发表在《科学》期刊上的一项研究,对智利木乃伊 DNA 的分析揭示了美洲已知最早的天花古代毒株。这些发现提供了迄今为止最清晰的基因学证据:欧洲殖民将这种疾病带到了新大陆。天花是欧洲殖民时期传入美洲的最致命疾病之一。该疾病在北美、中美和南美的迅速蔓延估计导致三至四百万人丧生,尤其是在那些此前对该病没有免疫力的原住民群体中。研究人员在智利北部出土的两具印加至早期殖民时代原住民的木乃伊体内发现了古天花病毒 DNA;这些个体生活于公元 1492 年至 1631 年间。这两个古病毒基因组几乎完全相同,表明这些个体很可能在同一次疫情爆发期间被感染,或被同一种流行毒株感染;这为殖民时期南美洲流行的某天花毒株提供了罕见且直接的分子证据。

  15. 隼鸟 2 号以最近 400 米距离飞过小行星

    JAXA 宣布,探测器“隼鸟2号”抵近小行星鸟船(Torifune)表面约 400 米处,实施了高速掠过并进行观测。这一距离创下人类历史上对太阳系天体的最接近纪录。隼鸟2号于7月5日18时30分成功对距离地球约1亿公里的鸟船实施了飞掠探测。以约5.3公里/秒的速度(相对速度)掠过。JAXA 分析确认, 飞掠时探测器与小行星表面最近距离约 400 米,距离小行星中心约 744 米。此前飞掠探测的最近纪录被认为由中国探测器“嫦娥二号”保持,当时嫦娥二号抵达距小行星表面约 770 米处。对观测数据的分析结果显示,推测鸟船长轴约 840 米、短轴约 340 米,平均直径约为 540 米。

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