WEEK · 2026-W29

Weekly Digest — 2026-W29

219 unique stories (2026-07-132026-07-19), aggregated across 8 sources.

Hacker News(42)

  1. Samsung Health app threatens data deletion if users opt out AI training (neow.in)
  2. Telegram's t.me domain has been suspended (www.whois.com)
  3. Climate.gov was destroyed. Open data saved it (werd.io)
  4. Building and Shipping Mac and iOS Apps Without Ever Opening Xcode (scottwillsey.com)
  5. Show HN: Super Dario (superdario.pawb.de)
  6. Apple's new SpeechAnalyzer API, benchmarked against Whisper and its predecessor (get-inscribe.com)
  7. Cursor 0day: When Full Disclosure Becomes the Only Protection Left (mindgard.ai)
  8. Bonsai 27B: A 27B-Class model that runs on a phone (prismml.com)
  9. S&P Global has lowered Oracle’s creditworthiness from BBB to BBB- (www.heise.de)
  10. The Tower Keeps Rising (lucumr.pocoo.org)
  11. Measuring Input Latency on Linux: X11 vs. Wayland, VRR, and DXVK (marco-nett.de)
  12. Are we offloading too much of our thinking to AI? (www.artfish.ai)

GitHub Trending(25)

  1. OpenCut-app / OpenCut
  2. HKUDS / Vibe-Trading
  3. moeru-ai / airi
  4. Shubhamsaboo / awesome-llm-apps
  5. Nutlope / hallmark
  6. Raphire / Win11Debloat
  7. mattpocock / skills
  8. Dicklesworthstone / destructive_command_guard
  9. virattt / ai-hedge-fund
  10. apache / ossie
  11. PostHog / posthog
  12. openinterpreter / openinterpreter

Product Hunt(42)

  1. Fudge MCP

    Give your AI agents design taste from existing websites

  2. AI Media Buyer By Creatify

    Your ads, managed by AI that gets smarter daily.

  3. AgentKey

    One-stop live data marketplace for your agent

  4. TailMux

    Multiple Tailscale tailnets at once, no switching + no VM

  5. Loomal

    Monetize any MCP server in 5 minutes with no % skim.

  6. NoMac.app

    The headless iOS app publishing pipeline for AI agents.

  7. Flyout

    Rich-text notes that fly out from your Mac's screen edge

  8. Agentcard for companies

    Give your agent a debit card

  9. Pazi

    Vibe code business operations

  10. Animos App

    Showcase your designs in motion

  11. ClawTeams

    The first goal-driven, proactive AI team for e-commerce

  12. BugShot

    Discover, fix, capture, and report bugs in one shot

