OrangeBot.AI Digest — 2026-08-14
90 headlines across 8 sources, aggregated for this day.
Hacker News(15)
- Firefox is now the last major browser that still supports uBlock Origin (www.pcworld.com)
- Count Binface receives over a quarter of votes in Clacton by-election (www.bbc.com)
- RustDesk now supports true unattended remote access on Wayland (rustdesk.com)
- Google is making private AI practical with homomorphic encryption (blog.google)
- France's top court blocks social media ban for under-15s (www.reuters.com)
- Seven books I keep close because I love them (blog.plover.com)
- Introducing Toast 1 (www.mixedbread.com)
- Qwen3.8-27B (twitter.com)
- Qwen 3.8 27B (huggingface.co)
- When Genius Fails: The Intellectual Arrogance of the AI Labs (weightythoughts.com)
- Every Fucking Website (2020) (lxe.github.io)
- In Australia, a home battery boom has helped cut wholesale power prices (e360.yale.edu)
- Dear people who work at the airport (life-after-ssri.bearblog.dev)
- Don't classify, hallucinate (softwaredoug.com)
- Why does Opus 5 feel worse to work with? (mun-logadan.github.io)
GitHub Trending(15)
- cathrynlavery / diagram-design
- cactus-compute / needle
- megadose / holehe
- macro-inc / macro
- smicallef / spiderfoot
- citrolabs / ego-lite
- holaboss-ai / holaOS
- github / spec-kit
- lightningpixel / modly
- infiniflow / ragflow
- cursor / plugins
- deepseek-ai / awesome-deepseek-agent
- semantica-agi / semantica
- rustdesk / rustdesk
- OpenCut-app / OpenCut
Product Hunt(15)
- Munder Difflin
Make clones with Claude Code and Codex to do your work
- BrowserAct Cloud
Scrape any data from any website with one prompt
- Outcome
Turn your content into a personal outcome for every lead
- Hoplite
Effortlessly deploy cloud software factories.
- Freebuff
Free coding agents to kill Claude, Cursor, Replit, and Devin
- Basedash Tasks
Run your business on autopilot
- Port22
Claude Code, Codex & more on your phone
- Compass Calendar
The keyboard-first calendar to get organized quickly
- Suno Studio 2.0
Browser-based generative DAW
- isolate.video
Turn screen recordings into engaging product videos
- NS1
Personalized Nervous System Training
- min.
AI that loves to follow up after meetings
- Occasio®
Pinboard meets citation manager for shared insights.
- ChordViz
Build your own music visualizer for MIDI & audio
- Openmotion
Turn product screenshots and prompts into motion videos
Hugging Face(15)
- LLMRouter: Unified Infrastructure for Developing, Evaluating, and Deploying LLM Routers
No single large language model (LLM) is optimal across all queries and budget constraints, making model routing essential for cost-effective deployment. Existing routers adopt diverse formulations and implementations, making fair comparison and extension difficult. We present a unified formulation of LLM routing as a sequential decision process characterized by five components: context encoders, model encoders, scoring functions, decision rules, and learning signals, covering single-turn, multi-turn, and personalized routing. Based on this formulation, we develop an automated pipeline for constructing routing supervision and evaluating routers jointly on response quality and inference cost. The resulting benchmark, xRouteBench, spans generic LLM, memory-augmented, vision, time-series, and personalized routing tasks. We further introduce LLMRouter, an open-source modular infrastructure with more than 16 representative routers. Our empirical study shows that learned routers outperform the strongest fixed-model baseline by 14.6% relatively, lightweight routers become more competitive under tight cost constraints, and user-conditioned routing consistently improves personalization.
- Alaya-EVOKE: From Linear-Scaling Supervision to Endless World
Interactive world models must support persistent memory, responsive interaction, and long-horizon generation, yet these requirements place conflicting demands on the model. Maintaining history in the denoiser context or key-value cache incurs growing cost, forcing a trade-off between session length and retained memory, while low-latency interaction relies on few-step generation whose capabilities are bounded by its teacher. Evoke addresses both limitations by externalizing persistent world state and redesigning the teacher for long-horizon interactive generation. Scene geometry is maintained in an external, camera-indexed world state bank, from which only view-relevant information is retrieved, keeping the denoiser context bounded as the session grows. Rather than treating the teacher as a fixed generator, we design it for long-horizon supervision: its sparse attention combines chunk-wise grouping, retrieval of selected distant frames, and a linear-attention global state, yielding linear growth in memory and compute while enabling supervision over long horizons. Such supervision exposes content drift that stays locally plausible within short windows, while per-chunk conditioning enables prompt changes and event control throughout the sequence. A 30-second distribution-matching objective, applied under self-forced rollouts, transfers both capabilities to a three-step student that uses no classifier-free guidance, improving resistance to long-term drift while preserving responsive conditioning. With bounded context and recurrent external memory, Evoke supports open-ended, continuously evolving generation; on a single H200 at 384times 640, each 1.5,s chunk is generated in 2.11,s. As a three-step world model, Evoke achieves state-of-the-art performance on WBench while remaining competitive on VBench-Long and VBench-2.0.
- DreamX-Phi 1.0: Action-Conditioned Video World Model for Robotic Manipulation
We present DreamX-Phi 1.0, an action-conditioned video world model for robotic manipulation that, given an observed frame, a language instruction, and a prescribed action sequence comprising end-effector poses and gripper states, predicts the resulting future observations. Yet realism alone does not guarantee faithfulness: a convincing rollout can still move the wrong arm or lose the manipulated object. To ensure the prediction respects each arm's commanded path, we inject per-arm SE(3) transformations into attention via PRoPE-style geometric encoding, preserving arm identity and rigid-motion structure. Action control alone does not fully constrain scene geometry or the evolution of small manipulated objects. We therefore add a lightweight depth branch for scene-level geometry and use SAM3 masks with a frozen V-JEPA teacher to maintain object consistency throughout grasping. We further distill the multi-step generator into a few-step student via distribution-matching distillation for efficient deployment. At the time of writing, achieves first place on Track~1 and second place on Track~2 of the WorldArena~2.0 Challenge. Our model and code will be publicly available.
- DarwinX: Evolving Agent Harnesses Through Natural Selection
An LLM agent's capability depends not only on model weights but on its harness: prompts, tools, skills, and control flow. Self-improvement loops already edit harnesses, yet single-lineage search is path-dependent and local wins often regress other tasks. We introduce DarwinX, which treats self-evolution as selection over a population of harnesses with the model frozen: a preserve-and-extend contract admits only variants that extend coverage without regressing, an archive keeps alternative lineages for recombination, and failure-, teacher-, and self-derived evidence share one edit interface. Fitness comes from each benchmark's own verifier: no gold solutions, no hand-picked winners. Across four benchmarks that progressively separate the evolution signal from the test, one loop adds about 17 points on average: Terminal-Bench 2.1 rises +7.7 to 83.2% on a matched base and to the verified frontier at 84.7% on a stronger one; TerminalWorld's held-out split reaches 68.3%, ahead of every off-the-shelf agent; WebArena-Infinity real-task pass@1 rises from 43.5% to 93.0% audit-clean; and a Terminal-Bench 2.1 harness transfers unchanged to SWE-bench Verified. What evolves is general agent competence, not benchmark-specific patches, so it survives changes of task, verifier, and base model. A frozen model need not be a fixed agent: harness selection turns evaluation compute into durable capability.
- Intern-S2-Preview: Scientific Agentic Foundation Model
Scientific discovery increasingly requires AI systems that can reason over scientific evidence of heterogeneous modalities, interact with scientific tools and environments, and sustain progress across long task horizons. We present Intern-S2-Preview, a series of scientific agentic foundation models designed to support multimodal scientific understanding, reasoning, generation, and long-horizon tasks. The training pipeline begins with scientific multimodal pre-training over rendered scientific documents, interleaved image-text data, and diverse scientific corpora. Starting from the pretrained checkpoint, we apply a unified post-training pipeline consisting of supervised fine-tuning, scalable multi-task reinforcement learning (RL), black- and white-box agentic RL, and on-policy distillation. This pipeline is supported by practical techniques that improve rollout and training stability and efficiency, including partial rollout with off-policy correction, adaptive length regularization, online speculative decoding, robust multi-task optimization, and trace-aware experience assembly for agentic tasks. At the architecture level, Intern-S2-Preview-397B extends time series modelling from efficient long-sequence understanding to numerical forecasting, while Memory Decoder is studied as a separate memory-augmented path for rapid scientific specialization without modifying the frozen 397B backbone. Evaluations across scientific, multimodal, agentic, and general-purpose benchmarks show that Intern-S2-Preview-397B achieves competitive or leading results in multiple settings. The time series modules improve scientific signal understanding and forecasting on SciTS, while the separate Intern-MemDec-4B extension improves the Biology-Instructions average score from 56.92 to 60.32 without modifying the frozen 397B backbone.
- How Can Rhetoric Reward-Hack AI Reviewers? Dissecting Rhetorical Sensitivity in AI-Based Peer Review
As large language models increasingly participate in scientific evaluation, we investigate a potential form of reward hacking: how rhetorical choices shape AI-review judgments when reported scientific content is preserved and how these effects vary across evaluation conditions. We construct a controlled corpus of 4,200 full-paper manuscripts derived from 120 anonymized ICLR 2026 submissions. Two LLM rewriters transform six rhetorical dimensions in opposing directions, and five LLM reviewers evaluate the resulting manuscripts under standard and strict protocols. We also test joint, recursive, and reviewer-guided rewriting. Our results show that rhetorical sensitivity is structured rather than uniform. Evidence framing and novelty stance produce the largest positive-negative contrasts in overall assessment, with scope framing forming a weaker second tier; the remaining dimensions have smaller or less stable effects. This hierarchy persists across human-assessed quality levels, but score movement depends strongly on the AI reviewer's original score: lower scores tend to rise, higher scores tend to fall, and directional contrasts are clearest in the middle ranges. More elaborate workflows do not reliably yield larger gains. Joint rewriting is strongly rewriter-dependent, reviewer guidance does not consistently outperform an unguided second pass, and repeated rewriting yields diminishing, configuration-dependent returns. Across conditions, the rewriter primarily determines the separation between opposing variants, whereas the reviewer determines the magnitude and sign of their score effects. Strict review lowers mean OA by 1.36 points without consistently changing rhetorical sensitivity. These findings identify when rhetorical presentation influences AI scientific review and motivate evaluation systems robust to content-preserving variation in scientific writing.
- PlayWorld: Benchmarking World Models with Agent Players over Long-Horizon Objectives
Video world models simulate future states conditioned on current observations and user actions. Recent systems have demonstrated impressive video consistency and action controllability over long sequences. However, fairly comparing these interactive models remains challenging. In practice, a human player typically evaluates a world model by pursuing long-horizon objectives through interaction. For example, a user may turn around 360 degrees to see whether the environment remains consistent, or walk into the water and inspect whether realistic water ripples are generated. The action sequence required to achieve the same objective may vary substantially between models, making fixed action-conditioned evaluation unsuitable for cross-model comparison. To address this, we employ multi-modal Agent Players to interact with world models toward specified long-horizon objectives. Building on this paradigm, we introduce PlayWorld, a benchmark providing 171 scenarios, each with a specified objective. To evaluate performance thoroughly, we assess models along four core dimensions: geometry consistency, interaction fidelity, out-of-sight evolution, and insight evolution. In addition, we incorporate basic ability metrics for video quality and controllability. Experiments across nine state-of-the-art world models reveal that current models remain unreliable on long-horizon interactive objectives, particularly in maintaining spatial consistency and persistent state evolution. Code and data are available at https://github.com/kxding/PlayWorld.
- AutoDesign: Meta-Harness Optimization for Long-Horizon Agentic Design
Transforming multimodal sources into condensed and structured media outputs can be fundamentally conceptualized as a long-horizon agentic process centered on a model-harness system. While an ideal harness system should align with human design priors and accumulate reusable experience through empirical exploration to drive recursive self-improvement, existing paradigms remain static and fall short of this capability. In this paper, we present AutoDesign, a framework that aligns with human design priors, where a meta-harness optimizer guides a code agent to recursively improve harness based on rollout feedback. To instantiate and evaluate this framework, we focus on the academic paper-to-poster generation task and introduce PosterBench, comprising a 100-paper Main Track spanning five disciplines and PosterBench-mini, a shared 10-paper subset for controlled evaluation. On the PosterBench Main Track, AutoDesign achieves the highest score of 78.32, surpassing the closed-source commercial system Claude Design by 7.45 points. Across seven controlled code-agent-model configurations, integrating the learned DesignHarness consistently improves performance, increasing the average PosterBench Score from 54.99 to 67.39 (+12.4%). In a fully autonomous long-horizon loop, it executes 253 tool calls and 11 editing turns within 40 minutes for under $3, reaching average conference-poster quality in human evaluation. A system-blind human study further demonstrates that AutoDesign achieves the highest human preference among evaluated systems.
- Spatial Memory Agent: Experience-Grounded Procedure Memory for Spatial Intelligence
Spatial intelligence is becoming a foundation for embodied agents, robotic planning, and multimodal assistants. To improve the spatial reasoning ability of VLM agents, existing work has mainly followed two lines. One line uses post-training methods, such as supervised fine-tuning and reinforcement learning. Another line adopts an agentic paradigm in which the model calls external spatial tools, such as depth estimation and 3D reconstruction tools, to gather intermediate spatial evidence. We study a complementary and underexplored route: Can a frozen VLM agent improve its spatial reasoning through parameter-update-free self-evolution, without depending on external expert spatial tools at inference time? We present Spatial Memory Agent (SMA), an experience-grounded runtime framework that converts verified spatial experience into reusable transferable lessons. In a verifiable spatial environment, SMA queries the frozen VLM, obtains a predicted answer and reward, and uses verifier-guided reflection to distill compact transferable lessons from spatial experience. SMA further assigns each lesson a Transfer Reliability Score (TRS), which is initialized uniformly and calibrated from later retrieval outcomes as visit evidence of future transfer reliability. During read-only deployment, SMA retrieves lessons by semantic filter and similarity-TRS combined ranking, allowing the retrieved memory to guide frozen model inference. Across five representative spatial benchmarks and four base VLMs, SMA achieves the highest macro average in every base-model block and the best accuracy among the evaluated methods in most of the 20 evaluations, establishing a practical parameter-update-free path for spatial self-evolution across the evaluated frozen model scales and environments.
- Massive Activations in Hybrid Linear Attention Large Language Models: Pre-Attention Spikes and Inter-Spike Plateaus
We present the first systematic study of Massive activations (MAs) in layer-interleaved HLA LLMs and uncover two architecture-aligned morphologies: MAs consistently spike immediately before full attention layers, forming pre-attention spikes (PAS), and can persist through intervening linear attention layers, giving rise to inter-spike plateaus (ISP). As full attention becomes denser, successive PAS become increasingly connected through ISP, ultimately recovering the stable MA morphology of full attention LLMs. We establish the recurrence of this organization across five linear attention architectures, six hybridization configurations, five data domains, and representative open-source hybrid models spanning 1.2B to 397B total parameters. Controlled pretraining of GDN-based hybrids at scales up to 1.3B shows that both morphologies emerge early and respond asymmetrically to output gating: full attention output gating strongly attenuates their absolute magnitudes without eliminating their layerwise organization, whereas removing GDN gates yields comparatively modest amplification. Mechanistically, our systematic-outlier analysis supports a shared lifecycle account governed by the timing of MA cancellation. PAS follows a localized write-sink-cancel process, while the extended persistence of ISP is consistent with delayed cancellation. At the full attention limit, this account recovers the stable MA morphology characteristic of full attention LLMs. Our code is available at https://github.com/StartluxLabs/Massive-Activations-HLA.
- UniSwap: Streaming Audio-Visual Identity Swapping for Talking Videos
Talking-video character replacement requires coordinated transfer of appearance and voice while preserving the source motion, scene, linguistic content, and audio-video timing. Existing methods use separately optimized models for the two modalities, making audio-visual consistency difficult to enforce. We present UniSwap, the first framework for streaming joint audio-visual identity replacement in talking videos. Given a source video, a reference image, and a reference voice clip, UniSwap transfers the reference appearance and vocal timbre within a single audio-visual diffusion transformer while preserving the source content and dynamics. To address the scarcity of aligned cross-identity training pairs, we introduce a swap-and-reconstruct pipeline that removes visual and vocal identity from real clips and uses the original clips as reconstruction targets. Starting from a bidirectional backbone, we progressively adapt the model through In-context Pretraining for joint replacement, Conditional Streaming Adaptation for block-causal KV-cached generation, and Efficient Self-forcing DMD for mitigating exposure bias and reducing sampling from 30 to 3 denoising steps per block. Efficient Multi-LoRA Switching enables the three DMD roles to share a single frozen backbone. Feature-RoPE Decomposition keeps cached positions within the training range, supporting stable long-form inference. Experiments demonstrate strong audio-visual synchronization, competitive identity preservation, efficient streaming, and stable long-form generation.
- LiveAnimate: Stable Long-Form Streaming Human Animation in Real-Time
Pose-driven human animation synthesizes a video of a target person from a single reference image and a driving pose stream. Real-time generation is essential for interactive applications such as live streaming, telepresence, and virtual avatars, yet diffusion-based systems require minutes to hours per clip, precluding responsive interaction. We present LiveAnimate, to our knowledge the first animation system to combine real-time streaming with stable long-form generation at billion scale, built on a 14B-parameter video Diffusion Transformer (DiT). A two-stage training pipeline first adapts a pretrained bidirectional DiT into a block-causal autoregressive generator through Reference-Anchored Teacher-Forcing Adaptation, and then reduces the sampling budget to three steps through Block-wise Self-Forcing Distillation. To preserve appearance over extended streams, we introduce Pose-Retrieval Sink Attention (PR-Sink), a bounded KV-cache mechanism combining a Static Sink that permanently anchors the first generated block, a Dynamic Sink that holds a pose-retrieved historical block, and a three-slot Rolling Window. When a pose recurs, PR-Sink restores the relevant appearance context without retaining the entire sequence, so memory and per-block latency remain constant regardless of stream duration. Together with Ulysses sequence parallelism and operator fusion, these designs enable 19.63\,FPS streaming inference on two NVIDIA H100 GPUs. On a three-minute benchmark, LiveAnimate maintains nearly constant perceptual quality and identity from the first 30 seconds to the final minute, while prior systems degrade substantially or require hours of offline computation for the same rollout. These results establish a new operating point in quality, latency, and duration for interactive full-body animation.
- Full-bandwidth transformer
Autoregressive transformers compute along two axes: horizontally across generated tokens, and vertically through model depth. Dense attention gives each token broad horizontal access to the past, but the vertical feedback channel between decoding steps remains narrow: only the sampled token returns to the bottom of the stack, while the top-layer hidden state is discarded. We introduce the full-bandwidth transformer, which widens this channel with latent feedback: at each decoding step, the previous top-layer hidden state is fused with the sampled token embedding through a gated linear unit and fed back as the next input. Latent feedback lets non-verbalized computation re-enter the stack with a renewed depth budget, while preserving the standard transformer architecture, KV cache, and language-modeling objective. To train full-bandwidth transformers without losing parallel teacher forcing, we use a scheduled multi-pass objective that introduces latent feedback late in pretraining and mixes a small fraction of deeper feedback passes for stability. We train 1B-parameter full-bandwidth transformers up to 400B tokens and find that latent feedback improves validation loss, 5-shot language-model evaluation, math and coding generation, and instruction-tuned performance. With negligible per-token decoding overhead, full-bandwidth transformers match or approach standard transformers trained with roughly 1.5times more tokens, and manage to produce shorter reasoning traces at equal or better accuracy.
- An AI4AI Framework for Visual Token Pruning
Visual-token pruning can substantially reduce the inference cost of multimodal large language models (MLLMs), yet existing methods largely rely on fixed, handcrafted heuristics and costly expert trial and error. As pruning objectives, budgets, and model architectures diversify, manually navigating the expanding design space becomes increasingly difficult. This paper aims to build an AI4AI framework for visual-token pruning by addressing a natural question: Can large language models automatically design effective visual-token reduction algorithms? Although LLMs possess broad algorithmic knowledge and strong reasoning capabilities, translating such general knowledge into effective solutions for a specialized task remains nontrivial. We argue that the key lies in designing an appropriate search-state representation that connects the internal knowledge of LLMs with the structural requirements and constraints of visual-token pruning. Based on this insight, we propose AutoPrune, a training-free framework for LLM-driven visual-token pruning policy design. At its core, AutoPrune introduces a Token Pruning Domain-Specific Language (TPDSL) comprising 131 reusable atoms for budget control, token scoring, selection constraints, and token reassembly. A key property of TPDSL is that it represents each search state as a residual modification of a strong base policy. This residual formulation narrows the search space and directs the LLM's attention toward the policy components that are most consequential for performance. Experiments on 14 multimodal benchmarks and three MLLM backbones demonstrate the effectiveness, efficiency, and transferability of AutoPrune. Even when removing 94.4% of visual tokens, AutoPrune preserves more than 99% of full-token performance while reducing FLOPs by 9.9x and prefill latency by 6.4x.
- H2R-Bench: Benchmarking Human-to-Robot Manipulation Video Generation in World Models
Large-scale manipulation data is essential for robot learning, yet collecting robot demonstrations remains expensive and difficult to scale. Meanwhile, abundant egocentric human manipulation videos provide rich behavioral experiences, but transferring them across embodiments remains challenging due to differences between human hands and robotic end-effectors. Recent advances in video world models offer a promising pathway to synthesize robot-centric manipulation videos from human observations, while their cross-embodiment transfer capability remains largely unexplored. Therefore, we introduce H2R-Bench, a benchmark for evaluating cross-embodiment human-to-robot manipulation video generation, where models transform egocentric human demonstrations into robot manipulation videos under specified embodiments. Each benchmark instance contains a human demonstration video, target embodiment constraints, and source-grounded annotations covering task goals, action events, functional contacts, and object responses. H2R-Bench evaluates generated videos through five dimensions, including goal-state completion, action-event completion, functional contact transfer, embodiment correctness, and general video quality. We benchmark eleven state-of-the-art video generation models across six manipulation families and two robot embodiments. Our evaluation reveals that current video world models remain limited in human-to-robot manipulation transfer: even leading models often fail in embodiment consistency, functional interaction, and task execution. H2R-Bench provides a systematic diagnostic framework for evaluating whether video world models can bridge the human-to-robot embodiment gap and convert human manipulation observations into robot-centric training resources.
Techmeme(15)
- Filing: Nvidia has a nearly $21B stake in SpaceX and a $30B stake in Intel; Nvidia invested as much as $2B in xAI in 2025 and $5B in Intel (Lynn Doan/Bloomberg)
Lynn Doan / Bloomberg : Filing: Nvidia has a nearly $21B stake in SpaceX and a $30B stake in Intel; Nvidia invested as much as $2B in xAI in 2025 and $5B in Intel — Nvidia Corp. on Friday disclosed a nearly $21 billion stake in Elon Musk's SpaceX and a $30 billion one in Intel Corp.
- Docs: Anthropic told investors it generated $11.5B+ in revenue, with positive adjusted operating income, in Q2, up from $787M in Q2 2025 and $4.73B in Q1 2026 (Bloomberg)
Bloomberg : Docs: Anthropic told investors it generated $11.5B+ in revenue, with positive adjusted operating income, in Q2, up from $787M in Q2 2025 and $4.73B in Q1 2026 — Anthropic PBC is telling prospective investors its second-quarter revenue jumped at least 14-fold versus the same period a year ago …
- Amazon adds a clause in its user agreement that seeks to prevent shoppers from filing class-action lawsuits against it, after removing a similar clause in 2021 (Spencer Soper/Bloomberg)
Spencer Soper / Bloomberg : Amazon adds a clause in its user agreement that seeks to prevent shoppers from filing class-action lawsuits against it, after removing a similar clause in 2021 — Amazon.com Inc. reintroduced a clause in its user agreement that seeks to prevent shoppers from filing class-action lawsuits …
- The US OCC conditionally approves a bank charter application for Trump family's World Liberty Financial, allowing it to directly issue its USD1 stablecoin (Reuters)
Reuters : The US OCC conditionally approves a bank charter application for Trump family's World Liberty Financial, allowing it to directly issue its USD1 stablecoin — A national U.S. bank regulator on Friday conditionally approved a bank charter application linked to President Donald Trump …
- Investor letter: Thrive's 2022 early-stage $516M fund that invested in OpenAI and SpaceX was worth $3.7B+ as of the end of June, net of fees and other charges (Natasha Mascarenhas/Bloomberg)
Natasha Mascarenhas / Bloomberg : Investor letter: Thrive's 2022 early-stage $516M fund that invested in OpenAI and SpaceX was worth $3.7B+ as of the end of June, net of fees and other charges — Thrive Capital's 2022 early-stage venture capital fund, a $516 million investment vehicle that made early bets on OpenAI …
- Sources: PayPal is in talks to sell itself to a group including Stripe and Advent, which proposed paying $60.50/share in July; PayPal is seeking a higher price (Wall Street Journal)
Wall Street Journal : Sources: PayPal is in talks to sell itself to a group including Stripe and Advent, which proposed paying $60.50/share in July; PayPal is seeking a higher price — The fintech startup and private-equity firm Advent offered to buy the struggling payments company in July
- Risk report: Anthropic raises misalignment risk estimate from very low to low and says it doesn't plan to release a stronger internal model called "Model 2" (Madison Mills/Axios)
Madison Mills / Axios : Risk report: Anthropic raises misalignment risk estimate from very low to low and says it doesn't plan to release a stronger internal model called “Model 2” — Anthropic does not plan to release an internal model that appears to be more powerful than top-of-the-line Mythos …
- Source: OpenAI CFO told investors that enterprise business now generates more revenue than ChatGPT-led consumer business; enterprise customers grew 32% in July (Kate Rooney/CNBC)
Kate Rooney / CNBC : Source: OpenAI CFO told investors that enterprise business now generates more revenue than ChatGPT-led consumer business; enterprise customers grew 32% in July — At the end of a week of turmoil in OpenAI's C-suite, finance chief Sarah Friar held a meeting with investors on Friday …
- Nevada granted Tesla a robotaxi permit, but capped the fleet at 10 vehicles, not 5,000 that Tesla sought, banned airport pickups, and ordered other restrictions (Joann Muller/Axios)
Joann Muller / Axios : Nevada granted Tesla a robotaxi permit, but capped the fleet at 10 vehicles, not 5,000 that Tesla sought, banned airport pickups, and ordered other restrictions — Tesla applied for a permit to deploy up to 5,000 robotaxis in Clark County, Nevada, but got approval from the state for just 10.
- Google adds a toggle in Gemini and Flow to remove visible watermarks from AI-generated images, videos, and music; SynthID watermarks and C2PA metadata remain (Emma Roth/The Verge)
Emma Roth / The Verge : Google adds a toggle in Gemini and Flow to remove visible watermarks from AI-generated images, videos, and music; SynthID watermarks and C2PA metadata remain — Google will still embed invisible SynthID and C2PA watermarks into AI-generated images, videos, and music.
- Apple officially opens ad bookings for businesses on Apple Maps ahead of an upcoming full rollout across the US and Canada (Ryan Christoffel/9to5Mac)
Ryan Christoffel / 9to5Mac : Apple officially opens ad bookings for businesses on Apple Maps ahead of an upcoming full rollout across the US and Canada — Ads are coming to Apple Maps soon in the US and Canada, and today businesses can start booking their own ads. Here are the details, including a limited-time promotional offer for businesses.
- Alibaba releases weights for Qwen3.8 models under Apache 2.0 license, including Qwen3.8-27B, which it says beats Qwen3.7-Plus and excels in real-world coding (@alibaba_qwen)
@alibaba_qwen : Alibaba releases weights for Qwen3.8 models under Apache 2.0 license, including Qwen3.8-27B, which it says beats Qwen3.7-Plus and excels in real-world coding — We promised open weights for Qwen3.8. Now, time to meet them! 🎉 ⚡ Qwen3.8-27B: - A native multimodal dense model. With just 27B parameters, it outperforms Qwen3.7-Plus overall and shines in real-world coding & office workflows. - 262K native context, easily extendable to 1M
- In Q2, "other income", mostly from investment gains, at Amazon and Alphabet totaled ~$121B after taxes and made up 66% and 71%, respectively, of profits (Jonathan Weil/Wall Street Journal)
Jonathan Weil / Wall Street Journal : In Q2, “other income”, mostly from investment gains, at Amazon and Alphabet totaled ~$121B after taxes and made up 66% and 71%, respectively, of profits — Gains on investments in companies like Anthropic are boosting earnings at some of the biggest technology companies
- Source: Greg Brockman is "in founder mode" and getting more involved across every level of OpenAI to build out a leadership team ahead of an expected IPO (Madison Mills/Axios)
Madison Mills / Axios : Source: Greg Brockman is “in founder mode” and getting more involved across every level of OpenAI to build out a leadership team ahead of an expected IPO — A wave of top OpenAI executives — including Sam Altman's top deputy, a longtime chief operating officer and the chief revenue officer …
- France's top court blocks a bill banning social media for under-15s, saying it infringed upon freedom of expression; Macron orders the PM to rework the bill (Reuters)
Reuters : France's top court blocks a bill banning social media for under-15s, saying it infringed upon freedom of expression; Macron orders the PM to rework the bill — France's top court on Friday blocked a bill banning social media access for under-15s, saying it infringed upon freedom of expression …
Solidot(15)
- GLP-1 减肥药将五年糖尿病风险降低 26%
根据发表在《Alzheimer's & Dementia: Diagnosis》上的一项研究,GLP-1 减肥药 Semaglutide 将五年预测糖尿病风险降低 26%。研究人员将 2970 名年龄 65 岁以上且有超重/肥胖和心血管疾病但无糖尿病的成年人随机分配到 Semaglutide 组或安慰剂组。Dementia SomaSignal Test(dSST)对非空腹血清样本的分析显示,Semaglutide 将五年预测糖尿病风险降低 26%,二十年预测风险降低 8.8%。结果表明 GLP-1 减肥药可能具有神经保护作用。
- 天文学家发现黑洞恒星
MIT 等的天文学家利用韦伯太空望远镜(JWST)在早期宇宙发现了一个极其明亮的红色斑点。该天体形似一颗巨大的恒星,大小与太阳系相当。但它释放的能量是已知恒星能量的 1000 亿倍。这种能量更接近黑洞可能产生的能量。红色斑点代表了一种全新的天体——天文学家称之为“黑洞恒星”。它是黑洞和恒星的混合体——这种组合此前从未被观测到过。该天体很可能是一团极高密度的气体云,其能量来源并非是核聚变,而是中心的黑洞。天文学家估计黑洞质量为太阳的 10 万倍,他们将该天体命名为 MoM-BH*-1,或者是“一号黑洞恒星(black hole star–one)”。
- 长鑫市值超越腾讯
长鑫科技已超过互联网巨头腾讯控股,成为全球市值最大的中国企业,凸显 AI 热潮正推动投资者对存储晶片股的需求。截至周五 A 股收盘,长鑫科技最新市值约 3.58 万亿元人民币。港股方面,由于市场对腾讯不断增加的 AI 投资担忧加剧,腾讯周五最新市值约 4.0 万亿港元。分析认为,这一市值排名的逆转反映出,投资者继续青睐与 AI 相关的硬件企业,而非传统互联网巨头。总部位于安徽合肥的长鑫科技也是全球第四大 DRAM 供应商。DRAM 广泛应用于从手机到先进 AI 服务器等各种设备。
- 小米 17 Ultra 手机相机错将太阳误认为是月亮
2026 年 8 月 12 日,欧洲大陆经历了数十年以来首次日全食,白昼变成黑夜,或者“太阳被月亮吞了”?欧洲居民使用了多款智能手机去拍摄罕见的日全食照片,结果发现小米 17 Ultra 智能手机相机拍摄的一张照片极其反常,在这张照片里橙红色的太阳上出现了月亮照片中常看到的山脊、陨石坑和线条,也就是相机将太阳误认为是月亮。小米相机显然是利用了 AI 技术去重建照片中的细节,给太阳添加了根本不存在的月球特征。小米不是唯一这么做的手机厂商,此前三星也曝出过类似的丑闻。
- uBlock Origin 放弃与 Facebook 的猫鼠游戏
恼人的 Facebook 广告一直是广告屏蔽工具过滤的对象,而 Meta 的工程师也不断迭代广告技术以绕过广告屏蔽工具的过滤。这种猫鼠游戏持续了如此长时间以至于广告屏蔽工具的开发者都受不了,流行广告屏蔽扩展 uBlock Origin 的开发者宣布他们放弃继续反制 Facebook 的广告技术。一位开发者说,“我们将不再支持 Facebook。它是一个令人恶心的反用户网站。它所做的就是监视开源项目的公开活动,然后针对性地投放恶意广告。没错,那些拿着七位数薪水的开发者就是在干这个。”开发者表示,任何有兴趣对抗 Facebook 广告投放的用户都可以提交自己的过滤器补丁。
- 苹果与阿里巴巴合作为中国市场训练专用大模型
苹果与阿里巴巴合作为中国市场训练了一个大模型。此前苹果倾向于使用中国合作伙伴的模型为在中国销售的 iPhone 等设备提供生成式 AI 功能。苹果的 AI 功能 Apple Intelligence 预计将在未来几个月通过 iOS 更新在中国推出。苹果推出专为中国市场定制的 AI 模型,使其在竞争最激烈的中国市场更好掌控 AI 体验。苹果在中国已被华为等本土竞争对手蚕食市场份额,竞争对手凭借 AI 手机迅速占据领先地位。网信办已经登记了苹果的生成式 AI 服务,为 Apple Intelligence 服务首次登陆国行 iPhone 铺平道路。
- YouTube 要求新内容创作者一年至少 8000 小时观看量才能获得收入
YouTube 宣布新内容创作者需要达到更高的门槛才能开始通过广告和订阅获得收入。想要通过 YouTube 平台获利的创作者,需要过去一年内至少获得 8000 小时的有效观看时长,或者在过去 90 天内获得 2000 万次的 Shorts 有效短视频观看量。此前创作者只需要过去一年内有 1000 名订阅者和 4000 小时的有效观看时长,或者在过去 90 天内有 1000 名订阅者和 1000 万次 Shorts 视频观看量。这项变更将于 2 月 1 日生效。此次更新不影响已加入 YouTube 合作伙伴计划的创作者。YouTube 表示,这些调整是为了跟上 YouTube 的发展步伐,目前 YouTube Shorts 的日均观看量逾 2000 亿次,电视观看时长逾 10 亿小时。
- VLC 因 Microsoft Defender 而启动缓慢
《Braid》和《The Witness》作者 Jonathan Blow 在社媒上称,在 Windows 上使用 VLC 启动播放一个 MP3 文件需要 33 秒钟,他因此改用了微软官方的 Microsoft Media Player,批评开源软件问题太多。此事引发了广泛讨论。VLC 官方回应称,核心问题与它无关,是 Windows 11 / Microsoft Defender 的一次更新隔离了 VLC 的插件缓存导致的,重新安装 VLC 或清空缓存可解决该问题。Linux 用户称 VLC 启动播放一个 MP3 文件只需要 1-2 秒。其他 Windows 用户建议在 Microsoft Defender 中排除 vlc.exe 也能解决该问题。
- 科学家观测到核子内部奇特结构
中外科学家通过高能原子核-原子核对撞实验中净重子数和净电荷数的精确测量发现核子内部存在一种奇特结构,可能颠覆人们对核子内部结构的根本认识。研究结果发表于《科学》期刊。核子是组成物质世界的基本粒子,宇宙中可见物质世界 99% 以上的质量由核子携带,理解核子内部结构对理解物质世界的基本组成和基本相互作用具有极其重要的意义。人们普遍认为核子由夸克(含反夸克)和胶子组成。夸克携带+2/3或-1/3电子电荷和1/3重子数,反夸克携带的电荷和重子数与夸克相反,而胶子既不携带电荷也不携带重子数。研究人员通过精确的实验测量发现核子内部需要一种携带重子数但不携带电荷和色荷的基本结构,对上述用来描述核子内部结构的朴素夸克模型提出了重大挑战。
- 小鼠在一半以上突触连接暂时失去后记忆仍能保留
根据发表在《科学》上的小鼠研究,即使脑暂时失去了一半以上的突触连接,记忆仍可得以保留;这一发现挑战了长期以来关于长期记忆依赖于稳定单个突触的观点。这些发现表明,记忆的保存依赖于具有韧性的神经结构模式,这种模式使脑能够在重建其神经回路的同时保留已储存的信息。研究人员发现,即使在人工冬眠期间海马体活动下降约 70% 且超过一半的突触被消除,小鼠在恢复正常状态后仍保留了记忆,并恢复了原有的神经组织结构。这一发现表明,记忆可能并非通过单个突触而是由具有韧性的神经结构模式保存的,其中包括在冬眠相关的脑广泛重塑过程中仍受到保护的特定连接突触簇。这些得以保留的结构基序可能充当了“核心记忆痕迹”,从而使脑能够在经历重大扰动后重建功能性网络,并同时维持已储存的记忆。
- 微软正从中国撤退
过去五年,随着中国更倾向于国产软件,微软一直在缩减在华业务,至少关闭了 15 家分支机构和合资企业。美国的出口管制也让微软云计算和 AI 业务的推广更困难,中国市场的经济增长空间变得相对有限。微软最终决定继续留在中国,是因为它开辟了一项盈利的业务,为字节跳动等中国企业提供服务,这些企业需要西方技术管理海外业务。微软认为,为了继续获得中国世界一流的工程人才,它需要在中国保留业务。微软前中国区负责人 Alain Crozier 表示微软与中国政府建立了深厚的关系,“由于地缘政治因素……有时情况会比较艰难,但我们从未遇到过危机。”微软发言人表示公司在“适用于所有国际供应商的监管环境”下运营,重申对中国市场的承诺。微软表示,其在中国的业务状况反映了市场竞争、监管要求和技术发展趋势。
- NASA 延长旅行者2号的科学使命
NASA 工程师找到一个方法,可以释放旅行者 2 号探测器的额外电力,帮助这台服役将近 50 年的航天设备延长科学探测工作的时间。代号为“大爆炸”的调整工程由 NASA 喷气推进实验室完成。团队同步关闭部分耗电组件,替换为功耗更低的备选方案,同时保证旅行者2号维持足够温度,保障设备正常运转。旅行者2号及其姊妹探测器旅行者1号,依靠放射性同位素热电发生器供电。该装置利用钚元素衰变释放的热量产生电能。随着钚燃料不断消耗,两台探测器每年可用电力都会减少约 4 瓦。每台探测器原本搭载 10 个仪器。自2024 年起,由于电力持续下降,团队被迫在两台探测器上各自关闭两个科学仪器。其余仪器此前就已经关停,它们仅用于任务初期的行星飞越探测阶段。如果没有这次“大爆炸”工程的节电改造,旅行者系列探测器项目团队原本需要在 2026 年底前再关闭旅行者2号上的一个仪器。此次改造释放出来的电力,预计可以让探测器剩余3个仪器至少再多工作一年。NASA计划对距离地球更远的旅行者1号实施同样的节电改造工程。
- 科技巨头想要收集你的思想
消费级神经技术正从实验室迅速走向工作场所和家庭,包括苹果、Meta 和 Snap 在内的公司开发能监测或解读大脑活动的产品。研究人员警告,神经数据可能成为下一个隐私争夺焦点。部分神经学家开始呼吁“神经权利”以保护“精神隐私”、“身份”和个人“自主权”。过去二十年研究人员利用 fMRI 技术构建日益详细的哺乳动物脑皮层结构图谱和相关连接清单。得益于机器学习 AI 的巨大进步,fMRI 扫描现在可用来识别从抑郁情绪到嫉妒和幸灾乐祸等情绪。
- 爬楼梯有助于延寿
根据发表在《American Journal of Cardiovascular Drugs》期刊上的一项研究,爬楼梯能显著降低死于心血管疾病的风险。研究期间,相比与不常爬楼梯的人,常爬楼梯的人死于心脏相关疾病的风险降低 39%,全因死亡率降低 24%。常爬楼梯的人患心脏病、中风和心力衰竭等严重心血管疾病的风险也较低。研究人员称,心血管疾病是全球首要死因,1990-2019 年间相关病例数几乎翻了一番。研究人员分析了来自 9 项高质量研究的逾 48 万名参与者的数据,中位随访时间为 14 年。研究人群包括健康参与者和有心脏病史的参与者。年龄范围为 35-84 岁,其中 53% 为女性。“与去健身房或进行锻炼不同,爬楼梯很容易融入日常生活,无论是在家、在工作场所还是外出。对于没有太多时间或不方便锻炼的人而言,这是一个不错的选择。”“所以,如果可以选择走楼梯或乘电梯,那就选择楼梯,因为它对你的心脏有益。”
- 火星岩石中发现刚玉
2025 年 NASA 毅力号火星车利用激光对 Jezero 陨石坑周围浅色岩石进行分析时,意外发现了此前在火星上从未发现过的物质:刚玉。部分刚玉颗粒还含有铬——在地球上掺有铬的刚玉被称为红宝石。火星岩石中发现刚玉令人惊讶,因为火星条件很难解释它们是如何形成的。毅力号是在三块富含斜长石的岩石块中发现刚玉颗粒,这三块岩石分别被称为 Hampden River、Coffee Cove 和 Smiths Harbour,它们都是浮岩——即不再附着在形成它们的基岩上的岩石,它们可能来自其他地方。对于刚玉如何形成,研究人员猜测可能是几十亿年前火星表面遭到撞击后产生的,地球以及月球的撞击蚀变岩石中都发现了刚玉。
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