OrangeBot.AI Digest — 2026-07-29
90 headlines across 8 sources, aggregated for this day.
Hacker News(15)
- The coolest use for the Vision Pro (christianselig.com)
- Claude: Elevated errors across all models (status.claude.com)
- Anatomy of a Frontier Lab Agent Intrusion: A Timeline of the July 2026 Incident (huggingface.co)
- Kimi K3-256k (www.kimi.com)
- Keychron announces first open-source firmware for gaming mice (www.digitalfoundry.net)
- Superlogical (www.superlogical.com)
- Show HN: Open-source engine running Gemma 4 26B in 2 GB RAM on any M-series Mac (github.com)
- A.I. companies are recruiting electricians and carpenters by the thousands (www.nytimes.com)
- Darktable (www.darktable.org)
- Handbook.md shows that long policy documents do not reliably govern agents (arxiv.org)
- French musician Kavinsky found dead (www.euronews.com)
- KOReader (koreader.rocks)
- Document-borne AI worms can self-propagate through Copilot for Word (enklypesalt.com)
- Amiga Graphics Archive (amiga.lychesis.net)
- SQLite in Production: Optimizing WAL Mode, Concurrency, and VFS Layers (micrologics.org)
GitHub Trending(15)
- opengeos / GeoLibre
- moeru-ai / airi
- affaan-m / ECC
- huggingface / speech-to-speech
- 1jehuang / jcode
- grokability / snipe-it
- deepfakes / faceswap
- microsoft / VibeVoice
- different-ai / openwork
- obra / superpowers
- MoonshotAI / FlashKDA
- NanmiCoder / MediaCrawler
- alibaba / open-code-review
- paperswithbacktest / awesome-systematic-trading
- maderix / ANE
Product Hunt(15)
- SceneNote
Free video feedback tool for editors & clients
- ClinicFrame
Like Granola, but for healthcare. Fully HIPAA-compliant.
- EQK 3.0
Mac app with dynamic AI Equaliser
- Task Monki
Run coding agents through the full development process
- AgentQuartz
Claude & Cursor usage in your macOS menu bar
- MemoryCustodian
Repo-native memory for coding agents
- Denovo
Turn your vibe-coded app into paying customers
- Prelint
Prevent product drift in AI-written code
- Epilude
Local voice dictation for Mac for polished text
- /mission for Claude Code
Give Claude Code missions to spawn a team of agents
- BlackFlare
Mission control for Claude Code & Codex in your menu bar
- Bo AI
An AI personal assistant that lives in your texts 💬
- JusTTY
A simple native macOS terminal built on Swift and libghostty
- Totem
Your Twitter bookmarks organized to make you read them
- Vela
The AI Recruiting Coordinator
Hugging Face(15)
- HiFi-UMI: Learning Deployable Manipulation Policies from High-Fidelity UMI Data Alone
Learning deployable manipulation policies is bottlenecked by the scarcity of data that is both high-fidelity and scalable. Real-robot teleoperation is accurate but costly to scale; robot-free UMI capture scales readily, and current practice uses the resulting data mainly for pre-training, adding a small real-robot "anchor" at post-training. We ask whether raising the fidelity of robot-free UMI data, rather than shrinking the real-robot fraction, can remove that anchor. We present HiFi-UMI, a portable UMI data-production system co-designed for trajectory accuracy, inter-gripper relative pose, synchronization, and field of view: head-mounted offline stereo-inertial SLAM, native rather than reconstructed relative pose, a shared microsecond GPIO trigger, and two wide-angle cameras per hand covering ~200 degrees. It reaches 3 mm workspace-local end-effector accuracy without external tracking infrastructure. Using this corpus, we demonstrate zero-robot post-training: a policy post-trained solely on HiFi-UMI demonstrations deploys directly on a real robot and matches in-domain teleoperation across three backbones spanning the vision-language-action and world-action-model families, with success-rate differences of -2.5, +3.1, and -0.6 percentage points on StarVLA-QwenPI, OpenPI-pi_0.5, and LingBot-VA; the strongest policy reaches 85% on a precision insertion task, even though the teleoperation baseline is collected in the evaluation scene and no HiFi-UMI trajectory is. Pre-training on 4,000 hours from the same corpus lowers action error on ten unseen tasks by 41% and, on StarVLA-QwenPI, raises real-robot success by a further 18.1 percentage points. We open-source HiFi-UMI-2K, 2,000 hours of microsecond-synchronized, ultra-wide-FoV demonstrations, each automatically reconstructed and validated through simulation replay, as a large-scale, high-fidelity resource for the robot-learning community.
- A New Role for Relevance: Guiding Corpus Interaction in Agentic Search
Relevance is a query-dependent estimate of whether a document or excerpt contains useful evidence. Existing retrieval agents use relevance to select top-k content, but document relevance alone cannot localize, compose, or verify the evidence required by complex questions. Direct Corpus Interaction (DCI) enables such fine-grained operations through grep-style exploration, but its relevance-agnostic search can expose useful clues late and delay convergence. Recent advances use relevance to narrow the corpus into a working space for interaction. Once interaction begins, however, relevance still does not directly guide which documents grep searches first or distinguish informative excerpts from a broad set of matches to let LLMs see them first. We introduce the Relevance-Aware RipGrep Search Agent (RARG), which turns relevance into an execution prior for corpus interaction. RARG provides coarse-to-fine relevance guidance: it orders documents for sequential 'ripgrep' traversal to expose globally relevant clues earlier, initializes promising entry points with query-relevant paragraphs, and reranks grep matches to surface informative excerpts that document-level ranking may otherwise obscure. Across challenging browse question answering and reasoning-intensive retrieval, RARG improves the accuracy--efficiency frontier over retrieval-based and direct-interaction agents. These results demonstrate that relevance-aware interaction enables faster and more reliable search convergence.
- ReDesign: Recovering Editable Design Structures from Images via Agentic Decomposition
Recovering an editable design file from a raster image is a common and costly bottleneck in modern design workflows, yet remains challenging since editability depends on recovering multi-modal attributes, such as typography, vector geometry, colors, grouping, and layer ordering. We present ReDesign, an agentic framework that grows an editable layer hierarchy by selecting and composing specialized tools across modalities. To keep this long decision process reliable despite imperfect tool outputs, we introduce graceful verification at each expansion, which provides local accept, prune, or retry feedback that prevents error accumulation and avoids large scale reruns. To evaluate editability at scale, we introduce the Figma Edit Replay Benchmark, consisting of 909 raw Figma files and 14,796 controlled edit instructions that replay edits on reconstructed outputs. Across this benchmark and standard reconstruction metrics, ReDesign achieves strong visual fidelity while delivering the highest editability across layout, color, and text edits, outperforming layered decomposition baselines and serial tool use pipelines.
- CodeNib: A Multi-View Data System for Serving Repository Context to Coding Agents
Coding agents repeatedly search, navigate, and retain context from evolving repositories, but disconnected indexes, language servers, and task-local histories force repeated discovery and obscure lifecycle costs. CodeNib builds reusable lexical, dense, and structural views per repository commit, maps outputs to repository-relative source ranges, maintains selected views across edits, and serves ranked search, symbol navigation, and bounded context through one runtime. Across 100 snapshots, we map quality-cost frontiers across the repository-context lifecycle. When outputs match an independent rebuild, graph and vector updates are 8.7times and 25.4times faster at the median. On the static-navigation subset matching normalized live-server locations (63% of 1,000 requests), the median per-request live/static latency ratio is 4.7times. Across five models, selected context policies preserve localization with 50--87% fewer trajectory tokens than paired grep/read. Together, these results support multi-view repository-context serving with explicit, operation-specific validity boundaries.
- Keep It InMind: Benchmarking the Implicit-Association Blind Spot in Agent Memory
Long-term memory systems store what a user says in an external store and retrieve it when a related query arrives. This interface rests on an assumption so natural that it is rarely stated: a memory that is needed will resemble the query that needs it. World knowledge breaks the assumption. A tree-nut allergy should change the answer to a macaron request through their almond-flour ingredient, yet the two texts share no cue a retriever can see. We call this failure mode the implicit-association blind spot and introduce InMind, a 125-task, expert-verified benchmark spanning ten life domains, with 113 tasks grounded in citable public sources. Its paired controls separate three explanations that existing evaluations conflate: the fact was never stored, the model lacks the bridging knowledge, or the fact was stored and never surfaced. The verdict is clean. With the decisive memory placed in context, the backbone answers 84.0 percent of indirect queries; when the same memory must be retrieved, six vector, graph, and agentic memory systems reach at most 14.4 percent, even though they recall the same facts on demand at up to 100 percent. An embedding with eight times the dimensionality raises answer-blind target recall for every system yet leaves the gap essentially intact. A minimal diagnostic probe that keeps memory visible before the query arrives recovers most of the gap, locating the failure in the query-conditioned interface itself and pointing to routing, deciding which facts must stay visible, as the open problem InMind is built to score.
- Pass the Baton: Trajectory-Relayed On-Policy Distillation
On-policy distillation (OPD) grounds token-level supervision in the student's own trajectory, yet suffers from prefix failure: once the student commits to a wrong reasoning direction, all subsequent generation builds on this deviation, producing misdirected continuations that elicit unreliable supervision and waste compute. We identify a teacher-student continuation asymmetry on failed prefixes, where the teacher tends to redirect while the student continues along the original direction, and convert it into a label-free handoff trigger in Relay On-Policy Distillation (Relay-OPD). During training, Relay-OPD constructs relay trajectories by letting the teacher briefly take over at detected trigger points to produce a teacher leg, after which the student resumes and is optimized on the resulting trajectory. A limited relay budget concentrates intervention on critical early positions while limiting departure from the student policy. With a Qwen3-4B-Instruct-2507 teacher and Qwen3-0.6B/1.7B-Non-Thinking students on eight mathematical reasoning benchmarks, Relay-OPD achieves the best or second-best results on every benchmark, outperforming standard OPD by +5.73% and the strongest baseline FastOPD by +1.49% on average for 1.7B, with consistent gains at 0.6B. Training trajectory length is reduced by over 50%.
- Mage-VL: An Efficient Codec-Native Streaming Multimodal Foundation Model
Standard vision-language models (VLMs) suffer from Moravec's paradox: they excel at complex offline visual reasoning but struggle with simple streaming perception tasks and process them inefficiently. We present Mage-VL, an efficient codec-native streaming foundation model for real-time multimodal understanding and interaction. At its core, our custom tokenizer, Mage-ViT, replaces uniform frame sampling by selectively encoding dynamic, entropy-rich regions using motion vectors and residual energy across sparse anchor (I) and predicted (P) frames. Operating at a 16 x 16 patch level, this reduces visual token consumption by over 75% while preserving spatiotemporal context. Trained from scratch on approximately 560M unlabeled images and 100M unlabeled video frames, Mage-ViT matches or outperforms flagship encoders trained on billions of image-text pairs. We establish AI4AI data pipelines encompassing prompt-code joint optimization for multimodal captioning and AI-driven performance diagnosis to guide training recipes. Furthermore, through a bio-inspired dual-system architecture - a lightweight System 1 event gate and a causal System 2 decoder - Mage-VL enables proactive streaming perception. Extensive evaluations show that Mage-VL-4B matches Qwen3-VL-4B on static tasks while achieving strong gains in video understanding and 2D/3D spatial reasoning, with up to a 3.5x wall-clock inference speedup, and comprehensively surpasses the 15B Phi-4-reasoning-vision baseline. Beyond model artifacts, we deliver seven key empirical findings covering pre-training data efficiency, variable-resolution scaling, codec system acceleration, VideoQA SFT redundancy, motion-spatial synergy, AI4AI data pipelines, and Zero-Vision SFT for multimodal RL.
- Novel Claim or Déjà Vu? Rethinking "Contamination-Free'' Dynamic Evaluation for Multimodal Automated Fact-Checking
Multimodal automated fact-checking (MAFC) verifies claims by retrieving and reasoning over external evidence. However, most existing static benchmarks risk contamination: they primarily consist of outdated claims verifiable using an LLM's internal knowledge without external evidence. This can inflate performance estimates and fail to reflect true capability on novel claims that require up-to-date information. To address this, emerging dynamic benchmarks collect claims published after LLMs' knowledge cut-off dates, assuming they are uncontaminated. This work revisits this assumption by empirically studying contamination risks in both the state-of-the-art (SOTA) static AVeriTeC benchmark and our newly constructed dynamic ClaimReview2025Q4 benchmark, as well as their impact on MAFC evaluation. Our experiments yield 16 findings, highlighting three key results: (1) Dynamic evaluation reduces but does not eliminate contamination risks, as 17.09\%--29.30\% of post-cut-off claims remain potentially contaminated; (2) Many newly published claims can be verified either directly or by synthesizing multiple pieces of public knowledge available before the cut-off; and (3) Contamination can induce statistically significant inflation in MAFC performance, increasing Macro-F1 by up to 11.34 points and distorting system rankings. In light of these findings, we re-evaluate SOTA LLMs under a strictly contamination-controlled setting. Our study provides practical guidelines for trustworthy MAFC evaluation.
- Shieldstral
We introduce Shieldstral, a 3B-parameter policy-adaptive multimodal safety classifier that matches or outperforms models nearly 7times its size on text safety benchmarks and sets a new state of the art on multimodal safety classification. Shieldstral formulates content moderation as a binary question-answering task. This simple formulation unifies diverse moderation tasks into a single yes/no problem, enabling heterogeneous safety datasets with divergent taxonomies to be consolidated under one training framework. We present the data construction recipe, covering curation and generation of approximately 54.1M samples and a fine-grained evaluation set to evaluate policy adaptability. Together, these enable a small adaptive model to match or outperform much larger models.
- Wonder: Video World Model Done Better
We present Wonder, a general-purpose video world model for real-time, camera-controllable world exploration. Given an image or a conditional video, Wonder constructs a playable world where users can navigate interactively by moving the camera, discovering unseen regions, and revisiting previously observed areas in real time and over a long-term horizon. Achieving this capability requires a system-level co-design of control method, memory mechanism, and training strategy. We introduce a novel camera conditioning with a dense coordinate field whose renderings provide spatially aligned motion and orientation cues, allowing the model to interpret camera motion directly as visual evidence. To support fast and precise memory retrieval over a growing generation context, we propose an efficient sparse attention-based memory mechanism, enabling the model to selectively attend to a small set of relevant context tokens at inference time, regardless of actual context length. We further develop several techniques to rectify the self-forcing-style distillation pipeline, improving the student model's ability to respect control signals, as well as maintaining diverse generation modes and long-term memory from the teacher. Together, these components enable Wonder to synthesize diverse, minute-scale videos at 16 FPS while preserving coherent geometry, appearance, and dynamics across long rollouts. Beyond image-to-video generation, Wonder naturally supports video-conditioned generation, allowing existing dynamic scenes to be re-shot in real time.
- PerceptionBench: Evaluating Atomic Visual Perception in Multimodal Large Language Models
We introduce PerceptionBench, a benchmark specifically designed to evaluate the atomic visual perception capabilities of Multimodal Large Language Models (MLLMs). Existing benchmarks often fail to isolate perception: holistic evaluations conflate perceptual errors with failures in reasoning or domain knowledge, while application-driven benchmarks only cover narrow, fragmented domains shaped by heuristic designs. To address these limitations, PerceptionBench adopts a bottom-up approach: by diagnosing the earliest failure points in the responses of frontier MLLMs across 42 existing benchmarks, we construct an error taxonomy whose perception branch defines ten atomic perceptual capabilities. Guided by this taxonomy, we construct 3,000 verified questions with short, unambiguous answers, each isolating a single capability, with difficulty stemming from perception rather than reasoning or knowledge. Benchmark results across sixteen frontier MLLMs reveal that atomic perception remains largely unsolved---no model reaches 60\% accuracy, perception-related hallucination is the weakest capability on average, and similar overall scores conceal sharply divergent capability profiles. PerceptionBench thus provides a capability-level standard for measuring and diagnosing the visual perception boundaries of MLLMs.
- Visual prompt engineering for video models
In the age of foundation models, a model is only as good as its prompt. For this reason, prompt engineering has become an essential technique for improving language model performance. Since video models are currently becoming foundation models for visual tasks (e.g., visual reasoning), we here ask whether they similarly benefit from visual prompt engineering: automatically modifying the task image to improve model performance. For example, for a visual physics reasoning task ("Where does the ball land, after passing a set of obstacles?"), an abstract sketch-like scene can be turned into a photorealistic version with a simple call to an image editing model. We find that visual prompt engineering, or VIPE for short, improves video reasoning performance across tasks. In fact, for video models, visual prompt engineering can be even more effective than classic text-based prompt engineering or test-time scaling. Ultimately, just as text-based prompt engineering systematically improves language model performance, visual prompt engineering can serve as a simple, compute-efficient approach to elicit better visual reasoning performance from video models. Example videos on our project page at https://visual-prompt-engineering.github.io/.
- MODUS: Decoder-Only Any-to-Any Modeling of Diverse Modalities
Any-to-any models predict any modality from any combination of others within a single network, a formulation used in multimodal vision and vision-language models, and increasingly in scientific domains such as ecology and astronomy. Existing any-to-any models are typically trained from scratch using encoder-decoder or diffusion architectures, impacting their performance and preventing them from using strong pre-trained decoder-only models as a prior. In this work, we investigate decoder-only any-to-any multimodal modeling, which treats all modalities symmetrically and supports arbitrary modalities as inputs and outputs without modality-specific heads, losses, or task pipelines. Because every modality is both an input and an output of the same model, the resulting model, named Modus, can support a range of applications, such as chained generation through intermediate modalities or cross-modal self-verification by scoring the model's own outputs with another generated modality. Modus demonstrates strong out-of-the-box performance and is competitive with specialist and multitask baselines using a single model across various benchmarks. All materials are open-sourced at https://modus-multimodal.epfl.ch/.
- Parallel Decoding Distillation for Fast Image and Video Generation
Generation in video diffusion or flow models is computationally expensive due to the slow and iterative sampling process. Current state-of-the-art (SOTA) acceleration methods heavily rely on variational score distillation (VSD) and adversarial losses to distill diffusion models into few-step generators. Albeit achieving high-quality video generation, these training losses are notoriously hard to optimize and suffer from mode collapse, leading to loss of video diversity and lack of motion. In this paper, we introduce Parallel Decoding Distillation (PDD), a simplified and scalable trajectory-based distillation method for fast inference of diffusion and flow matching models. Our architecture and training procedure are compatible with any pre-trained model and support sampling with a varying number of function evaluations (NFE). PDD accelerates generation by predicting multiple denoising steps per network evaluation. Conceptually, it learns a representation of the mean velocity without regressing its derivative using JVPs or finite-difference approximations. Our method achieves SOTA performance with 4-8 NFE on LTX-2.3 Text-to-Video/Audio, Wan 14B Text-to-Video, and Qwen-Image Text-to-Image. Moreover, PDD presents a significant improvement in generated video diversity.
- OmniDelta: Skill-Driven Budget Allocation for Token Compression in OmniLLMs
Emerging Omni-modal Large Language Models (OmniLLMs) enable unified understanding of text, audio, and video, but their long audio-video token sequences introduce substantial memory and inference costs. Existing compression methods mainly focus on selecting important tokens under fixed budgets, leaving the preceding budget-allocation problem underexplored. We show that direct query-to-audio/video similarity is unreliable for inter-modal budget allocation, and that uniform intra-modal budgets can miss key evidence while retaining redundant content. To address these limitations, we propose OmniDelta, a training-free, skill-driven framework that couples intent-aware inter-modal allocation with content-aware intra-modal allocation. OmniDelta first constructs audio and video skill pools to shift the fixed retained-token budget according to query demand, then reallocates modality budgets over audio segments and video frames using local complexity and temporal redundancy. The resulting local budgets can be combined with existing pruning strategies, preserving the total retained-token ratio while changing where the budget is spent. Experiments on four audio-video benchmarks with two Qwen2.5-Omni models show that OmniDelta establishes a new accuracy-efficiency Pareto frontier across pruning ratios. At 25% token retention on Qwen2.5-Omni-7B, OmniDelta reduces GPU memory by 22.0% and achieves a 1.64x end-to-end speedup over full-token inference.
Techmeme(15)
- Robinhood reports Q2 revenue up 32% YoY to $1.31B, vs. $1.29B est., event contracts revenue up over 10x to $156M, and crypto revenue down 38% to $100M (Bill Peters/MarketWatch)
Bill Peters / MarketWatch : Robinhood reports Q2 revenue up 32% YoY to $1.31B, vs. $1.29B est., event contracts revenue up over 10x to $156M, and crypto revenue down 38% to $100M — Prediction-market revenues on the popular trading app increased tenfold during the second quarter — Robinhood reported second-quarter results on Wednesday, beating expectations.
- Microsoft reports Q4 Windows OEM and Devices revenue down 7% YoY, Xbox hardware revenue down 13%, and Xbox content and services revenue down 10% (Emma Roth/The Verge)
Emma Roth / The Verge : Microsoft reports Q4 Windows OEM and Devices revenue down 7% YoY, Xbox hardware revenue down 13%, and Xbox content and services revenue down 10% — Microsoft's cloud division revenue soared 27 percent to $59 billion. … Xbox is having yet another tough quarter, as revenue from content …
- Arm reports Q1 revenue up 22% YoY to $1.29B, vs. $1.26B est., royalty revenue up 22% YoY to $715M, and forecasts Q2 profit above estimates (Reuters)
Reuters : Arm reports Q1 revenue up 22% YoY to $1.29B, vs. $1.26B est., royalty revenue up 22% YoY to $715M, and forecasts Q2 profit above estimates — Arm Holdings forecast second-quarter revenue above Wall Street estimates on Wednesday, signaling strong demand for its energy-efficient chip designs for AI data centers.
- Meta reports Reality Labs Q2 revenue up 16% YoY to $431M, vs. $423.4M est., and a $4.62B operating loss, vs. $5.07B estimated (Jonathan Vanian/CNBC)
Jonathan Vanian / CNBC : Meta reports Reality Labs Q2 revenue up 16% YoY to $431M, vs. $423.4M est., and a $4.62B operating loss, vs. $5.07B estimated — Meta's Reality Labs unit, which develops virtual reality devices and wearables powered by AI, lost $4.62 billion in the latest quarter.
- Meta reports free cash flow of $784M in Q2, down 91% YoY, and now expects 2026 capex to be $130B-$145B, compared with its prior forecast of $125B-$145B (Reuters)
Reuters : Meta reports free cash flow of $784M in Q2, down 91% YoY, and now expects 2026 capex to be $130B-$145B, compared with its prior forecast of $125B-$145B — Meta Platforms (META.O) reported a precipitous 91% drop in free cash flow on Wednesday, underscoring the financial strain …
- Qualcomm reports Q3 revenue down 4% YoY to $9.95B, forecasts Q4 profit below est., and expects revenue from Apple to fall faster; QCOM drops 7%+ after hours (Reuters)
Reuters : Qualcomm reports Q3 revenue down 4% YoY to $9.95B, forecasts Q4 profit below est., and expects revenue from Apple to fall faster; QCOM drops 7%+ after hours — Qualcomm (QCOM.O) forecast fourth-quarter profit below Wall Street estimates on Wednesday, and said revenue from Apple (AAPL.O) …
- Meta reports $2.4B in charges related to legal proceedings in Q2 and $1.18B in severance expenses in connection with the May 2026 layoff of about 8,000 staff (Todd Spangler/Variety)
Todd Spangler / Variety : Meta reports $2.4B in charges related to legal proceedings in Q2 and $1.18B in severance expenses in connection with the May 2026 layoff of about 8,000 staff — The company, the parent of Facebook and Instagram, said it took “$2.4 billion charges related to legal proceedings” in Q2.
- Microsoft reports Q4 Azure and other cloud services revenue up 43% YoY, vs. 40% est., and says Azure revenue in FY 2026 exceeded $100B for the first time (Jordan Novet/CNBC)
Jordan Novet / CNBC : Microsoft reports Q4 Azure and other cloud services revenue up 43% YoY, vs. 40% est., and says Azure revenue in FY 2026 exceeded $100B for the first time — Microsoft shares rose in extended trading on Wednesday after the software maker disclosed strong fiscal fourth-quarter revenue.
- Meta reports Q2 revenue up 28% YoY to $60.8B and family daily active people up 3% to 3.6B on average for June 2026; META drops 10%+ after hours (Meta)
Meta : Meta reports Q2 revenue up 28% YoY to $60.8B and family daily active people up 3% to 3.6B on average for June 2026; META drops 10%+ after hours — Meta Platforms, Inc. (Nasdaq: META) today reported financial results for the quarter ended June 30, 2026. — “AI is accelerating our core business today …
- Microsoft reports Q4 revenue up 18% YoY to $90B, net income up 31% to $35.8B, and Microsoft Cloud revenue up 27% to $59.3B; MSFT jumps 3%+ after hours (Microsoft)
Microsoft : Microsoft reports Q4 revenue up 18% YoY to $90B, net income up 31% to $35.8B, and Microsoft Cloud revenue up 27% to $59.3B; MSFT jumps 3%+ after hours — REDMOND, Wash. — July 29, 2026 — Microsoft Corp. today announced the following results for the quarter ended June 30, 2026 …
- Waymo gradually resumes freeway routes, starting with Phoenix, more than two months after suspending them to improve performance around construction zones (Kirsten Korosec/TechCrunch)
Kirsten Korosec / TechCrunch : Waymo gradually resumes freeway routes, starting with Phoenix, more than two months after suspending them to improve performance around construction zones — Waymo is slowly adding freeway routes back to its service area more than two months after the company stopped driving these high-speed roads …
- Google launches its Lyria 3.5 music generation model in Google Flow Music, highlighting improved musicality, lyrics, vocal quality, and creative control (Google)
Google : Google launches its Lyria 3.5 music generation model in Google Flow Music, highlighting improved musicality, lyrics, vocal quality, and creative control — Our newest music generation model, Lyria 3.5, delivers significant advancements across musicality, lyrics, and vocal quality, empowering you to craft richer tracks.
- Thinking Machines Lab co-founder Lilian Weng is returning to OpenAI after announcing earlier this week she was leaving TML over workload-related health concerns (The Information)
The Information : Thinking Machines Lab co-founder Lilian Weng is returning to OpenAI after announcing earlier this week she was leaving TML over workload-related health concerns — Lilian Weng, a researcher who cofounded AI startup Thinking Machines Lab alongside former OpenAI Chief Technology Officer Mira Murati …
- OpenAI launches ChatGPT for Academic Researchers, giving 100K scientists, mathematicians, and engineers free access to its frontier models through 2027 (Ina Fried/Axios)
Ina Fried / Axios : OpenAI launches ChatGPT for Academic Researchers, giving 100K scientists, mathematicians, and engineers free access to its frontier models through 2027 — OpenAI is launching a new program Wednesday that will provide 100,000 academic researchers with free access to its advanced AI models through 2027 …
- Anthropic's cryptanalysis results on HAWK and AES show AI can now understand existing cryptanalysis results, turn them into new attacks, and even extend them (Matthew Green/A Few Thoughts ...)
Matthew Green / A Few Thoughts on Cryptographic Engineering : Anthropic's cryptanalysis results on HAWK and AES show AI can now understand existing cryptanalysis results, turn them into new attacks, and even extend them — Yesterday Anthropic published two new cryptanalysis results, both outputs of Claude Mythos, their (still) unreleased advanced model.
Solidot(15)
- GCC 宣布 AI 政策
GCC 指导委员会宣布采纳 GCC AI 政策工作组推荐的 AI 贡献政策。GCC 将拒绝任何“包含 LLM 生成的内容或源自 LLM 生成的内容的具有法律意义的贡献”。所谓“具有法律意义”指的是“约 15 行代码和/或文本”即可被视为具有版权意义。GCC 维护者可选择接受由 LLM 生成的具有法律意义的测试用例。AI 政策不禁止将 LLM 用于研究、分析、Bug 发现和报告、补丁审查等用途,只要其输出不包含在贡献中即可。指导委员会表示,AI 政策将不断发展完善,定期进行修订。
- 微软悄悄在 Windows 11 上安装了 OneDrive Photos
微软被发现不经过用户同意悄悄在 Windows 11 上安装了一个新应用 OneDrive Photos,可能是通过 Windows Update 或 OneDrive 客户端更新安装到设备上的。该应用的可执行文件是 C:\Program Files\Microsoft OneDrive\OneDrive.App.exe,它是基于 WebView2,并非原生应用。相比下 OneDrive 客户端的可执行文件是 C:\Program Files\Microsoft OneDrive\OneDrive.exe。OneDrive Photos 会自动扫描设备上的照片,其中的 People 栏还会请求扫描你的脸部。
- Google 研究未发现有证据显示 AI 将导致大规模自动化以及能取代白领
Google 发表研究报告《AI & Economy ATLAS》,它未发现有明确证据显示 AI 将导致大规模自动化以及能取代白领工作。报告是基于对 Gemini App、Google AI Mode 和 Gemini API 上 1500 万次匿名化 AI 交互的活动、任务、全景趋势和普及研究。研究发现,AI 应用仍停留在浅层,且主要以协作为主,端到端任务自动化的范围有限。计算机、金融、艺术和娱乐等领域的白领工作的 Gemini 普及率高于其它领域,金融/市场分析师、软件开发者和系统管理员是 AI 的高频用户,销售、运输工人以及食品加工/服务人员很少使用 AI。29% 的职业 AI 的影响微乎其微,另外 30% 的职业大部分工作仍然由人类负责。只有 3% 的职业会经常性的使用 AI,这些受 AI 影响最大的职业包括了软件 QA 分析师和测试人员、HR 专家以及文档管理专家。数据表明 AI 目前主要作为现有工作的补充,对某些职业中的部分任务有用,未被全面用于执行目前由人类完成的工作。员工外包给 AI 的认知任务绝大多数都不需要太多专业知识。
- 50 岁以上工人的睡眠危机
爱丁堡大学的研究人员在一年时间里跟踪了不同行业 45 名年龄在 50-66 岁之间的员工,收集了逾 1900 份自我报告的幸福感和工作场所评估数据,以及逾 5200 天的可穿戴传感器数据。结果显示,睡眠问题在参与者中间非常普遍。大多数参与者平均每晚睡眠时间为 6.5-8 小时,但九成参与者在整个研究期间都经历了睡眠障碍。研究结果表明,睡眠紊乱而非睡眠时间不足可能是许多人感觉休息不足的原因。在众多因素中,工作压力被认为与睡眠问题密切相关。
- 美国科技巨头现金流失加速
Alphabet 上周公布的 4~6 月财报显示,净利润为 1121 亿美元,达到上年同期 4 倍。但其自由现金流 4~6 月为 -58 亿美元,自 2004 年上市以来首次转负。另一家巨头亚马逊和 Alphabet 一样,自由现金流正在急剧减少。原因被认为是加速投资 AI 数据中心。亚马逊 1~3 月的自由现金流同比减少 95%,降至 12 亿美元。如果 4~6 月的自由现金流转负,可能会加剧市场对 AI 过度投资的担忧。
- DeepMind 解散 AlphaFold 项目团队
随着 Google DeepMind 对曾使其跻身全球顶尖人工智能实验室之列的研究战略进行全面调整,AlphaFold 研发团队已被解散。AlphaFold 是一个能预测蛋白质结构的人工智能系统,曾经荣获诺贝尔奖。过去一年,AlphaFold 论文的多数原作者已被调任。DeepMind 证实,这些员工已在公司内部转岗,参与围绕 Gemini 大型语言模型开发的项目,以及酶设计、核聚变和基因组学等领域的工作。部分人则转投 Alphabet 旗下的药物研发公司 Isomorphic Labs。还有近四分之一论文作者完全离开公司。三名核心成员 John Jumper、Jonas Adler 以及 Alexander Pritzel 跳槽到了 Anthropic。OpenAI 研究主管 Mark Chen 此前评论说,AI 研究人员希望在前沿实验室工作,而不是疲于追赶。
- eBay 支付 5600 万美元和解骚扰跟踪记者案
EcommerceBytes 是一家创办于 1999 年专注于电商相关新闻和评论的网站,由 Ina 和 David Steiner 夫妇创办。2019 年 4 月,Ina 发表文章说时任 eBay CEO Devin Wenig 的薪水 152 倍于普通员工。eBay 高管长期以来就对这个网站的文章很不满,首席传媒官 Steve Wymer 将这篇文章转发给了 CEO,附言要给点 Ina 颜色看。Wenig 在一个月后发短信同意了计划。Wymer 随后让安全部门主管 Jim Baugh 负责此事。eBay 的员工对 Steiner 夫妇展开了一系列的跟踪和骚扰行动,包括送活蟑螂、送花圈、一本关于如何走出丧偶阴影的书,以及血淋淋的猪面具。Steiner 夫妇于 2021 年提起了诉讼,双方刚刚达成了和解,eBay 将支付 5570 万美元的赔偿和慈善捐款。其中赔偿金为 4615 万美元,eBay 还将向多家慈善机构捐赠 600 万美元,前 CEO 将以 Ina Steiner 的名义向一家致力于保护宪法第一修正案权利的慈善机构捐赠 100 万美元。七名前 eBay 员工和合同工认罪和判刑,但两位前高管 Wymer 和 Wenig 没有受到刑事指控。
- Swift 天文台拯救任务面临变数
NASA 周二宣布,旨在拯救 Neil Gehrels Swift 天文台的商业卫星 LINK 自己也出现了问题。LINK 的三个反作用轮中有两个没有正常工作,冷气推进器系统也遇到了些问题。反作用轮被用于通过释放动量控制轨道飞行器的姿态,是卫星标准组件。而冷气推进器系统被用于更精细的控制。Swift 天文台已服役近 22 年,由于大气阻力其轨道高度已从原来的 600 公里衰减至约 400 公里,如果不提升轨道高度,天文台会在今年底不受控重返大气层。去年 9 月 NASA 授予 Katalyst Space Technologies 一份 3000 万美元的合同,用于开发和发射一艘与 Swift 对接并提升其轨道高度的卫星 LINK。LINK 于 7 月 3 日成功发射,未来几个月它将尝试用三个机械臂抓住 Swift 天文台,启动推进器,将其送回 600 公里高度的安全轨道。NASA 表示,Link 卫星仍能与地面团队保持通信,有足够电力,让工程师有时间制定方案,解决反作用轮问题。在重新建立稳定姿态并进一步检查其状态后,Katalyst 计划更新 Link 的制导、导航和控制系统以适应新配置。
- DEF CON 禁止有录像功能的智能眼镜
即将于 8 月 6 日在拉斯维加斯举行的年度黑客大会 DEF CON 禁止与会者佩戴有录像功能的智能眼镜。DEF CON 允许与会者拍照,但有诸多限制,事实上除了演讲者不允许拍摄其他人,除非摄影师征得被拍者的同意。这一拍照政策在 Meta 等公司的智能眼镜流行前一直没变。有录像功能的智能眼镜被认为会侵犯与会者的隐私,破坏彼此之间的互动。有与会者表示如果被秘密录像,他们不太愿意继续参加线下会议。
- 美国以国家安全理由禁售外国制造的先进机器人
美国以国家安全理由禁售外国制造的先进机器人。美国政府公布的文件称,现代的机器人要始终联网,扩大了攻击面,更容易泄漏数据和远程破坏。文件举例说,被称为 UniPwn 的漏洞能被攻击者用于控制宇树的人形机器人。“如果美国继续依赖外国的先进机器人设备和关键零部件,那么美国经济中依赖这些机器人的部分以及国家安全体系,将受制于外国实体的摆布。这些外国实体可能会在其选择的时机破坏或削弱供应链。”由韩国现代汽车控股的美国机器人公司波士顿动力豁免于禁令。已获准在美国销售的机器人不受影响。准备批量制造人形机器人的特斯拉公司将受益于这一禁令。
- 卫星照片确认亚马逊位于巴林的两座数据中心遭到破坏
伊朗公布的高分辨率卫星照片以及来自欧洲 ESA Sentinel-2 卫星星座的低分辨率照片,确认亚马逊位于巴林 Zallaq 和 Askar 的两座数据中心建筑遭到破坏。分析师表示数据中心的破坏程度还无法判断。伊朗方面表示袭击数据中心是因为亚马逊支持了美国的军事行动。亚马逊以及美国军方都拒绝置评。监视冲突的非营利组织 Armed Conflict Location & Event Data 称,亚马逊位于巴林 Zallaq 的数据中心在 7 月 22 日和 24 日两次遭到袭击,位于 Askar 的数据中心于 7 月 18 日和 21 日两次遭袭。
- 中国开始量产 DUV 光刻机
The Information 本周一报道,一家总部位于上海的企业已启动浸没式深紫外(DUV)光刻机的小规模批量生产,预计今年内向中芯国际、华虹半导体及长鑫存储等主要芯片制造商交付首批约5台设备,2027 年产量计划提升至约20台。这款中国产光刻机主打28纳米芯片生产,还可满足 7 纳米级别芯片的制造需求。路透周二报道,该公司名为上海爱晟纳电子科技集团,是一家国营企业,2023 年 8 月在上海成立,注册资本就高达 70 亿元人民币,主要股东为上海电气控股集团及上海国际信托旗下子公司等国有资本。
- 加拿大议员在议会演讲期间阅读了 AI 的回应
AI 聊天机器人在回答用户问题时经常会拟人化的给出替代答案,比如“有一个更自然更流畅的版本”之类。上个月,加拿大 New Brunswick 省进步保守党(Progressive Conservative Party)议员 Bill Oliver 在议会演讲中大声朗读,“here’s a more natural, flowing version of that section that reads like a legislative speech rather than a series of short points”,这是大模型的典型回复。这段奇怪的朗读当时未引起多少注意,但上周相关视频开始在社交媒体上广泛传播,引起了加拿大广播公司等主流媒体的注意。Oliver 绝非第一个盲目朗读他人代笔演讲稿的政客,当然也不是第一个依赖 LLM 辅助撰写演讲稿的政客。但在公开场合大声朗读明显是 AI 生成的文字且没有意识到,无疑是创造了新的历史。
- 维基基金会决定不自愿认可员工工会
管理维基百科的维基基金会选择了美国科技公司常用的应对员工组建工会的策略:不自愿认可。对于员工组建工会,雇主通常有两种选择:其一是员工递交有超过半数人签名的工会组建请求,雇主选择自愿认可该工会在其工作场所的唯一代表权,然后展开相关谈判;其二是不自愿认可工会请求,而是要求进行选举,期间会要求员工参加强制性的听证会,听取关于工会的不同意见,包括反工会的宣传,可能还有其它恐吓工会积极分子的手段。维基媒体基金会通过官方网站宣布它选择第二种方案,声称它的 342 名美国员工对加入工会持有不同的看法,它将要求员工进行选举,如果通过将会认可工会。
- 人类能在十周内学会回声定位
回声定位是蝙蝠鲸鱼等动物导航寻路的一种方式。2021 年研究人员在《PLOS One》上发表论文称,盲人和视力正常的人都可以通过发出滴答声(clicks)学会回声定位。上个月研究人员在《Cerebral Cortex》期刊上发表了一项后续研究,称人类能在十周内学会回声定位。26 名参与者接受了 10 周的回声定位训练,研究人员调查了训练对其大脑结构的影响。研究团队分析了 V1(初级视觉皮层,负责处理视觉信息)和 A1(初级听觉皮层,负责处理声音信息)的脑部扫描图像。结果显示,盲人和视力正常的人的 V1 区域对声音回声的敏感性都得到了提升。这进一步证明,大脑的适应能力都很强。
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