Hugging Face(30)

  1. Long-Horizon-Terminal-Bench: Testing the Limits of Agents on Long-Horizon Terminal Tasks with Dense Reward-Based Grading

    AI agents have become capable of autonomously completing short, well-specified tasks. However, existing terminal benchmarks largely focus on simple problems that finish within minutes and are evaluated only by their final outcome. This setup overlooks intermediate progress and partial solutions, yielding sparse reward signals and an incomplete picture of agent capability. We introduce Long-Horizon-Terminal-Bench, a terminal benchmark of 46 long-horizon tasks spanning nine categories, including experiment reproduction, software engineering, multimodal analysis, interactive games, and scientific computing. Each task follows a Terminal-Bench-style setup with a reference solution or simulation engine, but is further decomposed into fine-grained graded subtasks. This design enables dense intermediate rewards and partial credit, allowing evaluation to capture not only whether an agent reaches the final goal, but also how far it progresses on open-ended workflows. Tasks in Long-Horizon-Terminal-Bench typically require hundreds of episodes and minutes to hours of execution, stressing long-horizon planning, long-context management, and iterative debugging rather than one-shot problem solving. We evaluate 15 frontier models and find that agents consume on average 9.9M tokens per task, with roughly 231 episodes and 85.3 minutes of execution time per run, making Long-Horizon-Terminal-Bench more demanding than prior terminal-based benchmarks. Even the strongest tested model achieves 15.2% pass@1 at a partial-reward threshold of 0.95 and 10.9% at a perfect-reward threshold of 1.0, while the mean pass rate across models is 4.3% and 1.7% under the two thresholds, respectively. These results reveal headroom for improvement. We further analyze failure modes and error patterns, and release Long-Horizon-Terminal-Bench to support future progress on long-horizon terminal agents.

  2. Video Generation Models are General-Purpose Vision Learners

    Driven by next-token prediction, NLP shifted from task-specific models into powerful generalist foundation models. What, then, is the equivalent catalyst needed to achieve a general-purpose model in computer vision? In this paper, we contend that large-scale text-to-video generation serves as a strong pre-training paradigm for computer vision, providing the necessary spatiotemporal priors, vision-language alignment, and scalability required for general visual intelligence. We introduce GenCeption, which leverages a pre-trained video generative diffusion backbone to define a feed-forward perception model, capable of performing various vision tasks steered by text instructions. Empirical results demonstrate that GenCeption achieves state-of-the-art performance across a diverse suite of tasks, including depth, surface normal, and camera pose estimation, expression-referring segmentation, and 3D keypoint prediction, often matching or surpassing specialized models (e.g. DepthAnything3, SAM3, D4RT, VGGT-Omega, Sapiens, David, Genmo, and Lotus-2). Furthermore, the video generative pretrained backbone outperforms alternative pretraining paradigms (e.g., V-JEPA, and Video MAE) under comparable settings. Importantly, GenCeption exhibits preliminary data and model scaling properties along with exceptional data efficiency, where it achieves comparable performance with leading models like D4RT and VGGT-Omega with 7 to 500 less training data. Finally, GenCeption also exhibits intriguing emergent behaviors: a model trained exclusively on synthetic human videos generalizes to real-world footage and out-of-distribution object categories (e.g., animals and robots). These findings suggest that video generation is not merely a synthesis tool, but a foundational path toward generalist vision intelligence for the physical world. Project page: https://genception.github.io

  3. Scalable Visual Pretraining for Language Intelligence

    The rapid progress of large foundation models has been driven predominantly by pretraining on large-scale text corpora. However, many forms of knowledge are conveyed through visual representations, where figures, typeset equations, and page layouts carry rich information that cannot be faithfully or completely captured by text alone. Yet current pretraining approaches discard these visual cues by converting visually rich sources, such as documents and web pages, into plain text for learning language intelligence. This paper challenges the default assumption that language models must be trained on text-only representations and shows that Visual Pretraining is a scalable learner for foundation model intelligence. To this end, we conduct a systematic study of unsupervised visual pretraining paradigms that directly leverage visual documents without text extraction. Across multiple backbones and benchmarks, visual pretraining on the same underlying corpora consistently outperforms text-only pretraining, offering an efficient pathway to scalable language intelligence.

  4. Trust Region Policy Distillation

    Big goals are hard to achieve all at once; breaking them into small steps is wiser. We present Trust Region Policy Distillation (TOP-D), which transforms the notoriously unstable, high-variance On-Policy Distillation (OPD) into a stable training paradigm by dynamically constructing a proximal teacher. Theoretically, we establish a rigorous framework demonstrating that TOP-D inherently controls gradient variance. By providing a formal global convergence analysis alongside a monotonic improvement bound, we mathematically formalize the reliability and stability of the overall training dynamics. Empirically, TOP-D dramatically enhances training stability, sample efficiency, and final performance on mathematical reasoning tasks. More importantly, TOP-D introduces zero additional computational overhead, positioning itself as a promising alternative to the well-established OPD paradigm.

  5. KronQ: LLM Quantization via Kronecker-Factored Hessian

    Post-training quantization (PTQ) is a widely adopted technique for compressing large language models (LLMs) without retraining. Existing second-order PTQ methods, including GPTQ, construct quantization objectives exclusively from input activation statistics, effectively assuming that all output channels contribute equally to the layer-wise reconstruction objective. We propose KronQ, a PTQ framework that challenges this assumption by introducing the gradient covariance into the quantization pipeline. Under the Kronecker-factored Hessian approximation, the quantization loss depends jointly on both the activation and gradient covariances, and KronQ exploits this at two complementary levels. (1) KronQ introduces bidirectional incoherence processing, extending the existing input-side random rotation to the output dimension using the gradient covariance, reducing weight magnitude variance across both input and output dimensions. (2) KronQ derives a new sensitivity metric for inter-layer mixed-precision allocation, driven by the gradient and activation Hessian traces. Notably, in the case of 2-bit weight-only quantization on LLaMA-3-70B, while GPTQ and GPTAQ diverge or produce degenerate quantizations (>2000 perplexity on WikiText-2), KronQ achieves 7.93 perplexity.

  6. From RGB Generation to Dense Field Readout: Pixel-Space Dense Prediction with Text-to-Image Models

    Large-scale text-to-image models are attractive backbones for dense prediction because RGB generation pretraining learns rich semantic, structural, and geometric priors. Existing generative and editing approaches reuse these priors by casting dense prediction as target generation: annotations such as depth, normals, alpha mattes, masks, and heatmaps are encoded into an RGB-trained VAE latent space and decoded back as image-like targets. We argue this inherits more of the generative output interface than dense prediction requires: unlike RGB synthesis, dense prediction asks for pixel-correct, task-native fields on the same image plane, not new RGB content to be rendered. Our key observation is that a pretrained DiT already organizes RGB inputs through a patch-to-token-to-patch lattice on the image plane, so each token indexes a fixed output patch whose channels can carry task-native quantities instead of RGB appearance. We instantiate this as ReChannel: we keep the VAE encoder for the DiT's input distribution but drop the target-side decoder, adapt the frozen DiT with task LoRA, and map each token to its p x p x K_t pixel-space patch through a shared token-local linear head--about 33K parameters, no spatial mixing. Using FLUX-Klein, we evaluate on six dense prediction tasks and over a dozen benchmarks. This minimal interface sets new state-of-the-art on trimap-free matting, KITTI depth, and referring segmentation, and stays competitive on normals, saliency, and pose. In a matched 4B setting it is more accurate and 2.48x faster than an edit-plus-latent-decode counterpart--dense perception can benefit from generative pretraining without inheriting its output interface.

  7. Weak-to-Strong Generalization via Direct On-Policy Distillation

    Reinforcement learning with verifiable rewards (RLVR) is a powerful recipe for improving language-model reasoning, but it is expensive to repeat on every new strong model because the target model must generate many rollouts during training. As models scale, post-training itself becomes a bottleneck. We study a weak-to-strong alternative: run RL on a smaller model where rollouts are cheaper, then reuse what that RL run learned to improve a stronger target model. Directly distilling the post-RL weak teacher is not enough, because the teacher's final policy mixes useful RL gains with the limitations of the smaller model. We propose Direct On-Policy Distillation (Direct-OPD), which transfers the teacher's RL-induced policy shift instead. Direct-OPD compares the post-RL teacher with its own pre-RL reference and treats their log-ratio as a dense implicit reward for the student. In plain terms, the checkpoint pair tells us which actions RL made the weak model more or less likely to take, and Direct-OPD applies that signal on the stronger student's own on-policy states. This directly reuses the weak model's RL supervision signal without running sparse-reward RL on the target model. Empirically, Direct-OPD consistently leverages weaker teachers to improve stronger target models; notably, it boosts Qwen3-1.7B from 48.3% to 58.3% on AIME 2024 in just 4 hours on 8 A100 GPUs. It outperforms step-matched direct RL and enables the sequential composition of multiple policy shifts. Our results show that RL outcomes can be reused across model scales as implicit reward signals, not merely as final models to imitate.

  8. ABot-N1: Toward a General Visual Language Navigation Foundation Model

    Visual Language Navigation foundation models aim to unify deep reasoning for grounded spatial decisions with broad versatility for diverse embodied tasks. Current approaches typically achieve this integration via monolithic policies that map observations directly to actions, yet they often suffer from coordinate drift and poor handling of long-tail semantics. Furthermore, these black-box mappings lack interpretability, hindering the simultaneous achievement of generality, robustness, and transparency. We present ABot-N1, a step toward a general Visual Language Navigation foundation model, that addresses these challenges by decoupling cognition from control via a slow-fast architecture guided by dual visual-language signals. More specifically, a slow vision-language reasoner performs explicit Chain-of-Thought reasoning while producing a pixel goal. This compact set of image-space anchor points serves as a universal interface for diverse tasks, including point-goal, object-goal, poi-goal, instruction-following, and person-following. Subsequently, a fast action expert leverages both the textual cues and the pixel guidance to generate continuous waypoints at the native control frequency. By bridging high-level intents and low-level control through pixel-grounded anchors paired with explicit linguistic traces, our approach ensures robust, generalizable, and interpretable navigation across simulation and real-world benchmarks. ABot-N1 establishes new state-of-the-art records, delivering massive gains specifically in urban-scale navigation: boosting POI arrival by 35.0% (to 77.3%) and achieving 95.4%/92.9% SR in complex indoor and outdoor scenes. It also maintains superior robustness across object-reaching, person-following, and instruction-following tasks. New Point-Goal/POI-Goal benchmarks are released as open source to advance the field of urban-scale navigation.

  9. ABot-AgentOS: A General Robotic Agent OS with Lifelong Multi-modal Memory

    Recent VLM and VLA systems have improved robotic perception and action prediction, yet long-horizon embodied agents still require a general runtime layer for reasoning, memory, tool use, verification, and cross-embodiment execution. We present ABot-AgentOS, a general robotic Agent Operating System that sits above low-level controllers and provides a deliberative agent layer for scene-conditioned planning, context-isolated skill execution, multi-stage verification, multi-modal memory, and edge-cloud collaboration. To evaluate such systems, we introduce EmbodiedWorldBench, an executable benchmark with 16 indoor, outdoor, and hybrid scenes, four difficulty levels, and over 200 tasks involving navigation, object search, NPC dialogue, dynamic events, and trace-grounded scoring. ABot-AgentOS further introduces Universal Multi-modal Graph Memory, a persistent source-grounded substrate that converts dialogue, visual observations, spatial context, temporal relations, and task traces into typed nodes and edges. A failure-driven self-evolution loop converts diagnosed memory failures into gated runtime evo-assets that are promoted only to later evaluation splits, preventing current-split ground-truth leakage while enabling continual improvement. On an initial EmbodiedWorldBench subset, ABot-AgentOS improves over a single-controller baseline in both task success and goal completion. Across memory benchmarks, ABot-AgentOS Static achieves 87.5 on LoCoMo, 59.9 on OpenEQA EM-EQA, 88.6 on Mem-Gallery, and 76.5 Acc@All on NExT-QA; self-evolution further improves LoCoMo to 88.7, OpenEQA to 60.4, and Mem-Gallery to 89.0. These results suggest that a general Agent OS layer can improve long-horizon embodied execution while providing persistent, auditable memory for continual interaction.

  10. 4D Human-Scene Reconstruction from Low-Overlap Captures

    Existing volumetric capture of dynamic human performance achieves high fidelity with dense camera arrays. However, in real-world scenarios, only a handful of low-overlap cameras are available, which degrades the output quality and leaves large areas unobserved. Recent 4D reconstruction methods have focused on low-overlap settings, yet they still produce noticeable artifacts in under-observed regions. Video diffusion models have emerged as another option, but they show geometrically inconsistent results for humans. To address these limitations, we propose StudioRecon, a pipeline that reconstructs 4D human scenes from sparse, low-overlap cameras by decoupling background and humans. We densify background supervision by synthesizing hundreds of camera-controlled novel views with a video diffusion model. We also robustly initialize deformable Gaussian humans with cross-view identity association and triangulated multi-view keypoint fitting. Finally, our recursive enhancement module with motion-adaptive consistency injection harmonizes the composed output, thereby further avoiding remaining artifacts. We achieve state-of-the-art novel view synthesis across four real-world datasets and demonstrate applications such as novel trajectory rendering and human replacement.

  11. LightMem-Ego: Your AI Memory for Everyday Life

    Personal AI assistants on mobile and wearable devices continuously perceive users' daily lives through visual and audio streams. However, answering queries about past experiences requires lightweight multimodal memory that can continuously accumulate, organize, and retrieve long-term experiences, which remains challenging. To address this challenge, we present LightMem-Ego, a lightweight streaming multimodal memory system for everyday-life assistance. The system continuously captures egocentric visual and audio streams, aligns them on a shared timeline, and organizes them into a hierarchical memory consisting of current, short-term, and long-term memory. Given a user query, LightMem-Ego dynamically routes retrieval to the appropriate memory level and generates answers grounded in multimodal evidence. The demonstration can be deployed on smartphones and AI glasses, supporting object finding, conversation recall, life summarization, routine discovery, and personalized assistance. Code is available at https://github.com/zjunlp/LightMem-Ego.

  12. AdvancedMathBench: A Benchmark Suite for Advanced Mathematical Proof Generation and Verification

    Large language models (LLMs) have achieved remarkable performance on high-school and olympiad-style mathematics, yet their capabilities on advanced mathematics remain poorly understood. Existing benchmarks, however, fall short in both scope and evaluation granularity: they provide limited disciplinary coverage and often rely on final-answer correctness or coarse judgments, leaving the validity of the reasoning process inadequately assessed. To bridge this gap, we introduce AdvancedMathBench, a benchmark suite designed to evaluate advanced mathematical reasoning capabilities. Its core proof-generation benchmark, ProverBench, contains 296 problems spanning undergraduate and doctoral qualifying-exam levels. To provide reliable evaluation of the proofs, we develop a dedicated automatic verification pipeline trained on large-scale expert annotations to produce both correctness verdicts and fine-grained assessments of proof errors, which exhibits strong agreement with human experts on held-out proof trajectories. We further introduce VerifierBench, consisting of 888 model-generated proof trajectories paired with expert ground truth, to evaluate whether models can correctly judge proof validity and provide sound verification rationales. Experiments show that AdvancedMathBench remains challenging for frontier models. On proof generation, the best-performing model, GPT-5.5-xhigh, achieves only 75.8 and 66.1 on the UGD and QE splits, respectively, indicating substantial room for improvement on advanced mathematical proof construction. On proof verification, the best model attains a Balanced F1 of only 65.1, and models generally exhibit low true negative rates, suggesting that critical error detection remains a major bottleneck.

