Curated by Shen Huang · 84 stories · ~13 min read
DIGEST · 2026-07-15

OrangeBot.AI Digest — 2026-07-15

84 headlines across 8 sources, aggregated for this day.

Hacker News(15)

  1. Grok Build (github.com)
  2. Why I Left Google DeepMind (turntrout.com)
  3. Inkling: Our Open-Weights Model (thinkingmachines.ai)
  4. Stripe and Advent have made a joint offer to acquire PayPal – sources (www.reuters.com)
  5. Collection of Digital Clock Designs (clocks.dev)
  6. Codex Micro (openai.com)
  7. Running Gemma 4 26B at 5 tokens/sec on a 13-year-old Xeon with no GPU (www.neomindlabs.com)
  8. OpenAI loses trademark dispute at EU court (dpa-international.com)
  9. Towards a harness that can do anything (eardatasci.github.io)
  10. The Three-Second Theft: Why AI Voice Fraud Outruns Every Defence (smarterarticles.co.uk)
  11. Mysteries of Telegram Data Centers (2022) (dev.moe)
  12. SpaceX bond worth 10% less than issue price – heading for junk bond status (www.ft.com)
  13. Telegram Serverless (core.telegram.org)
  14. Prioritize mental health, and why communication is so important (ramones.dev)
  15. Sleep regularity is a stronger predictor of mortality risk than sleep duration (2023) (academic.oup.com)

GitHub Trending(13)

  1. OpenCut-app / OpenCut
  2. Nutlope / hallmark
  3. mattpocock / skills
  4. moeru-ai / airi
  5. Dicklesworthstone / destructive_command_guard
  6. HKUDS / Vibe-Trading
  7. openinterpreter / openinterpreter
  8. HKUDS / DeepTutor
  9. HenryNdubuaku / maths-cs-ai-compendium
  10. Shubhamsaboo / awesome-llm-apps
  11. coreyhaines31 / marketingskills
  12. YimMenu / YimMenuV2
  13. hasaneyldrm / exercises-dataset

Product Hunt(15)

  1. RecordMeeting

    Record and transcribe any calls without announcement

  2. Keepresso

    Keep your Mac awake, on your terms. Free and open source

  3. Jam-Pod

    A player for people who keep their own music collection

  4. MentalHappy 3.0

    Find & host online support groups that actually fill up

  5. Clerk | AI Assistant for Cap Tables

    Issue grants, model funding rounds, ask it anything equity

  6. Tiptap AI Toolkit

    Empower your AI to directly edit documents in real time.

  7. V2Fun

    Generate 3D character with 8K textures and AI motion capture

  8. Velo 3.0

    AI video infrastructure to explain, train, and sell faster.

  9. Campus

    One project space for humans and AI agents

  10. YAGNI

    Proactive agent teams you manage like humans

  11. nudge2.0

    AI schedules your whole week to take action

  12. New AI tools by IFTTT

    Automate with Grok, Gemini, Perplexity, and more

  13. EQK

    Mac app with dynamic AI EQ

  14. Crustdata Recruiter

    Claude Skills to turn Claude into a 100x Recruiter

  15. Flodesk Studio

    A place to make beautiful emails.

