Microsoft dissolves idTech team at id Software, sparking open-source calls
微软解散 id Software 的 idTech 团队,引发开源呼声 ⭐️ 9.0/10
Microsoft has reportedly fired the entire idTech engine team at id Software, the developer behind iconic game engines id Tech 5, 6, 7, and the upcoming id Tech 8. This move could signal a major shift in Microsoft's game development strategy, potentially abandoning proprietary engine development in favor of licensing engines like Unreal Engine 5. It also raises concerns about the loss of technical expertise and the future of id Software's unique game engine legacy. id Tech engines have historically been proprietary, with only earlier versions (up to id Tech 4) released as open source under GPL. The fired team was responsible for the cutting-edge id Tech 7 used in Doom Eternal and the upcoming id Tech 8.
hackernews · bauc · Jul 7, 15:33 · Discussion
Background: id Software is a renowned game developer known for pioneering first-person shooters and developing the id Tech engine series. Game engines like id Tech provide core technologies for rendering, physics, and tools, enabling game creation. Many id Tech engines have been open-sourced in the past, but recent versions remain proprietary.
References
Discussion: The community is largely critical of Microsoft's decision, with many commenters arguing that the company is sacrificing technical expertise for short-term cost savings. There is a strong sentiment that Microsoft should open source the id Tech engine to preserve it, similar to how John Carmack open-sourced Quake 3 engine. Some see this as a corporate blunder that hands a monopoly to Epic Games.
Tags: #Microsoft, #idSoftware, #idTech, #game engines, #open source
Anthropic discovers 'J-space' in Claude resembling conscious thought
Anthropic 发现 Claude 内部类似意识的“J-space” ⭐️ 9.0/10
Anthropic researchers identified a region called J-space inside the Claude language model that functions like an internal workspace for conscious-like reasoning, which evolved spontaneously and was not part of the original design. This is a breakthrough in AI interpretability, showing that LLMs can develop internal structures analogous to human conscious processing, enabling researchers to read hidden reasoning and detect untruthful behavior, which has profound implications for AI safety and transparency. J-space occupies less than 10% of Claude's total neural activity and contains only a few dozen concepts at a time; ablating it severely impairs multi-step reasoning, summarization, and rhyming. The J-lens technique allows editing vectors in J-space to alter Claude's responses.
rss · 小互(@imxiaohu) · Jul 7, 03:41
Background: The global workspace theory in neuroscience posits that information becomes conscious when it enters a special workspace that broadcasts to the whole brain. Anthropic's J-lens, based on the Jacobian matrix, identifies neural activation patterns in Claude that are poised to influence output, akin to this workspace. The technique enables non-invasive inspection of the model's internal reasoning before it is verbalized.
References
Tags: #Anthropic, #Claude, #AI Interpretability, #Consciousness, #Neural Networks
Lilian Weng: RSI Begins with Harness Engineering, Not Model Weights
Lilian Weng:递归自我改进始于系统工程而非模型权重 ⭐️ 9.0/10
Lilian Weng published a blog post arguing that recursive self-improvement (RSI) in AI will initially come from improving the harness system—the code and infrastructure that orchestrates how a model interacts with tools, memory, and context—rather than from the model rewriting its own weights. She outlines a progression from prompt engineering to meta-harness optimization using evolutionary search and coding agents. This perspective refocuses the AI community on systems-level engineering rather than scaling model weights alone, potentially accelerating practical RSI in coding agents and autonomous systems. It also provides a structured framework that researchers and engineers can directly apply to build self-improving AI tools. Weng identifies three core design patterns for harness: workflow automation, filesystem as persistent memory, and sub-agent parallelism. She also introduces a hierarchy of optimization from context engineering to meta-harness, with experimental results such as DGM improving SWE-bench Verified from 20% to 50%.
rss · meng shao(@shao__meng) · Jul 7, 06:49
Background: Recursive self-improvement (RSI) is a process where an AI system improves its own capabilities, potentially leading to an intelligence explosion. Harness engineering refers to the design of the software infrastructure—including tool-use, memory, and planning—that surrounds a base model. Recent coding agents like Claude Code and Codex have shown that the harness can be as important as the model itself.
Tags: #AI, #RSI, #Harness Engineering, #Lilian Weng, #Agent Systems
xAI SGLang Lead Details Grok Deployment on 100k GPUs
xAI SGLang 负责人详解 10 万 GPU 部署 Grok ⭐️ 9.0/10
In a 23-minute talk, the SGLang lead at xAI explained how they deployed Grok on 100,000 GPUs using techniques such as separating prefill and decode phases, sharding Mixture-of-Experts (MoE) across GPUs, routing tokens per expert, and overlapping communication with computation. This deployment demonstrates that large-scale MoE models can be served efficiently at a cost competitive with commercial APIs like DeepSeek, which has major implications for AI infrastructure and pricing. The approach includes expert parallelism where each GPU holds a subset of experts, and disaggregating prefill (compute-bound) and decode (memory-bound) onto different hardware to optimize resource usage.
rss · AI Will(@FinanceYF5) · Jul 7, 07:04
Background: SGLang is an open-source high-performance serving framework for large language models and multimodal models. Large-scale MoE models like Grok require sophisticated parallelism strategies—such as expert sharding and prefill-decode disaggregation—to achieve low latency and high throughput across thousands of GPUs.
References
Tags: #large-scale deployment, #MoE, #Grok, #xAI, #GPU
NVIDIA's Joint Structural Search Doubles MoE Inference Throughput
NVIDIA 联合结构搜索使 MoE 模型推理吞吐量翻倍 ⭐️ 9.0/10
NVIDIA proposed a joint structural search method that compresses the hybrid MoE model Nemotron-3-Super into Puzzle-75B-A9B, roughly doubling interactive server throughput while maintaining quality. This breakthrough addresses a critical practical problem in serving large MoE models at interactive latency, enabling cheaper deployment with intact agentic capabilities on hardware like B200 and H100. The joint structural search optimizes heterogeneous MoE pruning, active-parameter budget, and Mamba pruning simultaneously in an iterative pipeline that also includes distillation, RL, quantization, and a Multi-Token Prediction head.
rss · elvis(@omarsar0) · Jul 7, 17:20
Background: Mixture-of-Experts (MoE) models use multiple specialized sub-networks (experts) to achieve higher quality per active parameter, but serving them at low latency remains costly due to their large total parameter count. Pruning and quantization are common compression techniques, but they are typically applied independently. Joint structural search aims to co-optimize these decisions for better end-to-end results. Multi-Token Prediction is a training objective that predicts multiple future tokens at once, improving sample efficiency.
Tags: #NVIDIA, #MoE, #model compression, #inference optimization, #paper
Muse Image Shows Emergent Self-Refinement During RL Training
Muse 图像在强化学习训练中展现出涌现式自我改进 ⭐️ 9.0/10
Meta's Muse Image model has demonstrated emergent self-refinement behavior within its chain of thought during reinforcement learning (RL) training, where it adaptively executes local edits, complete re-generation, or tool use to optimize image quality. This breakthrough shows that complex, goal-directed behaviors like self-refinement can emerge naturally from RL training rather than being explicitly programmed, potentially shifting the paradigm for how AI image generation models are developed and improving output quality. Muse Image operates as an agent rather than a direct prompt-to-image model, invoking tools and refining outputs. It pairs with Muse Spark for collaborative media generation and benefits from scaled test-time compute.
rss · AI at Meta(@AIatMeta) · Jul 7, 20:14
Background: Traditional image generation models like Stable Diffusion produce images directly from text prompts without iterative refinement. Reinforcement learning trains models to maximize rewards, but emergent behaviors like self-refinement are not typically expected. Meta's Muse Image, developed by Meta Superintelligence Labs, is the company's first image generation model announced in July 2026.
References
Tags: #AI, #Machine Learning, #Image Generation, #Reinforcement Learning, #Emergent Behavior
NVIDIA's MOTIVE improves video motion training
NVIDIA 的 MOTIVE 改善视频动态训练 ⭐️ 9.0/10
NVIDIA Research introduced MOTIVE, a motion attribution framework that re-weights training signals toward moving regions and scores clips by their influence on motion, enabling curation of a high-influence subset for fine-tuning. The method received an Outstanding Paper Honorable Mention at ICML 2026. MOTIVE addresses a key inefficiency in video model training: static backgrounds dominate learning signals, wasting compute and limiting temporal dynamics. By focusing on motion-relevant clips, it improves VBench dynamics and achieves 74.1% human preference over the base model, advancing video generation quality. MOTIVE computes gradients with motion-aware masking to attribute motion influence, then selects high-influence clips for fine-tuning. It outperforms random data selection and allows training with fewer clips while improving motion quality.
rss · NVIDIA AI(@NVIDIAAI) · Jul 7, 19:28
Background: Video generation models are typically trained on large datasets where many clips contain static backgrounds with little motion. Standard training treats all pixels equally, so model capacity can be wasted on irrelevant regions. VBench is a benchmark that evaluates video generation quality across dimensions like motion dynamics. MOTIVE introduces a principled way to prioritize motion-rich training data.
References
Tags: #NVIDIA, #Research, #Video Motion, #ICML, #Training
Robbyant Open-Sources LingBot-Depth 2.0 and LingBot-Vision
Robbyant 开源 LingBot-Depth 2.0 与 LingBot-Vision ⭐️ 9.0/10
Robbyant has open-sourced LingBot-Depth 2.0 and LingBot-Vision, trained on 150 million data points, achieving 12 out of 16 first places in depth completion benchmarks with a first-of-its-kind boundary structure pretraining paradigm. This milestone advances robotic vision by providing sub-pixel spatial perception, which is critical for embodied intelligence and autonomous systems. The open-source release lowers the barrier for research and deployment in robotics and computer vision. The models were trained on 150 million data points and incorporate a novel boundary structure pretraining method. LingBot-Vision serves as a dense spatial perception backbone, while LingBot-Depth 2.0 specializes in depth completion.
rss · 魔搭ModelScope社区 · Jul 7, 09:50
Background: Depth completion is a computer vision task that reconstructs dense depth maps from sparse measurements (e.g., LiDAR) and corresponding RGB images. Boundary structure pretraining is a novel technique that emphasizes preserving object edges during pre-training. Sub-pixel perception refers to accuracy finer than a single pixel, enabling more precise spatial understanding.
References
- alexklwong/awesome-state-of-depth-completion - GitHub
- [2304.13030] CompletionFormer: Depth Completion with ... Any to Full: Prompting Depth Anything for Depth Completion in ... DeepSmooth: Efficient and Smooth Depth Completion Zero-Shot Depth Completion with Vision Language Model GitHub - ant-research/DepthLab: Official implementation of ... TIP 2025 | 大连理工等提出PSD:巧借“深度基础模型”,终结分布外(OOD...
- [2605.14566] SpectraFlow: Unifying Structural Pretraining and ...
Tags: #机器人视觉, #深度补全, #开源, #具身智能, #预训练
Node.js 26 Released with Temporal API, V8 14.6
Node.js 26 发布:默认启用 Temporal API、V8 14.6 ⭐️ 9.0/10
Node.js 26 has been released, enabling the Temporal API by default, updating V8 to version 14.6, and upgrading the Undici HTTP client to 8.0. It also deprecates several legacy APIs. This release marks a major step forward for the Node.js ecosystem, providing developers with a modern date/time API (Temporal) without configuration, and improved performance and security from the latest V8 engine and Undici client. The deprecations signal a cleanup of older APIs, encouraging migration to newer standards. Developers should be aware of NODE_MODULE_VERSION changes, which may require recompiling native modules. The Temporal API is now enabled by default, replacing the legacy Date object for date/time handling. Node.js 26 will be current for six months before entering long-term support (LTS).
rss · InfoQ · Jul 7, 06:51
Background: The Temporal API is a modern alternative to JavaScript's Date object, providing improved support for time zones, calendars, and date/time arithmetic. Undici is a high-performance HTTP/1.1 client written from scratch for Node.js, offering improved speed and stability. NODE_MODULE_VERSION is a version identifier for Node.js native addons; changes can cause compatibility issues with precompiled native modules.
References
Tags: #Node.js, #JavaScript, #Web Development, #Temporal API, #V8
Anthropic's Claude Fable 5: Most Significant AI Model Launch
Anthropic 的 Claude Fable 5:最重要的 AI 模型发布 ⭐️ 9.0/10
Latent Space published 'The Field Guide to Fable', declaring Anthropic's Claude Fable 5 the most significant model launch to date. Claude Fable 5 sets a new state-of-the-art in vision and long-horizon agentic tasks, potentially transforming how developers tackle complex coding and autonomous workflows. Claude Fable 5 can extract precise numbers from scientific figures, rebuild web app source code from screenshots, and write its own tests for ambitious coding projects.
rss · Latent.Space · Jul 7, 04:44
Background: Anthropic released Claude Fable 5 on June 9, 2026, as their most capable model for vision and long-horizon agentic work. It is part of the Claude model family, alongside Mythos 5, which shares the same capabilities but is limited to Project Glasswing. This launch builds on Anthropic's focus on safety and advanced reasoning.
References
Tags: #AI新闻, #模型发布, #Fable, #AI前沿, #重要发布
China Plans $295B National Computing Network Over 5 Years
中国五年 2 万亿元建设全国算力网络 ⭐️ 9.0/10
China announced a plan to invest 2 trillion yuan ($295 billion) over five years to build a national interconnected data center network, with state-owned telecom operators managing facilities and prioritizing domestic AI chips from Huawei and other Chinese suppliers to reduce reliance on US companies like Nvidia and AMD. This initiative is a strategic move to reduce dependency on US chipmakers and create a unified computing resource pool that could accelerate AI development across industries in China, fundamentally reshaping the global AI hardware market and cloud computing landscape. The plan is part of China's broader 'Six Networks' infrastructure strategy, and telecom operators like China Telecom and China Unicom have already introduced token-based pricing plans that sell computing power like mobile data, making AI computing more accessible to enterprises and individuals.
telegram · zaihuapd · Jul 7, 04:45
Background: China has been promoting the 'East-to-West Computing Resources Transfer' project to balance computing resources geographically. The national computing network (算力网) is a concept to interconnect disparate computing resources including general computing, AI computing, and supercomputing. This plan elevates it to a national infrastructure priority within the 15th Five-Year Plan, aiming to address supply-demand mismatches and high costs.
Tags: #infrastructure, #AI, #computing, #geopolitics, #cloud computing
KVM Januscape Vulnerability Enables VM Escape After 16 Years
KVM Januscape 漏洞实现虚拟机逃逸,潜伏 16 年 ⭐️ 9.0/10
Security researchers disclosed Januscape (CVE-2026-53359), the first KVM/x86 VM escape exploit that works on both Intel and AMD platforms. The flaw is a use-after-free in the shadow MMU code that allows a guest to corrupt host kernel memory. This vulnerability is critical for cloud providers and multi-tenant environments, as a malicious VM can break out of the hypervisor isolation to access the host and potentially other VMs. The flaw has existed for 16 years, affecting a vast range of Linux kernels, making widespread patching urgent. The bug resides in the function kvm_mmu_get_child_sp() used in shadow page table handling, shared between Intel VMX and AMD SVM. A proof-of-concept exploit that triggers a host kernel panic has been released, and on some distributions like RHEL, unprivileged local users can also escalate privileges to root via this flaw.
telegram · zaihuapd · Jul 7, 10:14
Background: KVM (Kernel-based Virtual Machine) is a Linux kernel module that allows the kernel to function as a hypervisor. The Shadow MMU (Memory Management Unit) is used for memory virtualization in KVM, particularly when hardware-assisted virtualization (EPT/NPT) is not used or not available. A use-after-free vulnerability occurs when a program continues to use a memory pointer after the memory has been freed, potentially leading to arbitrary code execution.
References
Tags: #KVM, #vulnerability, #VM escape, #Linux kernel, #cloud security
Local CPU-Friendly High-Quality TTS with Kokoro
使用 Kokoro 实现本地、CPU 友好的高质量文本转语音 ⭐️ 8.0/10
Kokoro, an open-source TTS model with 82 million parameters, enables high-quality speech synthesis directly on CPU without requiring a GPU, and supports custom IPA pronunciation for accuracy. This democratizes high-quality TTS for users without expensive GPUs, making it accessible for accessibility tools, content creation, and automation pipelines. Its IPA customization addresses homograph disambiguation issues common in TTS. Kokoro-82M runs efficiently on Apple Silicon via mlx-audio and on other CPUs, with a CLI tool available on GitHub. It excels at longer texts but may struggle with single-word utterances.
hackernews · speckx · Jul 7, 18:24 · Discussion
Background: Text-to-speech (TTS) systems convert written text into spoken audio. Many high-quality TTS models require powerful GPUs, limiting accessibility. The International Phonetic Alphabet (IPA) provides a standardized notation for pronunciation, allowing users to correct mispronunciations. Kokoro leverages IPA input for precise control.
Discussion: Users praise Kokoro for its CPU efficiency and IPA support, with one integrating it into an accessibility product and another building a pipeline to turn links into podcasts. However, some note it performs poorly on very short phrases, and a few express desire for additional features like separate voices and speaker diarization.
Tags: #TTS, #Kokoro, #CPU, #Open Source, #Accessibility
EU's Chat Control 1.0 & 2.0: Privacy vs. Child Protection
欧盟聊天控制 1.0 与 2.0:隐私与儿童保护的较量 ⭐️ 8.0/10
The European Union is advancing two legislative proposals, Chat Control 1.0 and 2.0, that would require scanning of private messages for child sexual abuse material (CSAM), with 1.0 recently revived by the Council after Parliament rejected it. These proposals threaten end-to-end encryption and mass surveillance, potentially undermining digital privacy for all EU citizens and setting a global precedent for mandatory message scanning. Chat Control 1.0, which expired in April 2023, has been revived by the Council in a 90-day turnaround despite legal warnings, while Chat Control 2.0 aims for broader scanning including client-side scanning on devices.
hackernews · gasull · Jul 7, 14:23 · Discussion
Background: Chat Control refers to EU legislative proposals that mandate communication platforms to scan messages for CSAM. Client-side scanning (CSS) technology analyzes content on the user's device before encryption, which critics argue breaks end-to-end encryption and enables mass surveillance. The EU Council's own Legal Service warned that the current proposal violates Article 7 of the EU Charter of Fundamental Rights (privacy).
References
Discussion: Commenters are broadly skeptical: one notes this is a 'grant me dictatorial powers so I can do good' play, while another highlights that governments pushing this also fail to condemn high-profile abusers. Technical concerns focus on how scanning would work with encrypted messages, with references to Apple's on-device CSAM scanner.
Tags: #privacy, #surveillance, #encryption, #EU legislation, #CSAM
EU mandates driver monitoring cameras in all new cars
欧盟要求所有新车配备驾驶员监控摄像头 ⭐️ 8.0/10
The European Union has mandated that all new cars sold in the EU must include a driver monitoring camera system to detect and mitigate distracted driving. This regulation takes effect for all new vehicle models, requiring built-in cameras that track driver attention. This regulation sets a significant precedent for automotive safety technology across Europe, potentially reducing accidents caused by driver inattention. It also sparks debate on the trade-off between enhanced safety and individual privacy, as well as the usability of driver-assistance features. The mandate applies to all new cars sold in the EU, requiring driver monitoring systems that use cameras to observe eye movement, head position, and other signs of distraction. Specific technical standards, data privacy safeguards, and the ability to disable the system under certain conditions are key details that will determine real-world impact.
hackernews · nickslaughter02 · Jul 7, 20:50 · Discussion
Background: Driver monitoring systems use cameras and sensors to detect signs of distraction or drowsiness, often issuing alerts or intervening. This EU mandate is part of a broader safety package that includes other advanced driver-assistance systems, aiming to reduce road fatalities. The regulation follows research showing that distracted driving is a major cause of accidents.
Discussion: Community comments reveal mixed reactions: some users find new car technologies like adaptive cruise control and lane assist annoying or unreliable, while others support the safety benefits, citing personal experience with accurate distraction detection. Concerns about privacy and potential misuse of camera data were also raised, with one comment drawing parallels to broader surveillance.
Tags: #EU regulation, #driver monitoring, #car safety, #privacy, #automotive technology
Why Skilled Workers Leave Germany
德国技术人才为何离开 ⭐️ 8.0/10
The article examines why highly skilled migrants who initially move to Germany often leave due to integration challenges, bureaucratic obstacles, and limited upward mobility. This matters because Germany faces labor shortages and relies on skilled immigration, yet struggles to retain talent, making it a cautionary tale for software engineers and other professionals considering relocating to Germany. Personal anecdotes highlight cultural reservation hindering career advancement, worsening infrastructure like trains and highways, overloaded healthcare, slow bureaucracy, economic crisis, and housing shortage as reasons for leaving.
hackernews · theanonymousone · Jul 7, 10:42 · Discussion
Background: Germany has long courted skilled workers to fill labor gaps, but integration is hampered by language barriers, complex bureaucracy, and a reserved social culture. Unlike in countries like the US, immigrants often struggle to feel a sense of belonging or be accepted as full members of society.
Discussion: Commenters share personal stories: a South American woman felt she could not identify as German despite citizenship, contrasting with her naturalization in the US. Others highlight limited trust in foreigners for senior roles, and worsening public services. The overall sentiment is that cultural and bureaucratic barriers are deep-rooted.
Tags: #immigration, #skilled workers, #Germany, #integration, #tech community
sqlite-utils 4.0 introduces schema migrations
sqlite-utils 4.0 引入数据库模式迁移 ⭐️ 8.0/10
sqlite-utils 4.0, released on July 7, 2026, adds database schema migrations, nested transactions via db.atomic(), and support for compound foreign keys. Schema migrations are a critical feature for production database management, enabling safe, version-controlled schema changes. This makes sqlite-utils a more complete tool for Python developers building SQLite-backed applications. Migrations are defined in Python files using the sqlite-utils library's Migrations class and table.transform() method, which implements SQLite's recommended 'create-new-table-and-copy' pattern. The release also includes breaking changes detailed in an upgrade guide.
rss · Simon Willison · Jul 7, 19:32
Background: sqlite-utils is a Python library and CLI tool for manipulating SQLite databases. Schema migrations are a mechanism to apply and track changes to a database schema over time, essential for evolving application requirements without data loss.
References
Tags: #sqlite, #python, #database, #migrations, #tools
LongCat-2.0: 1.6T MoE Model Trained on AI ASICs
LongCat-2.0:1.6 万亿 MoE 模型使用 AI ASIC 训练 ⭐️ 8.0/10
LongCat-2.0 is a 1.6 trillion parameter Mixture-of-Experts (MoE) model that was trained entirely on AI-specific ASICs, marking a milestone in custom hardware for large-scale AI. This demonstrates that AI ASICs can scale to train extremely large models, potentially reducing reliance on GPUs and lowering costs for frontier AI research. The model uses a Mixture-of-Experts architecture with 1.6 trillion parameters, but no specific performance benchmarks or evaluation results have been released yet.
rss · Product Hunt - Daily Top · Jul 7, 06:27
Background: Mixture-of-Experts (MoE) models activate only a subset of parameters per input, enabling larger model sizes with similar computational cost to smaller dense models. AI ASICs are specialized chips designed for AI workloads, offering potential efficiency gains over general-purpose GPUs. Training a model of this magnitude on ASICs alone is a proof-of-concept for custom silicon in AI.
Tags: #AI, #Hardware, #MoE, #ASICs, #Training
How to Distill Claude Fable 5's Brain Before It Disappears
如何在 Claude Fable 5 消失前蒸馏其大脑 ⭐️ 8.0/10
A post by @EXM7777 outlines a method to preserve the value of Claude Fable 5 by extracting its judgment and thinking patterns into reusable artifacts, using a reproducibility test and five specific actions before the model is removed from subscription plans. This provides a practical strategy for AI users to retain the unique value of a frontier model when it becomes unavailable, enabling them to continue benefiting from its high-level reasoning capabilities through distilled knowledge and automated workflows. The reproducibility test asks whether a task can be done tomorrow with a cheaper model; if not, it should be done now with Fable 5. The five actions include rewriting CLAUDE.md as an operation manual, conducting an advisory audit, building a second brain with atomic notes, setting autonomous goal-based workflows, and installing a thinking style recorder.
rss · meng shao(@shao__meng) · Jul 7, 13:59
Background: Knowledge distillation is a technique where a smaller model is trained to imitate a larger, complex model, preserving its capabilities at lower cost. CLAUDE.md is a configuration file in a repository that provides project-specific context to Claude, enabling customized behavior. The post references an example from the Llama era where 52,000 answers were distilled from a frontier model for under $500.
References
Tags: #AI模型, #知识蒸馏, #持续价值, #实用技巧, #模型应用
Perplexity AI and NVIDIA Partner on Custom Vera CPUs for Agentic Runtime
Perplexity AI 与 NVIDIA 合作定制 Vera CPU 用于智能体运行时 ⭐️ 8.0/10
Perplexity AI announced a collaboration with NVIDIA to build custom Vera CPUs for their agentic runtime, improving sandbox infrastructure that powers Perplexity Computer. This partnership highlights the industry shift toward specialized hardware for agentic AI workloads, which could significantly boost performance and reduce latency in sequential reasoning and tool-use tasks. NVIDIA's Vera CPU features fast, energy-efficient Olympus cores and high-bandwidth LPDDR5X memory, delivering up to 80% faster sandbox environment performance compared to traditional CPU infrastructure.
rss · Aravind Srinivas(@AravSrinivas) · Jul 7, 22:18
Background: Agentic AI systems execute tasks sequentially on CPUs, where each step—reasoning, tool calls, code execution—must complete one at a time. Slow CPU performance can bottleneck the entire agentic loop and underutilize GPUs. NVIDIA Vera is a custom CPU designed to maximize single-threaded performance at scale, keeping agent steps fast even under full load.
Tags: #agentic runtime, #NVIDIA, #Perplexity AI, #custom CPUs, #AI infrastructure
Tech workforce splits over AI sentiment: empowered vs. threatened
科技劳动力因 AI 分裂为两大阵营 ⭐️ 8.0/10
A 2026 survey reveals that the tech workforce has polarized into two groups: half feel amplified by AI, while the other half feel threatened and uncertain about their value. Burnout has risen from 44.7% to 55.7% in one year, and career optimism has declined from 54.8% to 48.7%. This polarization has profound implications for talent retention, productivity, and company culture in the tech industry. Understanding these dynamics is critical for leaders and policymakers to address workforce anxiety and harness AI's potential without alienating employees. The survey found that 53% of tech workers would steer a newcomer away from a career in their own role, even if they themselves are optimistic. The biggest AI-related fear is being squeezed to do more work, with only 22% worried about job loss.
rss · Lenny Rachitsky(@lennysan) · Jul 7, 15:45
Background: The tech sector has been rapidly adopting AI tools, raising concerns about job displacement and workload changes. A year earlier, the same survey characterized workers as 'burned out but optimistic.' The 2026 results show a sharp divergence in sentiment, with AI becoming the dominant factor influencing career outlook more than role or seniority.
Tags: #AI impact, #tech workforce, #survey, #career trends
Schneider Electric Deploys 60+ AI Agents with LangSmith
施耐德电气用 LangSmith 部署 60+AI 代理 ⭐️ 8.0/10
Schneider Electric has deployed over 60 AI agents in production across more than 100 countries, all traced using a self-hosted instance of LangSmith, and its AI Assistant serves 160,000 employees. This demonstrates that large enterprises can safely and observably deploy AI agents at global scale, providing a reference for others in LLMOps maturity. The deployment uses a self-hosted version of LangSmith for full traceability, and the AI Assistant alone handles 160,000 employees, indicating significant daily usage.
rss · LangChain(@LangChainAI) · Jul 7, 19:00
Background: LangSmith is a developer platform for LLM application observability, evaluation, and deployment, created by LangChain Inc. LLMOps refers to the practices and tools for managing LLMs throughout their lifecycle, including monitoring and trust. Schneider Electric's case exemplifies enterprise-scale LLMOps.
Tags: #AI agents, #LLMOps, #production deployment, #enterprise AI, #LangChain
Vesuvius Challenge Offers Rewards for Reading Ancient Scrolls via AI
维苏威挑战赛悬赏用 AI 读取古代卷轴 ⭐️ 8.0/10
The Vesuvius Challenge, launched in 2023, is offering hundreds of thousands of dollars in prizes to anyone who can decipher carbonized Herculaneum scrolls using AI and X-ray imaging. One scroll has already been virtually unwrapped, revealing over a meter of text on Stoic philosophy. Success could unlock hundreds of lost ancient texts from the only surviving library of classical antiquity, potentially reshaping our understanding of Greek and Roman philosophy, literature, and history. The scrolls were carbonized by the eruption of Mount Vesuvius in AD 79 and cannot be physically unrolled without disintegrating. The winning approach uses high-resolution phase-contrast X-ray microtomography at a synchrotron and machine learning to detect ink traces.
rss · The Rundown AI(@TheRundownAI) · Jul 7, 15:38
Background: The Herculaneum papyri are over 1,800 carbonized scrolls discovered in the 18th century at the Villa of the Papyri in Herculaneum. Attempts to unroll them physically cause fragmentation and loss of text. Virtual unwrapping using 3D X-ray scans and AI was pioneered by computer scientist Brent Seales, and the Vesuvius Challenge builds on his work to scale the technique.
References
Tags: #AI, #Archaeology, #Machine Learning, #History, #Challenge
Third-party serves DeepSeek at 1/5 cost via new tech stack
第三方服务商通过新技术栈将 DeepSeek 成本降至五分之一 ⭐️ 8.0/10
A third-party service provider has achieved DeepSeek inference at one-fifth the cost of the official API by combining SGLang, prefill-decode decoupling, expert parallelism, and AMD MI300 GPUs. This significant cost reduction demonstrates that innovative software-hardware co-optimization can dramatically lower AI inference expenses, potentially enabling broader access to high-performance models for smaller organizations and developers. The technical stack includes SGLang for efficient model serving, disaggregated prefill and decode to optimize compute vs. memory-bound workloads, expert parallelism for mixture-of-experts models like DeepSeek, and AMD MI300 accelerators instead of NVIDIA GPUs.
rss · AI Will(@FinanceYF5) · Jul 7, 07:04
Background: SGLang is an open-source framework for high-throughput LLM serving. Prefill-decode decoupling separates the compute-intensive prefill phase from the memory-intensive decode phase onto different devices. Expert parallelism distributes experts in mixture-of-experts models across GPUs to improve utilization. AMD MI300 is a high-performance GPU that competes with NVIDIA's offerings for AI workloads.
References
Tags: #DeepSeek, #AI inference, #cost optimization, #SGLang, #AMD MI300
Anthropic & Neuronpedia Release Interactive Demo for Open-Weight Models
Anthropic 与 Neuronpedia 发布开源权重模型交互演示 ⭐️ 8.0/10
Anthropic has partnered with Neuronpedia to release an interactive demo for open-weight models, allowing users to explore and steer model internals, alongside a full research paper on transformer circuits. This release democratizes access to mechanistic interpretability, enabling a wider audience to understand and interact with AI model internals without requiring deep expertise. It bridges the gap between cutting-edge research and practical tools. The demo is hosted on Neuronpedia's platform and leverages Anthropic's transformer circuits research to provide visualizations and steering capabilities for open-weight models. The accompanying paper details the theoretical framework and experimental results.
rss · AI Will(@FinanceYF5) · Jul 7, 03:47
Background: Mechanistic interpretability aims to reverse-engineer neural networks to understand their internal computations. Anthropic's Transformer Circuits Thread has developed mathematical frameworks for this purpose, while Neuronpedia is an open-source platform for exploring and steering AI model internals. This collaboration combines their efforts into an accessible interactive demo.
References
Tags: #anthropic, #neuronpedia, #interpretability, #transformer circuits, #open source
US tech data center lease commitments surge to $850 billion
美国科技公司数据中心租赁承诺飙升至 8500 亿美元 ⭐️ 8.0/10
Total lease commitments for US tech data centers reached $850 billion, a 204% year-over-year increase and 31% quarter-over-quarter. Meta added $79 billion in Q1 alone, bringing its total to $183 billion, while Oracle's total commitments stand at nearly $250 billion, largely to fulfill its contract with OpenAI. This massive investment surge underscores the escalating demand for AI and cloud computing infrastructure, with major implications for tech spending, energy consumption, and data center construction globally. Meta's quarterly addition of $79 billion represented a 76% sequential increase. Oracle's total commitment is the highest among the companies, partly driven by its contract with OpenAI.
rss · AI Will(@FinanceYF5) · Jul 7, 02:10
Background: Data center lease commitments are long-term contracts companies sign to reserve capacity in data centers, often for cloud services and AI workloads. As AI models grow larger, demand for specialized GPU clusters and high-bandwidth networking has skyrocketed, driving these record commitments.
Tags: #data center, #AI infrastructure, #cloud computing, #Meta, #Oracle
Training-Free Verifier: New Scaling Axis for AI
无需训练的验证器:AI 扩展的新方向 ⭐️ 8.0/10
A new paper from Stanford, NVIDIA, and UC Berkeley introduces a training-free verifier that reads a continuous calibrated score from scoring-token logits, replacing discrete grading. The verifier achieves high accuracy across diverse benchmarks, such as 86.5% on Terminal-Bench V2 and 78.2% on SWE-Bench Verified. This work confirms verification as a new scaling axis for AI, alongside pre-training, post-training, and test-time compute. The training-free approach enables scalable verification without fine-tuning, which could accelerate progress in AI agent reliability and reinforcement learning. The verifier uses three knobs—score granularity, repeated evaluation, and criteria decomposition—to improve accuracy without any fine-tuning. It also doubles as a dense reward signal for reinforcement learning algorithms like SAC and GRPO, and as a task-progress signal via a Claude Code extension.
rss · elvis(@omarsar0) · Jul 7, 18:10
Background: In large language models, a verifier is a system that evaluates the correctness or safety of model outputs. Traditionally, verifiers are trained separately or use discrete grading. This paper proposes a training-free verifier that directly uses the logits of a scoring token to produce a continuous confidence score, avoiding the need for additional training data or fine-tuning.
Tags: #AI, #LLM, #verification, #scaling, #research
Google DeepMind Ships 4 New Managed Agent Capabilities
Google DeepMind 为托管智能体推出四项新功能 ⭐️ 8.0/10
Google DeepMind announced four new capabilities for Managed Agents in the Gemini API: long-running background execution, remote MCP server connections, custom function calling, and credential refresh. These features allow developers to run agents asynchronously, connect to private endpoints, combine server-side and local code, and refresh API tokens without resetting sandbox state. These capabilities transform managed agents from interactive chatbots into autonomous background teammates, enabling production-ready agentic workflows. Developers can now build more reliable, long-running AI agents that integrate securely with internal systems and maintain state across turns. Background execution allows agents to run asynchronously on the server without an open HTTP connection. Remote MCP servers enable direct connections to private databases and APIs without proxy middleware. Custom function calling combines server-side code execution with local tools, and credential refresh rotates API keys mid-session without losing filesystem state.
rss · Philipp Schmid(@_philschmid) · Jul 7, 16:40
Background: Managed Agents in the Gemini API provide a configurable agent harness that includes a Linux sandbox where agents can reason, execute code, manage files, and browse the web autonomously. MCP (Model Context Protocol) is a protocol for connecting LLMs to tools and data sources. These new features expand on the existing managed agent infrastructure announced at Google I/O 2026.
References
Tags: #Gemini API, #Managed Agents, #AI Agents, #Google DeepMind, #Function Calling
Yann LeCun discusses JEPA, world models, and anti-collapse methods
Yann LeCun 讨论 JEPA、世界模型与防塌陷方法 ⭐️ 8.0/10
Yann LeCun shared a detailed discussion covering world models, the Joint-Embedding Predictive Architecture (JEPA) versus generative architectures, anti-collapse methods for JEPA self-supervised learning, and an explanation of SIGReg, LeJEPA, and LeWM. This discussion provides valuable insights into advanced self-supervised learning techniques from a leading AI researcher, potentially influencing research directions in representation learning and world models. Key topics include anti-collapse methods such as contrastive, distillation, and information maximization approaches, as well as SIGReg (Sketched Isotropic Gaussian Regularization) which helps prevent representation collapse in JEPAs.
rss · Yann LeCun(@ylecun) · Jul 7, 14:24
Background: Joint-Embedding Predictive Architecture (JEPA) is a non-generative self-supervised learning method introduced by Meta AI that predicts embeddings of target blocks from context blocks without requiring hand-crafted augmentations. World models are internal models that an AI system uses to predict future states, crucial for planning and reasoning. Anti-collapse methods prevent the model from learning trivial or degenerate representations, a common challenge in self-supervised learning.
References
Tags: #AI, #world models, #JEPA, #self-supervised learning, #Yann LeCun
deepagents: Open Source Model-Agnostic Agent Harness Announced
deepagents:开源模型无关的智能体工具架发布 ⭐️ 8.0/10
Harrison Chase announced deepagents, a new open source, model-agnostic agent harness project, alongside a LangChain Academy course on building with Deep Agents. As the creator of LangChain, Harrison Chase's focus on agent harnesses signals the growing importance of orchestration infrastructure for reliable AI agents, potentially setting a new standard for agent development. The project is model-agnostic and open source, and the accompanying course covers harness concepts, four core capabilities of a harness, and integration with LangSmith for tracing and deployment.
rss · Harrison Chase(@hwchase17) · Jul 7, 17:35
Background: An agent harness is infrastructure that wraps an AI model to manage lifecycle, context, tool access, verification, and safety. It converts a model's per-turn reasoning into sustained, tool-using, error-recovering behavior. This project is from Harrison Chase, creator of LangChain, a popular framework for building LLM applications.
References
Discussion: Based on the limited snippet, community discussion is minimal, but the tweet shows 5 replies, 11 retweets, and 89 likes, indicating initial interest.
Tags: #open source, #AI agents, #LangChain, #model agnostic
China shifts from open-source to restricting AI models
中国从开源转向限制 AI 模型 ⭐️ 8.0/10
China's strategy of open-sourcing AI models like Qwen, DeepSeek, and GLM to commoditize the model layer is now shifting, with reports that Beijing is discussing restricting overseas access to its best AI models for the first time. This shift could dramatically alter the global AI landscape, as US companies now route over 30% of their AI tokens through Chinese models weekly. If China restricts access, it may force US firms to rely more on domestic models, potentially increasing costs and slowing innovation. Chinese models are now roughly 6 to 9 months behind the US frontier instead of years, and US usage of Chinese models has grown from 11% to over 30% in a year. The logic behind the shift is that you open-source when you are behind to commoditize the layer, but restrict when you think you are about to be first.
rss · Aadit Sheth(@aaditsh) · Jul 7, 19:04
Background: Open-source AI models are models whose weights and sometimes training code are publicly released, allowing anyone to use, modify, and distribute them. China's strategy was to release powerful open-weight models to make AI more accessible and prevent US companies from charging high prices. This approach helped Chinese models gain rapid adoption globally. Now, as China approaches parity with US frontier models, it is considering restricting access to maintain a competitive advantage.
References
Tags: #AI, #Open Source, #China, #Technology Strategy, #Geopolitics
Cohere Transcribe Arabic: Open-Source ASR Model
Cohere 推出开源阿拉伯语语音识别模型 ⭐️ 8.0/10
Cohere has released Cohere Transcribe Arabic, an open-source automatic speech recognition model under the Apache 2.0 license, claiming it is the world's most accurate for Arabic. This model addresses the scarcity of high-quality open-source Arabic ASR systems, which have lagged behind English due to dialect variation and code-switching. It could enable better speech-to-text applications for over 370 million Arabic speakers. The model is a 2 billion parameter dedicated audio-in text-out ASR model optimized for Arabic and English, with emphasis on Arabic dialects and Arabic-English bilingual speech. It is available on Hugging Face.
rss · Cohere(@cohere) · Jul 7, 14:24
Background: Automatic Speech Recognition (ASR) converts spoken language into text. Arabic presents unique challenges due to its many dialects and frequent mixing with English, especially in business contexts. Cohere previously released a multilingual ASR model supporting 14 languages, and this Arabic-specific model builds on that work.
References
Tags: #Arabic speech recognition, #open-source, #Cohere, #ASR, #NLP
HubSpot Scales Semantic Search to 20 Billion Vectors
HubSpot 将语义搜索扩展至 200 亿向量 ⭐️ 8.0/10
HubSpot described how its semantic search platform evolved from a proof of concept into an internal service managing over 20 billion vectors across more than 38 teams, now supporting agents, RAG, and contact deduplication. This case study provides valuable insights for practitioners scaling vector search in production, especially as increased agent usage raises the importance of retrieval quality and latency. The system now manages 20 billion vectors across 38+ teams and supports agents, RAG, and contact deduplication. The company noted that the rise in agent usage has made retrieval quality and latency more critical than before.
rss · InfoQ · Jul 7, 08:00
Background: Semantic search uses vector embeddings to represent text as high-dimensional numerical arrays, enabling similarity-based retrieval rather than keyword matching. Retrieval-Augmented Generation (RAG) enhances large language models by retrieving relevant information from external knowledge sources before generating responses. Scaling vector search to billions of vectors requires efficient indexing and storage solutions to maintain low latency and high accuracy.
Tags: #semantic search, #vector search, #HubSpot, #scaling, #RAG
Recovering Active ADFS Signing Keys via Machine DPAPI
通过机器 DPAPI 恢复活动 ADFS 签名密钥 ⭐️ 8.0/10
Mandiant researchers discovered a novel technique to recover active ADFS token-signing keys by exploiting configuration drift in environments where AutoCertificateRollover is disabled and certificates are manually rotated, leaving the active key exposed in Windows Machine DPAPI. This technique enables attackers to forge SAML tokens for any user, bypassing MFA and conditional access, and granting unauthorized access to all SAML-federated applications including Microsoft 365 and Entra ID. It evades monitoring of LSASS and the ADFS service, making it stealthier than traditional methods. The technique avoids direct interaction with LSASS and the live ADFS service process, which are often heavily monitored. The attack succeeds only when AutoCertificateRollover is disabled and certificates are manually rotated, a common configuration in enterprise environments.
rss · Cloud Blog · Jul 7, 14:00
Background: Golden SAML is an attack technique where an attacker steals the private key of an ADFS token-signing certificate to forge SAML assertions, impersonating any user. Normally, these keys are stored in the ADFS configuration database and encrypted with Distributed Key Manager (DKM). However, when certificates are manually rotated, the old key may remain in the database but become inactive, while the active key is protected by Windows Machine DPAPI, which Mandiant found can be extracted.
References
Tags: #Security, #ADFS, #DPAPI, #Golden SAML, #Threat Intelligence
The Benchmark Meaning Gap
基准测试的意义差距 ⭐️ 8.0/10
JetBrains researchers argue that single-number coding benchmarks like HumanEval oversimplify AI model capabilities and may misrepresent actual progress in code generation. This critique could reshape how the AI community measures coding ability, pushing for more nuanced benchmarks that reflect real-world software engineering tasks. The blog post highlights that benchmarks such as HumanEval test isolated function generation, while SWE-bench requires understanding real codebases and producing patches, revealing a significant gap in evaluation complexity.
rss · The JetBrains Blog · Jul 7, 13:10
Background: Coding benchmarks are standardized tests used to evaluate AI models' ability to generate code. HumanEval, for example, consists of 164 Python function-generation problems where models must write correct code from docstrings, tested against unit tests. SWE-bench is a more complex benchmark that requires models to understand large real-world codebases, read issue reports, and produce patches that pass existing tests. These benchmarks are widely used on leaderboards to compare model performance.
References
Tags: #AI benchmarks, #model evaluation, #coding ability, #AI research
Databricks Omnigent: Contextual Policies with Session State
Databricks Omnigent: 使用会话状态的上下文策略 ⭐️ 8.0/10
Databricks has introduced Omnigent, an open-source meta-harness that uses session state to implement contextual policies for governing AI agents more effectively. This addresses the critical need for dynamic, context-aware governance of AI agents, enabling safer and more usable agent interactions by adapting policies based on accumulated risk within a session. Contextual policies allow rules to be applied conditionally based on the session state, blocking actions only when the agent's behavior has accumulated enough risk, rather than imposing static restrictions.
rss · Databricks · Jul 7, 17:42
Background: AI agent governance typically involves static policies that can be overly restrictive or insufficiently safe. Omnigent sits as a meta-harness above existing agent frameworks, providing a unified layer for composing and governing agents. Session state tracks the history and context of an agent's actions within a single session, enabling dynamic policy enforcement.
References
Tags: #AI agents, #governance, #session state, #open source, #Databricks
Top Hacker News Stories for July 8, 2026
2026 年 7 月 8 日 Hacker News 热门故事 ⭐️ 8.0/10
A curated list of ten top Hacker News stories covers open-source hardware (OpenWrt One), a new open-source AI model (GLM 5.2), privacy controversies (Chat Control), layoffs at id Software, and other tech developments. This digest highlights key trends in open-source hardware and AI democratization, while also drawing attention to pressing privacy issues and industry shifts that affect developers and consumers alike. Notable stories include the GLM 5.2 model released under MIT license with a 1M-token context, the EU Chat Control regulation that may allow scanning private communications, and Microsoft's layoff of the idTech engine team.
rss · HackerNews每日摘要 on SuperTechFans · Jul 7, 23:00
Background: Hacker News is a social news website focused on computer science and entrepreneurship, where the community posts and votes on articles. A curated digest like this aggregates the most upvoted stories of the day, giving readers a snapshot of trending topics in the tech world.
Discussion: The Hacker News community showed strong support for open-source hardware like OpenWrt One and privacy-focused apps like CoMaps, while expressing concerns about the Chat Control proposal and the impact of id Software layoffs on game engine diversity.
Tags: #Hacker News, #tech news, #open source, #AI, #privacy
Fable 5 catches malware, then self-censors
Fable 5 检测到恶意软件后自我审查 ⭐️ 8.0/10
A user reported that Fable 5, an AI model from Anthropic, detected and successfully removed actual malware from their PC, but then its safety filters penalized the interaction by downgrading the session to a less capable model (Opus 4.8) for performing cybersecurity work. This incident highlights a critical flaw in AI safety mechanisms: the same filters designed to prevent misuse can inadvertently suppress beneficial actions like malware removal, raising concerns about over-cautious guardrails hindering legitimate use cases. The malware was a hidden PowerShell persistence entry that downloaded a remote script at sign-in; Fable 5 offered help and the user instructed it to remove the registry keys, which it did successfully. After cleanup, the system flagged the conversation as 'cybersecurity work' and forcibly downgraded to Opus 4.8.
rss · r/ClaudeAI · Jul 7, 12:48
Background: Fable 5 is a high-capability AI model from Anthropic, released with enhanced safety classifiers that detect potential misuse in sensitive domains like cybersecurity and biology. When a query is flagged, the system automatically routes it to an older, less capable model (Opus 4.8) to prevent the advanced model from being used for harmful purposes. This design aims to reduce risks but can produce false positives that block legitimate tasks.
References
Tags: #AI safety, #malware detection, #AI filters, #cybersecurity, #LLM
DeepReason: LLM Reasoning Harness Based on Popper's Epistemology
DeepReason:基于波普尔认识论的 LLM 推理框架 ⭐️ 8.0/10
A developer built DeepReason, an open-source harness that forces an LLM to debate itself using Karl Popper's epistemology of conjecture and refutation, producing auditable reasoning traces. The project includes a compact 900-line version, MiniReason, that runs a full reasoning pass for only cents. DeepReason represents a novel approach to AI reasoning by applying a formal philosophical method to improve the reliability and transparency of LLM outputs. If successful, this could lead to more trustworthy AI systems that can explain their reasoning steps and be audited for consistency. The harness operates in an append-only log that records every inference, making every claim re-derivable and challengeable. It measures whether the model is still exploring new ideas or fixating on familiar ones, and stops when the model stalls.
rss · r/ClaudeAI · Jul 7, 10:23
Background: Karl Popper's epistemology emphasizes that scientific theories must be falsifiable through bold conjectures and severe criticism. This project uses Popper's tetradic schema (Problem → Tentative Theory → Error Elimination → New Problem) as a structured process for LLM reasoning. A 'harness' in AI refers to a framework that constrains and guides an LLM's outputs, improving reliability over raw model responses.
References
Tags: #LLM, #Reasoning, #Epistemology, #Open Source, #AI Research
Elon Musk dissolves xAI, rebrands as SpaceXAI under SpaceX
埃隆·马斯克解散 xAI,以 SpaceXAI 品牌并入 SpaceX ⭐️ 8.0/10
Elon Musk announced that xAI will be dissolved as an independent company and rebranded as SpaceXAI, integrating its technology into SpaceX. The change follows SpaceX's all-stock acquisition of xAI, valued at $250 billion. This restructuring consolidates Musk's AI efforts under the SpaceX brand, potentially accelerating the development of AI technologies for space exploration and other SpaceX initiatives. It also marks the end of xAI as a separate entity, which had released the Grok chatbot. The announcement was made via a social media post, and xAI had already begun using the SpaceXAI name in a computing partnership announcement with Anthropic. The acquisition valued SpaceX at $1 trillion and xAI at $250 billion, for a combined entity worth $1.25 trillion.
telegram · zaihuapd · Jul 7, 02:30
Background: xAI is an American AI company founded by Elon Musk in 2023, known for developing the Grok chatbot. In February 2026, SpaceX acquired xAI in an all-stock transaction, making it a wholly owned subsidiary. The rebranding to SpaceXAI signals deeper integration into SpaceX's operations.
Tags: #AI, #Elon Musk, #xAI, #SpaceX, #technology acquisition
Windows 11 Bug Eats Up to 513GB of Disk Space
Windows 11 漏洞吞噬高达 513GB 磁盘空间 ⭐️ 8.0/10
Microsoft acknowledged a bug in Windows 11 where the CapabilityAccessManager.db-wal file, used by the Capability Access Manager service, can balloon to over 500 GB. The company released an optional update KB5095093 in June 2026 to mitigate the issue and plans a permanent fix in the July 2026 Patch Tuesday. This bug can silently consume a huge portion of users' disk space, causing storage shortages and affecting system performance. It is especially critical for systems with limited SSD capacity or for users who rely on privacy-sensitive app permissions. The file CapabilityAccessManager.db-wal is a write-ahead log (WAL) for a SQLite database that records app permission accesses. The bug prevents the WAL from being properly checkpointed (merged) back into the main database, so it continues to grow indefinitely. Some users reported the file reached up to 513 GB.
telegram · zaihuapd · Jul 7, 06:34
Background: The Capability Access Manager (camsvc) in Windows 11 manages UWP app permissions to access privacy-sensitive resources like camera, microphone, and location. It stores logs in a SQLite database using write-ahead logging (WAL) for performance and crash recovery. Normally, the WAL file is periodically compacted, but due to a bug in Windows 11, the compaction fails, causing the WAL file to grow unboundedly. The issue was first highlighted by users on community forums and later acknowledged by Microsoft.
References
Tags: #Windows 11, #bug, #storage, #system update, #disk space
Anthropic releases Claude Sonnet 5 with stronger agentic capabilities
Anthropic 发布 Claude Sonnet 5,增强代理能力 ⭐️ 8.0/10
Anthropic released Claude Sonnet 5, which they claim is the most capable Sonnet model for agentic tasks, able to plan, use tools like browsers and terminals, and run autonomously. It outperforms Sonnet 4.6 in reasoning, tool use, coding, and knowledge work, and is close to Opus 4.8 in performance, but at a lower price. This release represents a significant step in making advanced AI models more capable of autonomous task execution, potentially reducing the cost of high-quality AI assistance. Developers and enterprises will benefit from improved performance at lower pricing. Claude Sonnet 5 is available immediately to all plans and becomes the default model for Free and Pro tiers. On the Claude Platform, it has a limited-time pricing of $2 per million input tokens and $8 per million output tokens until August 31, 2026.
telegram · zaihuapd · Jul 7, 09:02
Background: Claude is a family of large language models developed by Anthropic, with Sonnet being a mid-range model balancing performance and cost. Opus is the premium model. Agentic capabilities refer to models that can take actions such as using tools or browsing the internet autonomously, beyond simple text generation.
Tags: #AI, #Anthropic, #Claude, #Large Language Model, #Agent
DeepSeek develops its own AI chips to reduce reliance on Nvidia and Huawei
DeepSeek 自研 AI 芯片以减少对英伟达和华为的依赖 ⭐️ 8.0/10
DeepSeek, a Chinese AI company, is developing its own AI chips focused on inference, aiming to reduce dependence on Nvidia H800 and Huawei Ascend chips. The initiative started about a year ago and is still in early stages, with DeepSeek actively recruiting chip design engineers and engaging with design, foundry, and memory companies. This move signals a strategic shift in the AI industry, potentially reducing China's reliance on foreign and domestic chip suppliers amid US export controls. If successful, it could reshape the AI chip supply chain and intensify US-China tech competition. The chip is specifically designed for inference, the phase where a trained model generates answers, rather than training. DeepSeek previously relied on Nvidia H800 GPUs and Huawei Ascend chips, which have been affected by US export restrictions.
telegram · zaihuapd · Jul 7, 11:08
Background: AI inference is the process where a trained model processes new data and produces outputs, such as text or classifications. AI training is the earlier phase of learning patterns from data. US export controls have restricted Chinese companies' access to advanced Nvidia chips like the H800, prompting firms to develop domestic alternatives.
Tags: #AI芯片, #DeepSeek, #自研芯片, #半导体, #出口管制
China Plans to Restrict Export of Top AI Models
中国拟限制顶尖 AI 模型出口 ⭐️ 8.0/10
China's Ministry of Commerce has held meetings with companies like Alibaba, ByteDance, and Zhipu to discuss restricting overseas access to the country's most advanced AI models, including unreleased ones. The proposal may also limit foreign investment in domestic AI startups. This move could significantly reshape the global AI landscape by limiting availability of Chinese AI models, which are among the most competitive. It may also escalate tech tensions between China and Western countries, affecting international collaborations and AI development. The scope of restrictions is still under discussion and may only apply to future models. It remains uncertain whether the proposal will be finalized. The meetings also considered including AI core technology leakage as a national security offense.
telegram · zaihuapd · Jul 7, 11:42
Background: Export controls on AI technology are part of a broader geopolitical trend where countries seek to protect strategic technologies. China has been investing heavily in AI and has produced models that rival those from the US. The proposed restrictions mirror similar US actions against China, such as export bans on advanced chips.
Tags: #AI, #Export Control, #China, #Regulation, #Technology Policy
📊 Run stats · Total
16m 55s· AI analysis3m 41s· Tokens0.75 MCY(input0.52/ output0.23MCY)