OrangeBot.AI Digest — 2026-07-18
86 headlines across 8 sources, aggregated for this day.
Hacker News(15)
- Speech Recognition and TTS in less than 500kb (github.com)
- The Kimi K3 Moment (stephen.bochinski.dev)
- Goodbye, and Thanks for All the Bikesheds (queue.acm.org)
- If You Build It, They Will Come (www.benlandautaylor.com)
- Setting up your spare Mac for Claude Code to control, a step-by-step guide (ykdojo.github.io)
- Elixir-lang.org has a new design (elixir-lang.org)
- Gleam Is Now on Tangled (tangled.org)
- EU ban on destruction of unsold clothes and shoes enters into application (environment.ec.europa.eu)
- Is this the end of the once-mighty GoPro? (amateurphotographer.com)
- GPT-5.6 used a prompt to close a 30-year gap in convex optimization (old.reddit.com)
- Fable 5 vs. GPT-5.6 Sol on an NP-Hard Problem: Does /goal help? (charlesazam.com)
- What AI did to stackoverflow in a graph (data.stackexchange.com)
- Why do AI company logos look like buttholes? (2025) (velvetshark.com)
- LG monitors silently install software through Windows Update without consent (videocardz.com)
- The Computer at the Bottom of a Canal (negroniventurestudios.com)
GitHub Trending(11)
Product Hunt(15)
- Clark
An AI coworker with its own cloud computer
- ZooData
The data layer for AI agents
- OpenMarkdown
A markdown editor you and your agent co-edit
- LiveDemo
Open-source alternative to Storylane, Navattic, and Arcade
- Mainichi
Learn Japanese, one prefecture at a time.
- Acebuilder
Build landing pages with Aceternity UI
- Mirage
Turn your SaaS into a clickable demo in 90 seconds.
- WX
An experimental synth for playable generative sound
- DocuSmart AI
Turning fragmented knowledge into one simple system
- Kimi K3
The world's first open 3T-class model
- Pocket Screen
Keep any Mac window visible in a floating mini screen
- Timely
Pull your calendar availability in 3 seconds
- Scribble Party
A local-first whiteboard studio for teachers and creators
- Yapper Leaderboard
See the biggest startup yappers on X/Twitter
- PixyCAD
Fast & precise 3D CAD built natively for iPad and Mac
Hugging Face(15)
- LongStraw: Long-Context RL Beyond 2M Tokens under a Fixed GPU Budget
A growing gap separates inference context lengths from RL post-training: inference systems are approaching million-token contexts, while post-training workloads often remain at 256K tokens or below and rely on length generalization at deployment. The gap is especially important for AI agents, whose observations, tool outputs, documents, and prior decisions accumulate over long trajectories. LongStraw is an architecture-aware execution stack for million-token RL post-training under a fixed GPU budget, instantiated with Group Relative Policy Optimization (GRPO). It evaluates the shared prompt without autograd, retains only model-specific state needed by later tokens, and replays short response branches one at a time, reducing the live training graph at the cost of additional replay time. We implement it for the hybrid recurrent and full-attention Qwen3.6-27B and the compressed-attention mixture-of-experts GLM-5.2. On eight H20 GPUs, LongStraw completes grouped Qwen scoring and response backward at 2.1M positions for groups of 2 and 8; increasing the group size adds only 0.21 GB of peak allocated memory, while a separate stress test reaches 4.46M positions. On 32 H20 GPUs, we validate the end-to-end LongStraw execution path for a 2.1M-token prompt across all 78 layers of GLM-5.2. These experiments establish execution capacity rather than complete training correctness because the captured prompt state is detached and some distributed forward and gradient composition paths remain incomplete.
- VideoChat3: Fully Open Video MLLM for Efficient and Generalist Video Understanding
Recent advances in video understanding have spanned motion, long video, and streaming interaction, driving this field toward real-world applications. Despite this progress, current open-source models remain limited in several ways. They often struggle to generalize across diverse video types, making them effective only in specific domains. High computational demands further restrict their efficiency and scalability. Moreover, most models are only partially open, with key components such as training code, strategy, or datasets unavailable, which hinders reproducibility and slows community-driven development. To address these issues, we introduce VideoChat3, a fully open, efficient, and generalist video-centric MLLM. VideoChat3 advances video understanding through two complementary designs. For efficiency, we introduce Inflated 3D Vision Transformer (I3D-ViT) and Adaptive Frame Resolution for Streaming Video Perception, which enables efficient spatiotemporal representation and reduces the cost of processing video inputs during training and inference. For effectiveness, we develop a scalable video data synthesis pipeline that curates three diverse, high-quality training datasets: VideoChat3-Academic2M, VideoChat3-LV116K, and VideoChat3-OL617K, covering general, long-form, and streaming video scenarios, improving the model's generalization across domains. By integrating these designs, VideoChat3 achieves a rare balance of broad generalization and computational efficiency. Experiments across general, long-form, and streaming benchmarks demonstrate that VideoChat3 surpasses prior open-source models with equal or larger parameter counts with only 4B parameters and higher efficiency.
- SEED: Self-Evolving On-Policy Distillation for Agentic Reinforcement Learning
Large language models are increasingly trained as interactive agents for long-horizon tasks involving multi-turn interaction, tool use, and environment feedback. Outcome-based reinforcement learning (RL) provides a practical optimization paradigm, but its sparse trajectory-level rewards offer limited guidance on intermediate decisions, leaving a supervision gap between episode-level outcomes and token-level policy learning. We propose SEED (SElf-Evolving On-Policy Distillation), a self-evolving framework that converts completed on-policy trajectories into training-time hindsight skills and distills their behavioral effect back into the policy model. SEED first fine-tunes the policy to analyze completed trajectories and generate natural-language skills that capture reusable workflows, decisive observations, or failure-avoidance rules. During RL, the current policy both collects trajectories and serves as the analyzer that extracts hindsight skills from them. Policy updates therefore improve subsequent decision making and skill analysis together, allowing hindsight supervision to evolve with the policy. SEED then re-scores the sampled actions under ordinary and skill-augmented contexts, converting the skill-induced probability shift into a dense token-level on-policy distillation signal. This signal is jointly optimized with outcome-based RL, keeping the auxiliary supervision aligned with the current trajectory distribution. Extensive experiments on text-based and vision-based agentic tasks show that SEED consistently improves performance and sample efficiency, exhibiting robust generalization to unseen scenarios. Our code is available at https://github.com/jinyangwu/SEED.
- SearchOS-V1: Towards Robust Open-Domain Information-Seeking Agent Collaboration
Recent advances in Tool-Integrated Large Language Models have made web search a core capability of information-seeking agents. However, as interaction histories grow, agents increasingly struggle to track task progress. When search attempts fail to yield useful evidence, current single- and multi-agent systems can become trapped in repetitive loops, wasting search budgets and ultimately compromising the quality and completeness of the final output. We introduce SearchOS, a system-level multi-agent framework that turns fragile, implicit search progress into explicit, persistent, and shared state. First, we formulate open-domain information seeking as relational schema completion with grounded citations, where agents discover entities, populate attributes across linked tables, and anchor each value to source evidence. Then we design Search-Oriented Context Management (SOCM), which externalizes the evolving state into Frontier Task, an Evidence Graph, a Coverage Map, and Failure Memory. Built on SOCM, SearchOS applies a pipeline-parallel scheduling mechanism that overlaps the execution of sub-agents and continuously refills freed slots with tasks targeting unresolved coverage gaps to improve utilization and throughput. To schedule and control the execution of search agents, SearchOS introduces a Search Tool Middleware Harness that intercepts model and tool interactions to record grounded evidence and react to stalls or budget exhaustion, and provides a reusable hierarchical skill system comprising strategy and access skills to augment the agents' search process and avoid repeating failed search patterns across runs. On WideSearch and GISA, SearchOS leads all metrics among the evaluated single- and multi-agent baselines, paving the way toward robust information-seeking collaboration.
- BadWAM: When World-Action Models Dream Right but Act Wrong
World-action models (WAMs) are emerging as a promising foundation for embodied control: rather than predicting actions alone, they learn representations that couple action generation with future world prediction. This coupling is often viewed as a source of robustness, interpretability, and safety, as a robot's action can in principle be checked against its imagined future. In this paper, we show that this assumption is fragile. We introduce BadWAM, a unified framework for modeling and evaluating World-Action Drift Attacks: a new class of WAM-specific adversarial attacks that use small visual perturbations to break the alignment between what a WAM imagines and what it executes. BadWAM characterizes this attack surface along two natural criteria: attack strength and stealthiness. When the adversary prioritizes disruption, BadWAM instantiates an action-only adversarial attack, which directly drives the model toward task-failing actions. When the adversary additionally prioritizes stealth, BadWAM instantiates an imagination-preserving adversarial attack, which seeks to induce harmful action shifts while keeping the model's predicted future close to its clean imagination. Together, these two attacks capture a spectrum of WAM-specific failures: from overt action hijacking to stealthier cases where the model appears to imagine a plausible future but executes a desynchronized action. We evaluate BadWAM across different variants of WAMs. Results show that our attacks substantially reduce task success rates under closed-loop execution. For example, our action-only attack reduces the model performance from 96.5% to 43.1% success. The results of our imagination-preserving attack further exposes a WAM-specific vulnerability: moderate future-preserving regularization can maintain strong attack performance while reducing future imagination drift.
- KeyFrame-Compass: Towards Comprehensive Evaluation of Keyframe-Conditioned Video Generation
Video generation increasingly relies on keyframe-based workflows, where creators specify a sequence of reference images to guide generation. Although recent models support multi-keyframe conditioning, it remains unclear whether they can faithfully reproduce the prescribed keyframes while maintaining overall video quality. We present KeyFrame-Compass, the first comprehensive benchmark for evaluating keyframe-conditioned video generation. The benchmark contains 386 carefully curated samples spanning three application domains, two video structures, two prompt granularities, two conditioning formats, and four keyframe densities, enabling controlled analysis under diverse generation settings. We further introduce an automated evaluation framework that jointly measures keyframe execution and overall video quality. Specifically, we decompose keyframe execution into six complementary metrics covering presence, fidelity, temporal ordering, localization, persistence, and uniqueness, while assessing overall video quality through evidence-grounded MLLM judgments augmented with specialized perception models. Experiments on nine representative video generation systems reveal several fundamental limitations. Current models exhibit a clear trade-off between faithful keyframe execution and natural video synthesis. Their performance further degrades as keyframe constraints become denser and most open-source models also fail to interpret storyboard-grid inputs as temporally ordered keyframe sequences.
- MultiRef-Compass: Towards Comprehensive Evaluation of Multi-Reference-to-Audio-Video Generation
Multi-reference-to-audio-video (MR2AV) generation aims to generate coherent audio-video content conditioned on multiple references and textual instructions. Existing benchmarks mainly focus on text-driven generation, single-reference subject preservation, or isolated audio-video alignment, leaving the emerging MR2AV setting largely unexplored. Compared with these settings, MR2AV requires models to jointly reason over multiple references while generating synchronized visual and audio content. Models must not only preserve each reference faithfully but also correctly bind and compose multiple referenced entities into coherent audio-visual events. To address this gap, we introduce MultiRef-Compass, a unified benchmark for MR2AV generation. It comprises 350 carefully curated samples constructed through a scalable and controllable asset-composition pipeline, covering multi-view subject preservation, multi-entity binding, and human-object-scene composition. To provide interpretable assessment, MultiRef-Compass defines an evaluation protocol with four dimensions: Basic Quality, Reference Consistency, Audio-Visual Consistency, and Instruction Following, using 14 sub-metrics. MultiRef-Compass integrates automatic metrics with a rejudging-enhanced MLLM-as-a-Judge framework, enabling scalable and auditable evaluation of both perceptual fidelity and reference-conditioned composition. Extensive experiments on eight representative MR2AV systems reveal substantial room for improvement across multiple evaluation dimensions, underscoring the need for a comprehensive benchmark and positioning MultiRef-Compass as a foundation for future MR2AV research.
- UniVR: Thinking in Visual Space for Unified Visual Reasoning
Learning broad world knowledge directly from raw visual data is a fundamental capability of intelligence. We introduce UniVR, the first investigation into simultaneously learning complex reasoning, fine-grained physical dynamics, and long-term planning from pure visual demonstrations. At its core, UniVR features VR-GRPO, a reinforcement learning paradigm with complementary global and step-level rewards. This approach enforces logical coherence and physical consistency throughout the reasoning process without requiring task-specific heuristics or image-text pairs. To train and evaluate UniVR, we construct VR-X, a large-scale benchmark curated from 16 diverse sources spanning long-horizon manipulation, spatial puzzles, and physical reasoning. It is the first comprehensive suite to assess these heterogeneous capabilities under a purely visual protocol. Remarkably, UniVR achieves up to a 25% improvement on VR-X, and its superior visual reasoning also boosts performance on various multimodal understanding benchmarks. These findings underscore the vast potential of reasoning within visual spaces, with all code, data, and models are open-sourced for further research.
- From Pixels to States: Rethinking Interactive World Models as Game Engines
Building interactive worlds that respond coherently to player actions has long been a shared goal of computer graphics, games, and artificial intelligence. Recent video generative models provide a data-driven route toward this goal by predicting future observations conditioned on user actions, and are increasingly regarded as potential next-generation game engines. Realizing a genuinely interactive game world, however, requires interaction outcomes that follow rules over evolving game conditions, consequences that persist over long horizons, and a generation loop that operates in real time. Conventional game engines realize these properties through a recurrent action-state-observation loop, in which player actions update an explicit game state according to predefined rules and observations are rendered from the resulting state. Taking this loop as an organizing lens, this paper examines interactive game world modeling along four dimensions: player action control, game state dynamics, state-observation persistence, and real-time interactive generation. For each dimension, we start from the capabilities required by an interactive game world, group existing approaches into representative families, and discuss the strengths and trade-offs of each family. Complementing this analysis, we present a scalable data engine for Black Myth: Wukong that collects over 90 hours of gameplay with frame-aligned player actions, ground-truth game states, and visual observations, together with structured and semantic annotations, as a resource for state-aware game world modeling. We hope this paper offers a clear picture of where the field stands and fosters progress toward interactive game worlds.
- Concurrent Image Understanding and Generation: Self-Correcting Coupled Markov Jump Processes
Human cognition does not separate understanding and generation. A teacher at a whiteboard speaks and draws together, each modality reshapes the other. In this paper, we bring this coupled loop to artificial systems. Masked Diffusion Models (MDMs) are ideally suited to this task, yet existing samplers either decode text and image interleavedly or independently update them in parallel branches that share only previous-step history, but not the other modality's latest decisions within the same step; combined with MDMs' inability to remask, cross-modal contradictions are neither detected nor repaired. We introduce Self-Correcting Coupled Markov Jump Processes (SC-CMJP), a framework in which one modality's transition rates are functionals of the other modality's confidence score, as weighted by cross-modal attention. Furthermore, a remasking jump retracts commitments the moment cross-modal evidence turns against them. In conjunction with SC-CMJP, we introduce CO_2Jump (Self-text{CO}rrecting text{CO}upled text{Jump}), a novel training-free single-pass sampler for joint multimodal geneneration. For training and evaluation purposes, we have created and will release three large-scale joint multimodal generation corpora: JEdit-1M, JMaze-200K, JNono-200K, with matching in- and out-of-distribution benchmarks. CO_2Jump achieves best joint performance for image understanding and editing as well as visual reasoning (maze and nonogram solving). The performance of the sampler scales monotonically with the number of denoising steps, evidence that the benefits of cross-modal coupling compound across the trajectory. Project page: https://coupled-jump.github.io
- Spectral Rewiring for Exploration, Purification, and Model Merging
Reinforcement learning has become a standard post-training recipe for large language models, but dense full-parameter updates create two deployment-relevant bottlenecks: suppressed reasoning performance, often reflected by premature saturation of test-time scaling, and interference when consolidating multiple capabilities through multi-domain training or model merging. We show that the reasoning-effective component of these updates is largely concentrated in the base model's spectral space, motivating Subspace-Aligned Rewiring (SAR), a post-hoc editing method that retains this spectral core while removing orthogonal components. SAR therefore preserves reasoning gains and filters residual update directions that suppress performance or amplify cross-domain interference. Across several model families and scales, SAR extracts compact reasoning cores using as little as approximately 0.58% of total parameters: it preserves over 99% of post-training performance and improves high-k exploration in mathematical reasoning, and generalizes to agentic coding by improving six of seven open benchmarks on an in-house model. SAR also purifies mixed-domain training updates by releasing suppressed coding capability while maintaining math reasoning and instruction following. It further enables model merging across experts, yielding cross-domain generalization that surpasses previous merging baselines and even the best single-domain experts. Overall, SAR shows that extracting reasoning-effective updates from parameter geometry can serve as a training-free mechanism to improve reasoning and multi-domain performance.
- RxBrain: Embodied Cognition Foundation Model with Joint Language-Visual Reasoning and Imagination
Embodied cognition requires agents to connect high-level task reasoning with the physical states to be achieved. We introduce Hy-Embodied-RxBrain, an embodied cognition foundation model with joint language-visual reasoning and imagination. Unlike vision-language models that emphasize scene understanding and textual decision making, or generative world models that mainly predict future visual states, RxBrain represents embodied plans in a single planning sequence where language and visual imagination play complementary roles. Language provides the abstract structure of a plan, including task decomposition, planning primitives, constraints, temporal order, and decision logic, while visual imagination grounds this structure through world state prediction and joint subgoal planning, associating each planning step with intermediate and final physical states. RxBrain adopts a unified multimodal Mixture-of-Transformers architecture that supports language, image, and video understanding and generation within one model. To train this capability, we build an automatic pipeline that converts embodied videos into joint text-visual planning supervision by decomposing videos into planning steps and aligning them with visual state transitions. We further introduce RxBrain-Bench to evaluate whether models can represent embodied plans through joint textual and visual components rather than separate understanding or generation. Experiments show that RxBrain maintains embodied understanding and generation abilities, and produces plans with coupled textual reasoning, world state prediction, and joint subgoal planning. We also extend RxBrain to continuous robot action generation, where it shows promising real-robot performance without large-scale action-data pretraining. These results provide an initial step toward foundation models for embodied cognition.
- Demystifying On-Policy Distillation: Roles, Pathologies, and Regulations
On-policy distillation (OPD) has become a key paradigm in LLM post-training, yet its training dynamics remain poorly understood. We present a systematic study examining the role, pathologies, and regulations of OPD. We first clarify the role of OPD as an exploration catalyst: it steers the student toward correct reasoning paths via dense token-level guidance, without expanding capability ceiling. We confirm this by showing that prompt diversity matters more than per-problem sampling numbers, and critically, that the effectiveness of OPD hinges entirely on the quality of its guiding signal. This dependency exposes two pathologies that derail exploration. The Student-Teacher Mismatch occurs when a large teacher-student distributional gap causes the guiding signal to misalign with task correctness, steering exploration in counterproductive directions. Length Exploitation arises when the aggregated token-level objective creates length-dependent shortcuts, allowing the student to game the reward landscape through response truncation or redundant padding, exploring degenerate length modes rather than reasoning strategies. To tame these pathologies, we investigate lightweight signal regulations: advantage clipping and log-scale compression, ensuring exploration is guided by faithful signals. Experiments across seven benchmarks demonstrate that these regulations alleviate length exploitation and enable effective distillation, stably surpassing OPD variants and RLVR baselines, thereby confirming that well-regulated signal quality, rather than mere teacher scale, governs successful exploration in OPD.
- Video = World + Event Stream
We present Wan-Streamer v0.3, which reframes our native-streaming interaction model under a single organizing view: a video is a world plus an event stream. The world is the persistent context in which a video unfolds, including the environment, scene, subjects, ambient acoustic conditions, voice characteristics, and other relatively stable conditions. The event stream is everything that changes over time within that world, including scene or environmental changes, subject behavior, speech, and other sounds. This yields a general-purpose pretraining task over large amounts of real video: given a world and incoming input, predict how the world moves, changes, and responds in real time. The resulting competence can be specialized to a broad family of real-time downstream tasks. We instantiate it on real-time full-duplex audio-visual interaction, where the event stream is the agent's speech together with free-form behavior. Functionally, the model's multimodal understanding process is vision-language-action-like: it maps multimodal user input to language-form speech and behavior actions. Wan-Streamer v0.3 preserves the v0.2 operating point: 640x368 video at 25 FPS, a 160 ms streaming unit, approximately 200 ms model-side response latency, and approximately 550 ms total interaction latency under a 350 ms bidirectional network budget.
- RoboTTT: Context Scaling for Robot Policies
Recent robot foundation models operate with single-step or short-history visuomotor context. We introduce Test-Time-Training Robot Policies (RoboTTT), a robot model and training recipe that scale visuomotor context to 8K timesteps, three orders of magnitude beyond state-of-the-art policies, without growing inference latency. At this context length, we unlock new robot capabilities: one-shot in-context imitation from human video demonstrations, on-the-fly policy improvement, robustness to perturbations, and stronger performance on multi-stage, long-horizon tasks. We also observe, for the first time, steady gains in closed-loop performance as pretraining context length scales. At its core, RoboTTT integrates Test-Time Training into robot foundation models such as Vision-Language-Action policies, yielding a sequence model whose recurrent state consists of fast weights, parameters updated by gradient descent during both training and inference, compressing histories into weight space and retrieving contextual information for long-context conditioning. To scale training context length, the recipe combines sequence action forcing with truncated backpropagation through time. On challenging real-robot manipulation tasks, RoboTTT improves overall performance by 87% over the single-step context baseline and fully completes a five-minute, ten-stage assembly task, which no baseline ever does. RoboTTT trained with 8K-timestep context outperforms the same model pretrained with 1K timesteps by 62%, suggesting context length as a new scaling axis for robot foundation models. Videos are available at https://research.nvidia.com/labs/gear/robottt/
Techmeme(15)
- UK's incoming PM Andy Burnham is expected to scrap Keir Starmer's plans for digital ID cards; last year a petition opposing the cards attracted ~3M signatures (Geraldine McKelvie/The Guardian)
Geraldine McKelvie / The Guardian : UK's incoming PM Andy Burnham is expected to scrap Keir Starmer's plans for digital ID cards; last year a petition opposing the cards attracted ~3M signatures — Incoming PM will reallocate unspecified resources from unpopular plan to helping with cost of living
- Permit hurdles push up costs for AI data centers; Oracle pivoted from gas turbines to costlier fuel cells for its Project Jupiter in NM, costing billions more (Ann Davis Vaughan/The Information)
Ann Davis Vaughan / The Information : Permit hurdles push up costs for AI data centers; Oracle pivoted from gas turbines to costlier fuel cells for its Project Jupiter in NM, costing billions more — Building an AI supercampus increasingly means paying more than you bargained for. Oracle's attempt to salvage a proposed $165 billion project …
- Prediction market political betting on insider info spreads in DC; sources: WH lawyers raised alarms over anonymous Polymarket bets on the Iran ceasefire timing (Wall Street Journal)
Wall Street Journal : Prediction market political betting on insider info spreads in DC; sources: WH lawyers raised alarms over anonymous Polymarket bets on the Iran ceasefire timing — White House officials are grappling with how deeply political betting has worked itself into fabric of government
- How the Trump administration shifted from a "light-touch" approach to AI policy to an interventionist stance that led to restrictions on top AI models in the US (Leo Schwartz/The Information)
Leo Schwartz / The Information : How the Trump administration shifted from a “light-touch” approach to AI policy to an interventionist stance that led to restrictions on top AI models in the US — In January 2025, just three days after entering office for his second term, President Donald Trump signed …
- The grassroots group HumansFirst is organizing protests against the "unaccountable" buildout of data centers across 125 US locations on July 18 (Reuters)
Reuters : The grassroots group HumansFirst is organizing protests against the “unaccountable” buildout of data centers across 125 US locations on July 18 — Opponents of the rapid buildout of data centers plan to hold protests on Saturday in at least 125 locations across the United States …
- A review of Microsoft's 13-inch Surface Laptop shows 8GB of RAM is not enough for a good Windows 11 experience; PC makers have unveiled upcoming 8GB laptops (Antonio G. Di Benedetto/The Verge)
Antonio G. Di Benedetto / The Verge : A review of Microsoft's 13-inch Surface Laptop shows 8GB of RAM is not enough for a good Windows 11 experience; PC makers have unveiled upcoming 8GB laptops — Last year, Microsoft's 13-inch Surface Laptop quickly became one of my favorite thin-and-light Windows notebooks.
- Analysis: recent open weight models lag frontier closed models' cyber capabilities by 4 to 7 months, a narrower gap than the 6 to 10 months through most of 2025 (AI Security Institute)
AI Security Institute : Analysis: recent open weight models lag frontier closed models' cyber capabilities by 4 to 7 months, a narrower gap than the 6 to 10 months through most of 2025 — AISI has tracked the cyber capabilities of frontier AI models since 2023. On our evaluations, the most capable models …
- SEC filing: GameStop says it owns 9.8% of eBay, signaling its intent to press ahead with a bid for the company after its unsolicited $56B offer was rejected (Reuters)
Reuters : SEC filing: GameStop says it owns 9.8% of eBay, signaling its intent to press ahead with a bid for the company after its unsolicited $56B offer was rejected — Videogame retailer GameStop (GME.N) owns nearly 10% of e-commerce company eBay, the company said in a regulatory filing late on Friday …
- Feathery, which develops an AI operating and decisioning system for financial services, raised $30M in total funding, including a recently completed Series A (FinTech Global)
FinTech Global : Feathery, which develops an AI operating and decisioning system for financial services, raised $30M in total funding, including a recently completed Series A — Feathery, an AI operating and decisioning platform for financial services firms, has secured $30m in funding as it expands …
- China's National Data Administration says the country's daily AI token consumption hit 140T in March 2026, up from 100T in December 2025 and 100B in early 2024 (Minxiao Chang/South China Morning Post)
Minxiao Chang / South China Morning Post : China's National Data Administration says the country's daily AI token consumption hit 140T in March 2026, up from 100T in December 2025 and 100B in early 2024 — Every month, a Beijing-based ByteDance employee says he burns through close to a billion units of a new corporate currency - one that cannot buy a coffee or pay rent.
- London-based Risk Ledger, which helps organizations manage supply chain cyber risks, raised a £24M Series B led by Axiom Equity, taking total funding to £33.8M (Ionut Arghire/SecurityWeek)
Ionut Arghire / SecurityWeek : London-based Risk Ledger, which helps organizations manage supply chain cyber risks, raised a £24M Series B led by Axiom Equity, taking total funding to £33.8M — The British firm has built a collaborative platform to help organizations address supply chain security risks.
- Data infrastructure startup Cribl acquires CardinalOps, which offers AI-powered threat detection tools and had raised $40M, sources say for around $100M (Meir Orbach/CTech)
Meir Orbach / CTech : Data infrastructure startup Cribl acquires CardinalOps, which offers AI-powered threat detection tools and had raised $40M, sources say for around $100M — The U.S. telemetry company will establish a Tel Aviv office after buying the AI-powered detection engineering startup.
- Sources: China's National AI Industry Investment Fund gained voting rights in DeepSeek by joining its $7.4B round; other investors like Tencent and JD got none (Bloomberg)
Bloomberg : Sources: China's National AI Industry Investment Fund gained voting rights in DeepSeek by joining its $7.4B round; other investors like Tencent and JD got none — On a video conference call from Hangzhou earlier this year, one of China's hottest startups held a four-hour pitch meeting …
- Thira, an AI startup founded by Apptio co-founders to develop AI agents that handle back-office tasks such as IT support, raised a $21M seed led by Madrona (Todd Bishop/GeekWire)
Todd Bishop / GeekWire : Thira, an AI startup founded by Apptio co-founders to develop AI agents that handle back-office tasks such as IT support, raised a $21M seed led by Madrona — Sunny Gupta has led two prior enterprise tech companies with backing from venture capital firm Madrona in the past 20 years. iConclude sold to Opsware.
- Japan plans to buy 27,500 Nvidia Rubin chips to develop a domestic AI foundation model for robots, in a Noetra-led effort that includes SoftBank, Sony, and NEC (Bloomberg)
Bloomberg : Japan plans to buy 27,500 Nvidia Rubin chips to develop a domestic AI foundation model for robots, in a Noetra-led effort that includes SoftBank, Sony, and NEC — Japan is planning to buy 27,500 next-generation Rubin chips from Nvidia Corp. to build a homegrown foundational AI model for robots.
Solidot(15)
- 手动挡汽车越来越少见
2025 年美国新车仅有 0.6% 是手动挡,汽车已是自动挡的天下,电动汽车和自动驾驶汽车的兴起也加速了手动挡汽车的消失。相比下欧洲的情况略好,行业分析公司 JATO Dynamics 的数据显示,欧洲最大汽车市场手动挡汽车的注册比例从 2001 年的 91% 下降到 2024 年的 29%。曾以手动挡汽车知名的斯巴鲁(Subaru)已停止提供手动挡车型,大众汽车将于今年停产在美国销售的最后一款手动挡车型捷达 GLI。丰田、本田和宝马都减少了面向美国市场的手动挡车型。
- 天文学家确认了 25 光年外的一颗位于宜居带的岩石行星
天文学家确认一颗名为 GJ3378b 的系外行星,位于距离地球仅 25 光年的红矮星宜居带内,可能具备孕育生命的条件。这颗行星位于鹿豹座方向,围绕一颗暗淡的红矮星运行,被视为目前已知距离地球最近的潜在宜居世界之一。GJ3378b 最初于 2024 年被法国天文学家发现。当时测定的质量为地球的 5.26 倍,被认为是一颗类似微型海王星的气态行星。天文学家利用基特峰国家天文台的 WIYN 3.5米望远镜等设备进行二次观测后,修正了这一结论。新数据显示,GJ3378b 的真实质量仅为地球的 2.3 倍,属于岩石质地的“超级地球”。轨道参数同样得到修正。最初认为该行星的公转周期为 25 天,实际仅为 21 天。这意味着它比此前判断的更靠近母星,但也恰好处于宜居带内——这一区域允许行星表面温度维持液态水的存在。这颗行星从母星接收的辐射量约为地球从太阳获取的 90%,位置非常理想。
- 重度电视观众有更小的大脑结构
“电视会腐蚀你的大脑”这句话也许在字面意义上是正确的。根据发表在《Alzheimer’s and Dementia: Journal of the Alzheimer’s Association》上的一项研究,常看电视的人大脑中与记忆相关的区域体积缩小,额叶和枕叶变小,大脑白质出现了与衰老、中风风险、认知能力下降和痴呆症相关的损伤区域。研究人员分析了约 1700 名成年人的数据,他们的平均年龄 53 岁,在 1987-1989 年间参与了心血管研究 Atherosclerosis Risk in Communities(ARIC) 。参与者被询问了休闲时看电视的频率。20 多年后参与者接受了脑部核磁共振成像检查。结果显示,重度电视人群的大脑结构出现了缩小,其中男性的影响更显著。
- Firefox 将从 9 月 1 日起每两周发布一个新版本
Mozilla 工程总监 Sylvestre Ledru 通过 [email protected] 邮件列表宣布,从 2026 年 9 月起 Firefox 桌面版和 Android 版本的发布周期从 4 周减少到 2 周。他表示这是一次实验,并不意味着工作进度加倍,并不会仓促交付新功能。当前的目标是在 9 月 1 日释出 Firefox 155 而不是原计划的 9 月 15 日,“我们将密切关注这一变化在实际中的效果,根据需要进行调整。”Firefox 接下来的两个版本 Firefox 153(ESR) 和 154 仍然是每隔 4 周释出,Firefox 155 开始提前两周释出。
- 亚马逊 AWS 计费系统单位错误导致客户看到了数亿乃至数万亿美元的账单
世界各地的亚马逊 AWS 客户周五可能都心跳加速,他们看到了远远超过他们想象的账单数字,很多每月只花几美元的客户看到了数亿乃至数十亿美元的账单,很多企业甚至看到了数以万亿美元的账单。亚马逊证实其计费系统出现问题,账单预估数字不正确,在问题解决期间它暂停了账单更新。亚马逊称它已经识别问题是单位导致的,所有受影响客户预计到 7 月 19 日 12:00 AM PDT 将会完全恢复正常。亚马逊没有详细解释单位问题,猜测是原来按 GB 收费的系统漏掉了 GB,而系统默认按 Byte 计费,1 GB = 1,073,741,824 Bytes,这意味着一小时内账单费用就会膨胀十亿倍。
- 科学家确认了一位玛雅数学家
危地马拉舒尔通玛雅遗址一面墙壁上镌刻的数学公式,让学界首次确认了一位重要的玛雅数学家兼天文学家的真实姓名。研究团队指出,这位名为 Sak Tahn Waax(意为“白胸狐狸”)的学者足以比肩人类历史上的数学巨匠。 墙壁绘有人物画像与象形文字,其中包含基于天文历法的精密数学运算。玛雅人曾依靠这些运算确定国王登基等重大仪式的举办时间。研究团队重点分析了编号为“19号文本”的一组象形文字。“19号文本”是一组呈L形排布的11个象形文字,整体高度约10厘米。研究发现,前 9 个象形文字完整记录了玛雅历法与天文周期的换算逻辑。这套公式破解了一个2920 天周期的拆分规律,可适配玛雅各类历法单位。2920 天是玛雅文明的核心天文周期,完美契合5个金星周期(每周期584天)与8个太阳年(每周期365天)。不仅如此,该运算还将2920天与乌伊纳尔(每月20日)、卓尔金历(260天神圣历法)、通年(每年360天)以及780天火星周期建立了精准数理关联。 团队在“19号文本”倒数第二个符号中破译出“如是说”的句式,其后紧跟的最后一个象形文字便是署名 Sak Tahn Waax,代表该学者是这套运算公式的创作者。从铭文缺失女性专属前缀可判定,这是一位男性学者。
- 天文学家探测到系外行星大气层中的氦气
天文学家直接探测到系外行星 LHS 1140 b 大气层中的氦气。LHS 1140 b 是一颗岩石行星,距离地球 48 光年,位于其母星的宜居带。这是首次在宜居带内的类地球岩石行星确认探测到大气层。LHS 1140 b 围绕着一颗比太阳更小更冷的红矮星运行,其轨道比日地距离更近,温度适宜,其表面可能存在液体水,可能有铁质内核。就对地球的生命研究而言,液态水是生命存在的必要条件。论文第一作者 Collin Cherubim 表示需要进一步研究去确认行星是否存在水。
- 为什么罗马混凝土建筑能屹立两千年而不倒
在今天的意大利漫步,我们仍然能看到有近两千年历史的混凝土建筑。相比下,现代混凝土建筑在百年内就会坍塌。为什么罗马时代的混凝土耐用性如此好?科学家认为要归功于名为“火山灰反应”的关键化学过程——即火山灰与石灰和水发生反应。根据发表在《Science Advances》上的一项研究,名为碳化的反应也有助于增强混凝土的耐久性。研究人员从有 1900 年历史的哈德良(Hadrian)皇帝庄园的马桶座圈上收集了混凝土样本,用高倍显微镜观察,用 X 射线扫描分析其化学成分。研究发现,样本含有火山灰、石灰和水等材料的证据,但对混凝土孔隙和裂缝的观察显示,方解石是其主要的粘结剂。当大气中的二氧化碳与混凝土中的钙化合物发生反应时,会形成坚硬的方解石矿物,它含有大量的碳酸钙。方解石填充了混凝土中的细小裂缝和孔隙,使古老的建筑结构能随着时间的推移而加固和修复。
- 美国 CD 唱片销量涨幅超过黑胶唱片
黑胶唱片过去十年一直是实体音乐复兴的代表,但今年上半年美国 CD 唱片销量涨幅远超黑胶唱片。CD 销量飙升 16% 达到 1630 万张,相比下黑胶唱片销量上涨 2.4%。韩国 K-pop BTS 热门专辑《ARIRANG》在 CD 销量增长中起到了重要作用,但排除 K-pop 之后,CD 销量仍然同比增长了 6.7%。美国包括 LP、CD 和磁带的实体专辑总销量上半年增长了 7.8% 达到 3820 万。实体音乐复兴的一大原因是年轻一代听歌习惯发生了变化,六成 Z 世代听众表示最常听的是音乐是 1990 年代或更早期的,相比下 2021 年这一比例仅为 18%。无论是怀旧、通过流媒体发现新音乐,还是想要拥有艺术家作品的实体唱片,年轻听众在拥抱实体唱片。
- 恒星普查研究确认宇宙年龄 138 亿岁
研究团队结合了地面大型巡天计划 LAMOST DR7 的光谱观测,与 ESA 盖亚太空望远镜的高精度视差资料,建立起包含 155,600 颗邻近太阳次巨星(Subgiant stars)的庞大基准样本。由于这类恒星形成于银河系早期,其化学组成几乎保留了最原始的样貌,是推算时间极佳的恒星化石。团队利用马可夫链蒙地卡罗(MCMC)算法重建真实年龄分布,推导出样本中最古老恒星的真实年龄为 137.3(+1.8 / -1.5)亿年,若考虑大爆炸后约 2 亿年才形成首批长寿命恒星,这与宇宙微波背景辐射预测的 138 亿年宇宙年龄完全相符。最新结果显示,目前并没有可信的观测证据支持宇宙年龄超过 138 亿年。
- 微软开源 Comic Chat
微软宣布开源 Comic Chat,源代码采用 MIT 许可证托管在 GitHub 上。Comic Chat 是一款能自动将 IRC 中的对话转换为漫画格形式的聊天客户端,其中包含插图人物、对话气泡和表情。它的一个目的是帮助世界认识 Comic Sans 字体。Comic Sans 字体最早由微软字体设计师 Vincent Connare 于 1994 年设计,在 Comic Chat 中找到了它真正的家。它非正式的手写风格与软件的对话气泡完美匹配。Comic Chat 最早于 1995 年开发,1996 年随 Internet Explorer 3 推出。开源 Comic Chat 的一个意图是保存软件历史,以及让开源社区在此基础上探索、学习和二次开发。
- 月之暗面宣布首个 3 万亿参数开放权重模型 Kimi K3
月之暗面宣布了 2.8 万亿参数开放权重模型 Kimi K3,完整的权重将于 7 月 27 日发布。月之暗面称,Kimi K3基于 Kimi Delta Attention 和 Attention Residuals 构建,参数规模 2.8 万亿,具备原生视觉功能和 100 万个词元上下文窗口。它是全球首个 3 万亿参数级别的开放权重模型,专为长程编码、知识工作和推理等前沿智能领域而设计。在基准测试中,Kimi K3 整体性能仅落后于 Claude Fable 5 和 GPT-5.6 Sol。Kimi K3 现已在 Kimi.com、Kimi Work、Kimi Code 和 Kimi API 上线。发布初期 Kimi K3 将默认采用最大思考强度模式,低强度和高强度模式将在后续更新中推出。
- Google Play 将于下周上架第三方应用商店
从 7 月 22 日起,美国第三方应用商店将可以通过 Google 的应用商店发行其客户端。Google 公布了“加入 Google Play 目录访问权限计划”的文档,美国第三方应用商店可以访问 Google Play 商店的应用目录。届时,美国第三方 Android 应用商店将能向用户提供这些应用,而用户仍将通过 Google Play 完成下载,其下载条款与直接在 Google Play 商店下载完全一致。通过此类方式下载的应用将需要继续支付 Google Play 服务费。Google 还将要求上架的应用商店屏蔽恶意软件、尊重知识产权,提供应用更新和卸载机制。如果超过 1% 的应用安装尝试疑似恶意软件或不需要的软件,则该应用商店可能会被移除。
- 心脏病发作患者血液内有更多微塑料和纳米塑料
根据发表在《European Heart Journal》上的一项研究,相比心脏供血正常的人,心脏病发作患者血液内的微塑料和纳米塑料含量更高。研究还发现,吸烟者和暴露于较高空气污染水平人群血液中微塑料和纳米塑料含量也更高。研究人员分析了 61 名意大利患者,采集了其血液样本,调查了他们是否吸烟以及空气污染情况。结果显示,84% 的心脏病发作患者血液中检测到微塑料和纳米塑料,慢性缺血性心脏病患者为 40%,冠状动脉正常的患者为 32%。心脏病发作患者血液中塑料种类更多。最常见的塑料类型是聚乙烯,这种塑料常用于包装和消费品。长期暴露于较高 PM2.5 水平的患者血液中更容易检测到微塑料,吸烟者血液中微塑料的检出率是不吸烟者的六倍。
- 一加确认退出美国和欧洲市场,将继续为现有用户提供软件更新
一加确认退出美国和欧洲市场,表示将会继续为现有用户提供软件更新,但一加手机搭载的 OxygenOS 系统将被母公司 OPPO 的 ColorOS 系统所取代。作为关闭全球业务计划的一部分,一加手机的 OxygenOS 也将随之关闭。所有在售一加手机运行的操作系统从 Android 17 更新开始将逐步迁移到 ColorOS,一加称此举有助于简化软件开发流程,加快更新推送速度,提升软件质量,更好地利用共享的工程和研发资源。对于不会更新到 Android 17 的旧型号设备,一加将会提供操作系统的维护支持,但新设备需要更新到 ColorOS 才会获得所有形式的支持。如果客户想要旧的 OxygenOS 使用体验,在更新到 ColorOS 之后可选择回滚。
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