OrangeBot.AI Digest — 2026-07-06
88 headlines across 8 sources, aggregated for this day.
Hacker News(15)
- CoMaps – FOSS Offline Maps (www.comaps.app)
- A global workspace in language models (www.anthropic.com)
- OpenWrt One – Open Hardware Router (openwrt.org)
- AMD Ryzen AI Halo – $4k AI Dev Kit (www.lttlabs.com)
- Resetting Xbox (news.xbox.com)
- How Kalshi Infects the News (www.publicnotice.co)
- Clojure 1.13 adds support for checked keys (clojure.org)
- Aluminum foil (2021) (dernocua.github.io)
- Nintendo announces new product revisions in Europe with replaceable batteries (www.nintendo.com)
- Anthropic's Method to Losing Goodwill in a Few Easy Steps (raheeljunaid.com)
- Workers Cache (blog.cloudflare.com)
- Road to Elm 1.0 (elm-lang.org)
- Real-time map of Great Britain's rail network (www.map.signalbox.io)
- Introduction to Genomics for Engineers (learngenomics.dev)
- Building relationships with customers through support didn't turn out as hoped (www.uncommonapps.nyc)
GitHub Trending(15)
- asgeirtj / system_prompts_leaks
- addyosmani / agent-skills
- Zackriya-Solutions / meetily
- ruvnet / RuView
- Leonxlnx / taste-skill
- alirezarezvani / claude-skills
- openai / codex-plugin-cc
- mvanhorn / last30days-skill
- ogulcancelik / herdr
- bradautomates / claude-video
- karakeep-app / karakeep
- firecrawl / firecrawl
- steipete / CodexBar
- alibaba / zvec
- sindresorhus / awesome
Product Hunt(15)
- Mozaik
TypeScript runtime for self-organizing AI agents
- AnySearch
Real-time structured search trusted by agents and developers
- Typeahead 2.0
Private AI autocomplete for every app on your Mac
- Octolens
Social listening for the agent era
- Edgee Claude Code Compressor V2
Fewer tokens, same context, 50% cost reduction
- CodeMote
Claude Code, Codex, any CLI agent. Driven from your iPhone
- AirKaren
AI that fights customer service for you
- Stanley Studio
The AI video editor you hire that edits like a human
- Sunrise
A real planner for Google Tasks
- Astryx
A customizable, agent-ready open-source design system
- Cadence
Record once, send confidently
- Nixmac
Nix-darwin that speaks plain English
- CircleChat
Give your AI agents a slack, a task board, and a boss
- WorkBuddy
Produce sharpened results faster with a team of AI experts
- MentionDrop MCP
Give your AI agent live market signals
Hugging Face(13)
- The Mirage of Optimizing Training Policies: Monotonic Inference Policies as the Real Objective for LLM Reinforcement Learning
Reinforcement learning (RL) has gained growing attention in large language model (LLM) post-training, yet RL training remains fragile and can suffer from instability or collapse. One vital cause is training-inference mismatch: LLM adopts separate inference and training engines for generation efficiency and training precision, which in practice exhibits inconsistent probabilities for the same trajectories on training and inference sides, even with synchronized model parameters. This naturally induces a special type of off-policyness ever existing and poisoning the training. Prior works have made various efforts in addressing the off-policyness to stabilize the training policies under the mismatch. In this paper, we point out the objective misalignment neglected by existing works that an effective update to the policy in the training engine not necessarily ensures the improvement of the inference policy, i.e., the one used in deployment. To this end, we propose a new policy optimization objective for LLM RL, named Monotonic Inference Policy Improvement (MIPI). Following this principle, we introduce Monotonic Inference Policy Update (MIPU), a two-step LLM RL framework that constructs sampler-referenced candidate updates and selectively accepts synchronized candidates using an inference-side gap proxy. Experiments conducted on two model scales under high mismatch show that MIPU improves average reasoning performance and training stability.
- Embodied.cpp: A Portable Inference Runtime of Embodied AI Models on Heterogeneous Robots
Embodied AI models now span vision-language-action (VLA) models and world-action models (WAMs), but practical deployment remains fragmented across model-specific Python stacks, backend assumptions, and robot-side glue code, especially on heterogeneous edge devices. Existing inference runtimes are designed mainly for request-response serving and therefore do not satisfy the runtime contract of embodied deployment: multi-rate execution inside closed-loop control, latency-first batch-1 inference on heterogeneous hardware, and extensible embodied interfaces beyond fixed token I/O. We present Embodied.cpp, a portable C++ inference runtime for embodied models. Based on an architectural analysis of representative VLA models and WAMs, Embodied.cpp captures a shared execution path and organizes it into five layers: input adapters, sequence builders, backbone execution, head plugins, and deployment adapters. The runtime provides modular multi-rate execution, latency-first fused inference, and extensible operator and I/O support, enabling deployment across heterogeneous devices, robots, and simulators through one backend abstraction. We evaluate Embodied.cpp on two VLA models, HY-VLA and pi0.5, and on a preliminary WAM benchmark using a LingBot-VA Transformer block. The VLA deployments achieve successful closed-loop execution with 100.0% and 91.0% task success rates, respectively. The WAM benchmark reduces block memory from 312.2 MiB to 88.1 MiB. These results show that Embodied.cpp improves deployment efficiency while preserving high accuracy across diverse embodied model architectures.
- OrbitQuant: Data-Agnostic Quantization for Image and Video Diffusion Transformers
Diffusion transformers (DiTs) achieve state-of-the-art image and video generation, but their multi-step sampling and growing parameter count make inference expensive. Post-training quantization (PTQ) is the natural remedy, yet DiT activations shift across timesteps, prompts, and guidance branches, forcing prior methods to re-fit calibration data for every new checkpoint or modality. We present OrbitQuant, a data-agnostic weight-activation quantizer that bypasses range estimation by quantizing in a normalized, rotated basis. In this basis, a randomized permuted block-Hadamard (RPBH) rotation concentrates each coordinate around one fixed, known marginal regardless of the input, so a single Lloyd-Max codebook serves all timesteps, prompts, and layers of a given input dimension. We extend the same quantizer to weight rows offline, absorbing the rotation into the weights so that it cancels inside each linear layer and only a forward rotation on the activations remains at runtime. The same recipe transfers from image to video with no per-modality tuning. Across FLUX.1, Z-Image-Turbo, Wan 2.1, and CogVideoX, it sets the state of the art for PTQ at several low-bit settings. It also pushes PTQ of image diffusion transformers to W2A4 with usable generation quality.
- VLA-Corrector: Lightweight Detect-and-Correct Inference for Adaptive Action Horizon
Vision-Language-Action (VLA) foundation models have recently achieved strong progress in embodied intelligence. To reduce policy-call frequency while preserving temporal coherence, most generative policies adopt an action chunk mechanism, executing multiple future actions in an open-loop manner under a fixed action horizon. However, this "predict-then-blindly-execute" paradigm sacrifices closed-loop reactivity: in contact-rich physical interactions, even small local perturbations can rapidly amplify within the open-loop blind spot, leading to compounding errors and ultimately task failure. To address this limitation, we propose VLA-Corrector, a lightweight corrective inference framework for action-chunked VLA policies. Without modifying the backbone policy weights, VLA-Corrector introduces a lightweight Latent-space Vision Monitor (LVM) that continuously compares predicted and actual visual feature evolution, enabling online detection of visual dynamics deviations. Once persistent deviation is detected, the system triggers a truncation event, discards the remaining stale actions, and invokes corrective replanning via Online Gradient Guidance (OGG). The detect-and-correct mechanism of VLA-Corrector naturally induces an event-triggered adaptive action horizon: it preserves long-horizon execution when the current chunk remains reliable, and invokes short-horizon corrective replanning when execution begins to drift. In doing so, VLA-Corrector mitigates the trade-off imposed by static horizons between execution robustness and policy-call frequency. It can be integrated into different VLA models without further retraining the VLA backbone, interrupting compounding errors while preserving much of the efficiency benefit of action chunking and substantially improving robustness in long-horizon, contact-rich robotic manipulation tasks.
- DataComp-VLM: Improved Open Datasets for Vision-Language Models
Building performant Vision-Language Models (VLMs) requires carefully curating large-scale training datasets, yet the community lacks systematic benchmarks for evaluating such curation strategies. We introduce DataComp for VLMs (DCVLM), a benchmark for controlled data-centric experiments to improve VLM training. As part of DCVLM, we collect 160 datasets spanning four data types -- image-caption pairs, multimodal interleaved documents, text-only, and instruction-tuning data -- into a corpus of 6T multimodal tokens. DCVLM allows participants to test curation strategies (filtering, mixing, formatting, sampling) across 1B-8B models and 6.25B-200B token budgets. Models are then evaluated on a carefully selected suite of up to 52 downstream benchmarks across 9 domains. We conduct extensive experiments on DCVLM and find that data mixing, not filtering, is key to a high-quality training dataset: instruction-heavy mixtures scale better than caption-heavy ones, with gains widening at larger scales. The resulting dataset, DCVLM-Baseline, enables training an 8B VLM to 63.6% accuracy on our 33-task core suite with 200B training tokens. Compared to FineVision, the state-of-the-art open VLM training dataset, this represents an improvement of +5.4pp. DCVLM and all accompanying artifacts will be made publicly available at https://www.datacomp.ai/dcvlm/.
- Securing the AI Agent: A Unified Framework for Multi-Layer Agent Red Teaming
The fast growth of open-source AI infrastructure, from model serving engines and agent platforms to the Model Context Protocol (MCP) ecosystem and the language models themselves, has outpaced the security tooling available to defend it. We present AI-Infra-Guard, an open-source framework that organizes AI red teaming around a single observation: the attack surface of an AI agent is stratified across layers (infrastructure, protocol/tool, agent behavior, and model), and no single detection paradigm fits all of them. The framework therefore matches a paradigm to each layer, from deterministic rule matching over 75+ AI components and 1{,}400+ vulnerability rules, through LLM-driven agentic auditing of MCP servers and agent-skill packages and multi-turn black-box agent red teaming, to a jailbreak harness with 26+ attack operators over sixteen datasets. To our knowledge it is the only open-source framework to span all of these, including supply-chain auditing of the agent skills that increasingly extend AI agents. We release AI-Infra-Guard as open source so that layer-paradigm matching can serve as a practical foundation for agent security and a shared base for the community to build on.
- Interpretation-Oriented Cloud Removal via Observation-Anchored Residual Flow with Geo-Contextual Alignment
Cloud removal (CR) is essential for optical remote sensing, serving as a prerequisite for reliable downstream interpretation, such as semantic segmentation and change detection. However, existing CR approaches often prioritize visual realism while overlooking their impact on subsequent analytical tasks, leading to semantic drift and degraded downstream performance. To address this issue, we propose Geo-Anchored Cloud Removal (GACR), a unified framework that jointly ensures faithful reconstruction and robust interpretability. At its core, GACR incorporates Observation-Anchored Residual Flow (OAR-Flow), which reformulates CR as a physically grounded residual inversion process. By anchoring the generative trajectory to the cloudy observation rather than pure noise, OAR-Flow enables fast, stable, and faithful reconstruction. To further preserve semantic structures critical for downstream interpretation, GACR integrates Geo-Contextual Prior Alignment (GCPA) to constrain the reconstruction within a semantic manifold induced by a Vision Foundation Model (VFM). Consequently, GACR strictly maintains the spatial-semantic integrity of complex landscapes. Extensive experiments across six CR datasets and twelve downstream tasks demonstrate that GACR produces superior reconstruction quality while consistently improving downstream task accuracy. The code is available at https://github.com/wzy6055/GACR.
- MultAttnAttrib: Training-Free Multimodal Attribution in Long Document Question Answering
As grounded QA systems are increasingly deployed in AI assistants, accurately attributing generated answers to evidence is critical for user trust and model safety. While unimodal attributions have been explored in depth, the multimodal setting remains relatively under-researched. As a result, we introduce MultAttnAttrib, a training-free attribution-generation method that leverages a model's prefill pass, selected attention heads, and calibrated thresholds to locate source evidence within a document. To establish baseline results for the method, we introduce MultAttrEval, a complementary benchmark dataset annotated with fine-grained, ground-truth attributions for answer components grounded in multimodal source documents. To our knowledge, this is the first evaluation dataset designed specifically for multimodal attribution in long-form documents. Experimental results show that MultAttnAttrib consistently outperforms a variety of attribution-generation methods, including several strong prompting-based approaches and matches the latest frontier models such as GPT 5.4. Our method not only substantially improves attribution accuracy for both unimodal and multimodal attribution types, but also produces attributions at up to one-seventh of the direct inference latency compared to prompting on the same base model.
- Measuring the Gap Between Human and LLM Research Ideas
LLMs are increasingly used to brainstorm research ideas, but existing evaluations mostly judge individual ideas by novelty, feasibility, or expert preference. We instead ask: how far are current LLM-generated ideas from human researchers? To characterize this gap, we build a large-scale evaluation framework for ideation from high-quality human research papers. For each paper, we reverse-engineer a small set of closely related prior works that likely inspired its core idea. LLMs are then prompted to generate a new idea from the set of paper titles and summaries. We introduce a two-axis research-taste taxonomy to profile each idea by its opportunity pattern and research paradigm, and use it to quantify the divergence between human and LLM ideas. Across idea sets generated by different LLMs, we observe a consistent distributional gap: LLM ideas are disproportionately concentrated around bridge-like opportunities and synthesis methods, whereas the human paper reference distribution spreads more broadly across ways of framing gaps and constructing contributions. This result suggests that strong LLMs can produce a range of reasonable ideas, but that range remains narrower than, and systematically shifted relative to, human research taste.
- AGE: Adaptive-masking for Graph Embedding in Graph Retrieval-Augmented Generation
GraphRAG is an extension of retrieval-augmented generation (RAG) that supports large language models (LLMs) by referring to graph-structured data as external knowledge. While this technique ideally captures intricate relationships, it often struggles with graph representations for LLMs, particularly for frozen LLMs, due to the misalignment between graph-based and text-based latent features. We tackle this issue by introducing the {\it Adaptive-masking for Graph Embedding (AGE)}. AGE employs a Transformer in a mask-based self-supervised learning (SSL) approach. We designed the architecture similar to text embedding encoders, addressing the latent feature misalignment. In contrast to natural language texts, graphs are concise representations, and there exist {\it key nodes} that hold dominant contextual information, which are challenging to predict from their surroundings. Masking such key nodes leads to inefficiency in the SSL process. Therefore, AGE focuses on predicting nodes apart from key nodes, utilizing a learnable node sampler. Our experimental results indicate that AGE significantly improves approaches using non-parametric search component in GraphQA tasks, achieving superior accuracy across four benchmark datasets with distinct characteristics.
- AnyBokeh: Physics-Guided Any-to-Any Bokeh Editing with Optical Fingerprint Transfer
Depth-of-field control is a fundamental tool in photography, yet post-capture bokeh editing from a single image remains challenging. A practical editor should handle images captured under arbitrary focus and aperture settings. Existing methods typically assume an all-in-focus input, or first recover an all-in-focus image before rendering new bokeh. Such pipelines can discard useful blur cues from the source image and propagate reconstruction artifacts into the final edit. We introduce AnyBokeh, a physics-guided framework for any-to-any bokeh editing. Instead of treating source blur merely as a degradation to be removed, AnyBokeh estimates the source blur state with a signed circle-of-confusion map and a disparity map. By modeling the linear relation between signed circle of confusion and disparity difference, AnyBokeh estimates a source-specific optical fingerprint and transfers the source optical characteristics to the desired focus and aperture setting. A generative editor conditioned on both source and target circle-of-confusion maps then performs relative blur synthesis, enabling spatially adaptive deblurring, preservation, and defocus rendering. To support physically supervised learning, we further construct a high-fidelity synthetic dataset with accurate depth, focus distance, and full EXIF metadata. Experiments on real-world benchmarks show that AnyBokeh achieves faithful and controllable editing across any-to-any bokeh editing, all-in-focus-to-bokeh rendering, and defocus deblurring, while avoiding all-in-focus reconstruction and test-time bokeh-level calibration commonly required by existing approaches. The code and dataset will be available at https://github.com/itsmag11/AnyBokeh.
- Teaching LLMs to Recommend and Defer in Underrepresented Epilepsy Care
Specialist epilepsy expertise is scarce in resource-constrained settings, making LLM-based decision support attractive for frontline clinicians managing longitudinal treatment. Such systems must adapt to local prescribing practice and know when to defer. We study this problem in Ugandan pediatric epilepsy care, predicting anti-seizure medication regimens from longitudinal unstructured clinic notes. Standard prompting achieves non-trivial agreement with physician prescriptions, but neurologist review shows that many errors reflect distribution-miscalibrated prescribing defaults rather than failures to parse the local record. We introduce MANANA, a non-parametric prompt-learning framework that learns local prescribing guidance from a small patient-level training set. MANANA converts observed prescription errors into auditable prompt memories, instantiated in single-agent and multi-agent variants, and improves over classical ML models, direct LLM prompting, and prompt-optimization baselines across two independently collected Ugandan cohorts. We further propose Bayesian prompt averaging, which converts the learned prompt trajectory into prescription likelihoods and an uncertainty-based deferral signal. On the independently collected held-out cohort, this improves visit-level top-3 prescription accuracy by 4-8 percentage points over prompt-optimization baselines and enables selective prediction: the system can auto-handle the most confident half of cases at 95% precision, or the most confident quarter at 99% precision, while deferring lower-confidence cases for specialist review.
- Generated Contents Enrichment
We study Generated Contents Enrichment (GCE), a conditional image-generation task in which a sparse scene description is first enriched through an explicit scene representation and then rendered into semantically richer visual content. Conventional image-generation systems can produce visually realistic outputs from limited scene descriptions, but the added content is usually implicit in the generator rather than represented as an inspectable intermediate structure. In contrast, GCE seeks to make scene enrichment explicit at the scene-representation level while examining its visual consequences during generation, with the goal of encouraging generated content that is visually plausible, structurally coherent, and semantically richer than the sparse input. To instantiate GCE, we propose a jointly trained adversarial framework that enriches scene graphs by modeling object semantics and inter-object relations. Our approach first represents the input description as a scene graph, where nodes model objects and edges capture inter-object relations. The framework uses graph convolutional networks to predict additional objects and their relations to the existing scene. Finally, the enriched scene graph is passed through the downstream image-generation pipeline to generate the corresponding visual content. We evaluate the framework with proxy scene graph enrichment metrics, image-quality comparisons, qualitative examples, and user studies on the Visual Genome dataset.
Techmeme(15)
- BonkDAO, which oversees the Bonk memecoin, says it was the target of a "malicious governance proposal" that resulted in a loss of $20M worth of Bonk tokens (Daniel Kuhn/The Block)
Daniel Kuhn / The Block : BonkDAO, which oversees the Bonk memecoin, says it was the target of a “malicious governance proposal” that resulted in a loss of $20M worth of Bonk tokens — Quick Take — BonkDAO was hit with a governance attack that appears to have drained approximately $20 million worth of BONK tokens …
- Sources: Vista Equity and Quinti made a takeover bid for Criteo that values the French ad tech company at a 50%+ premium to its stock price in recent weeks (Bloomberg)
Bloomberg : Sources: Vista Equity and Quinti made a takeover bid for Criteo that values the French ad tech company at a 50%+ premium to its stock price in recent weeks — Vista Equity Partners and the investment firm Quinti Capital have teamed up on a takeover offer for French advertising-technology company Criteo SA …
- Source: Thrive Capital spinoff Thrive Holdings seeks to raise around $2B from SoftBank, Altimeter, D1, and others, after previously raising $1B (Julia Hornstein/The Information)
Julia Hornstein / The Information : Source: Thrive Capital spinoff Thrive Holdings seeks to raise around $2B from SoftBank, Altimeter, D1, and others, after previously raising $1B — Some of the biggest backers of OpenAI and its rivals are pooling their money in an offshoot of Thrive Capital that buys controlling stakes …
- Sources: CISA's Attack Surface Evaluation team is using Mythos to audit government code repositories and has already uncovered a large number of vulnerabilities (Raphael Satter/Reuters)
Raphael Satter / Reuters : Sources: CISA's Attack Surface Evaluation team is using Mythos to audit government code repositories and has already uncovered a large number of vulnerabilities — The U.S. cyber defense agency CISA is using Anthropic's AI model Mythos to audit government software, three people familiar …
- SCOTUS declines to block a Texas law requiring app stores and developers to verify the age of mobile device users, and for minors to obtain parental consent (Andrew Chung/Reuters)
Andrew Chung / Reuters : SCOTUS declines to block a Texas law requiring app stores and developers to verify the age of mobile device users, and for minors to obtain parental consent — The U.S. Supreme Court declined on Monday to block a Texas law requiring app stores and developers to verify the age of mobile device users …
- Sources: the US considers housing the Strategic Bitcoin Reserve at Commerce instead of Treasury amid concerns over Treasury's legal authority to manage it (Bloomberg)
Bloomberg : Sources: the US considers housing the Strategic Bitcoin Reserve at Commerce instead of Treasury amid concerns over Treasury's legal authority to manage it — The Trump administration's plan to create a Strategic Bitcoin Reserve has been complicated by two government departments vying to run it …
- Xbox appoints Helen Chiang as its first COO; Chiang was previously corporate vice president for the Minecraft Franchise and the studio head of Minecraft (Sam Smith/GamesBeat)
Sam Smith / GamesBeat : Xbox appoints Helen Chiang as its first COO; Chiang was previously corporate vice president for the Minecraft Franchise and the studio head of Minecraft — Xbox has confirmed that Helen Chiang has been promoted to the role of new chief operating officer in the wake of structural changes at Microsoft.
- Source: Xbox Game Pass currently has about 30M subscriptions; document: Microsoft had projected Game Pass subscriptions would reach around 77M this year (Ben Fritz/Wall Street Journal)
Ben Fritz / Wall Street Journal : Source: Xbox Game Pass currently has about 30M subscriptions; document: Microsoft had projected Game Pass subscriptions would reach around 77M this year — The videogame unit's revenue has fallen and its Netflix-like subscription service is far below expectations
- A term sheet shows Tencent is seeking to raise as much as $1.55B in a selldown of part of its stake in short-video app operator Kuaishou through a block trade (Julia Fioretti/Bloomberg)
Julia Fioretti / Bloomberg : A term sheet shows Tencent is seeking to raise as much as $1.55B in a selldown of part of its stake in short-video app operator Kuaishou through a block trade — Tencent Holdings Ltd. is seeking to raise as much as $1.55 billion in a selldown of part of its stake in short-video app operator Kuaishou Technology through a block trade.
- Tencent releases Hy3, a 295B-parameter model that it says is competitive with GLM-5.1 and 5.2, under the Apache 2.0 license, following a preview launch in April (Sam Witteveen/VentureBeat)
Sam Witteveen / VentureBeat : Tencent releases Hy3, a 295B-parameter model that it says is competitive with GLM-5.1 and 5.2, under the Apache 2.0 license, following a preview launch in April — For the past year, the awkward secret of the open-weight model boom has been that many of the strongest Chinese releases …
- Source: Mercor hit over $2B in gross revenue run rate in June, double its pace in April, and is profitable on a free cash flow basis (Julia Hornstein/The Information)
Julia Hornstein / The Information : Source: Mercor hit over $2B in gross revenue run rate in June, double its pace in April, and is profitable on a free cash flow basis — Mercor hit over $2 billion in gross revenue run rate in June, double its pace earlier this year, according to a person with direct knowledge of the company's financials.
- Illinois Governor JB Pritzker signs SB 315, a bill requiring annual third-party safety audits of leading AI companies; OpenAI and Anthropic backed the bill (Adam Harrington/CBS News)
Adam Harrington / CBS News : Illinois Governor JB Pritzker signs SB 315, a bill requiring annual third-party safety audits of leading AI companies; OpenAI and Anthropic backed the bill — Add CBS News on Google — Illinois Gov. JB Pritzker on Monday signed legislation aimed at holding artificial intelligence companies accountable.
- Nintendo plans to stop selling the original Switch, Lite, and OLED in Europe from mid-February 2027 and update the Switch 2 to comply with new EU battery rules (Andrew Webster/The Verge)
Andrew Webster / The Verge : Nintendo plans to stop selling the original Switch, Lite, and OLED in Europe from mid-February 2027 and update the Switch 2 to comply with new EU battery rules — The decision comes alongside an update to the Switch 2 to coincide with European battery regulations.
- Filing: Strategy sold 3,588 bitcoin for ~$216M between June 29 and July 5 to replenish its USD reserve; its holdings have an $11.4B paper loss at current prices (James Hunt/The Block)
James Hunt / The Block : Filing: Strategy sold 3,588 bitcoin for ~$216M between June 29 and July 5 to replenish its USD reserve; its holdings have an $11.4B paper loss at current prices — Quick Take — Strategy has sold 3,588 BTC for approximately $216 million, reducing its total holdings to 843,775 BTC.
- Microsoft's Xbox unit plans to cut 3,200 jobs over the next year, including 1,600 on Monday, and divest up to five studios, including Ninja Theory, in a "reset" (Bloomberg)
Bloomberg : Microsoft's Xbox unit plans to cut 3,200 jobs over the next year, including 1,600 on Monday, and divest up to five studios, including Ninja Theory, in a “reset” — Compulsion and Double Fine studios will become independent; Undead Labs and Ninja Theory will be sold.
Solidot(15)
- 天问二号探测器抵达目标小行星
中国国家航天局周一宣布,天问二号探测器历经约 400 天、行程约 10 亿千米飞行后于近日与小行星 2016HO3 成功交会,到达距离小行星 20 千米处,开始科学探测。在抵近小行星过程中,探测器获得小行星影像数据。同时任务团队利用探测器抵近过程中获得的光学导航数据,改进了小行星星历,将之前仅依靠地基观测所确定的小行星位置误差,由上百千米减小到千米量级。天问二号探测器于 2025 年 5 月 29 日在西昌卫星发射中心成功发射。2026 年 6 月 6 日,探测器首次捕获到小行星;6 月 7 日,在距离小行星 3 万千米处实施捕获控制,实现与小行星共面飞行;6 月 19 日,到达距离小行星 2000 千米处。后续探测器将逐步开展更精细科学探测,获取小行星形貌、物质成分、内部结构等信息,为做好采样准备提供支撑。
- 被社媒用户指控是 AI 创作的短篇小说赢得英联邦短篇小说奖
被社媒用户指控是 AI 创作的短篇小说《The Serpent in the Grove》赢得英联邦短篇小说奖。这篇小说由 Jamir Nazir 创作,在五月份赢得了地区奖项,随后立即被 X 等平台的社媒用户指控是 AI 创作。原因是它包含了典型的 AI 写作模式,包括“不是 x 而是 y”结构以及三列表结构。在引发争议之后,Commonwealth Foundation 检查了所有地区奖得主的草稿、含时间戳的文件和笔记等内容。该基金会之后宣称他们没有发现作品是 AI 生成的证据。 Nazir 称其作品深受 VS Naipaul 和 Derek Walcott 等作家作品的影响。他说这篇小说写了六七稿,他解释说其手机屏幕一次只能显示三四行文字,所以他会写下一行前对前面的文字细致修改,最终使故事显得“高度润色”。
- 亚马逊 Mechanical Turk 将于本月底停止接受新用户
亚马逊众包平台 Mechanical Turk 发表公告,宣布将于 7 月 30 日起停止接受新用户。亚马逊 AWS 称,该决定是在“慎重考虑”后做出的,“现有用户可以继续正常使用该服务。AWS 将继续投资改进 Mechanical Turk 的安全性和可用性,但我们不打算推出新功能。”Mechanical Turk 暂时不会关闭,但其未来岌岌可危。亚马逊从 2018 年起将 Mechanical Turk 变成训练神经网络的标注数据服务。但讽刺的是 2023 年的研究发现,该平台 33% 到 46% 的众包工作者使用大模型去完成任务,引发了对标注数据的可靠性以及是否真的需要人类参与的质疑。社交平台的用户称,由于大量的机器人和欺骗行为,研究人员已经放弃了该平台,它的关闭可能只是时间问题。
- 工作记忆如何产生意识?
有没有类似经历:走进一间房间,却忘记来干什么?你可能是来拿钥匙,在来的路上还记住钥匙,但在进门的刹那钥匙从你的记忆里消失了。这种现象有时被称为门口效应(Doorway Effect),通常发生在走进一间陌生的房间时。它与工作记忆密切相关。当我们执行当前任务(如记住去拿钥匙)时,信息会被存储在工作记忆中。门口效应表明,当信息从工作记忆中移除时,它似乎会立即从意识中消失。这也表明工作记忆中的信息很容易被遗忘。工作记忆内部包含众多不同子系统,分别负责特定的任务,包括视觉和空间推理(如解魔方)以及存储信息块(如电话号码)。甚至还有一个“中央执行系统”。中央执行系统就像一个冷酷的老板,负责将任务分配给工作记忆内的不同系统,确保一切井然有序。工作记忆的一个独特之处是它的容量非常有限。尽管它拥有丰富的可用信息,但工作记忆在任何时刻只能存储极少量的信息。它很难记住非常复杂的物体。工作记忆的有限容量能解释为什么门口效应会发生:当新信息进入时旧信息必须被清除。进门的动作会触发信息消除。从演化论角度看,遗忘旧信息有助于适应新环境。这种遗忘也表明工作记忆与意识密切相关。一种观点认为,意识的产生源于工作记忆和注意力的协同作用。
- 用 Go 语言编写的 TypeScript 7.0 发布 RC 版
C# 和 TypeScript 等语言的创始人 Anders Hejlsberg 在 2025 年 3 月宣布他的团队正在开发用 Go 语言编写的 TypeScript 编译器。现在首个基于 Go 语言的 TypeScript 7.0 发布了 RC 版本。正式版本预计会在下个月发布。微软表示,得益于原生代码速度和共享内存并行处理能力,TypeScript 7.0 的速度通常比 TypeScript 6.0 快约 10 倍。不同于 TypeScript 6.0,TypeScript 7.0 的许多步骤(如解析、类型检查和发射)都可以并行执行。其中一些步骤(如解析和发射)在不同文件之间可以基本独立完成。并行处理在较大的代码库中能自动实现良好扩展,且开销相对较小。但微软也表示 TypeScript 构建中并非每个步骤都能轻松实现并行处理。
- Windows 11 设备标识符被用于逮捕网络勒索组织成员
美国司法部、FBI 与芬兰国家调查局合作逮捕了 19 岁的网络勒索组织 Scattered Spider 成员 Peter Stokes,该组织至今已勒索逾 1 亿美元赎金。Stokes 已引渡到美国并于 6 月 30 日出庭,目前处于羁押中。微软在识别其身份过程中起了很大的作用。微软向 FBI 提供了 GDID(Global Device Identifier 或全球设备标识符),GDID 是分配给每个 Windows 的唯一标识符,用于跟踪特定设备的遥测数据。法庭文件显示,Stokes 使用的是 Windows 系统,他的网络活动、游戏历史记录、IP 地址、工具使用情况(包括 Ngrok)、Azure 状态等信息都被记录下来并带有时间戳,这些信息由微软提供给了调查人员。他拥有美国和爱沙尼亚双重国籍,其身份早在 2024 年就被确定,但由于他当时未成年且居住在爱沙尼亚和阿联酋,因此他一直处于被监视状态,直到最近试图从芬兰赫尔辛基搭乘航班飞往日本。
- 字节跳动和阿里巴巴下线智能体功能
字节跳动的豆包和阿里巴巴的千问先后宣布于 7 月 1 5 日下线智能体功能。豆包称,由于产品功能调整,智能体功能将于 2026 年 7 月 15 日下线。功能下线后,用户仍可在一段时间内查看并自行保存智能体信息及历史对话数据,10月15日后,豆包将根据《隐私政策》对智能体相关数据进行处理,后续将无法在豆包内查看或恢复。用户可通过截图或分享导出文本的方式提前备份重要内容。千问将在同一天下线智能体功能,下线后用户将无法继续访问相关智能体配置及历史对话记录。7 月 15 日下线是因为当天《人工智能拟人化互动服务管理暂行办法》将正式实施。此前腾讯 AI 应用元宝已经移除了相似的功能。
- 隼鸟2号近距离飞越小行星鸟船
日本隼鸟 2 号探测器在完成小行星龙宫样本收集和送回地球任务之后开始向新目标前进。7 月 5 日隼鸟 2 号接近小行星 Torifune(鸟船),在高速通过距鸟船中心约 800 米的极近距离的同时,调查其形状和表面物质,进行了近距离探测。探测器接近也意在验证旨在防备小行星与地球相撞危险的“地球防御”。JAXA 称,过了最接近的预定时间之后,接收了来自隼鸟 2 号的信号。探测器没有撞上小行星,处于正常状态。
- 战争模糊了企业安全和国家安全
海底光缆、发电站、炼油厂,机场、海水淡化厂甚至亚马逊数据中心,都已成为战争期间的攻击目标。企业安全和国家安全之间的界限日益模糊。北大西洋公约组织(NATO)32 个成员国去年达成协议,将经济产出的 5% 用于国防和安全,其中 1.5% 用于军事相关需求,包括保护关键基础设施和网络。支出目标涵盖网络安全、工业产能,以及军事后勤所需的铁路、桥梁和港口等等。NATO 军事委员会主席、意大利海军上将 Giuseppe Cavo Dragone 表示我们需要一个更全面的国防概念——国防不再仅仅指军事。曾在美国交通部和国土安全部任职的 Marc Glasser 表示私营业主能投资冗余、监控和维修能力,但只有政府和军方才能真正威慑、巡逻、确认或应对敌对国家的活动。企业表示,他们需要政府更明确地阐明将提供哪些保护措施,以及为帮助企业保护那些提供公共利益的私有资产而提供的补贴。大多数政府并没有为企业提供激励措施去鼓励它们在法定最低韧性要求之外进行更多投资。
- 微软将利润转移到低税国家
微软显然在将利润转移到低企业税国家。早在 2005 年,微软时任 CEO 巴尔默(Steve Ballmer)称低企业税率是在爱尔兰做生意的整体优势之一。微软和其它跨国企业一样,会利用子公司来转移利润以降税。微软子公司的纳税金额有明显的模式:低税国家高利润,高税国家低利润。微软在爱尔兰的员工占到了全球员工的 3%,但它产生了近 40% 的税前收入;而在欧洲最大的经济体德国,德国子公司的利润仅占全球利润的不到 0.5%。微软在卢森堡的税前收入为 2.83 亿美元,但在该国仅仅只有 34 名员工。美国国税局(IRS)正寻求微软补税近 290 亿美元。微软官方篇博客称税收“是衡量贡献的一个重要指标,但不是唯一的指标”。
- ReactOS 能运行 Half-Life 2
ReactOS 是一个致力于开发与 Windows NT 和 Windows 2000 应用程序和硬件驱动程序兼容的开源操作系统项目,至今已有逾三十年历史。该项目宣布了在游戏运行上的重大进展:六月初 ReactOS 宣布它能成功运行经典射击游戏《Half-Life》,仅仅过了一个月它宣布能成功进行《Half-Life 2》。这次演示是在一台搭载 NVIDIA GeForce 8400GS 显卡的 Intel Sandy Bridge 台式机上进行的。GeForce 8400GS GPU 是在 2007 年推出的,而 Sandy Bridge CPU 是在 2011 年发布的。
- 巨树能轻松将水输送到树冠
根据发表在《科学》期刊上的一项研究,世界最高的热带树能轻松将水分输送到树冠。传统理论认为,随着树木生长,水分从根部输送到树叶的难度会越来越大,从而限制了树木生长,使其更容易受干旱影响。新研究发现,巨型龙脑香树(Dipterocarp)内部水输送的调整完全补偿了将水抽到树顶的挑战。相比短树,巨树的高度并不会使其水系统更容易受到干旱的影响。单独测试发现,在严重干旱期间,相比短树巨树没有遭受与高度相关的生长损失。Exeter 大学的 Lucy Rowland 教授解释说,树木内部有很多细长中空导管,它们通过在树冠形成低压向上吸水分。导管演化出了精妙的适应机制,即使是在需要将水分输送到高达 80 米以上树顶所需的极低压力下,也能保持水分以液态形式存在。龙脑香树是世界上最高的开花树种。
- 火星岩石发现大量碳,来源未知
NASA 漫游车在火星上发现的有机碳绝大多数都是在岩石的内部,需要通过钻或磨才能暴露。如今火星漫游车毅力号在河道 Neretva Vallis 附近的岩石表面发现了复杂大分子碳,这是至今在火星上发现的最浅的有机物。如果地球上发现类似的大量大分子碳,通常表明它们来自生物。但对于火星岩石上发现的大量碳,则难以识别其来源,除非将其带到地球进行仔细研究。研究人员表示这些分子碳也可能源于非生物过程。它们是否是古代火星生命的遗迹,还有待未来回答。
- 仙女座发现新卫星星系
天文学家在距离地球约 250 万光年的仙女座星系附近,发现了一个新的超暗矮星系,命名为仙女座 XXXVI(Andromeda XXXVI,其中 XXXVI 为罗马数字 36),代表它是目前正式命名的第 36 个仙女座卫星星系。研究显示,它可能是迄今在仙女座星系周围发现最暗淡的卫星星系之一。这个星系年龄约达 125 亿年。仙女座星系是距离银河系最近的巨大螺旋星系,周围环绕着许多受到重力束缚的矮卫星星系,因此被视为研究星系形成的天然实验室。目前理论预测,仙女座可能拥有多达约 90 个卫星星系,但迄今仅发现约 40 个,其中只有约 15 个属于超暗矮星系。仙女座 XXXVI 的发现显示,在仙女座周围可能仍隐藏着大量尚未被发现的极暗小星系。
- 全球极端热应激现象加剧
发表在《Nature Climate Change》期刊上的一项研究显示,全球极端热应激现象加剧。相比 1970 年代,当前多出约 10 亿人要至少扛过一天“极端热应激”,也就是通用热气候指数(UTCI)≥46℃的日子。研究人员分析了 1950-2024 年共 75 年的全球热应激数据集,把白天、夜间,还有昼夜连着的那段时间分开算。结论不复杂:无论哪个时段,热应激现象在频率、强度、持续时间上全线走高,而夜里跑得比白天还快。自 1970 年代以来,从全球平均来看,每年最热的十个夜晚,UTCI 升温速率是每十年 0.32℃;每年最热的十个白天反倒慢一点,每十年 0.27℃。城市热岛效应是原因之一,但更重要是湿度。夜间地表辐射冷却被云量和大气水汽兜住,加上静风日数增加,“凉不下来”的夜越来越多。地域分布上,亚热带首先遭殃:北美南部、欧洲南部、非洲南北两端、南美这些地方,跟 1970 年代比,每年 UTCI≥32℃(强)和≥46℃(极端)的天数多了约 50 天。也就是说,某些亚热带城市一年里快要有一半日子卡在强热应激线上。西班牙、葡萄牙、意大利、法国这一部分南欧国家,现在的体感温度比 1970 年代高出 5 ℃。
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