Curated by Shen Huang · 90 stories · ~14 min read
DIGEST · 2026-06-30

OrangeBot.AI Digest — 2026-06-30

90 headlines across 8 sources, aggregated for this day.

Hacker News(15)

  1. Tell HN: Installing Cursor on iOS irreversibly changes your privacy settings
  2. Claude Sonnet 5 (www.anthropic.com)
  3. We Are the Last People Who Know How It Works (unix.foo)
  4. Claude Science (claude.com)
  5. Nano Banana 2 Lite (deepmind.google)
  6. Crypto firms have spent $189M so far on 2026 US election, report says (www.reuters.com)
  7. County with 37 Data Centers Asks Schools to 'Conserve Electricity' (www.404media.co)
  8. Claude Code is steganographically marking requests (thereallo.dev)
  9. The labor share of income in the US is at its lowest post-war level (libertystreeteconomics.newyorkfed.org)
  10. Knoppix (www.knopper.net)
  11. Looking Ahead to Postgres 19 (www.snowflake.com)
  12. The US ambassador had Belgian police stop our reporting (europeancorrespondent.com)
  13. Exercise intensity influences body composition in healthy older adults (2025) (www.maturitas.org)
  14. European digital ID wallets rely on safety services of Google and Apple (waag.org)
  15. Building a custom octocopter from scratch with no prior hardware experience (karolina.mgdubiel.com)

GitHub Trending(15)

  1. hasaneyldrm / exercises-dataset
  2. usestrix / strix
  3. msitarzewski / agency-agents
  4. altic-dev / FluidVoice
  5. diegosouzapw / OmniRoute
  6. browser-use / video-use
  7. xbtlin / ai-berkshire
  8. Mebus / cupp
  9. ripienaar / free-for-dev
  10. google / agents-cli
  11. roboflow / supervision
  12. ogulcancelik / herdr
  13. simplex-chat / simplex-chat
  14. CoreBunch / Instatic
  15. microsoft / AI-For-Beginners

Product Hunt(15)

  1. Skills Marketplace by Databox

    Ready-made AI analytics skills for your business data

  2. Foresight by Lightning Rod

    Predict anything with AI

  3. Cursor for iOS

    Build with coding agents from anywhere

  4. Load Nova

    An AI co-pilot and dashboard built for dispatcher speed

  5. Supafax

    Email-native assistant that learns how you work

  6. Akiflow

    Manage tasks and calendars from Claude, ChatGPT or Cursor

  7. Bilt.me - Figma

    Get a real mobile app from your Figma design

  8. Midway Chat

    Real-time member chat for Memberstack and Webflow sites

  9. Oakamo

    Your quiet space for reading articles later.

  10. Dayflow

    Open source tools that help you get promoted

  11. Tinkerfont

    Free font playground for live websites

  12. iVox

    The first app dedicated to 1980s tape-edit effects.

  13. Justwrite

    A private, local-first writing space that works offline

  14. Pluno

    Browser agent that’s 10x faster than Claude

  15. AgentPeek

    Claude Code & Codex in your Mac notch