Hugging Face(11)

  1. SynthDocBench: Controlled Benchmark for Long-Context Visual Document Understanding

    Vision language models (VLMs) have achieved strong performance on visual document understanding benchmarks such as DocVQA, ChartQA, and MMLongBench-Doc. However, real-world documents combine multiple factors such as length, layout complexity, modality, and question difficulty, which makes it difficult to attribute model failures to specific causes. We introduce SynthDocBench, a fully synthetic benchmark for long-context visual document understanding that systematically controls factors including document length, layout structure, modality composition, and question type. The benchmark is constructed using a combinatorial design, each factor is varied independently across generated documents, enabling controlled analysis of model behavior. Documents are generated end to end using an LLM pipeline across six layout archetypes, with a 40 percent random override to prevent models from exploiting spurious correlations. Additionally, SynthDocBench spans long-context documents with substantially greater length and structural diversity than existing benchmarks. Evaluating seven frontier VLMs, we uncover three failure modes that existing benchmarks cannot surface: sharp degradation with document length, a systematic positional sensitivity in which the middle third of a document is hardest for five of six models and five of six models show a negative Early-to-Late trend (steepest decline: 8.3 percentage points), and breakdown of chart comprehension in long-document settings. These results suggest that current models may be overfitting to benchmark artifacts rather than achieving robust long-context visual document understanding.

  2. Read It Back: Pretrained MLLMs Are Zero-Shot Reward Models for Text-to-Image Generation

    In this paper, we propose SpectraReward, a training-free reward function that turns pretrained MLLMs into off-the-shelf reward models for image-generation reinforcement learning. Instead of asking the MLLM to judge a generated image or answer decomposed verification questions, SpectraReward measures how well the original prompt can be recovered from the generated image through a single image-conditioned, teacher-forced forward pass. We use the average image-conditioned prompt log-likelihood as the reward, directly reusing the MLLM's pretrained image-text alignment ability without preference labels, reward-model fine-tuning. We further introduce Self-SpectraReward, a special case for unified multimodal models where the policy's own understanding branch serves as the reward model for its generation branch, forming a closed-loop self-improving framework without external reward models or external knowledge. Extensive experiments validate SpectraReward through a broad image-generation RL study covering two diffusion models, three RL algorithms, nine reward MLLM backbones from four MLLM families spanning 4B to 235B parameters, and five out-of-distribution text-to-image benchmarks. Results show that both SpectraReward and Self-SpectraReward significantly and consistently improve generation performance and outperform prior MLLM-derived reward training methods. Further analysis reveals that larger reward MLLMs are not always better, while Self-SpectraReward can match or surpass much larger external reward models, suggesting that reward-policy alignment is a key factor for effective image-generation RL. Project Page: https://huangrh99.github.io/SpectraReward/

  3. Search Beyond What Can Be Taught: Evolving the Knowledge Boundary in Agentic Visual Generation

    Visual generators excel at rendering, but they confidently fabricate what they do not know. User requests are unbounded, evolving, and deeply long-tailed: new characters, trending entities, post-cutoff events, and more. This world-knowledge bottleneck is structural: generators are trained on fixed corpora, but the visual world is open-ended. We construct SearchGen-20K and SearchGen-Bench, with 20,839 prompts spanning twelve failure categories and twenty-two domains, paired with a pre-executed multimodal SearchGen-Corpus-1M to support offline, reproducible research. On SearchGen-Bench, frontier open generators score only 21 to 28 out of 100, a 40-point collapse invisible to existing benchmarks. The natural remedy is to employ search tools, enabling agentic visual generation. However, we find that naive search fails: it retrieves indiscriminately, injecting noise into prompts the generator already handles. We trace the root cause to a generator-specific, evolving knowledge boundary: the divide between what a generator can internalize through training and what must remain in external context. Although this boundary is hard to specify in advance, we show that it is discoverable through a teach-then-search co-training framework. Even a minimal version of this co-training recipe produces monotonic improvement, laying the foundation for recursive self-improvement in visual generation that can meet world-knowledge-grounded requests. We release the full dataset, co-training corpus, and search corpus as a replayable harness for tool-augmented, world-knowledge-grounded visual generation.

  4. Blind-Spots-Bench: Evaluating Blind Spots in Multimodal Models

    Modern AI models achieve strong performance on many established benchmarks, yet they still fail on tasks that humans find almost trivial, such as manipulating a string or drawing a dog with five legs. These examples suggest that existing benchmarks may under-measure persistent blind spots in current systems. We introduce blind-spots-bench, a benchmark designed to expose such blind spots through tasks that appear simple for humans but remain challenging for modern AI. We collect raw questions from students in an AI course, clean and annotate them with structured reference solutions, and propose a task taxonomy tailored to the resulting dataset of 235 samples. We further develop an automated grading pipeline to evaluate a wide range of models, including open-weight and closed-source language, vision-language, and image-generation models. Our analysis on blind-spots-bench reveals that closed-source frontier models can substantially outperform open-weight models with even approx10% gap, even when they attain comparable performance on existing benchmarks. A more fine-grained analysis shows that no single model dominates across all task types, and that some tasks remain challenging for all evaluated models. These results highlight the value of blind-spots-bench as a diagnostic stress test for identifying concrete weaknesses in current modern models.

  5. Know Before Fix: QA-Driven Repository Knowledge Acquisition for Software Issue Resolution

    LLM-based coding agents have significantly advanced automated software issue resolution, yet they remain highly prone to factual errors caused by insufficient repository understanding. Recent methods attempt to mitigate this limitation through pre-repair repository exploration; however, their fix-driven strategies explore repositories without identifying the agent's knowledge gaps, often yielding imprecise context that fails to bridge the underlying understanding deficit. In this paper, we propose ACQUIRE, a QA-driven framework for software issue resolution. Mirroring how experienced developers first comprehend unfamiliar code before attempting a fix, ACQUIRE explicitly acquires repository knowledge prior to repair. The framework decouples knowledge acquisition from patch generation through two stages: in the first stage, a Questioner and an Answerer collaborate to acquire structured repository knowledge, where the Questioner poses targeted questions and the Answerer produces evidence-grounded answers through autonomous exploration; in the second stage, the Resolver leverages the resulting QA knowledge to generate informed patches. By transforming implicit knowledge gaps into explicit, factually reliable understanding, ACQUIRE accelerates knowledge-intensive repair stages and enables more accurate resolution. Experiments on SWE-bench Verified demonstrate that ACQUIRE consistently outperforms representative pre-repair methods, raising Pass@1 by up to 4.4 percentage points with modest additional cost and time.

  6. MuScriptor: An Open Model for Multi-Instrument Music Transcription

    Existing methods for automatic music transcription are often limited to single-instrument recordings or fail on complex, real music mixes. Although previous work utilizes synthetic training data, the resulting models generalize poorly, leading to largely unusable transcription output in realistic, multi-instrument settings. In this work, we analyze the effectiveness of synthetic data for pre-training while combining it with fine-tuning on real music audio and post-training using reinforcement learning. We further introduce conditioning on instrument presence to customize transcriptions. Finally, we release MuScriptor, an open-weight multi-instrument music transcription model that works on real-world music recordings from across a diverse range of musical genres.

  7. MonkeyOCRv2: A Visual-Text Foundation Model for Document AI

    Mainstream visual encoders are pretrained on natural images and cannot be effectively applied to document images without document-oriented adaptation, as dense text and fine-grained character strokes demand character-level visual perception. We present MonkeyOCRv2, a visual-text pretrained model for document AI. First, we construct MonkeyDoc v2, to our knowledge the largest document-image pretraining corpus, comprising 113 million images spanning 17 languages. Second, we propose a pretraining strategy that jointly learns image-to-text generation and pixel-level document reconstruction: the former aligns visual representations with textual content, while the latter preserves character strokes and layout details. Extensive experiments are conducted on five representative document analysis tasks, including text recognition, formula recognition, text detection, document tampering detection, and overlapping text segmentation. Replacing the original encoders with MonkeyOCRv2 consistently improves performance across all five tasks. Finally, we validate its effectiveness as the vision encoder of multimodal large language models on the more challenging tasks of document parsing and document understanding. Kept frozen and paired with a lightweight language model, it yields a 0.7B document parsing model that sets a new open-source state-of-the-art on MDPBench, a recent benchmark spanning digital-born and photographed documents across 17 languages, surpassing the previous best 3B dots.mocr by 2.8% absolute with a vision encoder roughly 11times smaller. The frozen encoder also powers a document understanding model that outperforms counterparts built on CLIP, DINO, and SAM across eight benchmarks under identical training settings. These results suggest that document-oriented visual pretraining can serve as a foundation for document intelligence in its own right.

  8. Principled Analysis of Deep Reinforcement Learning Evaluation and Design Paradigms

    Starting from the utilization of deep neural networks to approximate the state-action value function that led to winning one of the most challenging games, to algorithmic advancements that allowed solving problems without even explicitly stating the rules of the challenge at hand, reinforcement learning research has been the center of remarkable scientific progress for the past decade. In this paper, we focus on the key ingredients of this research progress and we analyze the canonical evaluation and design paradigms in reinforcement learning. We introduce the theoretical foundations of scaling laws in reinforcement learning and show that the asymptotic performance of reinforcement learning algorithms does not have a monotone relationship between performance rankings and data-regimes. We conduct large-scale experiments and our results demonstrate that a line of reinforcement learning research under the canonical design and evaluation paradigms resulted in incorrect conclusions. Our analysis and results provide a core analysis on scaling, capacity and complexity of deep reinforcement learning.

  9. Let RGB Be the Language of Vision

    This work introduces a unified formulation for vision models, where diverse forms of visual information beyond natural images, such as masks, depth maps, and other structured visual signals, are all represented as RGB images, while general visual tasks can be converted into a common RGB-to-RGB image editing problem. In this paradigm, different types of visual information internally share the same encoding and decoding architecture and parameters as natural images, enabling a single model to transfer across tasks through a unified visual interface, in a way analogous to how language models operate over text. We refer to this formulation as RGB In and RGB Out (RINO). Built upon a generic image editing backbone without task-specific fine-tuning, RINO demonstrates robust and competitive zero-shot performance on both dense understanding tasks such as segmentation and depth estimation (where we unify outputs as RGB), and dense-conditioned generation tasks such as pose-to-image generation (where we unify inputs as RGB). We hope this study provides useful insights toward general unified vision-language systems, where diverse visual tasks can be expressed, interpreted, and solved through a shared visual language. Code is available at https://github.com/yangtiming/RINO.

  10. Towards Autonomous and Auditable Medical Imaging Model Development

    Large language model (LLM) agents are beginning to automate machine learning engineering (MLE) by coupling planning, code execution, debugging, and empirical feedback. Translating this capability to medical imaging remains difficult because each task imposes modality-specific experimentation and strict requirements for validation protocols and prediction artifacts. Here we introduce AMID, an autonomous multi-agent framework for medical imaging model development. AMID first proposes Data-Conditioned Method Planning, which refines coarse task-level search spaces into executable, parallelizable method lanes grounded in task-specific data analysis and runnable medical-imaging resources. It then develops Verification-Guided Two-Stage Optimization, moving from broad early exploration of diverse method lanes to selective exploitation of promising candidates while enforcing strict verification of validation protocols, metric computation, and prediction artifacts throughout the optimization. Across 20 medical imaging challenge tasks spanning diverse modalities and prediction types, AMID outperformed evaluated general-purpose MLE systems and, on several tasks, approached or matched strong human-designed challenge solutions. These results suggest that AMID can turn task-specific medical imaging model development from bespoke manual engineering into an agentic workflow for producing high-performing and auditable model artifacts across heterogeneous tasks.

  11. What LLM Forecasters Know but Don't Say: Probing Internal Representations for Calibration and Faithfulness

    Large language models fine-tuned for forecasting can be accurate yet poorly calibrated, and their chain-of-thought (CoT) reasoning may not faithfully reflect the evidence behind a forecast. We ask whether internal representations offer a more direct window into both. Working with Eternis-Forecaster 8B on OpenForesight, we train representation-pooling probes on intermediate activations and find they achieve substantially better calibration; a result that also holds for GLM-4.7-Flash and GLM-4.5-Air. We then assess CoT faithfulness through evidence ablation and diversionary injection: removing an influential source in the prompt often changes the model's forecast while leaving the reasoning trace untouched. The same probes function as lie detectors: their activations track behavioral shifts far better than the reasoning trace does, and they also predict the direction of change in 84% of cases, including when the CoT conceals the perturbation's influence. Finally, forced answering reveals that forecasts are largely fixed before reasoning begins: a single pre-reasoning pass recovers the committed answer and confidence, and routing questions by the spread of this pre-set answer distribution saves 30-47% of generated tokens, with no loss of accuracy. Together, these results establish probing internal representations as a practical tool for calibrating, auditing, and triaging language model forecasters and reasoning models more broadly.

