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

OrangeBot.AI Digest — 2026-08-20

90 headlines across 8 sources, aggregated for this day.

Hacker News(15)

  1. Aaron Swartz was prosecuted for scraping, while Meta does it without consequence (blog.curiousquail.com)
  2. The August 17 outage, and the work ahead (github.blog)
  3. Watching TikTok and Instagram deactivates the cognitive control network: Study (www.rathbiotaclan.com)
  4. I like 'em thick: an apology to my English teachers (www.experimental-history.com)
  5. CIA funding helped keep NeXT afloat in the 80s (www.wsj.com)
  6. Stop Anthropomorphizing Intermediate Tokens as Reasoning/Thinking Traces (arxiv.org)
  7. HTML Can Do That (chrisburnell.com)
  8. Git at any scale (cursor.com)
  9. Mojo is now open source (www.modular.com)
  10. Bun 1.4 (bun.com)
  11. Stwipe Acquires OpenWouter (stwipe.com)
  12. Malicious Rust crate Arrayref runs a build-time payload (safedep.io)
  13. Show HN: I trained a 125M model to autocomplete piano on-device (simedw.com)
  14. AliExpress runs silent WebAudio fingerprinting that breaks Bluetooth multipoint (blog.laserphile.com)
  15. Don't paste the AI, please (dontpastetheai.com)

GitHub Trending(15)

  1. modular / modular
  2. mattpocock / skills
  3. AprilNEA / OpenLogi
  4. obra / superpowers
  5. cursor / plugins
  6. santifer / career-ops
  7. akitaonrails / ai-memory
  8. harry0703 / MoneyPrinterTurbo
  9. agent-substrate / substrate
  10. chaitanyagiri / munder-difflin
  11. PostHog / posthog
  12. mahlernim / google-timeline-visualizer
  13. volcengine / OpenViking
  14. JuliusBrussee / caveman
  15. makeplane / plane

Product Hunt(15)

  1. Grok 4.6

    Frontier Intelligence for Long-Running Agents

  2. Aloud

    Turn spoken feedback into tasks your coding agent can run

  3. HyNote for Mac

    Free local transcription that is 100% Private

  4. Berd

    Weird, playful desktop app for building with AI agents

  5. Lifelong

    Your whole family’s health in one place.

  6. MeetStream AI

    Unified API & Infra for AI Meeting Agents

  7. Checksum AI

    Your coding agent’s testing buddy

  8. Hermai Brand API

    White label your B2B SaaS with every customer's brand

  9. Glasp for Firefox

    Highlight and summarize any page, PDF, or video in Firefox

  10. ProtoNote

    Share AI-built prototypes, get feedback pinned to the page

  11. Revy

    The ownership layer for fashion, shopping, and your wardrobe

  12. NobodyWho

    Run AI models on any device

  13. bitdrift.ai

    The world’s first agentic mobile observability platform

  14. The New Calendly

    Handle all of the work before, during, and after meetings

  15. Cloudways Managed AI Agents

    Skip the setup and run OpenClaw & Hermes, fully managed