Hugging Face(15)

  1. Agentic Abstention: Do Agents Know When to Stop Instead of Act?

    LLM agents are expected to act over multiple turns, using search, browsing interfaces, and terminal tools to complete user goals. Yet not every goal is well specified or achievable in the available environment. In such cases, a reliable agent should recognize that further interaction is unlikely to help and abstain from additional tool calls. We define Agentic Abstention, the problem of deciding when an agent should stop acting under uncertainty. Unlike standard LLM abstention, which is usually evaluated as a single-turn answer-or-abstain decision, agentic abstention is a sequential decision problem: an agent can answer, abstain, or gather more information at each turn, and the need to abstain may only become clear after interacting with the environment. We study this problem across web shopping, terminal environments, and question answering, evaluating 13 LLM-as-agent systems and 2 agent scaffolds on more than 28,000 tasks. Our results show that the main challenge is not only whether agents can abstain, but also when they abstain. Some agents never abstain when they should, while others do so only after many unnecessary interactions. This gap is especially large on tasks where the instruction appears feasible until the environment reveals otherwise (e.g., no valid result matches the instruction). We further find that model scale, reasoning, and agent scaffolding affect abstention in different ways, where larger or more capable models sometimes perform worse at timely abstention. Finally, we introduce CONVOLVE, a context engineering method for improving agentic abstention that distills full interaction trajectories into reusable stopping rules. On WebShop, CONVOLVE substantially improves timely abstention without updating model parameters, raising Llama-3.3-70B's timely recall rate from 26.7 to 57.4. Our dataset and code are available at https://lhannnn.github.io/agentic-abstention

  2. LiveEdit: Towards Real-Time Diffusion-Based Streaming Video Editing

    Streaming video editing has made rapid progress, yet practical deployment is still limited by two core issues: maintaining stable backgrounds and non-edited regions over time, and achieving the low latency required for real-time interactive scenarios. Meanwhile, recent streaming video generation methods are mostly developed for synthesis and cannot be directly applied to editing due to the strict preservation requirement and region-specific control. In this work, we present a novel streaming video editing framework that performs causal, frame-by-frame editing with strong content preservation and real-time responsiveness. Our key design is a three-stage distillation pipeline that progressively transfers editing capability from a powerful bidirectional foundation model to an efficient unidirectional streaming editor, enabling stable long-horizon edits without sacrificing visual fidelity. To further support real-time deployment, we introduce an AR-oriented mask cache that reuses region-related computation across frames, substantially reducing redundant processing and accelerating inference. Finally, we establish a dedicated benchmark for streaming video editing. Extensive evaluations demonstrate that our method achieves state-of-the-art visual quality among streaming baselines while drastically boosting inference speed to 12.66 FPS, making it suitable for interactive and augmented reality applications.

  3. Scaling the Horizon, Not the Parameters: Reaching Trillion-Parameter Performance with a 35B Agent

    We introduce Agents-A1, a 35B Mixture-of-Experts Agentic Model that reaches trillion-parameter-level performance by scaling the agent horizon. We investigate agent-horizon scaling from two perspectives: scaling long-horizon trajectories and scaling heterogeneous agent abilities. To support this goal, we build a long-horizon knowledge-action infrastructure that connects external knowledge, actions, observations, and verifier outcomes, producing agentic trajectories with an average length of 45K tokens. Based on this, we train Agents-A1 with a three-stage recipe. First, we perform full-domain supervised fine-tuning to align the base model with broad agentic behaviors. Second, we train domain-level teacher models to capture specialized expertise in each domain. Third, we propose a multi-teacher domain-routed on-policy distillation with salient vocabulary alignment to improve knowledge transfer efficiency across different domains, unifying six heterogeneous domains into one deployable student model. Agents-A1 achieves strong and broad performance for long-horizon agent benchmarks. Compared with 1T-parameter model such as Kimi-K2.6 and DeepSeek-V4-pro, Agents-A1 achieves leading results on SEAL-0 (56.4), IFBench (80.6), HiPhO (46.4), FrontierScience-Olympiad (79.0), and MolBench-Bind (56.8), and remains highly competitive on SciCode (44.3), HLE (47.6) and BrowseComp (75.5). We hope this work provides the community with a practical path for scaling the horizon using a 35B agent that can reach or match the performance of 1T models on long-horizon tasks.

  4. TUA-Bench: A Benchmark for General-Purpose Terminal-Use Agents

    As large language models and harness frameworks continue to advance, agents operating in terminals are increasingly capable of performing a broader range of general computer-use tasks beyond coding. However, existing benchmarks do not adequately evaluate general-purpose terminal computer-use agents (TUAs): general computer-use benchmarks primarily target graphical user interfaces (GUIs), whereas terminal-based benchmarks largely emphasize technical and programming-centric workflows historically native to the shell. We introduce TUA-Bench, a general-purpose benchmark for terminal-use agents. TUA-Bench includes 120 real-world tasks across five task families, covering routine digital activities-including document editing, email management, and live-web information seeking-as well as scientific and engineering workflows co-designed with PhD-level domain experts that require specialized software. This breadth distinguishes TUA-Bench from prior shell-focused or domain-specific benchmarks. Each task is manually designed, runs in a real terminal with a deterministic setup script, and is evaluated by an execution-based scoring protocol. We find that the strongest frontier agent, Claude Code with Claude Opus 4.8 max reasoning effort, achieves 65.8% overall performance, with substantial gaps across both tracks. By providing a broad and realistic evaluation of terminal-use capabilities, TUA-Bench aims to accelerate the transition from narrow, task-specific assistants to general-purpose agents capable of operating reliably across diverse digital environments.

  5. ReFreeKV: Towards Threshold-Free KV Cache Compression

    To reduce memory consumption during LLM inference, a handful of methods have been proposed for KV cache pruning. While these techniques can accomplish lossless memory reduction on many datasets, they often hinge on an under-emphasized condition: an input/domain-specific threshold for KV cache budget needs to be pre-determined to achieve the optimal performance. However, such input-sensitive design may be considerably limited in real-world scenarios, as open-domain inputs span diverse domains, lengths and difficulty levels, without clear boundaries for threshold selection. As a result, the dependence of such input-sensitive threshold can be a fundamental limitation that causes large degradation on arbitrary inputs. In this work, we propose a new objective that lifts the threshold constraints for robust KV compression, advocating for "threshold-free" methods that adaptively adjust budget allocation while preserving full-cache performance. We then propose a novel method, ReFreeKV, serving as the first instantiation of this objective. Extensive experiments across 13 datasets with diverse context lengths, task types, and model sizes demonstrate its efficacy and efficiency. Our code is publicly released at https://github.com/Patrick-Ni/ReFreeKV.

  6. Beyond IID: How General Are Tabular Foundation Models, Really?

    Foundation models for predictive machine learning on tabular data have recently gained significant traction in academia and industry. Research communities across disciplines are increasingly evaluating tabular foundation models on diverse datasets and tasks. However, these task- and discipline-specific evaluations remain largely inaccessible to model researchers because benchmark software and evaluation protocols are fragmented. As a result, model researchers rely on standard benchmarks, which are mostly defined for tasks where tabular foundation models already excel. The most challenging scenarios are excluded, limiting meaningful progress in the field by focusing on marginal improvements on IID data rather than on broader, more demanding challenges. To overcome this, we introduce BeyondArena, the first unified holistic benchmark for tabular data that supports diverse task types (IID, temporal, grouped), across sample size and feature dimensionality scales, with diverse feature types (with text, with high cardinality) from a broad range of disciplines. To enable unified benchmarking beyond standard benchmarks, we introduce Data Foundry, a Python framework and metadata schema for curating tabular datasets for predictive machine learning. Our results across 11 models and 142 curated datasets show that existing tabular foundation models excel on tiny- to medium-sized IID data, while traditional tree-based and deep learning models still dominate on non-IID, large, and high-dimensional datasets. BeyondArena guides model research for the most demanding challenges in tabular data, enabling progress towards truly foundational tabular models.

  7. Trimming the Long-Tail of Visual World Modeling Evaluation

    Physical interactions follow a long-tailed distribution: a set of common and regular interactions dominates human experience and visual data, while a broad spectrum of rare and irregular interactions remains underrepresented. Although recent visual world models, including image and video generation models, achieve impressive realism on existing benchmarks, they primarily focus on simulating common physical interactions. This raises a central question: Do current visual world models internalize and generalize physical principles? In this work, we introduce Tailor-Bench, a benchmark that challenges world models to simulate irregular physical interactions. To enable systematic evaluation, we design three scenario modes that progressively challenge model reasoning: Regular scenarios reflect common tool-task pairs, Unconventional scenarios replace conventional tools with attribute-compatible substitutes to test affordance generalization, and Impossible scenarios introduce attribute-violating tools to probe constraint awareness. Additionally, we design two complementary settings under a unified evaluation protocol: predictive generation requires inferring outcomes without guidance, while descriptive generation specifies the target outcome for faithful realization. Our experimental results reveal a clear long-tail gap in physical world modeling: performance degrades from Regular to Unconventional and Impossible scenarios, indicating limited generalization beyond common interactions. Failure analysis further shows that models rely on superficial visual patterns: image models fail to realize correct state changes, while video models further suffer from temporal inconsistencies.

  8. Video-MME-Logical: A Controlled Diagnostic Benchmark for Video Temporal-Logical Reasoning

    Recent interest in multimodal large language models (MLLMs) raises a central question: can they reason over dynamic visual evidence rather than merely recognize objects or events in individual frames? This ability, which we refer to as video temporal-logical reasoning, requires models to maintain, update, and compose evidence as visual states evolve across frames. Existing video benchmarks often conflate this capability with scene complexity, static recognition, or uncontrolled temporal variation. To isolate this capability, we introduce Video-MME-Logical, a controlled benchmark organized around five temporal-logical operations: state tracking, sequential counting, temporal ordering, dynamic spatiality, and structural composition. The benchmark contains 25 fine-grained task categories generated with controlled object states, transitions, temporal dependencies, and logical compositions. It enables difficulty-controlled final-answer evaluation by varying temporal horizon and reasoning complexity, and supports intermediate-state diagnostics by verifying whether models recover the required logical reasoning trace before producing the final answer. Experiments with state-of-the-art MLLMs reveal a substantial human-model gap, especially as temporal-logical complexity increases. Supervised fine-tuning on up to 500K generated samples improves performance but remains insufficient to close the reasoning gap, positioning Video-MME-Logical as a scalable testbed for analyzing and improving temporal-logical reasoning in MLLMs.

  9. AsyncOPD: How Stale Can On-Policy Distillation Be?

    On-policy distillation (OPD) trains a student on its own rollouts guided by teacher feedback and is becoming increasingly important for large language model (LLM) post-training. Like reinforcement learning (RL), however, OPD faces an on-policy systems bottleneck, as rollouts can dominate training time for reasoning workloads. Asynchronous training pipelines can alleviate this bottleneck by decoupling rollout generation from learner updates, but doing so introduces stale-policy data. While prior work has studied stale data in asynchronous RL, its effects in OPD remain underexplored. We present the first systematic study of staleness in asynchronous OPD, focusing on a practical setting where teacher feedback is implemented through local KL losses and full-vocabulary teacher logits are too expensive to store or transfer, necessitating finite teacher-score caches. We first show that KL direction changes the stale-data problem: teacher-weighted forward KL is more robust to stale rollouts, whereas student-weighted reverse KL is vulnerable. Second, for this vulnerable reverse-KL case, we study whether methods designed to stabilize asynchronous RL can mitigate OPD staleness. In our experiments, they do not improve over a simpler OPD-specific surrogate: recomputing the reverse-KL signal under the current student at learner time. Third, we analyze how finite teacher-score caches create a bias-variance tradeoff for sparse and sampled reverse-KL OPD estimators. This motivates multi-sample Monte Carlo (MC), which preserves MC correctability while reducing one-sample variance. Finally, we present and open-source AsyncOPD, a fully asynchronous OPD training pipeline built from these estimator choices. Experiments show that AsyncOPD improves training throughput by 1.6times to 3.8times over strict synchronous training while reaching comparable accuracy.

  10. Bridging VideoQA and Video-Guided Agentic Tasks via Generalized Keyframe Extraction

    Video understanding is a fundamental capability for multimodal intelligence, and recent Multimodal Large Language Models (MLLMs) have achieved remarkable performance on Video Question Answering (VideoQA) benchmarks. However, existing benchmarks primarily evaluate whether models can perceive shallow visual cues, while rarely examining whether MLLMs can learn deeper knowledge or procedural skills from video tutorials and generalize them to downstream long-horizon agentic tasks. To address this gap, we introduce VG-GUIBench (Video-Guided GUI Benchmark), a new benchmark designed to evaluate whether MLLM-based GUI agents can follow video tutorials to complete corresponding GUI interactive tasks. Furthermore, we observe that the performance of models on both VideoQA and video-guided agentic tasks critically depends on effective keyframe extraction. Based on this observation, we propose TASKER (Task-driven And Scene-aware Keyframe searchER), a keyframe extraction algorithm that jointly considers task relevance and scene dynamics to identify informative frames. Experimental results demonstrate that TASKER achieves significant performance improvements on both VideoQA and video-guided agentic task benchmarks, outperforming the best baseline by 2.0% on the EgoSchema fullset and 1.8% on the NExT-QA dataset, respectively. These results further highlight the potential of generalized keyframe extraction methods for video understanding tasks. Our code and data are available at https://github.com/VG-GUI-TASKER/VG-GUI-TASKER.

  11. One-Step Gradient Delay is Not a Barrier for Large-Scale Asynchronous Pipeline Parallel LLM Pretraining

    Modern large-scale LLM pretraining benefits from utilizing Pipeline Parallelism; however, synchronous implementations leave GPUs idle during pipeline bubbles, wasting computational resources. Asynchronous Pipeline Parallelism eliminates these bubbles, maximizing throughput at the cost of gradient staleness. Among asynchronous schedules, PipeDream-2BW is particularly appealing: unlike the original PipeDream schedule, it ensures a constant one-step gradient delay regardless of pipeline depth. However, its adoption remains limited due to the common belief that optimizing under staleness is fundamentally unstable. In this work, we challenge this assumption, demonstrating that degradation under one-step delay depends strongly on optimizer choice rather than being an intrinsic limitation. We provide the first comprehensive empirical analysis showing that while AdamW, the predominant optimizer at the time when PipeDream-2BW was introduced, indeed suffers from severe degradation, recent methods like Muon exhibit strong robustness under a one-step delay. We introduce an optimizer-agnostic Error Feedback-inspired correction to further mitigate delay effects. We provide supporting theoretical analysis demonstrating convergence for Muon with and without this correction. Extensive evaluation on models up to 10B parameters confirms that our strategies bridge the performance gap with synchronous training, highlighting the practical potential of asynchronous pipeline parallelism at scale.

  12. One Model, Many Latencies: Universal Speech Enhancement for Diverse Real-Time Applications

    Different real-time speech applications impose distinct latency budgets, often requiring separately trained enhancement models for each scenario. In this paper, we propose a one-for-all, real-time universal speech enhancement model that provides explicit control over both algorithmic and computational latency. Algorithmic latency is flexibly adjusted via configurable look-ahead frames. To avoid learning inefficiency caused by varying padding configurations, we introduce parallel convolutional layers corresponding to different look-ahead settings. Computational latency is controlled through an early-exit mechanism, enabling inference at different network depths. To narrow the performance gap between specialized and flexible models, we propose a two-stage training strategy with a shared-to-multiple decoder transition. Overall, the proposed framework enables a single model to be deployed across diverse latency budgets without retraining separate models.

  13. Monte Carlo Energy Aggregation for Mobile 3D Gaussian Splatting

    Recent advances in 3D Gaussian Splatting have demonstrated unprecedented success in novel view synthesis. However, the substantial inference and storage overhead driven by high-order Spherical Harmonics (SH) are primary bottlenecks for mobile platforms. In this paper, we present Flux-GS, a real-time Gaussian Splatting method designed to achieve high-fidelity rendering with significantly reduced overhead for resource-constrained mobile platforms. We first propose a Monte Carlo Specular Energy Aggregator, sampling third-order radiance residuals and aggregating specular energy into a compact latent space. In this way, our method effectively preserves visually salient lighting features in lower-order bands without expensive distillation or pre-training. To mitigate the high-frequency details lost during compression, we introduce an Attribute-Conditioned SH Enhancement module. This module predicts Gaussian-aware offsets based on intrinsic Gaussian attributes, which enhance the first-order SH representation prior to inference, without extra inference costs. Furthermore, the original single-view gradient-based densification is prone to producing excessive Gaussians and overfitting to a certain view. We address these limitations by proposing a Multi-view Alpha-based Densification and Pruning strategy. By leveraging multi-view guidance, we ensure multi-view structure consistency and the precise removal of redundant primitives. Extensive experiments demonstrate that Flux-GS achieves substantial parameter reduction while maintaining competitive visual quality, offering a robust and scalable solution for real-time mobile rendering. Code: magenta{https://xiaobiaodu.github.io/flux-gs-project/{https://xiaobiaodu.github.io/flux-gs-project/}}.

  14. OSWorld2.0: Benchmarking Computer Use Agents on Long-Horizon Real-World Tasks

    Existing computer-use benchmarks fail to capture the realism, complexity, and long-horizon demands of real-world computer use, limiting their ability to reveal the limitations of frontier agents. We introduce OSWorld 2.0, a benchmark of 108 long-horizon computer-use workflows across everyday and professional tasks, designed to capture complex and challenging real-world phenomena. Each task represents a realistic end-to-end workflow that takes human users a median of about 1.6 hours to complete and requires an average of 318 tool calls with Claude Opus 4.7 using maximum thinking, compared with about 30 in OSWorld 1.0. OSWorld 2.0 targets challenge phenomena that are common in real workflows yet underrepresented in prior benchmarks, spanning interaction-design challenges such as streaming interaction and dynamic environments, as well as agent-pattern challenges such as cross-source reasoning, implicit-state inference, and visual-spatial precision. Tasks are grounded in authentic input artifacts and cross-referenced against realistic stateful user profile data, and include separate safety reports auditing safety-sensitive execution. Under our primary binary-completion metric at 500 steps, Claude Opus 4.8 with maximum thinking and batched tool calls scores best but still completes only 20.6% of tasks at a 54.8% partial score; GPT-5.5 is far more token-efficient yet plateaus near 13%. These results show that current agents are still far from professional-level computer use: rather than stumbling on basic GUI control or coding, they lose track of constraints, miss information that arrives mid-task, guess rather than ask the user, and skip verification, struggling most when a task hinges on hidden state they must recover.

  15. TACO: Tool-Augmented Credit Optimization for Agentic Tool Use

    Agentic multimodal models perform diverse operations on an image via code and reason over the returned view, an effective paradigm for fine-grained visual question answering. However, code operations can be useful, redundant, or misleading. Outcome-only rewards cannot precisely distinguish these cases, and existing process rewards either fail to attribute final correctness to individual tool calls, or require an external judge model. To address this, we introduce Tool-Augmented Credit Optimization (TACO), a GRPO variant for code-tool agents built on two coupled advantage channels. The first, Differential Answer-Probe Reward (DAPR), is a self-supervised, judge-free tool-contribution advantage that credits each tool call by its own effect on answering correctly. Probe tokens inserted into the model's reasoning elicit its predictions with and without the tool, and the difference in outcome reward is taken as the call's value: positive for a useful call, negative for a misleading one, and zero for one that changes nothing. This reuses the existing answer checker with no auxiliary judge, and, being a difference rather than an absolute probe score, is naturally robust to probe-hacking. The second is the outcome advantage from the final answer, distributed by Outcome-Gated Advantage Routing (OGAR): a parameter-free rule that, conditioned on the call's outcome, delivers this credit only to the responsible segments, suppressing wasted tool calls without any cost term. We train TACO through a two-stage SFT+RL pipeline. Extensive experiments across perception, reasoning, and general multimodal benchmarks show that it yields consistent accuracy gains and learns to invoke its tools only when they help.

Techmeme(15)

  1. Filing: President Trump reports $1.4B+ in income from his family's crypto ventures in 2025, including $500M+ from WLF and $635M from the sale of his $TRUMP coin (Reuters)

    Reuters : Filing: President Trump reports $1.4B+ in income from his family's crypto ventures in 2025, including $500M+ from WLF and $635M from the sale of his $TRUMP coin —  U.S. President Donald Trump reported more than $1.4 billion in income from his family's crypto ventures last year …

  2. Sources: TikTok settles a lawsuit before a second California trial over social media harm to minors for an undisclosed sum; Meta and Snap remain defendants (Bloomberg)

    Bloomberg : Sources: TikTok settles a lawsuit before a second California trial over social media harm to minors for an undisclosed sum; Meta and Snap remain defendants —  TikTok is finalizing a settlement related to a lawsuit claiming that the world's largest social media platforms are addictive to minors …

  3. Sources: Mark Zuckerberg met with Kalshi CEO Tarek Mansour about a possible takeover last year, before directing Meta employees to build a prediction market app (Bobby Allyn/NPR)

    Bobby Allyn / NPR : Sources: Mark Zuckerberg met with Kalshi CEO Tarek Mansour about a possible takeover last year, before directing Meta employees to build a prediction market app —  Before Meta CEO Mark Zuckerberg directed employees to build a standalone prediction market app, he proposed buying Kalshi …

  4. Omen AI, which provides real-time coolant health monitoring for data centers, raised a $31M Series A led by Nava Ventures, bringing its total funding to $41.5M (Tim Fernholz/TechCrunch)

    Tim Fernholz / TechCrunch : Omen AI, which provides real-time coolant health monitoring for data centers, raised a $31M Series A led by Nava Ventures, bringing its total funding to $41.5M —  The AI-driven demand for compute power has data centers looking to squeeze more from every rack of GPUs.  One consequence?

  5. Google shuts down the Tenor API, affecting GIF pickers on platforms like Discord, WhatsApp, and Bluesky; Nikita Bier says X has migrated elsewhere (Ben Schoon/9to5Google)

    Ben Schoon / 9to5Google : Google shuts down the Tenor API, affecting GIF pickers on platforms like Discord, WhatsApp, and Bluesky; Nikita Bier says X has migrated elsewhere —  GIFs are a huge part of the modern web, with Tenor being one of the libraries that powers a variety of apps including Twitter/X. Google acquired Tenor …

  6. Claude Sonnet 5 costs $2 per 1M input tokens and $10 per 1M output tokens through August 31, after which prices rise to $3 and $15, respectively (Zac Hall/9to5Mac)

    Zac Hall / 9to5Mac : Claude Sonnet 5 costs $2 per 1M input tokens and $10 per 1M output tokens through August 31, after which prices rise to $3 and $15, respectively —  Anthropic is upgrading Claude Sonnet, replacing Sonnet 4.6 from February with Sonnet 5 as the best medium-sized model.

  7. Anthropic launches Claude Sonnet 5, saying it nears Opus 4.8 performance at lower prices and is substantially better than Sonnet 4.6 for agentic work (Anthropic)

    Anthropic : Anthropic launches Claude Sonnet 5, saying it nears Opus 4.8 performance at lower prices and is substantially better than Sonnet 4.6 for agentic work —  Claude Sonnet 5 is built to be the most agentic Sonnet model yet.  It can make plans, use tools like browsers and terminals …

  8. A study of 22K US companies shows those spending most heavily on AI are adding workers faster than peers, but most gains are among tech companies and startups (Financial Times)

    Financial Times : A study of 22K US companies shows those spending most heavily on AI are adding workers faster than peers, but most gains are among tech companies and startups —  Study of 22,000 US companies challenges fears that generative AI will trigger broad job losses

  9. Source: OpenAI engineers earlier this month told some colleagues they had figured out a way to more than halve the cost of inference (Stephanie Palazzolo/The Information)

    Stephanie Palazzolo / The Information : Source: OpenAI engineers earlier this month told some colleagues they had figured out a way to more than halve the cost of inference —  We closely track efforts by Anthropic, Google and OpenAI to get access to more server chips to run their models.  But we don't talk enough about the work …

  10. Anthropic launches Claude Science, an AI workbench that uses existing Claude models like Opus 4.8 to integrate 60+ scientific databases and specialized toolkits (Rebecca Bellan/TechCrunch)

    Rebecca Bellan / TechCrunch : Anthropic launches Claude Science, an AI workbench that uses existing Claude models like Opus 4.8 to integrate 60+ scientific databases and specialized toolkits —  Anthropic introduced Claude Science on Tuesday, an AI workbench that gives scientists one environment to do computational research …

  11. Ottawa-based Dominion Dynamics, which is building software, sensors, and drones to autonomously monitor the Arctic, raised a CA$139M Series A led by Georgian (Josh Scott/BetaKit)

    Josh Scott / BetaKit : Ottawa-based Dominion Dynamics, which is building software, sensors, and drones to autonomously monitor the Arctic, raised a CA$139M Series A led by Georgian —  Six months after closing a major seed round, Ottawa-based defence tech company Dominion Dynamics has secured $139 million CAD …

  12. Visa, Mastercard, Stripe, BlackRock, Coinbase, and 140+ companies join Open Standard to launch Open USD, a stablecoin that shares earnings from its reserves (Kyle Baird/The Block)

    Kyle Baird / The Block : Visa, Mastercard, Stripe, BlackRock, Coinbase, and 140+ companies join Open Standard to launch Open USD, a stablecoin that shares earnings from its reserves —  Quick Take  — Payment giants, banks, tech firms and crypto companies are among Open Standard's launch members.

  13. Schneider Electric agrees to buy industrial AI company Cognite in a $3.1B all-cash deal, and plans to combine Cognite with its industrial software company Aveva (Frank Connelly/Bloomberg)

    Frank Connelly / Bloomberg : Schneider Electric agrees to buy industrial AI company Cognite in a $3.1B all-cash deal, and plans to combine Cognite with its industrial software company Aveva —  Schneider Electric SE agreed to buy Cognite in a $3.1 billion transaction to expand its industrial data and AI software business.

  14. SCOTUS agrees to hear Apple's appeal of a 2025 contempt ruling in its Epic case after a district judge found Apple violated an order to make App Store changes (Mike Scarcella/Reuters)

    Mike Scarcella / Reuters : SCOTUS agrees to hear Apple's appeal of a 2025 contempt ruling in its Epic case after a district judge found Apple violated an order to make App Store changes —  The U.S. Supreme Court agreed on Tuesday to hear Apple's (AAPL.O) bid to escape being found in contempt in its legal fight with …

  15. Google launches Nano Banana 2 Lite, a low cost text-to-image model that delivers outputs in four seconds, and rolls out Gemini Omni Flash to developers (The Keyword)

    The Keyword : Google launches Nano Banana 2 Lite, a low cost text-to-image model that delivers outputs in four seconds, and rolls out Gemini Omni Flash to developers —  We're making it easier to experiment and scale your ideas with Nano Banana 2 Lite, our fastest, most cost-efficient Gemini Image model …

Solidot(15)

  1. Claude Code 会悄悄检查用户的系统时区是否是中国

    Claude Code 被发现会悄悄检查用户的系统时区和是否来自中国 AI 公司。对 Claude Code(2.1.196)的本地二进制文件的分析发现,它会检查系统时区是否为 Asia/Shanghai 或 Asia/Urumqi,以及是否匹配中国科技公司的域名,其中包括 baidu.com、alibaba-inc.com、alipay.com、antgroup-inc.cn、bytedance.net、kuaishou.com 、xiaohongshu.com、jd.com 和 bilibili.co 等等。此举可能是防止中国 AI 公司蒸馏其模型。

  2. 小鼠实验显示单次注射 DNA 指令的减肥时效十倍于 GLP-1 药物

    GLP-1 减肥药如 Ozempic 和 Wegovy 需要长期服用,停药后容易反弹。现在研究人员报告小鼠实验显示单次注射 DNA 指令即可实现减轻体重和控制血糖的效果,其持续时间十倍于 GLP-1 药物。新方法有助于消除重复给药的需求。人体能充当工厂合成长效抗体。新方法是基于 Weiner 实验室的肌肉 DNA 电穿孔平台(intramuscular DNA electroporation platform),患者注射一针质粒 DNA(遗传指令),然后施加电脉冲,将这些指令导入人体细胞的细胞核被读取,使细胞能持续合成抗体。Weiner 实验室使用该方法将新冠抗体指令输入到患者体内,在 1 期临床试验中患者体内抗体持续表达逾 72 周。新研究中,研究人员设计出长效肠促胰岛素激素 GLP-1 和 GIP 的 DNA 指令,其中包含了一个防止蛋白质在体内快速分解的抗体片段。在小鼠实验中,单次注射在 70 天内产生了可检测水平的肠促胰岛素,能长时间维持代谢改善效果。

  3. 数据中心碳排放比预想的严重

    Allianz Trade 公布的一份报告显示,数据中心对气候构成的危害比此前预想的更为严重。报告指出,此前人们低估了数字基础设施对气候的影响。除非采取适当措施,否则随着人工智能应用的激增,由算力需求引发的碳排放量将急剧上升。该研究估算,2025 年全球数据中心的二氧化碳排放总量达到 2.86 亿吨。这一数字比国际能源署此前研究得出的数据高出 57%。Allianz Trade 将此归因于其模型纳入了整个价值链中的间接排放(例如制造和施工环节产生的排放)以及电力传输过程中的损耗。数据显示,超过 70% 的排放源于设施的电力消耗,而约四分之一的排放则来自硬件和基础设施。数据中心对气候的危害在很大程度上取决于其地理位置。中国和美国的数据中心二氧化碳排放量合计约占全球总量的 70%。这两个国家的电力结构中,碳强度相对较高,分别为每度 384 克(美国)和 526 克(中国)。

  4. 试验显示鱼油未能改善大脑健康

    一项为期两年、采用安慰剂对照、双盲设计的临床试验显示,高剂量 Omega-3 补充剂未能改善受试者记忆力、认知能力,也无法延缓阿尔茨海默病相关脑区的脑细胞损耗。研究共纳入 365 名 55-80 岁的受试者,他们日常很少吃鱼,而鱼类是膳食 Omega-3 的主要来源。研究人员认为受试者全部属于阿尔茨海默病患病高风险人群。近半数受试者(47%)携带 APOE4 基因,后者是目前已知的晚发性阿尔茨海默病最强遗传风险基因。受试者被随机分为两组,一组每日服用鱼油补充剂,另一组服用安慰剂。每份补充剂含有 2000 毫克二十二碳六烯酸(DHA),这是一种对大脑功能起关键作用的 Omega-3 脂肪酸。研究首要目标之一就是确认补充剂中的DHA能否真正进入大脑。研究人员通过检测包裹大脑与脊髓的脑脊液中的 DHA 含量验证了这一问题。服用 6 个月后,受试者脑脊液DHA平均提升 17%,证实该营养物质顺利抵达脑部。即便 DHA 成功进入大脑,也没有带来可量化的认知提升。研究人员分别在试验启动时与两年后对受试者的记忆、思维能力进行测评。服用 DHA 补充剂的人群,其认知测试表现与安慰剂组相比并无优势。脑部影像检测结果也印证了这一结论:鱼油补充剂无法减缓海马体萎缩。海马体是掌控记忆的核心脑区,也是评判大脑老化程度、阿尔茨海默病发病风险的标志性区域。

  5. 中国大学停招众多语言专业

    麦可思研究上个月发表的一项调查发现,根据 70 所本科高校最新公布的停招专业名单,日语专业共有 8 所高校停招,德语专业 5 所,翻译研究专业 5 所。麦可思称,过去多年,外语类专业曾是高校扩招的重要方向,但随着国际交流环境变化以及人工智能翻译工具快速发展,传统语言类专业的人才培养模式也开始转型。大学如何应对 AI 带来的影响?中国大学需要政府批准才能新增专业。据报道,教育部批准下学年新增 38 个专业,其中大部分侧重于科技或数字化领域。新专业包括具身智能、商业 AI、数据智能等,以及低空经济与管理、半导体设备工程、稀土科学与工程等领域。

  6. 国际清算银行警告 AI 泡沫破裂将增加全球经济衰退风险

    国际清算银行(BIS)发表年度经济报告,警告 AI 泡沫破裂将增加全球经济衰退风险。报告指出,AI 投资虽能助推生产力提升,但过度投资一旦退潮反转,可能将引发金融系统混乱。根据早先的报道,亚马逊预计 2026 年资本支出 2000 亿美元,微软预计为 1900 亿美元,Google 约为 1800 亿美元,Meta 1400 亿美元。甲骨文也将投入巨资。五大数据中心运营商 2026 年的 AI 相关资本支出将超过 1 万亿美元。报告指出,“投资承诺的增长速度超过了这些公司的利润和自由现金流,导致部分公司不得不发行债券筹集额外资金。这场投资竞赛的部分原因可能是认为只有少数拥有卓越技术的企业最终能主导市场。”报告指出,“回报不尽如人意可能会引发融资突然收缩,使资本支出繁荣演变为旷日持久的投资萧条,可能对金融状况产生连锁反应。”报告还提到,电力供应、芯片短缺和电网连接瓶颈等问题引发了对“供应侧障碍”的担忧。

  7. 被遗弃的金鱼会破坏生态环境

    一项新研究发现,当宠物金鱼被放生或逃逸至野外时,会对淡水生态系统产生重大影响。该研究利用大型户外淡水模拟生态系统,旨在模拟真实湖泊环境。研究人员将金鱼引入实验生态系统,并长期观察它们对不同类型湖泊的影响。研究团队考察了两种常见的淡水环境:营养贫乏(寡营养)水域和营养丰富(富营养)水域。在这两种环境中,金鱼都造成了实质性的生态破坏。最重要的发现之一是水质迅速恶化。在营养丰富的系统中,金鱼导致水体透明度急剧下降,同时悬浮颗粒物显著增加,表明生态系统状况发生了重大改变。其次是本地水生物种减少。蜗牛、片脚类动物和浮游动物的种群数量显著下降。这些小型生物在健康的淡水食物网中发挥着关键作用,同时受到了捕食和栖息地干扰的双重影响。本地鱼类也受到负面冲击。金鱼与本地鱼类争夺食物和其他资源,导致本地鱼类整体体质下降。科学家将其视为长期种群健康的重要指标。研究人员表示,应将金鱼列为高优先级入侵物种。他们建议自然资源机构在野生种群建立之前,重点开展预防、早期发现和控制工作。

  8. 科学家发现液态水存在两种结构的分子水平证据

    根据发表在《Nature Physics》上的研究,科学家发现了液态水存在两种微观结构的分子水平证据。水可能以两种不同的结构状态存在并非新观点。几十年来科学家一直推测液态水由两种可相互转化的局部结构组成——一种密度更高更无序,另一种密度更低更有序。双状态模型被用于解释水的许多反常性质,如为什么水在冷却时更容易被压缩,以及为什么水的最大密度出现在 4°C 而不是冰点。但由于难以获得直接分子水平证该模型仍然受到争议。双状态模型的核心是被称为液液相变(liquid-liquid phase transition)的假设现象。其基本思想是,在深度过冷状态下,水会分裂成两种宏观上不同的液相:高密度液体和低密度液体。

  9. 一项关于癌症治疗时机的论文被撤稿

    今年初一篇发表在医学期刊上的文章因其惊人的结论引起了全球癌症患者和医生的关注。仅仅改变免疫疗法的给药时间,似乎就能为肺癌患者带来意想不到的巨大益处。根据在中国进行的一项临床试验结果,上午接受静脉输注的患者癌症得到控制的时间是下午接受输注患者的两倍。研究还指出,这些患者的存活时间也延长了近两倍。 几位肿瘤科医生表示,近几个月来,他们和各自所在医院接到了大量患者的电话,咨询是否可以改在上午进行输注。上周《自然-医学》撤回了该研究,理由是其试验设计和结果存在一系列矛盾和不规范之处。期刊在其撤稿声明中列举的问题包括:原本应该在研究开始前锁定的记录在进行到一半时被修改了;该研究计划的中文版本与翻译版本之间存在差异;所有患者在研究的第一年都接受了治疗和随访,没有人因副作用而退出——这在肿瘤学研究中极为罕见;此外随访扫描的时间安排也发现了异常模式。其他研究也发现患者接受癌症免疫疗法的时间与他们的预后之间存在某种关联。但原因仍不清楚。医生们表示,这有可能是精力更充沛、更健康的患者会选择上午的时间段。而住在远离输注中心、且往往预后较差的贫困或农村患者可能会要求选择下午的时间段,因为他们需要花整个上午的时间在赶往预约的路上。

  10. 三星、SK 海力士和美光再次被控串通操纵内存价格

    14 名消费者和 3 家小企业于 25 日在加州联邦法院提起诉讼,指控全球最大的三家内存供应商三星、SK 海力士和美光自 2022 年起串通操纵内存价格和供应,导致过去四年内存价格上涨约 700%。原告称,三家公司以向 HBM 过渡为借口,减少了 DDR 内存的供应,“DDR 内存寡头垄断企业系统性协调了向 HBM 的过渡以及 DDR3 和 DDR4 的停产,”苹果公司近期大幅提高产品价格是引发这场诉讼的导火索。虽然这起诉讼规模较小,但如果法院接受原告的诉求并正式批准其为集体诉讼,诉讼规模可能会扩大。代表原告的反垄断律所 Bathaee Dunne 的目标是发起一项集体诉讼,代表所有购买过含 DRAM 产品的普通消费者和企业。三星电子和 SK 海力士此前在美国被判串谋罪名成立,导致巨额罚款以及高管入狱。

  11. 美最高法院裁决手机地理位置数据受宪法第四修正案的保护

    美国最高法院裁决智能手机的地理位置数据受宪法第四修正案的保护。在 Chatrie v US 一案中,最高法院以 6 比 3 判决政府败诉。大法官 Elena Kagan 执笔多数判决书,指出地理围栏搜查令获取的敏感数据属于第四修正案规定的搜查范围,即使个人身处公共场所也享有“合理的隐私期望”,“个人对其手机位置记录享有合理的隐私期望,警方索取这些信息——即使只是在有限的时间范围内,且是从第三方科技公司获取——也侵犯了这种受宪法保护的权利。”Okello Chatrie 在 2019 年 5 月 20 日持枪抢劫了一家银行,抢走 19.5 万美元后逃走。当地警方利用地理围栏搜查令让 Google 提供了抢劫前后 30 分钟内距离银行 150 米范围内的所有设备关联的账号信息。其中一个账号就是 Chatrie。他曾选择启用 Google 的“位置历史记录”功能,该功能每隔几分钟就会记录他的位置。在认罪后他被判处 12 年监禁。他的律师认为,地理围栏搜查令搜查范围过广,侵犯了他受宪法第四修正案保护的权利。美国政府则认为执法部门只获取少量手机位置信息,不属于第四修正案所指的搜查,因而不应享有同样的隐私保护。大法官们站在了政府的对立面。乔治城大学法学教授 Paul Ohm 表示,最高法院重申,警方需要搜查令才能将 Google 位置追踪等私人服务转变为国家监控工具。

  12. Rocket Lab 收购铱星

    火箭发射公司 Rocket Lab 宣布收购卫星运营商铱星公司。双方达成最终协议,Rocket Lab 以每股 54 美元,现金加股票的方式收购铱星所有已发行普通股。这笔收购对铱星的估值约为 80 亿美元。这笔交易还需要获得铱星股东以及监管机构的批准,交易预计将于 2027年 中期完成。铱星公司目前运营的铱星卫星星座共有 80 颗卫星,其中 66 颗为活跃卫星,14 颗为备用卫星。

  13. 世界各地的学生使用智能眼镜在考试中作弊

    世界各地的学生正使用 AI 驱动的智能眼镜在考试中作弊,而各国也开始加强对考生眼镜的检查。本月初的中国高考有逾千万学生参加,政府要求检查所有学生的眼镜。英格兰考试监管机构负责人警告,AI 眼镜和智能耳机等设备可能会加剧考试作弊现象。韩国报告了首起利用 AI 眼镜作弊的案例。专家担心相关个案可能预示着智能眼镜作弊正成为更为普遍的问题。研究过智能眼镜应用的 Thomas Corbin 说,“如果我们看到有些案例被报道,那么肯定还有更多案例没有被报道。”

  14. 因 AI 未能达到预期福特公司重聘人类工程师

    福特公司是众多拥抱 AI 的公司之一,该公司在质检等运营环节部署了 AI。福特 CEO Jim Farley 去年 6 月表示,AI 将让大量白领落在后面。首席运营官 Kumar Galhotra 去年 10 月表示公司在整个工业系统部署 AI。福特汽车硬件工程副总裁 Charles Poon 如今表示 AI 驱动的质量检查未能达到预期。自动化工具缺少资深技术人员的训练和知识,他表示资深技术人员在公司能利用其知识改进技术前已离开了公司。这些员工已重新聘用,负责训练系统并指导年轻员工。

  15. AMS 新发现挑战现有宇宙模型

    超新星爆炸将碳、氮、氧等组成生命的元素散布到宇宙中。这些粒子成为宇宙射线在宇宙中跋涉数百万年后,如今正不断撞击地球大气。搭载于国际太空站上的阿尔法磁谱仪(AMS-02)所收集数据的新发现为我们揭开了这些粒子的奥秘。AMS-02 自 2011 年启用以来,已累积收集超过 230 兆个宇宙射线事件。研究团队深入分析了周期表上介于氦与铁之间的 20 种元素,惊人地发现这些宇宙射线并非随机分布,而是可以归纳为四个独特的类别:两种「主要宇宙射线」(源自深空未受破坏的原始射线)及两种「次要宇宙射线」(在旅途中与星际气体碰撞产生的混合粒子)。粒子中质子数的奇偶性(奇数或偶数)与其演化路径密切相关,显示恒星内部的元素合成机制深刻影响了它们在太空中的行为。新发现直接挑战了现行的宇宙射线模型。目前科学家尚无法完全解释这些观测结果,这意味着现有理论可能遗漏了某些关键物理机制。

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 · Unsubscribe anytime · Delivered via Substack