TEXT VIEW · TODAY'S DIGEST · 36 HEADLINES ACROSS 8 SOURCES

Startup Archive(0)

No items yet for today.

App Store Rankings(0)

No items yet for today.

ISSUE 0920
WED, JUL 8, 2026
OrangeBot.AI 智能策划和筛选每日科技趋势和新闻,为您节省时间。
TODAY · WED, JUL 8, 2026

The web,
read by a bot.

Ten sources — Hacker News, Product Hunt, HuggingFace, Techmeme and more — filtered, tagged, and summarized every morning for builders who don’t have time to scroll.

新功能!我们推出了用于保存推文和Reddit帖子的Chrome扩展程序。点击安装!
01

AI DIGEST

UPDATED DAILY · EDITOR'S PICK
01.00
AI DIGEST

AI新闻摘要

July 8, 2026

Here is a summary of today's main news events:

U.S.-Iran Ceasefire Collapses, Roiling Global Markets President Trump declared the ceasefire with Iran "over" following an exchange of new military strikes between the two nations. The escalation triggered immediate market volatility, causing oil prices to surge over 5%, stock markets to fall, and investors to seek safety in the U.S. dollar and government bonds.

AI Drives Record Mergers But Faces Growing Investor Scrutiny Artificial intelligence powered a surge in global merger-and-acquisition deals, which topped $3 trillion for the first half of the year. At the same time, investor confidence in the AI sector is becoming more volatile, weighed down by concerns over tech earnings and a security warning from China about a popular AI model from Anthropic.

Major Corporate Deals Advance in Banking, Housing, and Pharma Several significant business transactions are moving forward. Italian bank UniCredit is close to securing majority control of German competitor Commerzbank. Elsewhere, a U.S. homebuilder increased its cash offer to acquire rival Beazer, and AstraZeneca entered into a major partnership with Sino Biopharmaceutical.

UK Main Parties to Sit Out By-Election in Clacton The UK's Conservative, Labour, and Liberal Democrat parties have all decided not to field candidates in the upcoming by-election in Clacton. This unusual step clears the path for the Reform UK party's candidate, who is currently facing a scandal, to win what is considered the party's safest seat.

Ukraine Strikes Russian Supply Lines; New Zealand Hikes Rates In the war in Ukraine, Kyiv reported a successful strike against eight fuel tankers supplying Russian-occupied Crimea. In global economic news, New Zealand's central bank raised its interest rates for the first time in three years, citing the need to control persistent inflation.

02

ON THE WIRE

6 SOURCES
02

HACKER NEWS

02.00
HACKER NEWS

Hacker News - July 8, 2026

Hacker News Feed: Highlighting key posts and discussions.

LineageOS Statistics

(stats.lineageos.org)

14584
Is The Economist Always Wrong?

(www.economist.com)

132154
Amazon without the knockoffs

(knockoff.shopping)

322249
98% isn't much

(whynothugo.nl)

510334
03

HUGGINGFACE

03.00
HUGGINGFACE

HuggingFace 新闻 - July 8, 2026

HuggingFace Feed:最新的 AI 模型、数据集和社区动态。

RynnWorld-4D: 4D Embodied World Models for Robotic Manipulation

Robotic manipulation in the open world requires not only recognizing what a scene looks like, but also anticipating how its 3D structure moves under interaction. We argue that synchronized RGB, depth, and optical flow, namely RGB-DF, provide a physically grounded representation that captures the underlying 4D dynamics of a scene. Compared to 2D pixel videos, this multi-modal synergy aligns visual appearance with geometric structure and temporal motion, creating a representation space significantly closer to the low-level end-effector actions demanded by robotic systems, thereby narrowing the gap between world prediction and policy learning. Building on this insight, we introduce RynnWorld-4D, a generative model that co-produces future RGB frames, depth maps, and optical flow from a single RGB-D image and a language instruction within one unified diffusion process. This 4D world model features a tri-branch architecture that integrates cross-modal attention with frame-wise 3D RoPE, ensuring that appearance, geometry, and motion evolve consistently. To supply training data at scale, we curate Rynn4DDataset 1.0, a massive dataset of over 254.4 million frames across egocentric human and robotic manipulation videos with high-quality pseudo-labels for depth and optical flow. We further propose RynnWorld-4D-Policy, an inverse dynamics head that consumes the internal 4D representations of RynnWorld-4D in a single forward pass, bypassing expensive multi-step denoising, to output robot actions in a closed-loop manner. Experiments show that RynnWorld-4D produces temporally and spatially coherent 4D predictions, and that RynnWorld-4D-Policy achieves state-of-the-art performance on real-world dexterous bimanual manipulation tasks, particularly excelling in tasks demanding spatial precision and temporal coordination.

70
RynnWorld-Teleop: An Action-Conditioned World Model for Digital Teleoperation

Scaling robot learning requires massive, diverse trajectory data, yet collection is currently bottlenecked by physical teleoperation, where every demonstration binds operator time to specific hardware and workspaces. We introduce digital teleoperation, a paradigm that decouples data collection from physical constraints by replacing the real robot with a generative world model. In this framework, an operator's hand-pose stream drives a robot-centric generative world model to synthesize high-fidelity egocentric videos from a single reference image. The recorded pose stream serves as an embodiment-agnostic action label transferable to any target robot via standard retargeting, yielding complete state-action trajectories for imitation learning independent of physical hardware. We instantiate this paradigm in RynnWorld-Teleop, a system that integrates depth-aware skeletal conditioning, progressive human-to-robot training on a video Diffusion Transformer, and streaming autoregressive distillation. This pipeline compresses the generative process into a single-pass inference, enabling 40+ FPS, real-time interactive generation on a single H100 GPU. Policies trained exclusively on RynnWorld-Teleop-generated data achieve effective zero-shot Sim2Real transfer across dexterous and diverse bimanual tasks. Moreover, augmenting real-world datasets with our digitally teleoperated data consistently improves success rates, demonstrating that RynnWorld-Teleop serves as a high-fidelity, scalable data engine for the next generation of robotic agents.

65
AlayaWorld: Long-Horizon and Playable Video World Generation

Game worlds have traditionally been built through labor-intensive production pipelines, making them costly to develop, difficult to customization, and expensive to modify after deployment. Recent advances in video world models offer a fundamentally different paradigm. Rather than explicitly authoring every component of a virtual environment, these models autoregressively synthesize future observations conditioned on the current world state and user interactions, enabling playable worlds to be generated online. Trained on both gameplay recordings and real-world videos, they can capture diverse visual appearances and physical dynamics, opening new opportunities for interactive applications beyond gaming, including embodied intelligence. In this paper, we present AlayaWorld, a full-stack open-source framework for building interactive generative worlds. AlayaWorld enables open-ended real-time interaction, allowing users to freely navigate and perform diverse actions such as combat, spell casting, and monster summoning. The framework unifies the complete development-from data preparation model architecture, model training, inference acceleration, and deployment-within a modular and extensible architecture. Alongside the framework, we release reproducible pipelines, reference implementations, evaluation tools, and comprehensive documentation, establishing a practical foundation for future research and real-time applications of generative world models.

63
Hierarchical Sparse Attention Done Right: Toward Infinite Context Modeling

Scaling modern large language models (LLMs) to long contexts is limited by the quadratic computation cost, and poor length extrapolation of dense attention. Chunk-wise sparse attention offers a promising alternative, but all existing methods fall short of full attention because of their inaccurate chunk selection. We propose Hierarchical Landmark Sparse (HiLS) Attention, a chunk-wise sparse attention mechanism that learns chunk selection end-to-end under the language-modeling (LM) loss. HiLS factorizes attention hierarchically: each query performs attention independently with each retrieved chunk to extract chunk-specific information, and the resulting outputs are fused according to chunk retrieval scores. By incorporating retrieval scores into the forward attention computation, HiLS optimizes them directly with the LM loss, enabling end-to-end retrieval learning and native sparse training. Experimental results show that HiLS-Attention achieves performance comparable to, and in some cases better than, full attention at in-domain context lengths. Meanwhile, HiLS-Attention extrapolates more than 64times the training context length with 90% retrieval accuracy, far beyond full attention. Moreover, existing full-attention models can be converted to HiLS-Attention with lightweight continued pretraining, preserving in-domain performance while acquiring ultra-long-context extrapolation. Together with its sparse KV access and computation, HiLS-Attention breaks the usual efficiency-performance trade-off, enabling long-context LLMs that are both more efficient and more effective on general long-context tasks than their full-attention counterparts.

30
Vision as Unified Multimodal Generation

We formulate computer vision as unified multimodal generation, where heterogeneous visual tasks are expressed in the native text and image generation spaces of a unified multimodal model, without task-specific architectures. Under this formulation, SenseNova-Vision uses natural-language instructions and optional visual prompts to specify tasks, target regions or views, and decoding conventions, and generates responses as text for symbolic outputs, images for dense spatial predictions, or mixed text-and-image outputs for compositional tasks. To support large-scale training, we convert diverse computer vision annotations into instruction-response examples compatible with these generation spaces, resulting in the SenseNova-Vision Corpus, a computer-vision instruction-response corpus spanning text, image, and mixed targets. Starting from an off-the-shelf pretrained unified multimodal model, SenseNova-Vision is trained primarily on this corpus, with auxiliary multimodal data used as a capability-preserving mixture, and requires no task-specific prediction heads or architectural modifications. The resulting model covers a broad range of vision tasks, including detection, OCR, keypoint estimation, segmentation, depth estimation, surface normal prediction, point maps, and camera pose estimation, while supporting language-defined variants that combine category, color, region, and other visual cues. Experiments show that a single unified model can match leading task-specialized systems across structured visual understanding, dense geometric prediction, segmentation, and multi-view visual geometry. These results suggest unified multimodal generation as a scalable route for integrating computer vision capabilities into general-purpose foundation models. The model and corpus are publicly available.