Hugging Face(15)

  1. SemComp-Bench: Benchmarking Semantic Task Completion in Video Generation

    We introduce Semantic Task Completion Video Generation, an outcome-oriented video generation task. Under this formulation, success requires both achievement of the intended outcome and semantic grounding. Semantic grounding characterizes the correspondence between the reference image and the generated outcome in terms of high-level semantics relevant to the task. Evaluation focuses on the generated outcome and requires neither the presentation of a complete sequence of intermediate task steps nor conventional appearance consistency with the reference image. To support systematic evaluation, we construct SemComp-Data, an evaluation dataset covering six domains. Each instance comprises a reference image, a detailed instruction, a brief instruction, and an outcome-centric video clip. A scalable four-stage curation pipeline converts raw videos into standardized SemComp-Data instances. We further introduce SemComp-Bench, an evaluation protocol that uses a vision-language model (VLM) to answer structured binary questions. SemComp-Bench reports the OA Score and the GR Score for Outcome Achievement and Generation Reliability, respectively. Experiments on representative video generation models show that achieving intended outcomes while maintaining task-relevant semantic grounding in reference images remains challenging.

  2. Zetta ζ: An Efficient Closed-Loop Embodied Harness for Self-Evolving Physical Intelligence

    Embodied agents are increasingly used to close the gap left by end-to-end policy models. Yet the agentic path has not realized closed-loop learning in physical execution: existing harnesses remain largely open-loop, following fixed skills during rollout and reflecting only after an episode completes. Such post-hoc reflection cannot govern execution as it unfolds, because physical interaction requires decisions to track rapidly changing robot-environment states at a frequency beyond today's large agentic models. We present Zetta, a closed-loop embodied harness that evolves code-based runtime critics and recovery skills online while keeping the base policy frozen. Through three timescale-separated loops, Zetta provides action-frequency governance, rollout-level critic-recovery proposal, and validation-gated skill updates. Together with Z-Infra, a rollout infrastructure decoupling agent logic from heterogeneous execution resources, Zetta achieves state-of-the-art success on LIBERO-Pro and RoboCasa under our current rollout budget, reaching 90.8% and 93.6%, with an 11.1x inference speedup; success continues to scale with self-exploration experience; learned skills transfer zero-shot, and clear robotic "Aha Moments" emerge. These results show that closed-loop harness self-evolution opens a scaling path for reliable physical intelligence.

  3. SemaPLC: A Project-Grounded, Verification-Gated Agent Harness for PLC Code Generation

    Programmable logic controllers (PLCs) run industrial plants, and large language models can already generate independent program organization units (POUs) for them. Whether such logic integrates into an existing PLC project and then runs correctly has been checked only in limited tests. We present SemaPLC, a project-grounded and verification-gated agent harness assembled from conventional tools but governed by a strict completion rule. Rather than stopping when the model judges its own output adequate, SemaPLC declares a task complete only when logged external checks confirm it. Those checks cover the specification, the compilation, and the behavior on a live runtime. On 117 independent-POU tasks matching existing benchmarks, it attains the highest strict verified pass rate on all seven models (72.6\% mean). On a project-context track of 65 tasks whose generated logic must compile and run inside a real project, it attains the highest mean on integrated compilation, static behavior, and dynamic behavior. Of the three layers, dynamic behavior is the most revealing. We measure it by deploying the generated and the reference logic to a live PLC runtime and comparing their executed traces. All methods fall within 10 static points of one another, whereas dynamic scores separate them sharply, from 22.4 to 31.4 for the baselines against 52.2 for SemaPLC. Overall, our verification-gated harness raises the mean at every layer and most sharply at runtime. Execution, not static scoring, is the faithful test of whether generated control logic actually works. SemaPLC is open-sourced at https://github.com/midea-ai/SemaPLC.

  4. OmniScientist: An Omni-Modal Omni-Discipline AI Scientist

    Recent advances in foundation models have enabled AI scientists to automate increasingly complete research workflows, from hypothesis generation and code execution to manuscript preparation. Yet workflow coverage alone does not provide access to the full evidence on which scientific discovery depends. Existing systems typically reason over text, code, labels, or precomputed summaries, leaving scientifically decisive spatial, temporal, cross-channel, and procedural relations unavailable to the agent. We introduce OmniScientist, an end-to-end, omni-modal AI scientist that conducts multidisciplinary research directly from heterogeneous raw evidence. A perception layer and 3 autonomous agents for ideation, experiment, and writeup operate within a deterministic pipeline, allowing observations to shape research questions, experimental decisions, and final claims throughout the research lifecycle. By running idea, rigour, and claim checks in code, the system enforces novelty screening, statistical validity, execution provenance, and numerical traceability. We evaluate OmniScientist on 36 real-data cases spanning 5 discipline families, 4 families of scientific evidence, and modalities including images, signals, audio, video, 3-D structures, trajectories, tables, formulae, and graphs. The system completes the full path from raw data to a compiled manuscript in all 36 cases and achieves a mean overall paper score of 6.3 with the reference reasoning backbone. In paired comparisons against a blind variant that receives only precomputed scalar features, direct perception improves all 7 evaluation dimensions and wins 85% of head-to-head judgments. These results show that lifecycle-wide perception is essential for evidence-grounded scientific discovery and provides a practical path toward broadly capable AI scientists.

  5. Co-RL: Unsupervised Reasoning Emerges from Diverse Cohort in Multi-agent RL

    Reinforcement learning (RL) has emerged as a powerful approach for improving reasoning in language and vision-language models, yet its strongest successes still depend heavily on ground-truth supervision (e.g., verifiable reward). Such annotations are costly to obtain and become increasingly scarce as reasoning capabilities advance beyond what humans can reliably evaluate. Self-rewarding RL reduces this dependence by enabling models to derive reward signals from their own completions. However, training solely on self-generated feedback can reinforce existing biases and suboptimal behaviors, reduce response diversity, and ultimately lead to homogenized responses and training collapse. In this work, we show that unsupervised reasoning can emerge through cooperative multi-agent training. We introduce Co-RL, a framework in which multiple decoupled models, sharing no parameters, are simultaneously optimized through RL using rewards derived from their peers. We further show that increasing cohort diversity, through heterogeneous model families, sizes, and rephrased training samples, reduces the correlated errors that drive self-reinforcing feedback loops. This diversity consistently improves reasoning performance, maintains behavioral diversity, and mitigates training collapse. Across text-only and multimodal domains, Co-RL consistently outperforms the base models and prior label-free approaches, while matching or surpassing supervised methods, without access to any ground-truth labels. Concretely, Co-RL yields average gains of 3.0-8.6% across seven text-only benchmarks for LLMs and 2.3-7.2% across four multimodal benchmarks for VLMs. Code is available at https://github.com/DrStranded/Co-RL.

  6. SPADE: Self-Play in Adaptive Synthetic Executable Environments

    Continuous self-improvement requires an ever-expanding pool of self-generated, diverse, adaptive goals. For language agents, existing training environment pools (hand-curated, statically synthesized, or frozen-verifier) keep the goal distribution fixed as the learner scales. We introduce SPADE (Self-Play in Adaptive Synthetic Executable Environments), a self-play RL framework in which a single LLM plays two roles: an Environment Designer that writes complete, long-horizon training environments as executable code with an OpenAI Gym-style reset()/step() interface, and a Reasoning Agent that learns to act in them. Each is a stateful, multi-turn environment (state transitions, reward functions, and verification code), so one interface spans reasoning problems and multi-step agentic tool use. The Reasoning Agent's regret is estimated using the gap between its reward with and without privileged hints; in optimizing this regret signal the Environment Designer learns to target environments at the edge of the agent's capabilities while keeping them feasible. Through extensive experimentation, we find several components critical to success: grounding the Environment Designer on documents sampled from a large pretraining corpus, and giving it an accumulated environment memory. Scaling to 30B-parameter models, SPADE improves over the strongest fixed-environment baseline by +5.3 on average across eight held-out math, science, code, and reasoning benchmarks, and lifts the tool-use setting by +5.7 on BFCL-v4 multi-turn and +13.9 on ACEBench-Agent; on the games setting, the margin over the strongest baseline grows with model scale. By making environment design itself a learnable component, SPADE takes a concrete step toward open-ended self-improvement.

  7. Training Chemical Plausibility-Aware Large Language Models for Single-Step Retrosynthesis

    Single-step retrosynthesis is a central component of computer-aided synthesis planning, yet its intrinsically one-to-many nature is poorly captured by single-answer evaluation and benchmarking protocols. To address this, we introduce Top-K prompting as a robust training and inference paradigm to better capture diverse, plausible reaction predictions. We compile CREED-CCV-2+USPTO-XL, an ultra-large-scale dataset of ~45.6 million verified reactions to train the C3LM (Chemistry Constraint-Consistent Language Model). By integrating fine-tuning with ChemCensor-based and novelty-oriented rewards, our model achieves state-of-the-art performance on the OOD URSA-expert-2026 benchmark. Further analysis of reaction uniqueness shows that LLMs and conventional models explore complementary reaction spaces, motivating ensemble-based retrosynthesis systems. Overall, our results establish Top-K, plausibility-aware training as a practical new direction for robust future LLM-based synthesis planning.

  8. Training Leaves Traces: Centered Residual Signatures for Language Model Lineage Verification

    Open-weight language models are fine-tuned, quantized, pruned, and merged, yet their provenance is often undocumented. We study data-free white-box lineage verification: can weights alone reveal whether two compatible model checkpoints share ancestry? Residual training produces a shared identity-aligned component in branch products, so this structure alone cannot establish ancestry. We remove it and compare checkpoint-specific structure across residual blocks, yielding a symmetric lineage score calibrated against independent checkpoints. On residual-MLP and GPT-2 benchmarks, the score separates fine-tuned, LoRA-merged, pruned, and quantized descendants from independent and distilled models (AUROC=1.0), distinguishing weight ancestry from behavioral similarity. Under function-preserving checkpoint laundering experiments, weight-space baselines lose margin or fail; our score remains unchanged and runs 76x faster than the nearest robust baseline on GPT-2. The projection-pairing signal appears across six language-model families and beyond, and a case study correctly identifies 3 related and 7 unrelated LLaMA-2 public checkpoints. Collectively, these results establish a passive, data-free provenance signal for compatible open-weight language-model checkpoints

  9. Decision-Metric Alignment in Latent World Models: Diagnostics and Action-Conditioned Objectives for MPC Planning

    JEPA-style latent world models can use Euclidean distance to a goal latent as the cost for model-predictive control (MPC). Strong decoding of task variables, however, does not guarantee that this particular cost ranks candidate action sequences by real task progress. We call the latter property decision-metric alignment. We introduce Plan-Real Spearman, which measures latent--real rank agreement on random plans, and CEM-stage Spearman, which measures the same agreement as cross-entropy-method (CEM) search concentrates its proposal. We analyze sufficient conditions under which latent distance preserves real-cost rankings, identifying encoder distortion, terminal rollout error, and candidate margins as the controlling quantities. Guided by the observed empirical alignment gap, DA-LeWM augments LeWM with inverse-dynamics and demonstration-conditioned goal-action heads. Across all our experiments, DA-LeWM accelerates convergence and achieves higher online success than LeWM, while probe scores remain similar. These results show that action-conditioned objectives improve the geometry used by Euclidean-cost, CEM-based latent MPC.

  10. Looped Language Models Improve Compositional Tool Calling

    Looped language models have shown promising results on reasoning benchmarks, yet their potential for agentic tool use remains largely unexplored. We study this question in compositional tool-calling settings, where models must coordinate multiple API calls, maintain intermediate state, and preserve dependencies across tool interactions. We evaluate native and retrofitted looped language models on API-Bank, BFCL, and NESTful, comparing looped and non-looped models trained under matched supervised fine-tuning recipes and varying recurrent depth at inference time. In controlled experiments, recurrent computation generally benefits compositional and dependency-aware tool use, while providing smaller and more model-dependent gains on isolated API invocation. Accuracy on multi-step tool use generally increases with recurrent depth; adaptive inference, however, achieves a more favorable compute-performance trade-off by allocating additional computation only when needed. Our results suggest that looped language models are a promising architecture for agentic systems that require reliable planning, coordination, and execution of compositional tool use workflows.

  11. The More Popular, The Harder to Forget: Adaptive Popularity for LLM Unlearning

    Popular facts are memorised more deeply during pretraining and resist removal longer than rare ones, yet existing LLM unlearning methods apply uniform gradient pressure regardless of training-data frequency. We propose the AdaPop (Adaptive Popularity) method, which combines local token confidence with a per-fact popularity-dependent exponent derived from an external proxy (e.g., Wikidata sitelinks, LLM-as-Judge), and automates the forget-retain balance via a dual-ascent controller that adjusts the retain penalty each epoch. Across three model families and two benchmarks, AdaPop leaks ~5x less forgotten content than competing methods under paraphrased queries and ~1.6x less under adversarial reformulations. We support our analysis with internal metrics: under our method, forget-set hidden states move further from the pre-unlearning model's states than under other methods, while retain-set representations remain close.

  12. Scaling Creative Writing Beyond Story-Centric Data with Attribute-Guided Genre Expansion

    High-quality creative writing data for large language models (LLMs) remains dominated by story-centric data, limiting models' ability to follow the structural and functional conventions of diverse creative formats. We propose an attribute-guided genre expansion framework for scaling creative writing data beyond story generation. By separating thematic breadth from genre-form control, our framework leverages human-authored story prompts as diverse creative seeds, while utilizing manually curated genre attributes to enforce distinct structural, stylistic, and formatting conventions. We combine these to prompt strong LLMs for genre-faithful query-response pairs, which are then quality-filtered. Applying this framework, we construct the Multi-Genre Collection, a 50K-example corpus spanning 13 creative genres, including story, rap, lyrics, scripts, game design, character design, and other creative formats. Experiments across out-of-distribution writing benchmarks and held-out genre diagnostics demonstrate that models fine-tuned on our data consistently surpass not only base models and writing-specialized baselines, but also models trained on existing writing corpora. Genre-count ablations further indicate that controlled genre expansion, rather than story-centric scaling alone, is a key driver of robust creative writing capability.

  13. FM-Bench: A Benchmark for Long-Horizon Management with Competing Agents

    Language model agents now execute bounded tasks reliably. Whether they can sustain effective decision-making over long horizons, where actions have cumulative consequences and the environment responds to their choices, remains largely unmeasured. FM-Bench (Football Management Benchmark) measures this. An LLM agent runs a football club for 20 in-game years through 26 tools and roughly 340 to 400 decision stops. It drafts a squad on the same budget as every rival, trades players, negotiates contracts, invests in facilities and youth, sets lineups, and answers to a board that can fire it, while a deterministic engine accumulates every year into one final score with no LLM judge or human rater. The solo track plays each of 15 frontier models against a frozen scripted world, and the Arena places the same models plus a scripted anchor in one shared 20-year world; to our knowledge, the first head-to-head evaluation at this scale. We measure six behavioral capabilities behind the score. Across three seeds, all 15 models complete every horizon while the blind scripted baselines die out in most of theirs, and claude-fable-5 tops the solo board on mean score and the Arena, where the title nonetheless rotates among ten models. Neither scale, price, nor vendor predicts the order; the order settles only late in the horizon, and the best first-play human lands only at the bottom of the model board. What separates the models is managerial behavior rather than computation. Higher-scoring models reduce slow-payoff investment near the end, keep cash invested rather than idle, and open renewals well before the deadline, while token spend predicts nothing. No model learns the market's hidden prices from hundreds of rejected bids, and self-managed memory fails in two opposite modes: an archive that only grows or a plan rewritten every season. Code is available at https://github.com/Analogy-AI/fm-bench.

  14. SoftVTBench: A Deformation-Aware Visuo-Tactile Dataset and Benchmark for Deformable-Object Manipulation

    Physical interaction quality is central to deformable-object manipulation, yet most benchmarks evaluate task success alone. A policy may complete the task while allowing slip or causing excessive compression. A primary bottleneck is the absence of visuo-tactile datasets that pair policy-visible contact observations with independent physical ground truth over complete tasks. We introduce SoftVTBench, a visuo-tactile dataset for physical-interaction-aware deformable-object manipulation. It contains 4,000 expert demonstrations and more than 50 assets, including volumetric deformable objects and visually matched rigid twins. At 20 Hz, each episode synchronizes multi-view RGB, dual-finger tactile RGB and marker motion, proprioception, language, and binary and continuous gripper actions, alongside evaluator-only finite-element (FEM) states. Building upon this dataset, we establish a closed-loop benchmark that uses fixed object-specific calibration to define the Deformation-aware Success Rate (DSR), which counts a rollout as successful only when it completes the task and keeps peak normalized deformation within tolerance. Across Diffusion Policy, π_{0.5}, and FastWAM, all 12 in-distribution configurations contain successful rollouts that violate the deformation tolerance, accounting for 0.7--24% of each configuration's successes. Under distribution shift, visuo-tactile variants achieve higher task success in all six policy--suite comparisons and higher DSR in five, whereas their in-distribution benefits are mixed. These results show that making touch available does not by itself ensure effective multimodal fusion. SoftVTBench therefore provides a common visuo-tactile resource for studying not only whether a policy succeeds, but how it physically interacts with deformable objects and when touch improves that interaction.

  15. Evaluating Music Context Preservation: A Multi-facet Framework for Music Editing Systems

    Music editing plays a vital role in modern music production, with applications in film, broadcasting, and game development. Recent advances in music editing systems have enabled diverse editing tasks such as timbre transfer, instrument substitution, and genre transformation. However, many existing works overlook evaluating their ability to preserve musical facets that should remain unchanged during editing, which we define as Music Context Preservation (MuseCP). While some studies do consider MuseCP, their evaluation protocols and metrics are not comprehensive. To address this, we introduce the first MuseCP evaluation framework, MuseCPEval, that covers four categories of music facets with fine-grained and well-tailored metrics to capture nuanced changes in music attributes. Objective validation and a human study demonstrate the effectiveness of these metrics. Moreover, the case studies on diverse music editing systems illustrate the practical utility of these metrics as a testbed and diagnostic tool, providing insights into the strengths and limitations of existing systems. We hope our metrics and findings can offer practical guidance for developing more effective and reliable music editing strategies with strong MuseCP capability