Techmeme(42)

  1. Microsoft announces a Windows 11 search overhaul that prioritizes local results, removes promotional web content, and more, rolling out to Windows Insiders (Zac Bowden/Windows Central)

    Zac Bowden / Windows Central : Microsoft announces a Windows 11 search overhaul that prioritizes local results, removes promotional web content, and more, rolling out to Windows Insiders —  Windows 11's search user experience is getting a big update, with Microsoft moving to prioritize local results, remove promotional content, and much more.

  2. Q&A with Xinzhou Wu, head of automotive at Nvidia, on Nvidia's chips and AI models for autonomous driving, lidar's usefulness for Level 4 autonomy, and more (Nilay Patel/The Verge)

    Nilay Patel / The Verge : Q&A with Xinzhou Wu, head of automotive at Nvidia, on Nvidia's chips and AI models for autonomous driving, lidar's usefulness for Level 4 autonomy, and more —  Xinzhou Wu on autonomy, Chinese cars, and if we really need lidar  —  Today, I'm talking with Xinzhou Wu, who is the head of automotive at Nvidia.

  3. Doc: DHS analysts twice dismissed signs of intruders inside the DHS' network, first detected in May, as harmless activity before confirming a breach in June (David DiMolfetta/Nextgov/FCW)

    David DiMolfetta / Nextgov/FCW : Doc: DHS analysts twice dismissed signs of intruders inside the DHS' network, first detected in May, as harmless activity before confirming a breach in June —  Department of Homeland Security personnel twice dismissed signs of cyber intruders inside the agency's Homeland Security Information Network …

  4. A coalition of 12 states led by California files an antitrust lawsuit to block Paramount's WBD merger, alleging it lessens competition in three markets (Gene Maddaus/Variety)

    Gene Maddaus / Variety : A coalition of 12 states led by California files an antitrust lawsuit to block Paramount's WBD merger, alleging it lessens competition in three markets —  A coalition of 12 states filed an antitrust lawsuit on Monday to block the merger of Paramount Skydance and Warner Bros. …

  5. London-based Valarian, which allows companies to use US cloud providers for AI workloads but retain control of their data, raised a $50M Series A led by NEA (Lily Mae Lazarus/Fortune)

    Lily Mae Lazarus / Fortune : London-based Valarian, which allows companies to use US cloud providers for AI workloads but retain control of their data, raised a $50M Series A led by NEA —  Max Buchan started advocating for infrastructure sovereignty when, as he puts it, “globalization and Davos were still cool.”

  6. Seattle-based Augmodo, whose AI-powered "Smartbadges" worn by employees track shelf inventory, raised $21M led by TQ Ventures at a $350M valuation (Kurt Schlosser/GeekWire)

    Kurt Schlosser / GeekWire : Seattle-based Augmodo, whose AI-powered “Smartbadges” worn by employees track shelf inventory, raised $21M led by TQ Ventures at a $350M valuation —  Augmodo, the Seattle startup that straps AI-powered cameras onto retail workers to track store shelves, has raised $21 million …

  7. The UK government proposes a default overnight social media curfew for 16- and 17-year-olds and disabling features like auto-play and infinite scroll by default (Muvija M/Reuters)

    Muvija M / Reuters : The UK government proposes a default overnight social media curfew for 16- and 17-year-olds and disabling features like auto-play and infinite scroll by default —  Britain will introduce a default overnight curfew on social media apps for 16- and 17-year-olds, the government said …

  8. Sources: OpenAI's first device will be a moveable, screen-free smart speaker with a camera and sensors, meant to serve as a humanlike AI companion (Mark Gurman/Bloomberg)

    Mark Gurman / Bloomberg : Sources: OpenAI's first device will be a moveable, screen-free smart speaker with a camera and sensors, meant to serve as a humanlike AI companion —  OpenAI's much-anticipated push into consumer devices is slated to begin with a mobile, screen-free smart speaker designed to be a new type …

  9. Sources: DeepSeek has started planning for an IPO in China and may file as soon as this year, allowing it to debut in 2027 (Lulu Yilun Chen/Bloomberg)

    Lulu Yilun Chen / Bloomberg : Sources: DeepSeek has started planning for an IPO in China and may file as soon as this year, allowing it to debut in 2027 —  Chinese AI pioneer DeepSeek has begun preparations for an initial public offering and may file as soon as this year, setting the stage for what could be a landmark debut for the country's technology industry.

  10. Anthropic faces ridicule and criticism for an ad titled "There's hope in hard questions" that unsettled viewers with weird graveyard imagery and doomer-ist tone (Lucas Ropek/TechCrunch)

    Lucas Ropek / TechCrunch : Anthropic faces ridicule and criticism for an ad titled “There's hope in hard questions” that unsettled viewers with weird graveyard imagery and doomer-ist tone —  Anthropic is known for its creative marketing, but the AI company may have been a little bit too creative when it conjured up its most recent advertisement.

  11. OpenAI says it is "not aware of any evidence" that Apple's lawsuit alleging trade-secret theft has merit, adding that it believes in fair competition (Mark Gurman/Bloomberg)

    Mark Gurman / Bloomberg : OpenAI says it is “not aware of any evidence” that Apple's lawsuit alleging trade-secret theft has merit, adding that it believes in fair competition —  OpenAI said on Tuesday that it's “not aware of any evidence” that an Apple Inc. lawsuit alleging trade-secret theft has merit.

  12. Adapter, which offers an infrastructure layer to help users leverage and control data for use by AI agents and apps, emerges from stealth with $17.8M in funding (Alex Konrad/Upstarts Media)

    Alex Konrad / Upstarts Media : Adapter, which offers an infrastructure layer to help users leverage and control data for use by AI agents and apps, emerges from stealth with $17.8M in funding —  Repeat founder Adam Ghetti returns with a startup backed by GV and others to provide better ‘cognition’ for your AI use …