28
Gemma 4 Technical Report

We introduce Gemma 4, a new generation of open-weight, natively multimodal language models in the Gemma model family. Designed to advance compute efficiency and reasoning, the Gemma 4 model suite features dense and Mixture-of-Experts architectures, ranging from 2.3B to 31B parameters. Alongside improved vision and audio encoders for all model sizes, we propose a unified, encoder-free architecture for our 12B model, which ingests raw audio and image patches. Furthermore, we integrate a thinking mode, enabling Gemma models to generate reasoning traces prior to responding. We improve inference speed, memory, and compute efficiency, as well as long-context abilities through critical design choices. Gemma 4 establishes a leap in performance across STEM, multimodal, and long-context benchmarks, and rivals larger, frontier open models in human-rated tasks.

19
Light-Omni: Reflex over Reasoning in Agentic Video Understanding with Long-Term Memory

Agentic video understanding equips models with long-term memory to autonomously process and respond to continuous, long-horizon multimodal streams. However, advanced video agents often rely on ``detective-style'' iterative reasoning for action control (e.g., search) and evidence aggregation, incurring prohibitive costs and latency. We argue that such heavy reasoning primarily compensates for the lack of global context and semantic misalignment in retrieval. This paper introduces Light-Omni, a multimodal agent framework for reflexive and lightweight video understanding. It achieves this through dual contextual states that instantly build the required context in a single forward pass. First, we maintain a global state, a finite-sized multimodal script continuously consolidated from episodic memory, serving as the global context for Light-Omni. Through hierarchical merging, it preserves recent details while summarizing past events. Second, conditioned on this global context, we generate a parametric latent state that directly drives autonomous actions and produces retrieval embeddings, with minimal latency. Benefiting from this coupled design, Light-Omni achieves semantically aligned retrieval and reflexive responses while avoiding iterative reasoning. Extensive experiments validate the effectiveness of Light-Omni across multiple video benchmarks. Notably, it outperforms M3-Agent with an average 2.4% accuracy gain, a 12.1times speedup, and a 2.6times improvement in GPU memory efficiency. Furthermore, it serves as a memory system to enhance both the performance and efficiency of existing MLLMs. Project page: https://clare-nie.github.io/Light-Omni.

18
Parallelized Autoregressive Decoding for Omni-Modal Dense Video Captioning

Dense video captioning aims to generate temporally grounded descriptions of video events, benefiting both event-level video understanding and generation. In this domain, autoregressive video large language models have emerged as a prevalent paradigm due to their strong generative and cross-modal modeling capacity. However, generating dense captions under the token-by-token paradigm severely limits inference efficiency and hinders scalability as video length and event density increase. In this work, we propose a parallelized autoregressive framework that not only improves generation efficiency but also enhances temporally grounded captioning performance. Our key insight is to exploit the weak local dependencies across temporally distinct events to restructure the causal dependency graph, thereby enabling lossless parallel generation. Specifically, tokens with weak cross-event dependencies can be decoded in parallel, while tightly coupled tokens within each event retain sequential decoding to preserve local semantic coherence. To realize this insight, we introduce two key components for lossless parallel decoding: (1) a latent global planning mechanism that automatically learns the event-level structure and produces compact tokens encoding global inter-event causality while adaptively aggregating event-level audio-visual semantics, guiding subsequent dependency restructuring and parallel decoding; and (2) an event-factorized parallel decoding mechanism that effectively balances local focus with global inter-event awareness. Experiments on various benchmarks demonstrate the clear advantage of our approach in both efficiency and performance in omni-modal event grounding and captioning. Project website: https://github.com/showlab/PadCaptioner.

16
SkillOpt-Lite: Better and Faster Agent Self-evolution via One Line of Vibe

While skill optimization for autonomous agents has gained traction, existing methods rely on complex pipelines. This leaves a fundamental question unaddressed: What constitutes a minimal viable pipeline for skill optimization, where every component is justified by theory or empirical necessity? We formalize skill optimization via Zeroth-Order (ZO) optimization, mapping classical counterparts (central difference, trust regions) to recent literature. Noting that unlike blind numerical perturbations in classical ZO, skill trajectories serve as interpretable debugging feedback. Grounded in Claude Code philosophy and PAC learning, we establish three principles for convergence and generalization: file-system-based trajectory exploration, consensus attribute mining, and independent validation gating. Eliminating redundancies, we propose SkillOpt-Lite. It accelerates convergence and outperforms full SkillOpt: improving LiveMath by +8.8 points on GPT-5.5 and +25.4 points on GPT-5.4-nano, allowing the nano model to surpass standard GPT-5.4 optimized by SkillOpt. Finally, we integrate our framework into production coding agents like VSCode Copilot, enabling developers to evolve agent skills via one line of vibe. Because our framework treats all agent components simply as standard editable code, this minimal pipeline naturally generalizes to full harness optimization (HarnessOpt). On SpreadsheetBench, HarnessOpt enables GPT-5.4-nano to achieve 0.7758 accuracy, outperforming the larger GPT-5.5 running standard pipelines (0.7620). Code is available at https://github.com/EvolvingLMMs-Lab/SkillOpt-Lite.

14
DSpark: Confidence-Scheduled Speculative Decoding with Semi-Autoregressive Generation

Speculative decoding accelerates Large Language Model (LLM) inference by decoupling draft generation from target verification. While recent parallel drafters efficiently propose long token sequences in a single forward pass, they suffer from rapid acceptance decay due to a lack of inter-token dependencies. Furthermore, indiscriminately verifying these extended blocks wastes critical batch capacity on tokens with high rejection risks, severely degrading throughput in high-concurrency serving systems. We introduce DSpark, a speculative decoding framework that unifies high-throughput parallel generation with adaptive, load-aware verification. To maintain draft quality, DSpark utilizes a semi-autoregressive architecture, coupling a parallel backbone with a lightweight sequential module, to introduce intra-block dependency modeling and mitigate suffix decay. To optimize system efficiency, DSpark employs confidence-scheduled verification, dynamically tailoring the verification length for each request based on estimated prefix survival probabilities and engine-specific throughput profiles. On offline benchmarks across diverse domains, DSpark substantially improves the accepted length over state-of-the-art autoregressive and parallel drafters. When deployed within the DeepSeek-V4 serving system under live user traffic, DSpark successfully mitigates verification waste. Compared to the established production baseline (MTP-1), DSpark accelerates per-user generation speeds by 60 to 85 percent at matched throughput levels. More importantly, by preventing severe throughput degradation under strict interactivity constraints, it enables performance tiers that were previously unattainable, shifting the Pareto frontier of our serving system.

13
MentalThink: Shaping Thoughts in Mental SVG World

We introduce MentalThink, a visual-symbolic reasoning paradigm that equips Multimodal LLMs (MLLMs) with an executable mechanism for "mental" visualization. The core of MentalThink is a think-with-SVG pipeline, where the model learns to generate, render, and interpret scalable vector graphics (SVG) code as an intermediate visual representation for multi-turn reasoning. By creating structured vector sketches, the model can externalize spatial hypotheses, inspect them through deterministic rendering, and reason within a constrained geometric space, effectively mimicking the human process of mental imagery. We instantiate this paradigm through a two-stage training framework, combining Supervised Fine-Tuning (SFT) for SVG syntactic alignment with multi-turn Reinforcement Learning (RL) to encourage iterative inspection, revision, and refinement of intermediate visual hypotheses. Extensive evaluations demonstrate that MentalThink achieves superior performance on spatial understanding and reasoning benchmarks (e.g., 55.1% on VSIBench, 76.0% on MindCube), showing that executable vector graphics provide a verifiable visual workspace for dynamic perspective taking, visual reflection, and compositional scene construction.

10
From Foundation to Application: Improving VLA Models in Practice

Despite recent progress of VLA foundation models, the disparity between laboratory conditions and real-world applications continues to impede their practical implementation. To bridge this gap, we present LingBot-VLA 2.0, which advances LingBot-VLA through improvements in three functional domains. (1) Generalization across tasks and embodiments. Compared to the previous version, we revamp the data processing pipeline and curate around 60,000 hours of data for pretraining, including 50,000 hours of robot trajectories spanning 20 robot configurations and 10,000 hours of egocentric human videos. (2) Expanded action space in addition to dual-arm hardware platforms. In particular, our system accommodates degrees of freedom for the heads, waists, mobile bases, and dexterous hands, thereby empowering the robots to tackle more complex tasks in practical scenarios. (3) Predictive dynamics modeling for improved temporal reasoning. Specifically, we formulate future prediction as a proxy task, facilitated by a video representation model for semantic priors and a depth estimation model for geometric cues. Evaluations on the GM-100 benchmark, conducted in a generalist setting, validate the beneficial impact of these proposed modifications. Furthermore, benefiting from the expanded pretraining data that covers whole-body degrees of freedom, LingBot-VLA-2.0 demonstrates strong cross-embodiment long-horizon mobile manipulation capability across the two robotic platforms.

9
TurnOPD: Making On-Policy Distillation Turn-Aware for Efficient Long-Horizon Agent Training