Techmeme(15)

  1. Email: Apple Music tells industry partners that songs tagged as "materially generated using AI" by content providers will be visibly labeled on the service (Kristin Robinson/Billboard)

    Kristin Robinson / Billboard : Email: Apple Music tells industry partners that songs tagged as “materially generated using AI” by content providers will be visibly labeled on the service —  The news builds on Apple's recent announcement of AI Transparency Tags for songs.  Now, the service will soon make those disclosures visible to users.

  2. GitHub says its 7+ hour August 17 outage was caused by a capacity failure when peak traffic overwhelmed an infrastructure component in a Central US data center (Vlad Fedorov/The GitHub Blog)

    Vlad Fedorov / The GitHub Blog : GitHub says its 7+ hour August 17 outage was caused by a capacity failure when peak traffic overwhelmed an infrastructure component in a Central US data center —  An update on the August 17 outage and the steps we're taking to improve reliability.  —  On August 17, GitHub experienced an outage that lasted 7 hours and 47 minutes.

  3. Sources: Broadcom is in talks with a group of lenders to raise $60B+ in debt for an AI chip financing deal that will benefit Anthropic and other companies (Bloomberg)

    Bloomberg : Sources: Broadcom is in talks with a group of lenders to raise $60B+ in debt for an AI chip financing deal that will benefit Anthropic and other companies —  Broadcom Inc. is in talks with a group of lenders to raise more than $60 billion in debt for an AI chip financing deal …

  4. Google rolls out an embeddable "Preferred Sources" button, natural language Discover controls, and custom audio briefings in the Google News app on Android (Matt G. Southern/Search Engine Journal)

    Matt G. Southern / Search Engine Journal : Google rolls out an embeddable “Preferred Sources” button, natural language Discover controls, and custom audio briefings in the Google News app on Android —  Google is rolling out a new embeddable Preferred Sources button, natural language Discover controls, and customizable audio briefings in the Google News app.

  5. San Mateo-based Twin1 AI, which creates professional digital twins that integrate with tools like Slack, launches from stealth with a $20M seed (Chris Metinko/Axios)

    Chris Metinko / Axios : San Mateo-based Twin1 AI, which creates professional digital twins that integrate with tools like Slack, launches from stealth with a $20M seed —  Twin1 AI, a startup that helps professionals create a digital twin, launched from stealth with a $20 million seed round, co-founder Lewis Liu tells Axios Pro.

  6. Sources: Poolside struck a non-exclusive $6B licensing deal with Nvidia, plus a $1B investment at a $12B pre-money valuation; 109 staffers get Nvidia job offers (Newcomer)

    Newcomer : Sources: Poolside struck a non-exclusive $6B licensing deal with Nvidia, plus a $1B investment at a $12B pre-money valuation; 109 staffers get Nvidia job offers —  EXCLUSIVE TO NEWCOMER: Poolside AI, the artificial intelligence model-building startup, has struck a non-exclusive licensing deal …

  7. Charter closes its $34.5B Cox acquisition, announced in May 2025, uniting two of the biggest US cable and broadband providers, and completes its Liberty deal (Georg Szalai/The Hollywood Reporter)

    Georg Szalai / The Hollywood Reporter : Charter closes its $34.5B Cox acquisition, announced in May 2025, uniting two of the biggest US cable and broadband providers, and completes its Liberty deal —  “When Liberty first invested in Charter more than a decade ago, we saw an opportunity to build scale behind a great management team and operating model," said John Malone.

  8. Meta rolls out Pocket, an experimental vibe-coding app that lets users create and share small games, in the US, after launching it in Brazil last month (Sarah Perez/TechCrunch)

    Sarah Perez / TechCrunch : Meta rolls out Pocket, an experimental vibe-coding app that lets users create and share small games, in the US, after launching it in Brazil last month —  Meta's experimental vibe-coding gaming app, Pocket, is now rolling out to everyone in the U.S. The app, which arrived quietly last month …

  9. Sources: Anthropic expects to match or beat the size of SpaceX's record-setting IPO, as it prepares to file publicly for its IPO as soon as the end of August (Bloomberg)

    Bloomberg : Sources: Anthropic expects to match or beat the size of SpaceX's record-setting IPO, as it prepares to file publicly for its IPO as soon as the end of August —  Anthropic PBC expects to match or beat the size of SpaceX's record-setting initial public offering, according to people familiar with the matter …

  10. Source: Anthropic plans a change for later this year that still requires enterprises to retain data for 30 days but lets them do so on their own cloud systems (Rachel Metz/Bloomberg)

    Rachel Metz / Bloomberg : Source: Anthropic plans a change for later this year that still requires enterprises to retain data for 30 days but lets them do so on their own cloud systems —  Anthropic PBC plans to allow business customers to keep greater control of their data when using its most capable artificial intelligence models …

  11. Google DeepMind says its Gemma family of open models has surpassed 1B downloads and developers have published 100K+ Gemma model variants over the past two years (Google)

    Google : Google DeepMind says its Gemma family of open models has surpassed 1B downloads and developers have published 100K+ Gemma model variants over the past two years —  From outer space to underwater, here's how developers are bringing a positive impact with our open models.

  12. Sources: Nvidia plans to begin small-batch shipments of an LPU tailored for Chinese customers by the end of 2026; the chip complies with US export control rules (Qianer Liu/The Information)

    Qianer Liu / The Information : Sources: Nvidia plans to begin small-batch shipments of an LPU tailored for Chinese customers by the end of 2026; the chip complies with US export control rules —  Nvidia plans to begin small-batch shipments of an AI chip specially tailored for Chinese customers by the end of the year …

  13. Astromech, which uses genomic data to build predictive AI models of biological change, raised $20M at a $3.8B valuation, bringing its total funding to $60M (Dean Takahashi/GamesBeat)

    Dean Takahashi / GamesBeat : Astromech, which uses genomic data to build predictive AI models of biological change, raised $20M at a $3.8B valuation, bringing its total funding to $60M —  Astromech has raised $20 million to advance its evolutionary biology AI predictive models of biological change.

  14. Ramp launches Router, an AI model routing service it has been using internally over the past three years, in the US; Router is free to use for the rest of 2026 (Ram Iyer/TechCrunch)

    Ram Iyer / TechCrunch : Ramp launches Router, an AI model routing service it has been using internally over the past three years, in the US; Router is free to use for the rest of 2026 —  Corporate expense management platform Ramp is hot on the heels of Stripe in setting up toll houses for AI inference.

  15. Two US senators demand answers from TikTok about a "depraved" test that withheld a safety feature from 10% of US users, including a teenager who died by suicide (Olivia Carville/Bloomberg)

    Olivia Carville / Bloomberg : Two US senators demand answers from TikTok about a “depraved” test that withheld a safety feature from 10% of US users, including a teenager who died by suicide —  Two US senators have sent a letter to TikTok executives demanding answers about an experiment the company ran …