Solidot(38)

  1. 蒋方舟因论文存在抄袭行为被撤销硕士学位

    人民大学宣布决定撤销蒋方舟的硕士学位。中国人民大学星期一(7月13日)晚在微博通报称,近日,网上出现关于中国人民大学文学院2019届硕士毕业生蒋方舟学位论文涉嫌学术不端的新线索。学校高度重视,立即组建由多位校内外知名专家参与的调查组,通过文献溯源比对、依规问询、听取当事人申辩等,深入开展核查工作。“经核查,蒋方舟硕士学位论文有九处与境外某篇期刊论文存在文字重合,且相关内容未标注引用、未列明参考文献。人民大学依据中国《高等学校预防与处理学术不端行为办法》《中华人民共和国学位法》的相关规定,认定蒋方舟构成学术不端行为,并研究决定,撤销其硕士学位。”蒋方舟本人星期一晚在微博回应,接受人大校方的处理并致歉。她说:“因此事被惊扰并失望的读者,我致以歉意。对我的老师为此事蒙受的处分,深致歉意。”

  2. Vinton Cerf 退休

    Vinton Cerf 上周卸任 Google 首席互联网布道官一职,标志这其职业生涯的落幕。现年 83 岁的 Cerf 与 Robert Kahn 合作设计了 TCP/IP 协议,因此被誉为互联网之父。TCP 管理通过互联网发送的数据包,确保不会丢包,能以正确的次序接收,在正确的目的地重新组装。IP 管理地址,在正确的目的地转发和发送数据。两者共同构成了互联网的核心架构,让计算机能连接和交换流量。自 2005 年以来,Cerf 一直担任 Google 的副总裁和首席互联网布道官。

  3. 逃脱死亡命运的类木星行星

    天文学家利用韦伯望远镜观测了一颗逃脱死亡命运的类木星行星 WD 1856 b。天文学家是在利用 TESS 望远镜观测白矮星时发现 WD 1856 b 的。白矮星是类太阳恒星的残骸,已经历了红巨星阶段,留下了地球大小的核心。天文学家在 WD 1856 系统发现了一颗气态巨行星,它距离恒星仅仅只有 0.02 个天文单位。这颗白矮星已经死亡了 60 亿年,它在红巨星阶段本应该会吞噬内行星,而气态巨行星本应该在此过程中向外迁移,结果它却更接近恒星了。韦伯的观测发现,WD 1856 b 被气溶胶笼罩,大气层含有甲烷,向太空辐射的能量大约是其从正在冷却的恒星接收能量的 25 倍。行星的温度高达 400 开尔文。

  4. 数据中心用电量占到了爱尔兰用电量的 23%

    爱尔兰中央统计局 (CSO) 的数据显示,2025 年数据中心用电量占到了爱尔兰用电量的 23%。而在 2015 年这一比例仅为 5%。大型数据中心的用电量在 2025 年增长了 10%,从 2024 年的 6973 GWh 增至 2025 年的 7663 GWh,所有其他部门同期的用电量仅增长 2%。相比下城市居民用电量占总用电量的 18%,农村居民用电量则为 9%。类似其它地区,爱尔兰也出​​现了反数据中心抗议活动。该国拥有逾 80 个数据中心。

  5. 他们窃取了数据和民主

    1998 年时任 Novell CEO 施密特(Eric Schmidt)接受 BBC 采访,当被询问到硅谷的政治立场时,施密特毫不犹豫的咆哮道:“我们反政府、反监管、反国会。”BBC 说,“你们想要的实际上是一个丛林社会?一个强者生存,弱者无依无靠的社会?”施密特坦然称是并以此为傲。硅谷精英想要不受监管的权力,这一论调与一个世纪前的镀金时代寡头如出一辙。而硅谷精英仅仅通过声称对人类传播、信息完整性、真相的命运以及信息文明中知识分布的全球历史性变革拥有实验权威,便得以为所欲为。一场持续数十年、至今仍在进行的实验拉开了序幕。作为监控资本主义的代表,Google 收集的用户数据远远超过其服务的需要。信息无政府状态正在重塑世界政治格局。虚假信息、极化和选举失能都有利于专制,而在追求人类数据的过程中,算法对腐化信息的优先推送有利于其商业利益,能吸引用户参与并引发数据爆炸式增长。任何民主制度都无法在这种环境下长久生存。今天的信息空间与民主制度的公共广场原型截然不同,让民主国家面临持续的压力。生成式 AI 就是以监控资本主义积累的海量数据为食物,而 AI 公司更是无视道德和法律毫无顾忌的窃取数据。他们代表了一种以盈利为目的的极权主义。这种权力体制与阿伦特(Hannah Arendt)、奥威尔(George Orwell)等人分析的政治极权主义有着根本性的差异,代表了一个由科技巨头掌控一切的未来。这种以数据驱动、以盈利为目的的极权主义,本质上是民主的敌人。它并非是我们所追求的未来,也并非我们这个时代和人民的必然命运。

  6. Linus Torvalds 谈 AI 和垃圾补丁

    Linus Torvalds 曾说过大模型(LLM)会让程序员的生产力提升十倍。他在 2026 年印度开源峰会上说,这个数字并不科学,是他随口胡扯的。他说如今的希望是 LLM 给程序员带来的生产力提升能超过其造成的生产力损失。他说,大模型生成的垃圾远多于有用代码,而 AI 生成的 bug 报告浪费了维护者大量的时间精力。Torvalds 称大量 LLM 生成的补丁是无意义的创可贴,或许能解决当前问题,但类似 bug 仍然留在那里,随时可能在其他地方再次出现。他称自己会用 LLM 制作原型,LLM 生成的代码并不能直接使用,但是一个尝试新想法的好方法。他认为 LLM 还无法生成修复内核 bug 的补丁。

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

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

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

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

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

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

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

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

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

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

  12. Telegram 的 t.me 域名被暂停解析

    Telegram 旗下短域名 t.me 被 .me 域名管理机构 serverHold,导致该域名在全球停止解析。serverHold 状态通常与法律事务相关。管理 .me 域名的 Identity Digital 声称是应美国 OFAC (Office of Foreign Assets Control) 机构要求而屏蔽该域名。美国财政部旗下的 OFAC 的任务是打击恐怖主义、大规模杀伤性武器扩散、毒品走私以及其它威胁国家安全的行为,能对外国政府、组织和个人实施制裁。使用 t.me 的服务将需要切换到 telegram.me。