On-policy distillation (OPD) trains a student policy by matching a stronger teacher on the student's own trajectories, offering a promising framework for language agent training. However, its application to long-horizon agentic tasks remains insufficiently explored. We identify two key inefficiencies in vanilla agent OPD: (1) full-horizon rollouts often waste wall-clock resources on tail turns that provide weak and noisy KL supervision, and (2) trajectory-level KL objectives concentrate most of the loss on shallow tokens, leaving deeper decision turns under-trained once initial behaviors are aligned. To address these challenges, we propose TurnOPD, a turn-level budgeting strategy for efficient on-policy distillation of long-horizon agents. TurnOPD consists of two budget controllers: adaptive rollout-depth budgeting, which uses probe-based turn statistics to determine rollout length, and progressive turn-normalized loss budgeting, which gradually shifts KL weighting from token-level to turn-balanced supervision. Experiments on ALFWorld, WebShop, and Multi-Hop Search with task-specialized teacher models show that TurnOPD achieves superior validation accuracy under equal wall-clock training budgets and advances the accuracy--time frontier beyond vanilla OPD.

9
CanvasAgent: Enabling Complex Image Creation and Editing via Visual Tool Orchestration

Complex image creation and editing often require more than a single generation or editing model. A user request may involve synthesizing images, localizing objects, segmenting regions, editing selected content, compositing intermediate assets, reading text, and enhancing the final result. Such tasks shift multimodal agents from perception-augmented reasoning to manipulation-centered visual creation, where tools must actively transform visual states rather than merely inspect them. However, existing multimodal tool-use agents are mostly optimized for perception, search, or domain-specific editing, and lack large-scale supervision for executable image-creation trajectories. In this paper, we introduce CanvasCraft, a large-scale multimodal tool-use dataset for complex image creation and editing, and CanvasAgent, a tool-augmented multimodal agent that learns to orchestrate heterogeneous visual tools through multi-turn interaction. CanvasCraft contains 140K fully annotated executable trajectories and 10K RL task specifications. CanvasAgent is first trained with SFT to learn executable reasoning-action trajectories, and is then optimized with GRPO using a hybrid reward that combines outcome- and process-level signals. During rollout, CanvasAgent inspects intermediate results, tracks visual assets, and adapts tool decisions to the evolving visual state. Experiments evaluate both final image quality and trajectory behavior, demonstrating the effectiveness of CanvasAgent and the proposed dataset for complex multi-tool image creation workflows.

8
PointDiT: Pixel-Space Diffusion for Monocular Geometry Estimation

State-of-the-art single-image 3D reconstruction methods often rely on complex hybrid architectures and loss functions, or compress geometry into latent spaces in order to leverage pre-trained latent diffusion models. In this work, we show that such architectural overhead and intricate loss formulations are unnecessary. We introduce a minimalist pixel-space Diffusion Transformer, built on a plain ViT, that operates directly on raw 3D point map patches and is conditioned on image tokens from a pre-trained DINOv3. Unlike existing latent diffusion approaches, we train our diffusion backbone entirely from scratch, eliminating the need for point map tokenizers. Despite its simplicity, our approach surpasses complex latent-based diffusion models while remaining significantly simpler than hybrid alternatives. Notably, it produces sharper geometric structure and is more robust in highly ambiguous regions, such as transparent objects.

6
Flex-Forcing: Towards a Unified Autoregressive and Bidirectional Video Diffusion Model

Recent progress in large-scale generative models has substantially advanced video generation, yet existing methods remain constrained by a rigid inference paradigm. Bidirectional diffusion models excel at global coherence and visual fidelity but suffer from slow inference, while autoregressive models offer efficient and streaming generation at the cost of long-range consistency and exposure bias. We introduce Flex-Forcing, a unified training and inference framework that enables a video diffusion model to seamlessly operate under both bidirectional and autoregressive generation regimes. The core idea is a flexible chunking mechanism jointly defined over the temporal axis and denoising steps. This design allows the model to (1) perform flexible chunking according to different device budgets, (2) perform bidirectional inference across chunks for global structure planning, while generating frames autoregressively within each chunk for efficient and fine-grained synthesis, and (3) perform any-order, any-timestep autoregressive generation without the strict causal constraint. Extensive experiments on multiple video generation benchmarks demonstrate that Flex-Forcing achieves consistently better video quality, long-video stability than strong baselines with a rigid inference schedule, while offering faster inference.

6
TREK: Distill to Explore, Reinforce to Refine

Group Relative Policy Optimization (GRPO) is effective when the current policy already samples useful reasoning trajectories, but it stalls on hard prompts whose correct solution modes lie outside the student's on-policy support. We propose TREK (Teacher-Routed Exploration via Forward KL), a simple staged procedure that uses distillation not for imitation but for exploration support expansion. A key advantage of TREK is its generality: because it only consumes verified output trajectories, it can use an external black-box teacher, a white-box teacher, or the same model given additional inference-time context, and it can efficiently identify which hard-prompt samples are most worth consolidating even when teacher internals are unavailable. TREK first identifies prompts where the unaided student has very low pass rate, queries a proposal source to produce verified candidate solutions, keeps the top-r proposals ranked by current student likelihood, applies a short forward-KL phase to pull those verified modes into the student's support, and then returns to standard on-policy GRPO refinement. On mathematical reasoning, TREK with DeepSeek-V4 proposals improves Qwen3 models across all tested scales on AIME 2024 and AIME 2025; for Qwen3-8B, it improves AIME 2025 from 36.9 to 40.3 and AIME 2024 from 47.9 to 51.1 (avg@16), while the self-context variant reaches 38.5 and 49.6 without an external teacher. On agentic tasks, TREK raises ALFWorld success rate from 75.8 to 82.8 and ScienceWorld success rate from 12.5 to 26.7; notably, on the hardest task types, TREK achieves high success rates early in training while unaided GRPO requires substantially more optimization steps to reach comparable levels.

6
Nemotron-Labs-Diffusion: A Tri-Mode Language Model Unifying Autoregressive, Diffusion, and Self-Speculation Decoding

We introduce Nemotron-Labs-Diffusion, a tri-mode language model (LM) that unifies AR, diffusion, and self-speculation decoding within a single architecture. Trained with a joint AR-diffusion objective, Nemotron-Labs-Diffusion can switch modes to sustain high throughput across deployment settings and concurrency levels. Our study shows that (1) AR and diffusion objectives are complementary: diffusion improves lookahead planning, while AR provides left-to-right linguistic priors. (2) In self-speculation mode, diffusion drafts while AR verifies, outperforming multi-token prediction (MTP) methods in both acceptance rate and real-device efficiency. (3) A speed-of-light analysis further demonstrates diffusion's long-term potential, with up to 76.5% more tokens per forward pass than self-speculation under an optimal sampler. Scaling to 3B, 8B, and 14B parameters, our Nemotron-Labs-Diffusion family, including base, instruct, and vision-language models, consistently outperforms state-of-the-art open-source AR and diffusion LMs in both accuracy and speed. For example, Nemotron-Labs-Diffusion-8B decodes 6x more tokens per forward than Qwen3-8B with comparable accuracy, translating to 4x higher throughput on SPEED-Bench with SGLang on a GB200 GPU.

6
Rank-Then-Act: Reward-Free Control from Frame-Order Progress

We introduce Rank-Then-Act (RTA), a framework for learning control policies from expert video demonstrations without environment rewards. RTA trains a Vision-Language Model (VLM) offline as a progress-based ordinal scorer, using a Group Relative Policy Optimization (GRPO) objective over shuffled frame sequences, which forces the model to recover temporal ordering from visual semantics rather than trivial time cues. Importantly, instead of using the scorer directly as a scalar reward model, we propose a correlation-based reward function for reinforcement learning: at each interaction window, we compute the Spearman rank correlation between predicted progress rankings and true temporal indices, yielding a bounded, scale-invariant learning signal. This design decouples reward learning from absolute calibration and enables stable transfer across tasks and environments. We evaluate RTA on discrete control benchmarks (PyBoy: Catrap, Kirby) and continuous control tasks (PointMaze, MetaWorld). RTA consistently matches or outperforms prior video-based reward learning methods and rank-based baselines, while demonstrating strong cross-task reuse of a single pretrained progress scorer. Our results suggest that correlation-structured supervision over video-derived ordinal signals is sufficient for policy learning, offering a scalable alternative to explicit reward design.

4
When Classic Cache Policies Fail: Learning-Augmented Replacement for Semantic Retrieval Buffers

LLM agents increasingly rely on retrieval buffers to store and reuse past experience, yet the cache management policies governing these buffers remain largely ad-hoc. We formalize this as an online semantic cache replacement problem with switching costs, where items are matched by embedding similarity and hit quality is continuous rather than binary. Through experiments on two datasets from MemoryBench-Full (LoCoMo, DialSim) with 8 replacement policies, we reveal a surprising finding: classic heuristics (LRU, LFU) consistently underperform the naive FIFO baseline on semantic workloads, due to the absence of temporal locality and frequency concentration. We propose SOLAR, a learning-augmented framework that derives modification timing from regret accumulation (achieving sim17\% modification rate) and content selection from Bayesian online learning over implicit retrieval feedback. We prove SOLAR achieves a constant competitive ratio leq 3, independent of cache size and horizon (vs.\ Ω(K) for FIFO), and eviction regret O(KTlog T), matching the Ω(KT) lower bound up to logarithmic factors. Experiments demonstrate 5--75\% relative improvement over FIFO at tight cache sizes, with a clearly characterized phase transition at the working set boundary. Synthetic experiments with 5000-item pools further reveal an inverted-U relationship between pool size and retrieval quality, justifying capacity constraints as a retrieval noise phenomenon rather than a storage limitation.

4
3D HAMSTER: Bridging Planning and Control in Hierarchical Vision Language Action Models through 3D Trajectory Guidance