Solidot(15)

  1. 海冰消失巨型鲸鱼进入格陵兰

    由于海冰融化,巨型鲸鱼如座头鲸进入到了以前难以抵达的东格陵兰沿海地区。这是东格陵兰海洋生态系统发生重大转变的一部分。直到 2006 年该地区才首次记录到座头鲸的踪迹。2007 年记录到了 7 头座头鲸,2024 年船载设备就记录到了 150 头。研究人员结合卫星标记鲸鱼的追踪轨迹和因纽特猎人的证词,估计 2024 年夏天大约有 4000 头座头鲸、6000 头长须鲸和 6000 头小须鲸造访了格陵兰海。这三种鲸鱼在夏季觅食季节至少会消耗 80 万吨鱼类和磷虾。北极原有的鲸鱼要么被迫适应要么被迫离开。

  2. AliExpress 被发现静默运行 WebAudio 指纹

    有开发者注意到一个奇怪的现象:蓝牙耳机支持多点蓝牙音频,能同时连接 PC 和手机,PC 通常优先播放音频,只有在 PC 没有播放内容时手机才会播放音频。这位开发者注意到,在 Firefox 或 Chrome 浏览器中打开 AliExpress 网页后,手机会停止播放音频,关闭网页则会恢复。这位开发者随后展开了调查,发现高度混淆的阿里巴巴安全脚本会创建两个 WebAudio 图形,成为浏览器指纹的一部分,该静默运行的 WebAudio 指纹会干扰多点蓝牙音频。用户可利用 uBlock Origin 扩展屏蔽阿里巴巴的脚本 collina.js 和 fireyejs.js 关闭这一指纹。

  3. Google 通过 Google Drive 提供 Android 特定源代码

    Android 安全加固项目 GrapheneOS 抨击 Google 违反了 GPLv2 许可证,原因是 Android 的部分源代码需要通过表单(Google Forms)递交申请然后通过云盘 Google Drive 获取,而且 Google 处理申请的速度越来越慢。GrapheneOS 指出,AOSP(Android 开源项目)现在只提供年度版本和季度更新版本 QPR2,以及针对这两个版本的安全回溯移植。Google 也停止向 AOSP 项目推送 Pixel 智能手机相关的特定代码,而 GrapheneOS 目前只支持 Pixel 智能手机,Google 此举严重影响了 GrapheneOS 对 Pixel 支持,这一状况促使 GrapheneOS 项目转而与摩托罗拉合作,预计支持 GrapheneOS 的摩托罗拉设备将在 2027 年推出。GrapheneOS 称,以前 Google 通常会在数小时内响应特定内核源代码的请求,如今需要数周甚至更长时间。Android 的内核使用的是 GPLv2 许可证,根据该许可证,如果用户索要修改后的源代码,Google 需要提供。但 GPLv2 没有规定多长时间提供。Google 作为全球科技巨头之一,它至少应在合理时间内提供源代码,不应该故意拖延。

  4. AI 记录员捏造了患者服用迷幻蘑菇的经历

    当 Rebecca Green 去看泌尿科医生时,医生询问是否可以用 AI 记录就诊经历,她同意了。但这一决定给她带来了巨大压力。因为 AI 抄写员捏造了她服用迷幻蘑菇的经历,她说自己从未碰过迷幻蘑菇。Green 女士直到三月肾结石手术后才发现这个错误,她阅读了专科医生发给她全科医生的术后信,信中称她曾服用过微剂量迷幻蘑菇,可能是之前肾脏周围出血的原因。在 Green 投诉之后,她的泌尿科医生回了封致歉信,猜测迷幻蘑菇的记录是 AI 听写错误的结果。Royal Australian College of GPs (RACGP)去年估计,四成的全科医生使用 AI 医疗记录员。这个比例数字还是一个保守估计。AI 记录员可以减轻医生的负担,但也会犯下导致临床决策改变的错误信息。

  5. GitHub 公布本周八小时宕机事故原因

    最大的代码托管平台 GitHub 本周发生了一次持续了近八小时的宕机事故,再次在开发者中间引发了寻找替代平台的讨论。GitHub 今年频繁发生宕机事故,已促使多个知名开源项目宣布迁移出去。本周的宕机事故始于 8 月 17 日 13:28 UTC,直至 21:15 UTC 才完全解决——持续 7 小时 47 分钟的事故导致 Issues、Pull Requests、API、Actions 和 Copilot 等服务大量出错。GitHub 解释说,事故直接原因是位于公司美国中部数据中心的负载均衡器网络饱和,而自动扩容策略的配置错误,以及 Visual Studio Code 中一个导致流量放大 10 倍的重试 bug 等一系列连锁反应导致了此次事故持续了如此长时间。

  6. 科学家首次实验观测到真空涨落对超导的增强效应

    在量子电动力学世界中,真空并非空无一物,而是伴随虚粒子的不断产生与湮灭。然而自由空间中的真空涨落通常较弱,难以对宏观凝聚态体系产生可观测影响。如何将其转化为调控量子物态的资源,是凝聚态物理与腔量子电动力学交叉领域的重要课题。研究团队探索利用真空涨落,实现对宏观量子物态的可控调节。研究团队为此引入太赫兹分裂环谐振器构成的“暗腔”,通过重塑电磁环境显著增强真空涨落。研究团队将超导体二硒化铌嵌入暗腔,发现暗腔中二硒化铌的超导临界温度获得实质性提高。在六层二硒化铌器件中临界温度最高提升 5.4%。同时,超导体的临界电流和临界磁场在超导转变附近也显著增强。这是国际上首次实验观测到真空涨落增强超导。

  7. 因 DRAM 和 eMMC 短缺 PINE64 暂停 Linux 设备生产

    因 DRAM 和 eMMC 持续短缺,香港电脑制造商 PINE64 宣布暂停 Linux 设备生产,未来是否恢复生产将取决于 2027 年中期之后的组件价格。该公司现有的 Linux 平板 PineNote 和 PineTab2 库存可能在大约三个月内售罄。PineTime、PineVoice 和 Pinecil 的生产则将照常进行。Pine64 创办于 2015 年,产品包括了单板电脑、笔记本电脑、智能手机和智能手表等。

  8. Stripe 以 75 亿美元收购 OpenRouter

    Stripe 以 75 亿美元收购了 AI 初创公司 OpenRouter,OpenRouter 创始人将从这笔交易中获得 15 亿美元。OpenRouter 成立于 2023 年,由 Alex Atallah 和 Louis Vichy 共同创办,总部位于纽约市。2026 年 5 月完成 B 轮融时该公司的估值还只有 13 亿美元。OpenRouter 平台提供了一个统一的 API,允许开发者根据价格和性能在不同模型之间切换。它提供了 400 多个模型的访问权限,其中包括大量开放权重模型。

  9. X 算法向民主党用户推送更多激发愤怒的内容

    根据发表在 PNAS 期刊上的一项研究,X 算法会向民主党用户推送更多激发愤怒(ragebait)的信息流。论文合作者、斯坦福大学博士后研究员 Ziv Epstein 说,和其它社媒网站类似,X 信息流算法的优化目标是提升用户参与度,但并非所有类型的参与度都一视同仁。X 的算法会向用户推送与其价值观相冲突的内容,尤其是当他们回复那些令其愤怒或挑衅的帖子时。尽管回复仅占互动的 6.8%,但它们承载了不成比例的权重:“这是一个愤怒诱饵(ragebait)的反馈循环。算法学会你会被激怒,然后继续为你推送更多此类内容。”目前不清楚为什么 X 更频繁向民主党用户而不是共和党用户推送激发愤怒的内容。这可能是因为 X 上右翼内容总体上更多,或者民主党用户更倾向于与其不认同的帖子互动。

  10. NASA 终止 Swift 天文台的拯救任务

    NASA 和 Katalyst Space Technologies 公司联合宣布放弃 Swift 伽马射线望远镜的拯救任务。这意味着轨道高度衰减中的 Swift 天文台将于今年晚些时候重返大气层。NASA 是在去年 9 月授予了 Katalyst Space Technologies 一份 3000 万美元的合同,用于开发和发射一艘与 Swift 对接并提升其轨道高度的卫星 LINK。LINK 于 7 月 3 日成功发射,原计划尝试用其三个机械臂抓住 Swift 启动推进器,将其送回 600 公里高度的安全轨道。然而 LINK 卫星自己也出现了问题,三个反作用轮中有两个没有正常工作。Katalyst 称持续存在的姿态控制问题导致 LINK 无法完成拯救任务。Katalyst 表示将充分利用 LINK 的剩余能力,尝试接近 Swift,演示其近距离导航系统。

  11. mRNA 癌症疫苗在 III 期黑色素瘤临床试验中取得积极成果

    制药公司 Merck 和 Moderna 宣布其研发的基于 mRNA 技术的实验性癌症疫苗在 III 期黑色素瘤临床试验中初步取得积极成果。逾 1100 名高危或晚期黑色素瘤患者参加了临床试验。患者的癌细胞已通过手术完全切除。实验中疫苗与 Merck 的免疫疗法 Keytruda 联合使用。相比单独使用 Keytruda,联合疗法显著延长了患者的无复发生存期,降低了癌细胞扩散到身体其它部位的风险。黑色素瘤仅占皮肤癌的约 1%,但绝大多数皮肤癌死亡病例都是由其引发的,多数黑色素瘤复发发生在初次治疗和切除后的两到三年内。

  12. 刚果埃博拉疫情确诊病例突破 5000 例

    刚果周三公布的数据显示,该国的埃博拉疫情确诊病例突破 5000 例达到 5021 例,死亡病例 2378 例。始于今年五月的埃博拉疫情主要发生地为刚果以及邻国乌干达。这场疫情已成为有记录以来扩散速度最快的埃博拉病毒爆发,其规模有可能超过 2014-2016 年席卷西非的埃博拉疫情——该波疫情有逾 1.1 万人死亡。这起疫情的病毒是罕见的 Bundibugyo 毒株,目前没有针对该毒株的获批疫苗或疗法。疫情最严重的 Ituri 省已成为暴力事件频发的地区,医护人员成为袭击目标,严重制约了抗疫工作。当前的病毒致死率为 47.4%,但不同地区死亡率也有巨大差异,其中 North Kivu 省的致死率高达 70%。

  13. 人类爱宠物,猴子也是

    当一只老鼠闯入上海动物园白颊长臂猿馆时,猴子没有试图吃掉它,或者驱赶它。一只雌性长臂猿迅速抓起了它,温柔地捧着它,抚摸着它。看到这一幕的牛津大学演化生物学家 Cyril Grueter 感到十分困惑。他随后与一个国际团队合作,发现了更多灵长类动物与其它物种亲密互动的例子。一只年轻雄性倭黑猩猩小心翼翼地抱着一只獴崽。一些猴子爬到猪背上;另一些猴子骑在鹿背上。一只灰叶猴抚摸着一只松鼠。一群短尾猕猴一起为一只流浪狗梳毛。研究团队共收集了 427 个案例,数据来源包括科学论文、媒体报道以及一项针对 37 位灵长类动物学家的全球调查。互动多数涉及玩耍或梳毛,发生在野外和圈养环境中。涉及的物种包括 88 种灵长类动物和 127 种其它物种。不是所有的动物互动记录是友好的,有 26 起事件被认定是虐待。研究发现,灵长类动物与其它物种的互动模式与其年龄和性别有关。幼年灵长类动物更倾向于玩耍,雌性灵长类动物则更倾向于梳毛。大多数互动都由灵长类动物主动发起。研究结果表明,饲养宠物的行为不是突然出现在人类身上的,而是源远流长。

  14. 童年创伤可能导致成年后快感缺失

    童年时期创伤经历可能会导致成年后缺乏动力,从奖赏中获得的快乐减少——即快感缺失(anhedonia)。人类的童年创伤与大脑奖赏相关通路活动的改变有关,这些通路来自海马体区域。动物临床前研究表明,海马体的改变可能会导致快感缺失。但与童年创伤相关的海马体改变是否会使人更容易发展出快感缺失呢?研究人员让一群参与者填写了童年创伤和体验快乐能力的问卷,然后使用 fMRI 检查海马体与动机相关脑区的相互作用。结果发现,童年时期经历过创伤且海马体通路受损的人,比童年创伤但海马体通路未受损的人表现出更多的快感缺失。

  15. 量子存储器间纠缠距离提升至 420 公里

    中国科技大学等单位在远距离量子中继研究中取得重要突破,成功实现了两个冷原子量子存储器间跨越 420 公里光纤的量子纠缠,并在 230 公里以上距离突破无中继量子纠缠分发的理论极限。这一成果大幅提升了物质量子比特间的纠缠距离,为城际尺度量子网络构建奠定了基础。量子存储器间的远距离纠缠是构建量子互联网的技术基础,有望应用于基于量子中继的远程量子通信、分布式量子计算、分布式量子传感等方向。中国科大团队近年来在该研究方向持续取得突破。2020 年,团队成功实现经由 50 公里光纤的双节点量子存储器间纠缠;2024 年,在此基础上,于合肥市构建了国际首个城域三节点量子存储网络;2026 年,进一步实现了百公里高保真双节点纠缠和器件无关量子密码分发。

NEWSLETTER · FREE · WEEKLY

OrangeBot Weekly

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

Free · One-click unsubscribe · No spam