Techmeme(15)

  1. Venture funding of fintech startups grew 22.7% YoY in H1 2026 to $28.6B globally, but deal count fell 25.7% and funding fell 17.3% vs. H2 2025's $34.6B funding (Mary Ann Azevedo/Crunchbase News)

    Mary Ann Azevedo / Crunchbase News : Venture funding of fintech startups grew 22.7% YoY in H1 2026 to $28.6B globally, but deal count fell 25.7% and funding fell 17.3% vs. H2 2025's $34.6B funding —  Venture funding into fintech startups climbed nearly 23% year over year in H1 2026, even as deal count fell more than 25% …

  2. Coinbase's Jesse Pollak says Jordan Fish, aka "Cobie", will now lead the Base app team after acknowledging some of Base's bets on social features fell short (Daniel Kuhn/The Block)

    Daniel Kuhn / The Block : Coinbase's Jesse Pollak says Jordan Fish, aka “Cobie”, will now lead the Base app team after acknowledging some of Base's bets on social features fell short —  Quick Take  — Cobie will now lead the Base app team as Base creator and Coinbase executive Jesse Pollak focuses …

  3. SpaceX shares fell for a fourth-straight session on Wednesday, briefly dropping below their $135 IPO price for the first time before closing at $135.27 (Samantha Subin/CNBC)

    Samantha Subin / CNBC : SpaceX shares fell for a fourth-straight session on Wednesday, briefly dropping below their $135 IPO price for the first time before closing at $135.27 —  SpaceX shares fell for a fourth-straight session on Wednesday, briefly dropping below their $135 initial public offering price …

  4. Apple publishes a policy for upcoming Maps ads, says home services ads are banned, medical services ads will be "evaluated on a case-by-case basis", and more (Sarah Perez/TechCrunch)

    Sarah Perez / TechCrunch : Apple publishes a policy for upcoming Maps ads, says home services ads are banned, medical services ads will be “evaluated on a case-by-case basis”, and more —  Apple has quietly published a rulebook for its new Maps ads, revealing a more curated approach than advertising giant Google.

  5. OpenAI details GPT-Red, an internal automated red-teaming model that scales prompt injection vulnerability discovery so it can fix bugs before wider deployment (OpenAI)

    OpenAI : OpenAI details GPT-Red, an internal automated red-teaming model that scales prompt injection vulnerability discovery so it can fix bugs before wider deployment —  Training strong automated safety red-teamers to improve robustness.  —  Summary  —  Problem

  6. Uber and Waymo are engaged in a DC lobbying battle over AV legislation, with Uber supporting a hybrid human-robotaxi model and Waymo pushing for pure robotaxis (Liam Denning/Bloomberg)

    Liam Denning / Bloomberg : Uber and Waymo are engaged in a DC lobbying battle over AV legislation, with Uber supporting a hybrid human-robotaxi model and Waymo pushing for pure robotaxis —  The latest leading indicator of the robotaxi revolution is a tiff.  Waymo LLC, a unit of Alphabet Inc., and Uber Technologies Inc. are nominally partners.

  7. Dave Brown, AWS SVP of Compute, AI, and Platform, is leaving the company after 19 years for a new job; he is a member of the S-team that advises CEO Andy Jassy (Greg Bensinger/Reuters)

    Greg Bensinger / Reuters : Dave Brown, AWS SVP of Compute, AI, and Platform, is leaving the company after 19 years for a new job; he is a member of the S-team that advises CEO Andy Jassy —  Amazon (AMZN.O) veteran Dave Brown, a senior vice president in Amazon Web Services and member of the elite internal group advising CEO Andy Jassy …

  8. Apple raises its AppleCare+ prices for Macs and iPads by $0.50 per month and $5 per year; the increases are exclusively for new sign-ups (Mark Gurman/Bloomberg)

    Mark Gurman / Bloomberg : Apple raises its AppleCare+ prices for Macs and iPads by $0.50 per month and $5 per year; the increases are exclusively for new sign-ups —  Apple Inc. slightly raised the cost of individual AppleCare+ service subscriptions, marking its latest price increase in the face of a global memory shortage and other challenges.

  9. Thinking Machines Lab debuts Inkling, an open-weight MoE model with 975B total and 41B active parameters, trained to be broad rather than optimized for one area (Thinking Machines Lab)

    Thinking Machines Lab : Thinking Machines Lab debuts Inkling, an open-weight MoE model with 975B total and 41B active parameters, trained to be broad rather than optimized for one area —  Try on Tinker Model card Hugging Face  —  Our mission is to build AI that extends human will and judgment.

  10. Anthropic, Blackstone, and Hellman & Friedman's $1.5B AI implementation company, announced in May, launches with the name "Ode with Anthropic" and 100 engineers (Rebecca Bellan/TechCrunch)

    Rebecca Bellan / TechCrunch : Anthropic, Blackstone, and Hellman & Friedman's $1.5B AI implementation company, announced in May, launches with the name “Ode with Anthropic” and 100 engineers —  AI models are becoming ever more capable, but exactly what enterprise adoption will look like remains a big question.

  11. Lumin Digital, which provides cloud-based digital banking software to banks and credit unions, raised more than $115M at a $1.6B post-money valuation (Ryan Lawler/Axios)

    Ryan Lawler / Axios : Lumin Digital, which provides cloud-based digital banking software to banks and credit unions, raised more than $115M at a $1.6B post-money valuation —  Lumin Digital, which provides digital banking software to banks and credit unions, raised more than $115 million at a $1.6 billion post-money valuation …

  12. OpenAI employees donated a combined $215K+ to Guardrails Alliance, a super PAC seeking stricter AI rules and opposing Greg Brockman-backed Leading the Future (Maxwell Zeff/Wired)

    Maxwell Zeff / Wired : OpenAI employees donated a combined $215K+ to Guardrails Alliance, a super PAC seeking stricter AI rules and opposing Greg Brockman-backed Leading the Future —  OpenAI employees have donated more than $215,000 to a political effort opposing Leading the Future, a group backed by the company's president, Greg Brockman.

  13. OpenAI launches Codex Micro, a $230 desktop keypad built in collaboration with keyboard maker Work Louder, with backlit keys, a rotary knob, and a tiny joystick (Megan Morrone/Axios)

    Megan Morrone / Axios : OpenAI launches Codex Micro, a $230 desktop keypad built in collaboration with keyboard maker Work Louder, with backlit keys, a rotary knob, and a tiny joystick —  OpenAI opened orders Wednesday for Codex Micro — a limited-edition desktop keypad that lets agentmaxxers monitor and control their AI minions.

  14. Sources: ASML has discussed raising prices for its EUV systems with TSMC and plans to charge 10% more for its DUV systems; TSMC is resisting ASML's price plans (Qianer Liu/The Information)

    Qianer Liu / The Information : Sources: ASML has discussed raising prices for its EUV systems with TSMC and plans to charge 10% more for its DUV systems; TSMC is resisting ASML's price plans —  Chip toolmaker ASML, which makes equipment that plays a central role in chip production around the world, plans to raise prices …

  15. Source: OnePlus will begin to cease operations in the US and Europe as early as this week and Realme will exit China as part of a restructuring by parent Oppo (Bloomberg)

    Bloomberg : Source: OnePlus will begin to cease operations in the US and Europe as early as this week and Realme will exit China as part of a restructuring by parent Oppo —  OnePlus, a consumer electronics brand that gained a loyal following with its lineup of aggressively priced Android smartphones …