Hierarchical Vision-Language-Action (VLA) models decouple high-level planning from low-level control to improve generalization in robot manipulation. Recent work in this paradigm uses 2D end-effector trajectories predicted by a Vision-Language Model (VLM) as explicit guidance for a downstream policy. However, state-of-the-art low-level policies operate in 3D metric space on point clouds, and feeding them 2D guidance that lacks depth forces each waypoint to be assigned the depth of whatever scene surface lies beneath it, producing geometrically distorted trajectories. We propose 3D HAMSTER, a hierarchical framework that closes this gap by having the planner directly output metrically reliable 3D trajectories. We augment a VLM with a dedicated depth encoder and a dense depth reconstruction objective to predict 3D waypoint sequences, which are directly integrated into a pointcloudbased low-level policy. Across 3D trajectory prediction, simulation, and real-world manipulation, 3D HAMSTER consistently outperforms proprietary VLMs and 2D-guided baselines, with the largest gains under appearance-altering shifts and unseen language, spatial, and visual conditions. The project page is available at https://davian-robotics.github.io/3D_HAMSTER/.

4
CGGS: Consistency-Augmented Geometric Gaussian Splatting for Ego-centric 3D Scene Generation

Challenges remain in ego-centric 3D scene generation due to limited view overlap and the dominant influence of individual perspectives on scene interpretation. These factors hinder the creation of viewpoint-consistent and semantically aligned visual content, as well as the construction of accurate geometric structures. In this paper, we propose CGGS, a text-to-3D framework aiming to enhance 3D-content-awareness and address geometric distortions in ego-centric scene generation. Firstly, the Ego-centric Generator is proposed by fine-tuning a Multi-View Latent Diffusion Model with consistency-augmented loss to generate consistent, high-fidelity 2D content aligned with textual descriptions. Then, Layout Decorator leverages optical flow and point-track correspondence to estimate depth, therefore producing dense point clouds as coarse layouts from the ego-centric 2D priors. Building on this initialization, Geometric Refiner is proposed to enhance 3D Gaussian reconstruction via an entropy-based Mutual Information Depth Loss (MID) combined with a hierarchical optimization scheme for improving visual quality and geometric structure. Comprehensive experiments demonstrate that softred{CGGS} outperforms previous methods in generating coherent and accurate text-driven 3D scenes. Project page: https://cggs-26.github.io/cggs26/.

4
PluraMath: Extending Mathematical Reasoning Evaluation Beyond High-Resource Languages

