OrangeBot.AI Digest — 2026-07-01
90 headlines across 8 sources, aggregated for this day.
Hacker News(15)
- Fable 5 Is Back (twitter.com)
- ZCode: Claude Code from the Makers of GLM (zcode.z.ai)
- FFmpeg 9.1's new AAC encoder (hydrogenaudio.org)
- Apple 'Hide My Email' vulnerability reveals peoples' real email addresses (easyoptouts.com)
- Internal Combustion Engine (2021) (ciechanow.ski)
- For first time, a cell built from scratch grows and divides (www.quantamagazine.org)
- Monetization Gateway: Charge for any resource behind Cloudflare via x402 (blog.cloudflare.com)
- Sony Deletes 551 Movies PlayStation Owners Paid For (reclaimthenet.org)
- Box3D, an open source 3D physics engine (box2d.org)
- Most arguments are about ego, not ideas (wangcong.org)
- Nintendo has raised its employees base salary by 10% (mynintendonews.com)
- Physical disc production ending in Jan 2028 for new games on PlayStation (blog.playstation.com)
- A retrospective of my time on the internet (cleberg.net)
- Frog-derived gut bacterium eradicates tumors in mice (www.thefocalpoints.com)
- Asahi Linux 7.1 Progress Report (asahilinux.org)
GitHub Trending(15)
- msitarzewski / agency-agents
- usestrix / strix
- HKUDS / Vibe-Trading
- hasaneyldrm / exercises-dataset
- facebook / astryx
- diegosouzapw / OmniRoute
- allenai / olmocr
- logto-io / logto
- togatoga / karukan
- Mebus / cupp
- Unclecheng-li / VulnClaw
- microsoft / AI-For-Beginners
- refactoringhq / tolaria
- ogulcancelik / herdr
- 0xNyk / council-of-high-intelligence
Product Hunt(15)
- Stigg 2.0
The usage runtime for AI products
- Gemini Omni Flash
High-quality video generation and conversational editing
- Adam CAD Copilot
AI CAD inside Onshape and Fusion
- RunInfra
Describe the AI model you need and get an optimized AI
- Fuser Apps
Vibecode apps, sites, & games on everyone's favorite canvas
- Mark by Airtop
Vibe automation for solo marketers
- Sequence Agentic
Money movement for AI agents
- MailAdept by mailwarm
AI Agents & Email deliverability experts on your team
- Aruki
The Japanese walking method, coached on your iPhone
- Dump Memory
We fix your memory
- Claude Sonnet 5
AI that plans, acts, and gets work done
- LightTwist
Record & stream your show in a realistic virtual studio
- Metal
AI-driven operating system for raising venture rounds
- Claude Science
Your research partner for rigorous science
- Folderly Lens
Domain health analysis for high performance email campaigns
Hugging Face(15)
- Orca: The World is in Your Mind
We introduce Orca, an initial instantiation of a general world foundation model. Orca learns a unified world latent space from multimodal world signals and exposes it through multimodal readout interfaces. Rather than optimizing isolated next-token, next-frame, or next-action prediction, we are centered on Next-State-Prediction modeling, offering a unified state-transition modeling route toward understanding, predicting, and acting upon the world. Orca learns through two complementary paradigms: unconscious learning captures dense natural state transitions from continuous videos, and conscious learning models sparse meaningful state transitions by language-described events and VQA supervision. For pre-training, we construct a large-scale world-learning inventory data, including 125K hours of video data and 160M event annotations. After pre-training, Orca learns a unified world latent space. To examine whether the learned latent supports downstream, we evaluate it by three representative downstream readouts: text generation, image prediction, and embodied action generation. Orca's backbone is frozen, and only the lightweight modality-specific decoders are trainable. Experiments show the scalability of the proposed paradigm and verify that stronger world latent enables stronger downstream readouts. Orca outperforms similar-sized specialized baselines. These results show that Orca, as a general world foundation model, presents a promising approach to understanding, predicting, and acting upon the world. Finally, we discuss the current limitations, aiming to provide useful insights and inspiration for the community.
- Dockerless: Environment-Free Program Verifier for Coding Agents
Program verifiers play a central role in training coding agents, including selecting trajectories for supervised fine-tuning (SFT) and providing rewards for reinforcement learning (RL). Standard execution-based verification requires running unit tests inside per-repository environments such as Docker images, incurring substantial environment setup costs. We propose Dockerless, an environment-free agentic patch verifier that evaluates generated code patches without executing them. Rather than simply matching candidate patches to references, Dockerless judges patch correctness using evidence gathered through agentic repository exploration. On a verifier evaluation benchmark, Dockerless outperforms the strongest open-source verifier by 14.3 AUC points. Using Dockerless as both the SFT trajectory filter and the RL reward enables a fully environment-free post-training pipeline. The resulting model reaches 62.0%, 50.0%, and 35.2% resolve rate on SWE-bench Verified, Multilingual, and Pro, respectively. It surpasses the Qwen3.5-9B baseline by 2.4, 8.7, and 2.9 points, matching environment-based post-training.
- DOPD: Dual On-policy Distillation
On-policy distillation (OPD) offers superior capacity transfer by supervising student-sampled trajectories with dense token-level signals. To furnish high-quality supervision sources and thereby elevate the performance frontier of distillation, an intuitive direction is to infuse privileged information to either teacher or student itself. However, this additional input induces a potential failure mode we dub privilege illusion: a pattern that conflates the transferable capability gap that students are meant to close, and the information asymmetry gap that can only be mimicked but never replicated. This issue is further amplified by the inherent non-uniformity of token-level supervision, where only a small subset of tokens carries pivotal capability-bearing signals. To this end, we propose DOPD, an advantage-aware dual distillation paradigm that dynamically routes token-level supervision between privileged teacher and privileged student policies based on their advantage gap and relative probabilities. Each token receives supervision of different strength, objective, and strategy from either teacher or student itself, which transfers credible capability while simultaneously receiving auxiliary signals, to alleviate privilege illusion. Extensive experiments on both large language model (LLM) and vision-language model (VLM) settings demonstrate that DOPD consistently outperforms Vanilla OPD and other counterparts. Further results on stability, robustness, continual learning, and out-of-distribution tasks validate its superiority.
- BlockPilot: Instance-Adaptive Policy Learning for Diffusion-based Speculative Decoding
Speculative decoding accelerates inference by using a lightweight draft model to generate candidate tokens in parallel, and are then verified by the target model, enabling lossless acceleration. Recently, diffusion-based speculative decoding further improves parallelism by generating multiple tokens per forward pass via block-level diffusion, achieving state-of-the-art (SOTA) performance. However, existing methods adopt a fixed inference block size and assume a uniform optimal decoding strategy across all inputs. In this paper, we show that this assumption is suboptimal, as the optimal block size varies across samples and plays a critical role in speculative decoding performance. Moreover, these values exhibit a clear local structure, concentrating around the training block size, which reduces the problem to a low-dimensional and structured decision space. Based on these insights, we propose BlockPilot, a sample-adaptive policy that predicts the optimal block size from the prefilling representation. Specifically, we formulate block size selection as a lightweight policy learning problem and propose an instance-adaptive decision mechanism that predicts the optimal block size based on the representation of the prefilling stage. The prediction is performed only once after prefilling, allowing for seamless integration. Extensive experiments demonstrate that our method is plug-and-play, introduces minimal overhead, and consistently improves efficiency, achieving an acceptance length of 5.92 and a 4.20times speedup on Qwen3-4B under temperature T=1.
- Does VLA Even Know the Basics? Measuring Commonsense and World Knowledge Retention in Vision-Language-Action Models
Embodied Vision-Language-Action (VLA) models are typically obtained by fine-tuning powerful pretrained VLMs on robotics data, yet it is unclear how much commonsense and factual knowledge they retain after adaptation. Failures on knowledge-sensitive tasks are ambiguous, conflating missing knowledge with poor generalization of low-level control. We introduce Act2Answer, a lightweight protocol that adapts VLM knowledge benchmarks to VLA evaluation by requiring agents to answer through action. Each question becomes a short tabletop episode where the agent performs a single object-placement action to select among candidate answers, yielding an action-grounded success rate with reduced control confounds. We curate a test suite of such environments across diverse commonsense and world-knowledge categories and introduce layerwise intent probing to localize answer-relevant information across the VLM backbone and action head. In a large-scale study of 7 VLA models and 9 VLM baselines, we systematically rank models across categories, finding that VLAs show solid performance on simple concepts while exhibiting larger gaps on richer semantic categories relative to their source VLMs, that VQA co-training is associated with better knowledge retention, and that answer-relevant signals peak in middle VLA layers but attenuate in upper layers. Act2Answer is available at https://tttonyalpha.github.io/act2answer/.
- Scenes as Objects, Not Primitives: Instance-Structured 3D Tokenization from Unposed Views
A 3D scene is understood through its objects, not the primitives that compose them. Yet feed-forward reconstruction methods output dense, unstructured sets of points or Gaussians, leaving object-level structure to be recovered after the fact. We propose a feed-forward framework that decomposes a scene into instance-structured 3D token groups directly from unposed multi-view images -- compact object-centric units from which reconstruction, segmentation, and manipulation all follow. Each token group pairs an instance token capturing entity-level identity with anchor tokens that encode local geometry and appearance, which are decoded into a set of 3D Gaussians. This two-level factorization decouples object identity from local appearance, making object instances a native interface of the representation rather than a derived product. The token groups are learned through differentiable rendering with joint reconstruction and segmentation supervision, requiring no 3D annotations. Our feed-forward model surpasses per-scene optimization baselines in class-agnostic instance segmentation while remaining competitive in novel view synthesis. Beyond these metrics, the same token groups directly unlock instance-level scene editing -- removing, translating, or inserting objects by operating on their groups -- as well as efficient open-vocabulary 3D instance retrieval, where retrieval complexity scales with the number of instances rather than primitives.
- GEAR: Guided End-to-End AutoRegression for Image Synthesis
Visual generative models are typically trained in two stages. A tokenizer is first trained for reconstruction and then frozen, after which a generator is trained on its discrete indices or continuous latents. This decoupling leaves the tokenizer unaware of what the generator finds easy to model. We present GEAR (Guided End-to-end AutoRegression), which trains a vector-quantized (VQ) tokenizer and an autoregressive (AR) generator jointly and end-to-end, guided by representation alignment. The key obstacle is that the VQ index fed to the AR model is non-differentiable, so gradients cannot reach the tokenizer, and a straight-through estimator collapses. GEAR resolves this with a dual read-out of the codebook assignment. A hard, one-hot branch trains the AR with next-token prediction, while a differentiable soft branch carries a representation-alignment loss that flows back to guide only the tokenizer. The AR model thereby steers its tokenizer toward an index distribution it can predict more easily. This shifts the alignment burden from the tokenizer to the AR: the tokenizer's own features become less DINOv2-like while the AR's become more so, the opposite of diffusion-side recipes that make the latent itself semantic. GEAR speeds up ImageNet gFID convergence by up to 10x relative to the strong LlamaGen-REPA baseline, learns markedly better patch-level and spatially-coherent features, and generalizes across quantizers (VQVAE, LFQ, IBQ) and to text-to-image generation.
- Evolution Fine-Tuning: Learning to Discover Across 371 Optimization Tasks
Would experience designing faster GPU kernels also help close in on a long-standing open mathematical conjecture? Large Language Models (LLMs) integrated into evolutionary search have recently produced state-of-the-art solutions on optimization tasks, including open mathematical conjectures, GPU kernel design, scientific law discovery, and combinatorial puzzles. To achieve this, prior work applied search scaffolds to one target task at a time, so every new problem is approached from scratch and the experience accumulated during search is discarded once the model finishes its attempt. This leaves the capability of iteratively evolving a solution (e.g., knowing which part to mutate and how, deciding when to backtrack) entirely in the scaffold rather than in the model itself. Whether the model itself could acquire this capability and reuse it across different tasks has been largely unexamined. To address this, we introduce Evolution Fine-Tuning (EFT), a mid-training paradigm that teaches LLMs to evolve solutions across tasks by converting evolutionary search trajectories into supervision. We construct Finch Collection, a 156K-trajectory dataset spanning 10 domains and 371 optimization tasks, and fine-tune open-source LLMs from 2B to 9B parameters. Empirically, EFT confers cross-task generalization: across 22 held-out tasks, our models surpass their base counterparts by 10.22% on average. Furthermore, when paired with test-time RL, our model matches state-of-the-art performance on two circle-packing tasks and outperforms its base-model counterpart on the Erdős minimum-overlap problem. EFT thus serves as a "practice phase" for general-purpose discovery agents that do not solve new problems from scratch.
- Multi-Block Diffusion Language Models
Block Diffusion Language Models (BD-LMs) improve diffusion-based text generation with KV caching and flexible-length generation. A natural next step is to extend them from Single-Block Diffusion (SingleBD) to Multi-Block Diffusion (MultiBD), where a running-set of consecutive blocks is decoded concurrently for inter-block parallelism. However, existing BD-LMs are mostly trained under teacher forcing, where the model observes only one noisy block conditioned on a clean prefix. While the recent diffusion forcing strategy introduces visibility among multiple noisy blocks, its training states still differ from MultiBD inference, where decoding operates on a bounded running-set with heterogeneous slot-wise noise patterns. To bridge this gap, we propose Multi-Block Diffusion Language Models (MBD-LMs), obtained by post-training BD-LMs with Multi-block Teacher Forcing (MultiTF). MultiTF integrates teacher forcing and diffusion forcing by training on bounded noise-groups conditioned on clean prefixes, with randomized noise-schedulers that better match MultiBD inference states. To make MultiBD practically executable, we further introduce an optimized decoding algorithm based on the Block Buffer mechanism that preserves prefix-cache reuse, keeps input shapes static, and translates increased decoding parallelism into wall-clock acceleration. Empirically, MBD-LLaDA2-Mini increases average Tokens Per Forward pass (TPF) from 3.47 to 6.19 and improves average accuracy from 79.95% to 81.03%; when combined with DMax, MBD-LLaDA2-Mini-DMax reaches an average TPF of 9.34 with only a 1.02% accuracy drop on math and code benchmarks.
- SkillHone: A Harness for Continual Agent Skill Evolution Through Persistent Decision History
Agent skills extend language-model agents with task-specific procedures, scripts, and references, but the tasks and environments they target continually change. Existing methods improve skills in bounded runs and retain only the final artifact, discarding the decision history that later agents need to interpret prior revisions, evaluations, and rejected alternatives. We introduce SkillHone, a harness for continual agent skill evolution grounded in persistent decision history. SkillHone pairs skill revisions with evaluation-side evidence that supplies practice feedback, recording structured histories of diagnoses, revisions, evidence, and outcomes. Role-separated subagents run candidate skills on practice probes with redacted reporting and propose revisions informed by prior decisions, enabling cross-session refinement without rediscovering past rationale. On deep-research benchmarks, SkillHone runs without a pre-integrated search stack and outperforms the commercially backed deep-research agent by 15.8 points on GAIA and 3.2 points on WebWalkerQA-EN, while also exceeding prior skill-evolution methods. We further deploy SkillHone on internal tool-mediated analysis scenarios, where it improves accuracy by an average of 18.8 points across seven settings.
- MemLearner: Learning to Query Context memory for Video World Models
Video World Models are interactive video generation models that predict future world states based on user actions and history video frames. A critical challenge in video world models is the lack of memory, causing inconsistent generated scenes over extended durations. Previous methods explored rule-based context frame retrieval as memory, but they fail to generalize in scenarios with scene occlusions and dynamic objects. We propose MemLearner, a learning-based adaptive context query method using query tokens to bridge context and predicted tokens. By leveraging the video generation model itself for context querying, MemLearner exploits pre-trained visual priors without training additional modules from scratch, and incorporates efficient strategies for training and inference. We collect a dataset of long videos with scene occlusions and dynamic objects, paired with camera pose annotations, and propose a multi-dataset training strategy leveraging both annotated rendered and unannotated real-world videos. Extensive experiments demonstrate that MemLearner significantly outperforms prior video world models in terms of scene consistency and memory, particularly under challenging occlusion and dynamic scenarios.
- Managing Procedural Memory in LLM Agents: Control, Adaptation, and Evaluation
Procedural memory is increasingly used to improve LLM agents on recurring workplace tasks, yet its ability to produce reusable skills remains poorly understood. We introduce AFTER, a benchmark of 382 realistic enterprise tasks spanning six professional roles and 22 procedural skills, designed to evaluate how skills transfer across tasks, roles, and model backbones. The benchmark includes controlled evaluation settings for local improvement, cross-task transfer, cross-role transfer, and cross-model generalization. Experiments show that procedural memory delivers consistent gains in industrial workflows: a single refinement round improves aggregate performance by 3.7-6.7 points, while skills evolved from diverse multi-model execution traces achieve 73.1% cross-model test accuracy, outperforming all single-model trace sources. We further find that some skills generalize broadly across tasks and models, whereas others become specialized to role-specific workflows and lose effectiveness under transfer. These results provide practical guidance for building, evaluating, and deploying procedural memory systems in production agent platforms.
- DataEvolver: Self-Evolving Multi-Agent Data Construction for Text-Rich Image Generation
Text-rich image generation is one of the most challenging settings in image generation, since models must simultaneously produce visually realistic images and render legible, semantically aligned, and layout-consistent text. Existing data pipelines usually follow a static crawl-filter-freeze paradigm. They collect candidate samples, filter them once, and freeze the accepted data for training. However, rejected samples are usually discarded, although they often contain useful failure signals such as OCR errors and semantic mismatches. As a result, later construction rounds may repeat the same failure modes. To address these limitations, we propose DataEvolver, a self-evolving multi-agent framework for text-rich image data construction. DataEvolver treats data construction as feedback-driven construction policy evolution. A Retriever collects candidate samples, a Verifier assigns quality scores and rejection causes, a Critic summarizes round-level feedback into semantic feedback, and a Generator completes under-covered regions through targeted synthesis. The updated feedback memory then guides the next construction round. Experiments on text-rich image generation benchmarks show that DataEvolver produces more useful training data than fixed-dataset baselines under matched data budgets. At the 0.75M scale on PixArt-alpha, DataEvolver improves OCR-F1 over the strongest baseline by 85.3 percent on TextScenesHQ and 35.3 percent on LongTextBench. The improvements are consistent across both evaluated benchmarks and also transfer to Show-o2, indicating that the benefit of DataEvolver is not tied to a single downstream generator. These results suggest that rejected samples can provide actionable feedback for improving text-rich image data construction.
- Reinforcement Learning with Metacognitive Feedback Elicits Faithful Uncertainty Expression in LLMs
Metacognition is a critical component of intelligence that describes the ability to monitor and regulate one's own cognitive processes. Yet LLMs exhibit systemic deficiencies in key metacognitive faculties: they hallucinate with high confidence, fail to recognize knowledge boundaries, and misrepresent their internal uncertainty--undermining trustworthiness and reliability. Since monitoring task performance and adapting behavior accordingly are central to metacognition, we posit that models capable of accurately judging their own performance are better positioned to improve it. We operationalize this idea via two novel mechanisms: reinforcement learning with metacognitive feedback (RLMF), a paradigm to refine completion rankings during preference optimization based on the quality of a model's self-judgments of performance, and metacognitive data selection, which uses similar self-judgments to identify high-value training examples, outperforming naive active learning. We apply these innovations to the problem of faithful calibration (FC), a task that is itself fundamentally metacognitive: the goal is to align expressed with intrinsic uncertainty, difficult even for frontier LLMs. We adopt a two-stage, decoupled approach, first using these methods to calibrate the faithfulness of models' self-reported confidence scores, then mapping to natural, context-adaptable linguistic uncertainty via targeted output editing. Extensive experiments show RLMF achieves generalizable, state-of-the-art FC on diverse tasks while preserving accuracy. Further, RLMF surpasses standard RL by up to 63% while enhancing models' ability to assess and express their own capability limits. This positions RLMF as a promising paradigm to enhance LLM metacognition toward improved abilities and alignment, and suggests metacognitive performance as an effective RL signal to overcome limits of prior intrinsic feedback methods.
- RedVox: Safety and Fairness Gaps in Speech Models Across Languages
Speech-capable models are increasingly deployed in real-world applications across languages. Yet their safety and fairness beyond English settings and under naturalistic conditions remain understudied. We survey safety reporting practices across state-of-the-art speech model releases, finding that only 8% document any multilingual analysis. To address this gap, we introduce RedVox, a multilingual safety and fairness benchmark for audio and speech built on real voices, covering unsafe and unfair stereotypical requests across five languages (English, French, Italian, Spanish, and German). Evaluating eight state-of-the-art models, we find that vulnerabilities persist even under non-adversarial conditions, worsen in non-English languages, and are amplified when the request comes from a spoken input. Finally, by surveying the participants who contributed to RedVox, we document the unique personal and privacy challenges of collecting speech data with human participants, pointing to broader sociotechnical challenges in naturalistic speech safety research.
Techmeme(15)
- Lime's shares closed up 4% in its Nasdaq debut on Wednesday, valuing the company at ~$1.7B, after Lime and existing stockholders raised ~$174M in its US IPO (Reuters)
Reuters : Lime's shares closed up 4% in its Nasdaq debut on Wednesday, valuing the company at ~$1.7B, after Lime and existing stockholders raised ~$174M in its US IPO — Uber-backed (UBER.N) Lime's (LIME.O) shares rose 4% in its Nasdaq debut on Wednesday, signaling robust investor confidence …
- Sources: Apple is working on new iPad Pros and an entry-level 14" MacBook Pro with a new design in line with the upcoming touch-screen laptops for H1 2027 (Mark Gurman/Bloomberg)
Mark Gurman / Bloomberg : Sources: Apple is working on new iPad Pros and an entry-level 14" MacBook Pro with a new design in line with the upcoming touch-screen laptops for H1 2027 — Apple Inc. is preparing an upgraded iPad Pro line and a redesigned entry-level MacBook Pro for next year, adding to a slate of several …
- Alibaba and its US payment processor AUS agree to pay $600M to resolve DOJ allegations that they failed to prevent illegal sales of drugs and other products (Reuters)
Reuters : Alibaba and its US payment processor AUS agree to pay $600M to resolve DOJ allegations that they failed to prevent illegal sales of drugs and other products — Chinese technology and e-commerce giant Alibaba (9988.HK) and its U.S.-based payment processor have agreed to pay $600 million …
- Sources: SoftBank has reopened talks for a $10B loan backed by its OpenAI stake and is offering to guarantee repayment if OpenAI collateral proves insufficient (Echo Wang/Reuters)
Echo Wang / Reuters : Sources: SoftBank has reopened talks for a $10B loan backed by its OpenAI stake and is offering to guarantee repayment if OpenAI collateral proves insufficient — SoftBank Group has reopened talks with a consortium of lenders for a $10 billion loan backed by its stake in OpenAI …
- Alex Karp calls US reliance on AI labs for military tech "effing insane", pans AI fees for businesses, and touts Palantir's Nvidia Nemotron deal for US agencies (Ty Roush/Forbes)
Ty Roush / Forbes : Alex Karp calls US reliance on AI labs for military tech “effing insane”, pans AI fees for businesses, and touts Palantir's Nvidia Nemotron deal for US agencies — Topline — Palantir CEO Alex Karp on Wednesday called the AI industry “effing insane” in a heated interview on CNBC …
- Sources: SpaceX showed investors a handset-like device prototype with AI tech from xAI, a proprietary OS, a Snapdragon chip, and a design slimmer than an iPhone (Wall Street Journal)
Wall Street Journal : Sources: SpaceX showed investors a handset-like device prototype with AI tech from xAI, a proprietary OS, a Snapdragon chip, and a design slimmer than an iPhone — The sleek, handset-like prototype was designed to integrate AI technology from SpaceX's xAI — Elon Musk's SpaceX has developed …
- Sources: Microsoft has been working on a disc-to-digital feature for Xbox One and Xbox Series X that will let users digitize their physical game collections (Tom Warren/The Verge)
Tom Warren / The Verge : Sources: Microsoft has been working on a disc-to-digital feature for Xbox One and Xbox Series X that will let users digitize their physical game collections — Microsoft's disc-to-digital feature could be essential for next-gen Xbox consoles. … Microsoft will likely soon follow Sony …
- Venice AI, which offers access to 200+ AI models while allowing users to retain their privacy, raised a $65M Series A led by Dragonfly at a $1B valuation (Ram Iyer/TechCrunch)
Ram Iyer / TechCrunch : Venice AI, which offers access to 200+ AI models while allowing users to retain their privacy, raised a $65M Series A led by Dragonfly at a $1B valuation — Concerns over the impact of AI chatbots on mental health, personal safety, harassment, and disinformation have forced AI developers …
- Meta names Chief Marketing Officer Alex Schultz as its first-ever chief data officer, to manage AI analytics across the company, and names Denise Moreno as CMO (Sara Fischer/Axios)
Sara Fischer / Axios : Meta names Chief Marketing Officer Alex Schultz as its first-ever chief data officer, to manage AI analytics across the company, and names Denise Moreno as CMO — Meta has named its chief marketing officer, Alex Schultz, as its new chief data officer, Schultz told Axios.
- Uber dismissed two leaders at its AI data labeling business as part of a broader leadership transition at the unit, which it says is "seeing strong momentum" (Natalie Lung/Bloomberg)
Natalie Lung / Bloomberg : Uber dismissed two leaders at its AI data labeling business as part of a broader leadership transition at the unit, which it says is “seeing strong momentum” — Uber Technologies Inc. has dismissed two tech leaders at its nascent AI data labeling business, shaking up a key division …
- B2B sales workspace startup Aligned raised a $60M Series B led by PeakSpan Capital, taking its total funding to $73.8M, and says it has 1,000+ customers (Chris Metinko/Axios)
Chris Metinko / Axios : B2B sales workspace startup Aligned raised a $60M Series B led by PeakSpan Capital, taking its total funding to $73.8M, and says it has 1,000+ customers — Aligned, a sales workspace for B2B sellers, buyers, and AI agents, locked up a $60 million Series B, co-founder and CEO Gal Aga tells Axios Pro exclusively.
- Oxmiq, which aims to combine GPUs, CPUs, and a tensor engine into a single block of IP that it can license, raised $35M led by Samsung Catalyst Fund and Fudomo (Max A. Cherney/Reuters)
Max A. Cherney / Reuters : Oxmiq, which aims to combine GPUs, CPUs, and a tensor engine into a single block of IP that it can license, raised $35M led by Samsung Catalyst Fund and Fudomo — Artificial intelligence startup Oxmiq said on Wednesday it raised $35 million from investors in order to build chip design architecture …
- Abu Dhabi-based MGX raised a $49B AI-focused fund, exceeding its $45B target, and plans to deploy as much as $10B annually from the fund over the next few years (Dinesh Nair/Bloomberg)
Dinesh Nair / Bloomberg : Abu Dhabi-based MGX raised a $49B AI-focused fund, exceeding its $45B target, and plans to deploy as much as $10B annually from the fund over the next few years — MGX has raised $49 billion for one of the biggest ever funds dedicated to artificial intelligence deals, propelling …
- Letter: the US says Anthropic "agreed to proactively detect and address security risks" of Fable 5 and Mythos 5; a source says Anthropic developed a "safeguard" (Financial Times)
Financial Times : Letter: the US says Anthropic “agreed to proactively detect and address security risks” of Fable 5 and Mythos 5; a source says Anthropic developed a “safeguard” — US government move allows AI start-up to re-release Mythos and Fable models
- Sony says it will close the virtual PlayStation 3 store in select markets in 2026 before closing PS3 and PS Vita stores "in all other countries" in July 2027 (Jess Weatherbed/The Verge)
Jess Weatherbed / The Verge : Sony says it will close the virtual PlayStation 3 store in select markets in 2026 before closing PS3 and PS Vita stores “in all other countries” in July 2027 — The virtual PS3 store will close in select markets this year, with global closures for PS3 and PS Vita following in 2027.
Solidot(15)
- 瑞典法院判决 Google 向比价网站赔偿 15 亿美元
瑞典法院以 Google 在搜索结果中偏袒自家购物服务为由判决它向比价网站 PriceRunner 赔偿约 15 亿美元(143 亿瑞典克朗)。这是瑞典法院在反垄断诉讼中判处的最高金额罚款,但远低于 PriceRunner 寻求的 780 亿瑞典克朗赔偿。PriceRunner 于 2022 年起诉 Google,指控 Google 操纵搜索结果。2008 年 Google 开始在搜索结果中突出展示其比价购物服务,导致竞争对手的比价网站流量急剧下降。2017 年时任欧盟竞争事务专员 Margrethe Vestager 以 Google 利用其比价购物服务获取不公平优势对其处以罚款。Google 于 2021 年对该裁决提出上诉但被驳回。之后欧洲的多家比价网站提起了赔偿诉讼。
- 索尼 PS 从 2028 年 1 月起不再发售新游戏的光盘版
数字游戏是未来,索尼正式宣布其 PS 游戏机从 2028 年 1 月起不再发售新游戏的实体光盘版本。这也意味着未来的的 PS 游戏机不会再发售包含蓝光光驱的型号。索尼称 2028 年 1 月之前已发售或即将发售的游戏实体光盘版不受影响。消费者普遍偏爱数字媒介而不是实体光盘,索尼表示它只是顺应这一趋势罢了。
- Godot 拒绝接受 AI 生成的代码
开源项目都面临 AI 代码越来越多的问题,现在负责开发开源游戏引擎 Godot 的基金会宣布修订贡献者政策,禁止递交 AI 署名的代码和 AI 智能体提交的 pull request,以及在人与人之间的沟通中禁止 AI 生成文本——机器翻译除外。新政策旨在限制 AI Slop,鼓励维护者审查代码,将新贡献者培养成未来的维护者,最重要的是要求所有贡献都必须来自对代码负责的人类,修复出现问题的代码。基金会称,“AI 不能承担责任,我们也不能指望 AI 的重度用户能充分理解他们的代码并能进行修正。”
- LHC 第三次停机维护
CERN 宣布了 LHC 的第三次长时间停机维护(Long Shutdown 3)。这次维护和升级将为下一阶段的 High-Luminosity LHC(HiLumi LHC)的运行做准备。LHC 于 1998-2008 年建造,2009 年投入运行,2010 年首次实现 3.5TeV 粒子对撞,2012 年宣布发现了希格斯玻色子。2013-2015 年 LHC 进行了第一次维护升级,使得粒子对撞的总能量提高到了 13.0TeV;2018 年底到 2022 年 4 月 LHC 进行第二次维护升级。第三次停机维护将是至今最大规模的升级改造,HiLumi LHC 计划于 2030 年投入运行,其亮度提高最多十倍,将使研究人员能收集规模更大的数据集,对希格斯玻色子进行更精确的研究,增强发现标准模型之外现象的潜力。
- 研究人员将干细胞转化为人类初级卵母细胞
美国生物科技创业公司 Conception 宣布成功诱导干细胞转化为人类初级卵母细胞,称这是一项重大的科学进步。科学家已在小鼠身上实现了利用干细胞制造卵子。研究人员首先将小鼠皮肤细胞转化为“诱导多能干细胞”(iPSC),然后转化为可用的卵子。这些卵子产生了健康的幼崽,寿命正常,能自然繁殖,有自己的健康后代。该过程被称为“体外配子发生”(in vitro gametogenesis),在小鼠身上比在大型动物身上更容易实现。 IVG 有潜力重新定义生殖。简单通过抽血就可以制造出一个家庭需要的尽可能多的健康卵子。这种能力将可摆脱生物和遗传的限制,极大扩大家庭生育健康孩子的选择,使女性能在更大的年龄生育后代。
- 中国 2026 年汽车出口量有望达到千万
AlixPartners 预测,中国的汽车出口量 2026 年将比上一年增加 4 成,达到 1000 万辆。中国汽车工业协会的统计显示,2026 年 1~5 月出口量同比增长 63%,达 405 万辆。占出口大部分的是纯电动汽车(EV)等新能源汽车,达到 183 万辆,增至 2.1 倍,远远超过汽油汽车的增长率(36%)。如果目前的出口速度持续,2026 年出口量将比 2025 年增加 41%,达到 1000 万辆。如果实现,将成为世界上第一个出口 1000 万辆汽车的国家。相当于日本出口量的约 2.5 倍。中国汽车出口量剧增,主要原因是国内销量的减少。2026 年中国新车销量预计为 2460 万辆,比 2025 年减少 10%。
- arXiv 从康奈尔大学独立
预印本平台 arXiv.org 于 7 月 1 日脱离康奈尔大学成立独立的非营利性组织。arXiv 诞生于 1991 年,创始人 Paul Ginsparg 在 2001 年加入了康奈尔大学,arXiv 网站随后由康奈尔大学图书馆接手。25 年后 arXiv 决定翻开新的篇章。arXiv 组织正致力于确保这一过渡平稳进行,让作者、读者和社区几乎不会感受到有任何变化。官方博客表示:“arXiv 由科学家创建,为科学家服务,虽然我们的“家”可能会变,但我们的使命、愿景和价值观永远不变。arXiv 将继续致力于免费阅读和投稿,致力于为全球科学家提供公平获取新想法和新发现的机会。在从康奈尔大学独立出来的过程中,arXiv 的工作人员、志愿者以及我们的支持者正在努力确保 arXiv 提供的重要服务不会中断。”
- 美国 Henrico 县请求政府和学校为数据中心节约用电
美国弗吉尼亚州 Henrico 县因毗邻华盛顿特区,拥有大片的土地,而几乎一夜之间成为数据中心枢纽。该县有 37 座数据中心,计划再建 17 座数据中心。数据中心带来的一个副作用是电价在上涨。县长 John Vithoulkas 于 6 月 26 日向数千名政府员工发送了一封电子邮件,请求他们协助政府节约用电,“从 7月 1 日起,Henrico 县所有政府和学校设施的电价将上涨 25%,预计下一财年将增加 500 万美元的开支。我们预计未来几年电价还会继续上涨。”“为缓解电费上涨带来的影响,我请求大家共同做出些调整,在各自的工作区域节约用电。离开工作区域时,包括下班离开时,请关灯。每天工作结束后,请关闭电脑/笔记本电脑。如果您的工作区域有窗户,请调整百叶窗以控制阳光照射带来的热量。不使用电器、充电器或其它电器时,请拔掉电源插头。请限制使用(或完全避免使用)电暖器。仅单个普通电暖器每年就可能给县政府造成 150-300 美元的电费支出。”
- 微软发布 WSL 容器的预览版
微软发布了 Windows Subsystem for Linux (WSL)容器的公开预览版本。容器已成为现代开发的基础部分——从云原生应用、AI工作负载到测试和部署流水线。WSL 容器通过提供一个内置的、企业级的方式,在 Windows 上创建、运行和管理 Linux 容器,简化了这一体验,不再需要额外的第三方工具。
- 为什么我们需要睡眠
为什么动物需要睡眠?发表在《Brain Medicine》期刊上的一篇综述认为,关于睡眠的诸多困惑,源自将三个概念混为一谈,作者认为睡眠最恰当的理解,既非休息,亦非打扫,而是一种系统层面的韧性机制,使这具约由 860 亿个神经元构成的网络,不致漂入无法脱身的状态。“我们想要超越那种把睡眠仅仅视作一夜充电的看法,”中国科学院长春应用化学研究所的 Xiaohui Wang 教授说,他是通讯作者之一。“当你把大脑看作一个复杂的动态网络,睡眠便开始像是一位审慎的工程师有意设计之物,是留给系统自我修复与重组的一段预定窗口。”综述把睡眠的两大阶段看作一种分工。在非快速眼动睡眠中,尤其是慢波阶段,大脑陷入高振幅、低频率、低于一赫兹的节律。模块性上升。熵下降。被一整日学习所抬高的突触强度,被悄然重整,使网络不致饱和。快速眼动睡眠所为,几乎相反。电信号去同步化,θ节律与γ节律攀升,大脑转向全局整合与探索,松动那些已变得过于僵硬的回路。“一个只知优化的网络,可能把自己逼入死角,”第一作者 Longwei Yang 说。“而睡眠所守护的,似乎正是重新走出来的能力。”
- 美国政府解除对 Claude Fable 5 和 Mythos 5 模型的出口限制
Anthropic 周二宣布美国商务部已解除对 Claude Fable 5 和 Mythos 5 模型的出口限制,该公司将于周三恢复提供对其新模型的访问。美国政府是在 6 月中旬以国家安全理由下令禁止外国公民访问 Anthropic 最先进的 AI 模型,这一限制甚至涵盖了 Anthropic 自己的外籍员工。美国商务部长 Howard Lutnick 周二在 X 平台上发帖称,“过去两周我们与 Anthropic 密切合作,分析并批准 Fable 5,以确保其与美国政府保持一致,并强化美国在 AI 领域的领导地位。”
- Claude Code 会悄悄检查用户的系统时区是否是中国
Claude Code 被发现会悄悄检查用户的系统时区和是否来自中国 AI 公司。对 Claude Code(2.1.196)的本地二进制文件的分析发现,它会检查系统时区是否为 Asia/Shanghai 或 Asia/Urumqi,以及是否匹配中国科技公司的域名,其中包括 baidu.com、alibaba-inc.com、alipay.com、antgroup-inc.cn、bytedance.net、kuaishou.com 、xiaohongshu.com、jd.com 和 bilibili.co 等等。此举可能是防止中国 AI 公司蒸馏其模型。
- 小鼠实验显示单次注射 DNA 指令的减肥时效十倍于 GLP-1 药物
GLP-1 减肥药如 Ozempic 和 Wegovy 需要长期服用,停药后容易反弹。现在研究人员报告小鼠实验显示单次注射 DNA 指令即可实现减轻体重和控制血糖的效果,其持续时间十倍于 GLP-1 药物。新方法有助于消除重复给药的需求。人体能充当工厂合成长效抗体。新方法是基于 Weiner 实验室的肌肉 DNA 电穿孔平台(intramuscular DNA electroporation platform),患者注射一针质粒 DNA(遗传指令),然后施加电脉冲,将这些指令导入人体细胞的细胞核被读取,使细胞能持续合成抗体。Weiner 实验室使用该方法将新冠抗体指令输入到患者体内,在 1 期临床试验中患者体内抗体持续表达逾 72 周。新研究中,研究人员设计出长效肠促胰岛素激素 GLP-1 和 GIP 的 DNA 指令,其中包含了一个防止蛋白质在体内快速分解的抗体片段。在小鼠实验中,单次注射在 70 天内产生了可检测水平的肠促胰岛素,能长时间维持代谢改善效果。
- 数据中心碳排放比预想的严重
Allianz Trade 公布的一份报告显示,数据中心对气候构成的危害比此前预想的更为严重。报告指出,此前人们低估了数字基础设施对气候的影响。除非采取适当措施,否则随着人工智能应用的激增,由算力需求引发的碳排放量将急剧上升。该研究估算,2025 年全球数据中心的二氧化碳排放总量达到 2.86 亿吨。这一数字比国际能源署此前研究得出的数据高出 57%。Allianz Trade 将此归因于其模型纳入了整个价值链中的间接排放(例如制造和施工环节产生的排放)以及电力传输过程中的损耗。数据显示,超过 70% 的排放源于设施的电力消耗,而约四分之一的排放则来自硬件和基础设施。数据中心对气候的危害在很大程度上取决于其地理位置。中国和美国的数据中心二氧化碳排放量合计约占全球总量的 70%。这两个国家的电力结构中,碳强度相对较高,分别为每度 384 克(美国)和 526 克(中国)。
- 试验显示鱼油未能改善大脑健康
一项为期两年、采用安慰剂对照、双盲设计的临床试验显示,高剂量 Omega-3 补充剂未能改善受试者记忆力、认知能力,也无法延缓阿尔茨海默病相关脑区的脑细胞损耗。研究共纳入 365 名 55-80 岁的受试者,他们日常很少吃鱼,而鱼类是膳食 Omega-3 的主要来源。研究人员认为受试者全部属于阿尔茨海默病患病高风险人群。近半数受试者(47%)携带 APOE4 基因,后者是目前已知的晚发性阿尔茨海默病最强遗传风险基因。受试者被随机分为两组,一组每日服用鱼油补充剂,另一组服用安慰剂。每份补充剂含有 2000 毫克二十二碳六烯酸(DHA),这是一种对大脑功能起关键作用的 Omega-3 脂肪酸。研究首要目标之一就是确认补充剂中的DHA能否真正进入大脑。研究人员通过检测包裹大脑与脊髓的脑脊液中的 DHA 含量验证了这一问题。服用 6 个月后,受试者脑脊液DHA平均提升 17%,证实该营养物质顺利抵达脑部。即便 DHA 成功进入大脑,也没有带来可量化的认知提升。研究人员分别在试验启动时与两年后对受试者的记忆、思维能力进行测评。服用 DHA 补充剂的人群,其认知测试表现与安慰剂组相比并无优势。脑部影像检测结果也印证了这一结论:鱼油补充剂无法减缓海马体萎缩。海马体是掌控记忆的核心脑区,也是评判大脑老化程度、阿尔茨海默病发病风险的标志性区域。
OrangeBot Weekly
The best new AI tools + Claude Code skills, every week — with my verdict on what’s actually worth your time. No hype.
Free · Unsubscribe anytime · Delivered via Substack