Solidot(15)

  1. IBM 称客户倾向于采购 AI 硬件而不是大型机

    IBM 公布了不及预期的季度业绩初步报告,称客户将原计划采购 Z 系列大型机的费用用于囤积 AI 硬件,包括服务器、存储和内存,导致大型机的收入下滑。这一消息导致 IBM 的股价周二暴跌 25% 以上。IBM 包括大型机的基础设施业务收入下滑 7%,而大型机销售疲软连带导致配套的交易处理软件销售收入下滑。IBM CEO Arvind Krishna 将这一切归因于客户竞相采购 AI 硬件。

  2. 美国众议院通过了永久性夏令时法案

    美国众议院以 308 票赞成 117 票反对通过永久性夏令时法案 Sunshine Protection Act。该法案旨在结束一年两次调整时钟。但该法案在参议院的前景不明,已有共和党参议员表示反对该法案。研究已经发现,一年两次调整时间并不利于公众健康和安全。部分睡眠专家在标准时间和夏令时之间倾向于选择标准时间,认为标准时间与人体的昼夜周期节律更为一致,也更有利于冬季早晨的安全。

  3. 特朗普政府禁止刚果的美国公民回国

    特朗普政府禁止身处刚果民主共和国的美国公民回国,该国最近爆发了埃博拉疫情。目前身处刚果民主共和国或近期曾前往该国的美国公民已被列入“禁止登机”名单。他们须在第三国停留 21 天后才能返回美国。24 名原定于周二登机回国的美国公民已被新规阻止。目前尚不清楚该禁令是否也适用于政府工作人员。美国疾控中心(CDC)至少有 24 名员工在刚果民主共和国工作。专家批评此类限制措施不仅无效而且有害。这些措施会阻碍公开疫情和疾病风险信息,损害经济,造成污名化。埃博拉病毒不像呼吸道病毒那样容易传播,它通过接触患者或近期死亡者的体液传播。人们不会因为坐在咳嗽者旁边而感染埃博拉病毒。截至 7 月 14 日,刚果民主共和国报告了 1963 例病例和 719 例死亡。

  4. 第二次怀孕会以新方式改变大脑

    发表在《Nature Communications》期刊上的新研究显示,第二次怀孕会以与第一次怀孕熟悉而不同的方式改变大脑。早期的研究表明,第一次怀孕会重塑大脑,在此基础上,研究人员发现,每次怀孕都会在母亲的大脑上留下自己独特的印记。研究小组对 110 名女性进行了长期跟踪调查。一些人期待着他们的第一个孩子,一些人怀了第二个孩子,还有一些人仍然没有孩子。通过反复进行脑部扫描,研究人员追踪了整个研究过程中大脑的变化。研究人员发现,第一次怀孕会使大脑默认模式网络的结构和活动发生最大的变化,这是一个涉及自我反思、社会思维等功能的系统。在第二次怀孕期间,同样的网络再次发生变化,尽管程度较轻。最明显的变化发生在负责引导注意力和对感官信息做出反应的大脑网络中。

  5. 纽约州禁止建造大型数据中心一年

    纽约州成为美国第一个暂停建造大型数据中心的州。这一禁令适用于用电量 50 MW 或更高的数据中心。随着美国民众越来越担心污染风险、能源成本上涨和水资源短缺,美国各地要求停建数据中心的呼声日益高涨。佛蒙特州参议员 Bernie Sanders 和纽约州民主党众议员 Alexandria Ocasio-Cortez 已提出立法,寻求在全国范围内禁止数据中心建设。但特朗普政府不支持此类禁令。

  6. Linux 内核不反对使用 AI 工具

    Linus Torvalds 在内核邮件列表上强调,Linux 内核项目不是一个反 AI 的项目,也从来不是一个“社会正义战士”项目。AI 因为对社会产生越来越大的影响而日益受到争议,Linux 内核作为一个大型开源项目,参与者中也有不少人持反 AI 立场。Linus 说,如果有人想要在内核推动反 AI 议题,那么他们最好创建分支或离开。AI 是一种有用的工具,AI 相关问题不涉及它是否“有用”,它确实也可能会对维护者带来痛苦,但解决方法不是像鸵鸟那样将头埋在沙里,而是确保 AI 工具能真正帮助维护者。内核不会阻止开发者使用 AI 工具,而 AI 和人类的自然智能一样都不完美。开源项目的社会意义从来都是附带的,参与开源项目主要是为了获得更好的技术,不是出于宗教信仰。内核项目的决策主要基于技术优势,而非对新工具的恐惧。

  7. 微软周二例行安全更新修复了 570 个漏洞

    微软在本周二释出了 7 月例行安全更新,修复了创纪录的 570 个漏洞。微软将补丁数量的激增归于 AI 辅助的漏洞发现。其中近 60 个 Bug 的风险等级归类为高危级。微软还修复了 3 个 0day,其中 2 个正被利用。2 个被利用的 0day 都是提权漏洞,包括 CVE-2026-56155 和 CVE-2026-56164。第三个 0day 则能绕过 Windows BitLocker 的安全功能,微软表示尚未发现该漏洞被利用。

  8. 宇航员首次在太空照 X 光

    从尤里·加加林开始,宇航员进入太空已有 65 年历史,如今他们首次在太空中完成了诊断质量的 X 光照射。在这之前空间站上唯一可用的医学成像技术是超声波。X 射线是现代医学最强大的诊断工具之一,因为它速度快、精度高,不到一分钟就能确诊疑似骨折。2025 年发射的 Fram2 私人太空任务携带了一台便携式 X 光系统,宇航员在太空飞行期间拍摄了身体的 X 光照片。在太空拍摄 X 光照片的难点是如何定位患者、侦测器和 X 射线源,以及保持静止足够长时间以获得清晰的图像。手和手臂是最容易成像的身体部位,因为很容易保持静止。胸部、腹部和盆腔的成像难度更大,但其图像仍然足以进行诊断。

  9. 诉讼指控 Meta 用 AI 而不是人类做出裁员决定

    26 名 Meta 员工提起诉讼,指控社交巨人利用 AI 驱动的评分和监控系统筛选裁员对象,并且特别针对了休病假、家庭事务假、产假或育儿假的员工。这起诉讼被认为是美国首例针对科技巨头在裁员中使用 AI 的案例。诉讼指控,Meta 不是通过熟悉员工的中层经理制定裁员名单,而是使用了一系列内部 AI 系统。其中一种评分标准是员工使用 AI 工具的频率。Meta 内部系统会据此将员工分类为——AI Native、AI First 和 AI Enabled。诉讼称,Meta 的系统没有考虑到残疾员工以及休假员工所产生的差异,导致残疾和休假员工更高比例的进入裁员名单。Meta 回应称指控缺乏依据,称它的裁员决定是由人类而不是 AI 做出的。

  10. 一加准备退出美国和欧洲市场

    一加预计最快将在本周宣布退出美国和欧洲市场。一加成立于 2012 年,最早与 Android 社区 Mod 项目 CyanogenMod 合作预装 CyanogenMod,2015 年结束与 CyanogenMod 的合作。2021 年一加不再独立而是成为母公司 OPPO 旗下子品牌。过去几个月的迹象显示 OPPO 在逐步缩减一加在全球的业务,比如一加已开始引导消费者转向购买 OPPO 品牌手机。报道称,一加在印度和中国市场的业务不受影响。

  11. 微软承诺大幅改进 Windows 11 的搜索功能

    Windows 11 的搜索功能集成了 Web 搜索(Bing)和本地搜索,经常在用户想要搜索本地文件时显示 Web 搜索结果。对于用户的抱怨,微软现在终于表示它听到了,官方博客承诺全面改进搜索功能,优先显示本地应用、文件和设置的结果,同时移除广告、推广、MSN/Bing 等干扰内容,致力于“提升搜索结果的可靠性、易用性和清晰度”。搜索功​​能也提升了拼写错误处理,即使用户拼错了应用或文件名,也能找到正确的结果。这些功能改进已经包含在预览版中,预计将于今年晚些时候推送给所有 Windows 11 用户。

  12. 加州新提案将禁止无限滚动

    加州民主党议员 Josh Lowenthal 今年初提出了法案 Assembly Bill 1709,禁止 16 岁以下儿童使用具有成瘾设计的社媒平台。在听取反馈之后,Lowenthal 修改了其提案,改为禁止社媒平台使用具有成瘾性质的设计,而所谓成瘾设计包括了无限滚动的信息流、自动播放、推荐算法和推送通知等常见的社媒功能。Lowenthal 表示其提案的初衷不是阻止访问,而是阻止掠夺性行为。提案要求社媒公司在 2028 年前调整其平台。Lowenthal 在听证会上表示无限滚动等是产品功能而不是言论。

  13. AI 公司高管以及经济学家呼吁就 AI 对经济的影响采取行动

    Anthropic、Google 和 OpenAI 等 AI 公司高管以及经济学家和计算机科学家联署发表公开信,呼吁就 AI 对经济和就业的影响立即采取行动。公开信称:“未来 10 年 AI 可能会变得强大得多。可能推动经济发生前所未有的转变,其规模超越工业革命,但速度却快得多。这可能带来风险,包括大规模就业岗位流失,同时也可能带来机遇,比如生活水平的大幅提升。”联署人之一的 Yoshua Bengio 认为,“我们必须有意识的做出集体、民主的选择,而不是任由市场力量发挥作用,从而冒着让大多数公民被抛在后面的风险,AI 极有可能彻底改变我们的经济。”AI 最近一段时间引发了更多人的反感,因此也有很多人认为 AI 泡沫濒临破裂,利益攸关者可能不想让泡沫太早破灭。

  14. 华为和苹果在华手机出货量不减反增

    IDC 的数据显示,2026 年第二季度,中国智能手机出货量约为 6600 万部,同比下降 4.3%,连续第五个季度下滑。内存等组件成本上涨迫使大多数 Android 厂商提价,从而导致需求降温。华为和苹果是例外,分别实现了近 20% 和 25% 的增长。华为市场份额最高占 22.6%,其次是苹果的 18.1%,OPPO 16.0%,vivo 16.0%,小米 12.4% ,荣耀 11.3%,Wiko 1.1%,联想 0.3%,中兴 0.3% 以及三星 0.1%。由于涨价 618 期间智能手机销量同比下降近 15%。相比其它涨价的 Android 厂商,华为和苹果则能维持价格的稳定。

  15. 瑞士军方拥抱开源切断与微软的合作

    瑞士军方的网络战部门将从 10 月起开始使用开源办公替代 OpenDesk。此举的背景是微软的战略转变。瑞士长期以来一直与这家美国公司合作,此前敏感的政府数据一直保存在瑞士自己的国家数据中心。但微软正要求客户将电子邮件、文档、日历数据或视频会议等服务只能通过其服务器访问。对于瑞士军队而言,这是巨大的国家安全风险。瑞士军方担心敏感军事信息落入美国政府手中。瑞士军方目前正在使用德国数字主权中心 (Zendis) 开发的 MS 365 开源替代 OpenDesk。

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