Mathematical reasoning has become a central task for evaluating and tuning reasoning Large Language Models (LLMs), yet existing benchmarks remain heavily biased toward high-resource languages, with English and Chinese dominating both pre-training corpora and evaluation suites. The recently released PolyMath (Wang et al., 2025) dataset represents a significant step forward, yet its coverage is still limited to 18 only high-resource languages. To address this gap, we introduce PluraMath, an extension of PolyMath to 18 additional {underrepresented languages spanning 6 language families -- ranging from mid-resource to extreme low-resource settings. We constructed the dataset through a human-curated pipeline, where native speakers thoroughly validated pre-computed translations. Using PluraMath, we then benchmark 27 reasoning LLMs across four model scales -- small, mid-size, large, and closed-source ensembles -- probing the multilingual mathematical reasoning capabilities of state-of-the-art models under diverse linguistic conditions. Our fine-grained analysis confirms a persistent gap in mathematical reasoning performance between high-resource and underrepresented languages, with stronger results largely associated with better instruction-following ability. We fully open-source our dataset, data acquisition pipeline, and evaluation framework, with the goal of lowering the barrier to multilingual benchmark development for underrepresented communities.

3
MuseBench: Benchmarking Intent-Level Audiovisual Arts Understanding in MLLMs

Audiovisual arts encompass diverse creative disciplines, including cinema, visual arts, stage performance, and game design, where artistic meaning arises from deliberate combinations of visual, auditory, and narrative elements (e.g., fear amplified through claustrophobic framing, or grief conveyed through silence and lingering close-ups). True artistic understanding extends beyond recognizing what is depicted to reasoning about why it is expressed through particular creative choices. Despite the strong progress of multimodal large language models (MLLMs), this critical aspect of artistic understanding remains underexplored, as existing benchmarks largely measure perceptual recognition while overlooking reasoning about creative intent. To address this gap, we introduce Musebench, a comprehensive benchmark designed to evaluate MLLMs on nuanced artistic understanding. It comprises 4,016 questions spanning cinematic arts, static visual arts, stage performing arts, and game arts, distilled from over 10K candidate video essays that pair professional commentary with visual demonstration. To capture the open-ended nature of artistic analysis at scale, the benchmark combines single-select and variable-option multi-select questions. All questions are generated and refined through a four-phase iterative pipeline combining shortcut filtering, adversarial distractors, and expert validation. Comprehensive zero-shot evaluation of 28 state-of-the-art MLLMs reveals that even the best-performing model achieves only 48.29% accuracy, substantially below human expert performance of 87.18%, exposing a significant gap in current models' creative domain expertise.

3
Quantifying and Expanding the Theoretical Capacity of Late-Interaction Retrieval Models

Late-interaction retrieval models that use the MaxSim similarity function have shown strong empirical performance, often outperforming single-vector dense and sparse retrieval models. Despite these empirical findings, little is known about the theoretical representation power of MaxSim and how it compares to other retrieval approaches. This paper shows by construction that MaxSim similarity can exactly replicate the inner product between any two non-negative k-sparse vectors with possibly infinite dimension, requiring only O(k) representation space. Moreover, there exist similarities that MaxSim can express while standard vector inner products with the same representation space cannot. Leveraging our theoretical framework, we introduce Signed MaxSim which allows late-interaction models to exactly replicate any real-valued inner product, something we prove standard MaxSim is not capable of. We also show that MaxSim can act as an aggregation of soft-OR operations and as an evaluator of logical expressions in positive Conjunctive Normal Form. Our findings show that MaxSim is at least as capable as standard vector inner products for any non-negative vectors and our extension, Signed MaxSim, is as capable for any vectors. Both similarities possess additional capabilities that inner product cannot replicate, marking one of the first theoretical justifications and quantifications of late-interaction methods. Our theoretical findings are supported empirically: on a retrieval task featuring queries with negations, Signed MaxSim improves out-of-domain performance significantly over a standard ColBERT/MaxSim baseline with nDCG@10 increasing from 0.597 to 1.000 under a vocabulary shift and from 0.008 to 0.788 on negation-only queries.

3
Layer-wise Cross-Lingual Depression Detection from Speech: Analysis with Contrastive Alignment

Significant disparities exist in the diagnosis and clinical presentation of depression across different linguistic populations. Speech-based depression detection performs well monolingually, but cross-lingual generalization remains an open challenge. A key reason is that prior work uses segment-level random splits without speaker grouping, leading to identity leakage that inflates reported metrics. We propose CLeaD, a supervised contrastive alignment framework that maps WavLM embeddings from English and Mandarin into a shared clinical space, without parallel data or target-language fine-tuning. Evaluating 52 Mandarin speakers, contrastive alignment modestly outperforms the baseline (F1: 0.640 vs. 0.622) under leave-one-speaker-out evaluation. It also improves depressed-class recall at intermediate layers (7-8), though the small test set limits generalizability. Two findings remain robust: model scaling degrades cross-lingual performance while improving monolingual English, and speaker identity leakage artificially inflated previously reported Mandarin F1 scores to 0.954, an artifact we reproduce and quantify.

2
SIEVE: Structure-Aware Data Selection for Imitation Learning with VLA Models

Vision-Language-Action (VLA) models are typically trained by imitation learning on large-scale robot demonstration datasets, but more data does not necessarily yield better policies due to redundancy, noise, and uneven coverage. Existing data selection methods often assess demonstrations at either the trajectory or state-action level, missing the reusable structures that compose long-horizon behaviors. In this paper, we propose SIEVE, a structure-aware data selection method for VLA imitation learning. SIEVE views demonstrations as compositions of reusable primitives and transition interfaces. It first discovers visuo-motor primitives from segmented trajectories, then allocates selection budgets to composition patterns by maximizing reuse-aware structural exposure under diminishing returns. Finally, it selects medoid trajectories within each composition-pattern bucket to retain central, stable, and imitation-friendly demonstrations. Experiments across multiple datasets, benchmarks, and VLA models show that SIEVE consistently outperforms competitive data selection baselines. Notably, SIEVE can surpass full-data training while using only 50% of demonstrations and 50% of training steps, suggesting that reusable structure, captured through primitives and transitions, is an important signal for efficient VLA imitation learning.

2
Where to cut, how deep: BPE and Unigram-LM on chemistry SMILES

Every chemical language model reading SMILES begins with a tokenizer, yet the field has inherited byte-pair encoding (BPE) from natural language with little scrutiny. In natural language, BPE's principal alternative, Unigram-LM, is known to build structurally different vocabularies. Whether that contrast survives in chemistry was open. We report a controlled comparison of BPE and Unigram-LM over a fixed 165-token chemistry base, at the small vocabulary sizes where token embeddings are learnable, across three corpus typologies (diverse, drug-like, natural-products) and both pre-tokenization boundary policies. The two do not converge. In all 22 matched conditions they build near-disjoint subword vocabularies: cross-algorithm Jaccard overlap on the learned pieces never exceeds 0.161, and at most 0.05 once weighted toward the high-frequency pieces a model updates most. Unigram-LM also segments held-out molecules into 29-41% more tokens; the arms largely agree on where to cut but not how deeply, so BPE's segmentation is a strict coarsening of Unigram-LM's on 80-99% of molecules. The separation holds across corpus, boundary, and vocabulary size, persisting even at eight times that scale. The subword algorithm is therefore a modeling decision, not a free default. The study trains no language models.

1
Bibby AI: An Editor-Native Agentic Platform for Academic Research, Writing, and Publishing

Academic output is produced across a fragmented toolchain: literature discovery in one application, reference management in another, writing in a LaTeX editor, formatting against venue templates by hand, and submission through yet another portal. Each boundary between tools forces a context switch, a format conversion, or a manual copy-paste step, and the cumulative cost dominates the time researchers spend on activities that are not research. We present Bibby AI, an editor-native platform that collapses this toolchain into a single Research-Write-Publish pipeline built around a cloud LaTeX editor. Unlike assistants that attach to an existing editor through a browser extension, Bibby AI owns the full document state, compilation pipeline, and revision history, which allows its agents to perform retrieval-grounded citation insertion, structural edits, and template-compliant reformatting as first-class, verifiable operations rather than text suggestions. The platform integrates (i) ingestion pipelines that convert PDF, DOCX, and handwritten mathematics into clean LaTeX; (ii) a retrieval layer over scholarly metadata enriched with patent-to-paper citation signals derived from USPTO PatentsView and the Marx-Fuegi citation corpus, surfacing the translational impact of candidate references; and (iii) task-scoped agents for literature triage, drafting, revision, and venue formatting that operate directly on the document's abstract syntax representation. Bibby AI is deployed in production and serves more than 5,000 active researchers across more than 50 subscribing universities. We describe the architecture, the design decisions that editor-nativeness makes possible, and the workflow-level time-savings framework we use to evaluate the platform against fragmented baselines.

1
SiamJEPA: On the Role of Siamese Student Encoders in JEPA

Recently, Joint Embedding Predictive Architectures (JEPAs) have attracted significant attention in the computer vision and machine learning communities as a promising framework for self-supervised representation learning. Unlike masked autoencoders that reconstruct pixels, JEPA models learn representations by predicting latent embeddings of masked regions. Existing JEPA-based methods, such as I-JEPA and V-JEPA, typically employ a single encoder in the student network. In contrast, using Siamese encoders for student network is more naturally aligned with brain-inspired representation learning frameworks, yet their role in JEPA models remains largely unexplored. In this paper, we investigate the effect of Siamese student encoders in JEPA-based representation learning. To this end, we propose SiamJEPA, masked Siamese student encoders equipped with an exponential moving average (EMA) teacher network. SiamJEPA can also be viewed as a JEPA formulation of the brain-inspired representation learning model PhiNet. Through extensive experiments on ImageNet linear probing, we demonstrate that Siamese encoders act as an effective regularizer for the JEPA objective, improving representation separability and accelerating learning during the early stages of training. Furthermore, SiamJEPA consistently outperforms comparable single-encoder JEPA variants under limited training budgets and achieves higher linear probing accuracy than Masked Autoencoders (MAE) which requires longer training. Our findings reveal that Siamese student encoders are not merely an architectural choice but constitute an important inductive bias for predictive representation learning. These results provide new insights into the design of JEPA-based models and suggest that incorporating Siamese student architectures offers a simple yet effective approach for improving self-supervised representation learning.

0
HunyuanOCR-1.5: Making Lightweight OCR VLMs Faster and Better

We present HunyuanOCR-1.5, a lightweight end-to-end OCR-specialized vision-language model. HunyuanOCR unifies document parsing, text spotting, information extraction, text-image translation, and multi-image document understanding within a single end-to-end VLM. Building upon the lightweight architecture of HunyuanOCR-1.0, HunyuanOCR-1.5 does not redesign the backbone, but systematically improves both efficiency and capability. For efficiency, we adapt DFlash to OCR decoding, significantly reducing the latency of long structured outputs such as dense documents, tables, and formulas while preserving output distribution. Powered by DFlash, HunyuanOCR-1.5 achieves a 6.37x Transformer inference speedup and a 2.14x speedup under vLLM, delivering the fastest inference among lightweight OCR VLMs. For capability, we propose Agentic Data Flow, an agent-driven data construction system that transforms model weaknesses into executable data requirements and autonomously performs material search, quality verification, and pipeline development. It substantially improves long-tail capabilities in ancient-script OCR, fine-grained chart and table parsing, multi-image text-centric QA, low-resource multilingual parsing, and document hallucination evaluation. HunyuanOCR-1.5 ranks among the top-tier end-to-end OCR solutions on OmniDocBench v1.6 while achieving new performance milestones across these long-tail tasks. Combined with an upgraded pretraining and post-training recipe, HunyuanOCR-1.5 further extends its capability in high-resolution, long-context, and multi-task scenarios. Experiments demonstrate faster inference, broader OCR capability coverage, and the deployment advantages of a lightweight end-to-end model. We will release the model weights and training code to support future research and real-world OCR applications.

0
Image2Sim: Scaling Embodied Navigation via Generative Neural Simulator

Embodied navigation aims to build agents that interpret multimodal goals, reason in 3D space, and reach target destinations reliably in the real world. However, progress remains constrained by the lack of scalable, high-fidelity, and physically grounded interactive environments. Although real-world scanned datasets offer visual realism, they are limited by scale. In contrast, synthetic simulators scale more easily but often exhibit large sim-to-real gaps. We introduce Image2Sim, a real-time neural simulation framework that constructs high-quality interactive environments from posed RGB-D image sequences. The central idea is to decouple 3D spatial anchoring from photorealistic observation synthesis. For scene construction, Image2Sim uses a feed-forward feature Gaussian model that lifts posed RGB-D observations into a 3D feature-Gaussian representation in a single pass. For rendering, we propose a Geometry-Aware One-Step Pixel Flow model that transforms sparse and noisy Gaussian projections into high-quality panoramic RGB-D observations. Image2Sim also serves as a fully automated embodied data engine that generates high-fidelity observations, executable actions, and diverse navigation instructions at scale. It converts large collections of videos and images into nearly 20K interactive scenes and synthesizes more than 10 million navigation training samples. Navigation models trained entirely in these neural environments achieve strong improvements on major benchmarks and transfer effectively to real-world zero-shot settings. These results suggest that scalable neural simulation can serve as a practical training substrate for embodied navigation at scale.

0
05

PRODUCT HUNT

05.00
PRODUCT HUNT

Product Hunt - July 8, 2026

Product Hunt Daily Feed: Featuring noteworthy tech launches.

PopTask for Apple icon
PopTask for Apple

Turn to-dos into scheduled tasks

0
Eodly icon
Eodly

Know what your team actually shipped today

0
ExploreYC icon
ExploreYC

Open-source API for Y Combinator & a16z company data

0
Compendium icon
Compendium

Keeping your team, agents, and data on one page

0
Link Preview API icon
Link Preview API

Free API to get Open Graph data, title & images for any URL

0
IvyForms icon
IvyForms

A WordPress form builder for real workflows

0
Orus icon
Orus

Claude for investing in perpetuals

0
LemonLime icon
LemonLime

Automates your existing workflows with a single prompt.

0
Notion Agents iOS app icon
Notion Agents iOS app

Chat with Notion Agents anytime

0
Bono AI icon
Bono AI

Talk Once. Publish Everywhere.

0
agents-cli icon
agents-cli

The CLI your coding agent uses to ship agents

0
New small business tools by IFTTT icon
New small business tools by IFTTT

Run your business with HubSpot, Figma, and more

0
Universal-3.5 Pro icon
Universal-3.5 Pro

Native code switching, better diarization, more languages.

0
Knowledge Atlas by Fini icon
Knowledge Atlas by Fini

The self-learning knowledge base that improves itself

0
Jamboree icon
Jamboree

Multiplayer synthesizer

0
On-Device Field Extraction by Verify icon
On-Device Field Extraction by Verify

Secure on-device extraction even if you're offline

0
NanoKVM-Go icon
NanoKVM-Go

Give your AI agent physical control over any screen

0
Willow Frontier Pro icon
Willow Frontier Pro

The fastest, most accurate dictation model in the world

0
Orbit for Mac icon
Orbit for Mac

Every Google account, in a single window

0
Katalyst icon
Katalyst

The AI agent that works your Salesforce Pipeline

0
LongCat-2.0 icon
LongCat-2.0

1.6T MoE trained entirely on AI ASICs

0
Scribble Network icon
Scribble Network

The product that makes AI recommend your brand

0
Social Fetch icon
Social Fetch

Social media scraper API for every major platform

0
Badge icon
Badge

AI agents collect peer reviews to generate proof of work

0
Ellis icon
Ellis

AI notes for in-person meetings

0
Glideo icon
Glideo

Screen recordings that edit themselves

0
Mira icon
Mira

AI moderated interviews that read how people feel

0
AI Emaily icon
AI Emaily

Your AI inbox that writes like you + replies on autopilot

0
Ogment AI icon
Ogment AI

Your AI coworker, in Slack. Just tag @O.

0
Zoho Tables icon
Zoho Tables

Smarter way to manage work and data.

0
Kadoink AI icon
Kadoink AI

Gather people instantly by AI txt, video, or ringing phones

0
Dupely icon
Dupely

The trust layer for online shopping

0
Cadence icon
Cadence

Record once, send confidently

0
AnySearch icon
AnySearch

Real-time structured search trusted by agents and developers

0
Typeahead 2.0 icon
Typeahead 2.0

Private AI autocomplete for every app on your Mac

0
Sunrise icon
Sunrise

A real planner for Google Tasks

0
Astryx icon
Astryx

A customizable, agent-ready open-source design system

0
Stanley Studio icon
Stanley Studio

The AI video editor you hire that edits like a human

0
Nixmac icon
Nixmac

Nix-darwin that speaks plain English

0
Octolens icon
Octolens

Social listening for the agent era

0
Mozaik icon
Mozaik

TypeScript runtime for self-organizing AI agents

0
AirKaren icon
AirKaren

AI that fights customer service for you

0
Edgee Claude Code Compressor V2 icon
Edgee Claude Code Compressor V2

Fewer tokens, same context, 50% cost reduction

0
CodeMote icon
CodeMote

Claude Code, Codex, any CLI agent. Driven from your iPhone

0
MentionDrop MCP icon
MentionDrop MCP

Give your AI agent live market signals

0
TryCase icon
TryCase

Disposable test environments for AI coding agents

0
Endl icon
Endl

A global operating account for fiat, stablecoins, and cards.

0
DocsAlot icon
DocsAlot

Documentation that works for both humans and AI systems

0
WorkBuddy icon
WorkBuddy

Produce sharpened results faster with a team of AI experts

0
Pennen icon
Pennen

One quiet handwritten page a day. No feed, no AI.

0
06

TECHMEME

06.00
TECHMEME

Techmeme - July 8, 2026

Techmeme Digest: Major tech headlines and industry conversations.

Kaon AI, which builds personalized story worlds using its AI-based FlowGPT and Emochi tools, raised $60M from B Capital and others, and says Emochi has 2M DAUs (Corbin Bolies/Variety)
Source: TechmemePublished: Jul 8, 2026

Corbin Bolies / Variety : Kaon AI, which builds personalized story worlds using its AI-based FlowGPT and Emochi tools, raised $60M from B Capital and others, and says Emochi has 2M DAUs —  Kaon AI, a start-up focused on building personalized story worlds powered by generative AI for its users through its products FlowGPT and Emochi …

Former GitHub CEO Thomas Dohmke's Entire launches a decentralized Git network to handle high coding agent traffic, with servers in the US, the EU, and Australia (Radhika Rajkumar/ZDNET)
Source: TechmemePublished: Jul 8, 2026

Radhika Rajkumar / ZDNET : Former GitHub CEO Thomas Dohmke's Entire launches a decentralized Git network to handle high coding agent traffic, with servers in the US, the EU, and Australia —  ZDNET's key takeaways  — Entire launched a decentralized Git network built for agents.  — The company plans to open-source its backend.

SK Hynix's IPO prospectus analysis, as it seeks to raise ~$28B on the Nasdaq: highly leveraged to HBM, extensive ties to China, and health and safety issues (Tim Culpan/Culpium)
Source: TechmemePublished: Jul 8, 2026

Tim Culpan / Culpium : SK Hynix's IPO prospectus analysis, as it seeks to raise ~$28B on the Nasdaq: highly leveraged to HBM, extensive ties to China, and health and safety issues —  [Opinion] The world's second-largest memory chip maker has more stories than its F-1 filing reveals  —  SK Hynix is going big in America.

Internal documents: Amazon is working on an Alexa project, codenamed Moonraker, to handle more complex, multistep tasks, projecting $100M+ in GPU costs in 2026 (Eugene Kim/Business Insider)
Source: TechmemePublished: Jul 8, 2026

Eugene Kim / Business Insider : Internal documents: Amazon is working on an Alexa project, codenamed Moonraker, to handle more complex, multistep tasks, projecting $100M+ in GPU costs in 2026 —  Amazon's next Alexa AI upgrade may be able to handle more complex tasks.  Getting there is expensive, though.

DuckDuckGo updates its browser for iOS, Windows, and macOS to block video ads by default, particularly those on YouTube, based on uBlockOrigin's filter lists (Anna Washenko/Engadget)
Source: TechmemePublished: Jul 8, 2026

Anna Washenko / Engadget : DuckDuckGo updates its browser for iOS, Windows, and macOS to block video ads by default, particularly those on YouTube, based on uBlockOrigin's filter lists —  An unsubtle shot at Chrome.  —  DuckDuckGo announced that it can now block most video ads, particularly those on YouTube, when a video is playing in its browser.

Sources: Jeff Bezos' Blue Origin is raising $10B at a $130B pre-money valuation, its first outside funding round, with $4B from Coatue and $2B from Bezos (New York Times)
Source: TechmemePublished: Jul 8, 2026

New York Times : Sources: Jeff Bezos' Blue Origin is raising $10B at a $130B pre-money valuation, its first outside funding round, with $4B from Coatue and $2B from Bezos —  The rocket company founded by Jeff Bezos is set to take on external investors for the first time, at a $130 billion valuation. … Andrew here.

Filing: Chinese AI model maker Z.ai is seeking to raise ~$4B from the sale of 19.8M shares at ~$202 to ~$216 each, after its stock jumped 1,500% since January (Bloomberg)
Source: TechmemePublished: Jul 8, 2026

Bloomberg : Filing: Chinese AI model maker Z.ai is seeking to raise ~$4B from the sale of 19.8M shares at ~$202 to ~$216 each, after its stock jumped 1,500% since January —  Chinese artificial-intelligence model maker Zhipu is seeking to raise about $4 billion from a share sale after its stock soared almost 1,500% since …

Israeli startup Velocity, which helps place targeted ads on consumer and B2B AI platforms, raised a $27M seed led by NFX and Red Dot, and serves 20 clients (Chris Metinko/Axios)
Source: TechmemePublished: Jul 8, 2026

Chris Metinko / Axios : Israeli startup Velocity, which helps place targeted ads on consumer and B2B AI platforms, raised a $27M seed led by NFX and Red Dot, and serves 20 clients —  Velocity, an Israeli startup placing ads in AI applications, closed a $27 million seed round led by NFX and Red Dot Capital Partners …

Omdia expects a 22% YoY drop in global smartphone shipments priced below $400 for 2026 amid soaring DRAM and NAND costs; Q1 memory costs were ~60% of materials (Zaker Li/Omdia)
Source: TechmemePublished: Jul 8, 2026

Zaker Li / Omdia : Omdia expects a 22% YoY drop in global smartphone shipments priced below $400 for 2026 amid soaring DRAM and NAND costs; Q1 memory costs were ~60% of materials —  In the first blog of this two-part series, Omdia explores how rising DRAM and NAND prices are reshaping smartphone economics …

Sources: MiniMax is working on a 2.7T-parameter model internally called M3 Pro, which it could release as early as Q3 as open source; M3 has 428B parameters (Juro Osawa/The Information)
Source: TechmemePublished: Jul 8, 2026

Juro Osawa / The Information : Sources: MiniMax is working on a 2.7T-parameter model internally called M3 Pro, which it could release as early as Q3 as open source; M3 has 428B parameters —  Chinese AI developer MiniMax is working on a new large language model with 2.7 trillion parameters, larger than any other Chinese AI models currently …

Apple reaches a deal with Broadcom worth $30B+ to make 15B+ chips in the US over the next five years, Apple's largest as part of its $600B US investment pledge (Rolfe Winkler/Wall Street Journal)
Source: TechmemePublished: Jul 8, 2026

Rolfe Winkler / Wall Street Journal : Apple reaches a deal with Broadcom worth $30B+ to make 15B+ chips in the US over the next five years, Apple's largest as part of its $600B US investment pledge —  The deal, for billions of chips, is the latest part of Apple's domestic investment pledge  —  Apple is ramping up its investment …

South Korea's Kospi index is down 20%+ from its record high in June, falling 5%+ on Wednesday; Samsung and SK Hynix fall 5%+ amid long-term chip deal concerns (Financial Times)
Source: TechmemePublished: Jul 8, 2026

Financial Times : South Korea's Kospi index is down 20%+ from its record high in June, falling 5%+ on Wednesday; Samsung and SK Hynix fall 5%+ amid long-term chip deal concerns —  Kospi retreats more than 20% from June peak as sentiment starts to turn on Samsung Electronics and SK Hynix

France's competition watchdog orders Meta to negotiate in good faith with news organizations over copyright payments, after two groups filed complaints in 2025 (Benoit Berthelot/Bloomberg)
Source: TechmemePublished: Jul 8, 2026

Benoit Berthelot / Bloomberg : France's competition watchdog orders Meta to negotiate in good faith with news organizations over copyright payments, after two groups filed complaints in 2025 —  Meta Platforms Inc. was ordered by the French competition watchdog to hold talks with news organizations over copyright payments …

China's CNVD says it found "security backdoor vulnerabilities" in Claude Code that "send sensitive information" like "location and identity to remote servers" (Raffaele Huang/Wall Street Journal)
Source: TechmemePublished: Jul 8, 2026

Raffaele Huang / Wall Street Journal : China's CNVD says it found “security backdoor vulnerabilities” in Claude Code that “send sensitive information” like “location and identity to remote servers” —  It advised users to uninstall the software or update to its latest version

The EU General Court dismisses Apple's legal challenges against its designation as a DMA "gatekeeper" for its App Store and iOS; Apple filed the case in 2024 (Foo Yun Chee/Reuters)
Source: TechmemePublished: Jul 8, 2026

Foo Yun Chee / Reuters : The EU General Court dismisses Apple's legal challenges against its designation as a DMA “gatekeeper” for its App Store and iOS; Apple filed the case in 2024 —  Apple (AAPL.O) lost its challenge on Wednesday against landmark EU rules that designate its app stores and operating system iOS …

07

STARTUP ARCHIVE

07.00
STARTUP ARCHIVE

Startup News - July 8, 2026

Startup News Roundup: Aggregating key funding and launch updates.

Marc Andreessen on the 5 personality traits of an innovator
Source: StartupPublished: Mar 31, 2026

“When you’re talking about real innovators—people who actually do really creative, breakthrough work—I think you’re talking about a couple things:”

Steve Jobs explains the importance of both thinking and doing
Source: StartupPublished: Mar 30, 2026

“The doers are the major thinkers. The people who really create the things that change this industry are both the thinker-doer in one person.”

Tobi Lutke explains what the VCs who passed on Shopify got wrong
Source: StartupPublished: Mar 27, 2026

“What a lot of free-market thinkers don’t understand is that between the demand and eventual supply lies friction."

Sam Altman explains how he decides to invest in a startup after 10 minutes
Source: StartupPublished: Mar 26, 2026

"Does this person have the potential to be the next Mark Zuckerberg?… [You don’t get to] 100% accuracy, obviously, but it’s good enough that our business model works.”

Jony Ive recounts the time Steve Jobs called him vain
Source: StartupPublished: Mar 25, 2026

In the clip below, Jony Ive recounts the time he asked Steve Jobs to be less harsh in his critique of a piece of work.

Jeff Bezos’s two pieces of advice for aspiring entrepreneurs
Source: StartupPublished: Mar 24, 2026

“The advice that I would give entrepreneurs is don't chase the hot new thing. It's so hard to catch something that everybody already knows is hot."

Elad Gil: “Things that work tend to work pretty fast”
Source: StartupPublished: Mar 23, 2026

“I do think there’s a bit of a myth in Silicon Valley that you should keep grinding no matter what and it’s just about perseverance, and I think that’s really bad advice."

Paul Graham on why starting with a “small, intense fire" is the key to startup growth
Source: StartupPublished: Mar 20, 2026

"You have to know who those first users are and how you're going to get them."

Keith Rabois on how to identify great talent
Source: StartupPublished: Mar 19, 2026

“What you want to do with every single employee every single day is expand the scope of their responsibilities until it breaks… and that’s the role they should stay in.”

Wealthfront CEO on why advertising spend makes it harder to find product/market fit
Source: StartupPublished: Mar 18, 2026

“The way that you know you have product/market fit is if you have exponential organic growth."

Eric Schmidt on why most companies get strategy wrong
Source: StartupPublished: Mar 17, 2026

“Work very, very hard to figure out what the world’s going to look like in five years. What will people be doing? What will your customers want? Where will costs be?"

Mark Zuckerberg: “You can’t 80/20 everything”
Source: StartupPublished: Mar 16, 2026

"There’s the famous 80/20 rule where you get 80% of the benefit by doing 20% of the work, but you can’t just 80/20 everything. There have to be certain things that you are just the best at."

Marc Andreessen on Mark Zuckerberg’s founder “superpower”
Source: StartupPublished: Mar 13, 2026

“A great superpower that Mark Zuckerberg has that is probably not well-understood enough is he does not get emotionally upset in stressful situations"

Sam Altman explains how to come up with a great startup idea
Source: StartupPublished: Mar 12, 2026

"If you start a startup without a good idea… you’ll be under pressure to make something up and it won’t work that well."

Jeff Bezos on the problems with proxies and managing to metrics
Source: StartupPublished: Mar 11, 2026

“One of the things that happens in business is that you develop certain things that you’re managing to—a typical case would be a metric. And that metric isn’t the real underlying thing.”

Airbnb founder Brian Chesky on how to design an amazing user experience
Source: StartupPublished: Mar 10, 2026

“If you can design something really amazing using the hand-crafted part of your brain, then you can reverse-engineer how to industrialize this millions of times over."

Spencer Rascoff: "I will never invest in a consumer startup with paid marketing”
Source: StartupPublished: Mar 9, 2026

"If you’re actually trying to grow a product, the best levers for doing that are often within the product itself.”

Patrick Collison explains why it sometimes make sense to quit
Source: StartupPublished: Mar 6, 2026

“One thing I’ve learned myself the hard way, is that it is easier to tear down a company and restart it in Silicon Valley, than it is to constantly try to pivot or keep something alive."

Jeff Bezos recounts the time he called Amazon’s customer service number mid-meeting to prove a metric was wrong
Source: StartupPublished: Mar 5, 2026

“I have a saying, which is when the data and the anecdotes disagree, the anecdotes are usually right"

Ben Horowitz: “Nobody was born a great manager. It’s a very unnatural job.”
Source: StartupPublished: Mar 4, 2026

“If you can’t build a great product, it doesn’t matter if you can build a great company.”

03

ALSO TODAY

3 MORE SOURCES
08

SOLIDOT

08.00
SOLIDOT

Solidot News - July 8, 2026

Solidot Feed: Highlighting essential tech & open-source news.

Waymo 员工看到青少年乘客玩玩具枪后报警

两名放暑假的 15 岁少年体会到了 Waymo 在时刻监视你的含义。他们在车内喝酒,用玩具枪对着其它汽车射水凝胶珠。一名 Waymo 员工当时正远程监控着这辆车,在看到车内有疑似枪支以及正在开枪之后,骗两名青少年说 Waymo 出租车出现了机械故障,需要停车,同时致电警方说有人在开枪。汽车停在了一家购物中心的停车场,当时五名警察已在那里等候搜查。搜查的结果是他们玩的是玩具枪,子弹是水凝胶珠。两名乘客被拘留后被释放交由其父母监护。检方正在审查可能的指控,包括未成年饮酒和从事威胁性行为。

大多数 AI slop 应用会很快停止维护和抛弃

由于涌入了大量低质量的 AI 生成应用,Linux 软件仓库 Flathub 于五月底宣布停止接受此类 AI 生成应用。审核递交到 Flathub 的应用是一个吃力不讨好的工作,当审核者试图与 AI 生成应用递交者沟通时,却发现对方使用的是 AI 智能体,回复都是答非所问。一位审核者对此评论说,“纯粹是噪音和浪费时间”。从 2026 年 1 月开始,Flathub 将此类应用打上了 AI Slop 的标签。知名 Linux 开发者 Evangelos“GeopJr”Paterakis 调查了 过去半年标记为 AI slop 的 120 个应用,32 个仍在维护,88 个已被抛弃,大多数都彻底删除了,部分应用在递交到 Flathub 后就停止了维护。

长鑫和长江存储正在扩大产能

长鑫存储技术(CXMT)和长江存储科技(YMTC)正新建工厂,预计到 2027 年以后,两家企业的产能都将超过目前的两倍。业界相关人士透露,长鑫高性能存储器 HBM 目前在安徽省合肥市的工厂生产,在上海市正在建设的工厂将从 2027 年开始正式生产。随着新工厂的投产等,整体产能预计增至目前的 2 倍以上。长江存储生产用于长期存储的 NAND 闪存和以 NAND 为主要零部件的固态硬盘(SSD)。目前长江存储正在湖北省武汉市建设第 3 工厂,力争将原定 2027 年的量产开始时间提前至 2026 年底。该公司还计划追加建设 2 座工厂,有分析认为全部投产之后产能将增至 2 倍以上。

Microsoft 365 Copilot 普及率不到 4.5%

微软花了三年时间将 Copilot 深入集成到 Windows 11 和 Office 中,但数据显示用户使用率并不高。在 4.5 亿 Microsoft 365 订阅服务的商业客户中,只有 4.5% 的人付费使用 Copilot,而这些付费用户只有 20% 到 30% 会每周打开 Copilot。这意味着 Copilot 的周活跃用户数仅占 Microsoft 365 总用户数的 1%。Copilot 负责人 Jacob Andreou 在一份内部备忘录中称,Copilot 必须证明自己存在的价值。值得说明的是 Copilot 是指需要额外付费的 AI 服务,而 Copilot Chat 则是 Microsoft 365 用户可免费使用的 AI 服务,它的使用率比较高。

LG 显示器静默安装 Windows 广告程序

Reddit 用户报告 LG 显示器会静默安装 Windows 广告程序。而戴尔和 Alienware 显示器被发现也存在类似的行为。分析发现,LG 显示器会通过 Microsoft Store 和 Windows Update 自动安装名为 LG Monitor App Installer 的安装程序,LG Monitor App 会开机启动,会弹出广告,比如将用户导向迈克菲的杀毒软件。LG Monitor App 无法通过 Microsoft Store 卸载,阻止其弹出广告的方法是禁止其开机启动(位于 设置>应用>启动 中)。而禁止显示器自动安装程序的方法是干脆完全禁用 Microsoft Store。

研究员用海贼王主角名字命名新属甲虫

丹麦研究团队用海贼王主角路飞(Luffy)的名字命名新属甲虫。研究团队指出,将新属命名为 Luffy 并非单纯为了好玩,而是因为该属物种在形态上具有极具辨识度的特征:它们的大颚、触角与小颚须相较于近缘类群显著更加细长,整体比例呈现出特别修长的形态。这样的外形,让研究人员立刻联想到《海贼王》中主角路飞拥有能够自由伸展、变长的橡胶身体特性。该新属目前已发现两个物种:施氏路飞隐翅虫(Luffy schillhammeri):发现于中国云南。其种名是为了表彰维也纳自然历史博物馆的 Harald Schillhammer 博士,感谢他长期以来对相关隐翅虫类群研究的卓越贡献。尼卡路飞隐翅虫(Luffy nika):发现于老挝北部。其种名“nika”源自路飞的“人人果实·幻兽种·尼卡形态”(即五档形态)。由于该新种的翅鞘上带有白色带状毛,且身体多处布满白毛,神似路飞变身尼卡时全身纯白、烟雾缭绕的经典模样,因此得名为“尼卡路飞隐翅虫”。

Windows 11 26H2 将对企业默认启用云备份,欧盟地区除外

从下半年发布的 Windows 11 26H2 起,微软将对符合条件的企业设备默认启用云备份,但欧盟地区除外。被称为 Windows settings backup and restore 的功能将备份设备的设置和已安装 Microsoft Store 应用列表,用户可以将备份恢复到新设备上。微软称,想象下笔记本电脑丢失、硬件更新或意外重启。这些情况下用户最需要备份,而用户最不希望看到的就是备份功能从未启用。对于受到欧盟数字市场法案 (Digital Markets Act) 监管的组织,云备份不会默认启用。

学习多种语言能延缓大脑衰老最长 13 年

学习多种语言与大脑衰老延缓相关。一项研究发现,双语者的大脑比单语者年轻约六岁,掌握四种语言的人的大脑则年轻多达十三岁。随着年龄的增长,大脑的连接性会下降,记忆力和思维速度会减慢。此前的研究发现,掌握多种语言的欧洲国家居民衰老更慢。最新研究则测量了多语言能力对个体大脑的影响。研究对象是西班牙巴斯克(Basque)地区的居民,当地居民会说西班牙语、巴斯克语、法语和/或英语。研究人员用脑磁图(magnetoencephalography)测量了 728 名不同年龄和语言能力水平的人的大脑活动。结果显示,掌握了多种语言的人其大脑年龄比实际年龄更年轻。研究结果表明,学习第二、第三甚至第四门语言有助于大脑保持年轻状态,而且越早开始学习效果越好。

LineageOS 项目谈 Google 的开发者认证计划

LineageOS 项目谈论了即将生效的 Google Android 开发者认证计划对该项目意味着什么。Android 开发者认证计划意味着所有 Android 安装路径都将通过 Google 控制的基础设施,授予 Google 一个“终止开关”可封禁全球任何 Android 应用或开发者。开发者认证对 LineageOS 项目没有直接影响,但会影响到运行任何官方 ROM 的用户。因为验证开发者的基础设施是 Google Mobile Services(GMS)的一部分,而 LineageOS 默认并不提供也无计划提供 GMS。除非 LineageOS 用户选择安装包含开发者验证基础架构的 GApps 包,否则该功能不会造成任何影响。如果 Google 将该功能集成到 Play Services 中,那么 LineageOS 项目将会全局禁用该功能。

内存成本占到了低端智能手机总成本的六成

根据分析机构 Omdia 的数据,2026 年第一季度 400美元以下智能手机的物料清单中,内存成本几乎占到了六成,而且此后情况并未好转。市场观察机构 TrendForce 上月预测,2026 年 DRAM 价格还将上涨 50% 以上,这使得廉价手机制造商不可避免将组件成本上涨的压力转嫁给消费者。为了抵消不断上涨的内存成本,制造商尝试转向更便宜的显示面板、传感器或射频模块,但低端手机本就建立在极其紧凑的成本结构上,几乎没有进一步压缩的空间。这与入门级 PC 的情况类似。Omdia 预计 2026 年 400 美元以下智能手机的出货量将同比下降 22%。不过 Omdia 认为,虽然 2026 年全球智能手机市场整体将下滑 12%,但 400 美元以上的中高端市场将保持韧性,出货量有望增长 5.7%。智能手机制造商正将生产重心转向中高端机型。部分中国制造商正在某些升级至新型 LTPO 技术的机型中重新采用 LTPS 显示面板,将 LTPO 保留给高端机型。这可以为每台设备节省 3-5 美元的成本。 其它措施还包括减少摄像头数量、使用更小的图像传感器,或改用上一代 SoC,这些措施可将成本降低约 30% 至40%。

连续数周缺觉会导致体重增加

研究人员发现,连续六周每晚少睡 80 分钟的人体重平均增加一磅,且更长时间久坐。研究团队招募了 95 名睡眠时间为 7-8 小时的成年人。参与者被要求在一个为期六周阶段内将正常就寝时间推迟 90 分钟,在另一个为期六周阶段内保持正常睡眠时间。研究人员使用腕式监测器测量了每个阶段的睡眠和活动水平,体重、腰围、身体成分和几种已知能增加或抑制食欲的激素的空腹水平变化。结果显示仅仅六周体重就出现了增长。此外,缺觉阶段的受试者久坐时间平均每天增加 17 分钟,男性和绝经后女性的久坐时间平均每天增加近 30 分钟。

空气污染通过干扰冲动控制导致儿童肥胖

空气污染可能通过影响儿童控制冲动能力而导致其肥胖。研究发现,在出生第一年接触较高浓度 PM2.5 的婴儿在儿童后期更容易出现冲动控制障碍。PM2.5 颗粒物常见人为来源包括交通和化石燃料燃烧,它与一系列健康问题相关,如痴呆症和中风。此前的研究表明 PM2.5 会扰乱新陈代谢并与体重增加有关。研究人员分析了墨西哥城的 434 名儿童的数据,他们多数出生于 2007-2008 年间。研究人员模拟了孕期和儿童出生后第一年的环境 PM2.5 水平。之后研究人员对这些儿童的冲动性和肥胖进行了评估。PM2.5 暴露水平最高的儿童组表现出较高的冲动性,反映出其抑制控制能力存在显著缺陷。

美国人的每天社交时间比 20 年前少 10 分钟

在智能手机和社媒时代,人们将越来越多的时间花在屏幕上。调查显示,美国人每天的平均社交时间从 20 年前的 45 分钟减少 10 分钟至 35 分钟。这一趋势在所有年龄段都存在,其中 15-24 岁人群下降幅度最大,每天社交时间从约 1 小时降至 35 分钟。与此同时,青少年平均每天花费 4.8 小时在 TikTok、Instagram 和 Snapchat 等社媒应用上。聚会场所的减少也是造成这一趋势的原因之一。过去十年美国各类休闲场所——从图书馆到咖啡馆到博物馆——都出现了大范围关闭,甚至教堂也存在类似现象。

微软裁员 4800 人,游戏业务深受影响

微软裁员 4800 人,其中游戏业务 Xbox 裁员 1600 人,多个游戏工作室或者出售或者独立。微软执行副总裁兼首席人力资源官 Amy Coleman 强调:被裁掉的职位不会被 AI 取代,但 AI 确实在改变工作的方式。部分日常工作可以自动化了,意味着人人都需要不断学习,不断提升技能,并不断调整自己。Xbox CEO Asha Sharma 称这是 Xbox 历史上最重大的重组。Xbox 将缩小业务范围,放弃回报率低的业务,专注于回报率高的业务如《我的世界》的 Mojang 以及《糖果粉碎传奇》的手游开发商 King。作为重组的一部分,Double Fine 和 Compulsion 两大工作室将独立。Ninja Theory 和 Undead Labs 工作室出售,Arkane 工作室则在评估中可能独立可能出售,Obsidian 工作室裁掉四分之一员工,id Software 也大规模裁员。

美国最高法院允许德州要求移动应用验证用户年龄

美国最高法院允许德州要求移动应用验证用户年龄。德州的新法律要求应用商店在未成年人下载应用前验证用户年龄并获得家长同意。代表 Google 和苹果的行业组织 Computer & Communications Industry Association 认为该法律覆盖范围太广,会限制青少年访问各种数字内容,会对数字言论保护产生深远影响。在该法律生效前几天,联邦地区法院去年底阻止了该法律的实施。保守派的第五巡回上诉法院在今年六月搁置了该裁决,允许德州继续推行这一法律。美国最高法院维持第五巡回上诉法院的裁决,它并没有做出决定,但允许德州在诉讼期间继续执行该法律。

美国研究型大学招收的博士生人数减少 15%

美国大学协会 55 所研究型大学的数据显示,2026 年秋季招收的博士生人数比 2025 年减少了 15%。博士生减少引发了对美国科研能力下降的担忧。造成这一现象的一大原因是特朗普政府混乱且难以预测的联邦拨款环境。美国大学协会包含了 69 所最知名的研究型大学,全美半数的研究型博士学位由其这些大学授予。该协会的高级副总裁 Toby Smith 表示,由于支持学生的能力下降,美国正面临失去整整一代新人才的风险。博士生人数下降的原因包括国立卫生研究院(NIH)和国家科学基金会(NSF)等重要联邦机构在减少科研经费,而最富有的大学还面临对其捐赠基金征收的新联邦税。

天问二号探测器抵达目标小行星

中国国家航天局周一宣布,天问二号探测器历经约 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),通常发生在走进一间陌生的房间时。它与工作记忆密切相关。当我们执行当前任务(如记住去拿钥匙)时,信息会被存储在工作记忆中。门口效应表明,当信息从工作记忆中移除时,它似乎会立即从意识中消失。这也表明工作记忆中的信息很容易被遗忘。工作记忆内部包含众多不同子系统,分别负责特定的任务,包括视觉和空间推理(如解魔方)以及存储信息块(如电话号码)。甚至还有一个“中央执行系统”。中央执行系统就像一个冷酷的老板,负责将任务分配给工作记忆内的不同系统,确保一切井然有序。工作记忆的一个独特之处是它的容量非常有限。尽管它拥有丰富的可用信息,但工作记忆在任何时刻只能存储极少量的信息。它很难记住非常复杂的物体。工作记忆的有限容量能解释为什么门口效应会发生:当新信息进入时旧信息必须被清除。进门的动作会触发信息消除。从演化论角度看,遗忘旧信息有助于适应新环境。这种遗忘也表明工作记忆与意识密切相关。一种观点认为,意识的产生源于工作记忆和注意力的协同作用。

09

APP STORE RANK

09.00
APP STORE RANK
Loading…