Skip to the content.

From 37 items, 10 important content pieces were selected


  1. OpenAI Unveils First Custom Chip ‘Jalapeno’ with Broadcom ⭐️ 9.0/10
  2. Qualcomm Acquires AI Startup Modular for $4B ⭐️ 9.0/10
  3. Anthropic accuses Alibaba of massive Claude distillation attack ⭐️ 9.0/10
  4. NVIDIA’s 45°C Liquid Cooling Nears Zero Water Use ⭐️ 8.0/10
  5. PR spam in open source mirrors early email spam crisis ⭐️ 8.0/10
  6. OSPM 2026 Day Two: uncore DVFS, scheduler advances ⭐️ 8.0/10
  7. Superhuman Generals.io agent via self-play RL in JAX ⭐️ 8.0/10
  8. HDD-RoPE: High-Dimensional Dynamic Rotary Positional Embedding ⭐️ 8.0/10
  9. Micron Q3 Revenue Surges 346% YoY, Record $41.46B Driven by AI Demand ⭐️ 8.0/10
  10. Google Play expands external billing to US, UK, EU ⭐️ 8.0/10

OpenAI Unveils First Custom Chip ‘Jalapeno’ with Broadcom ⭐️ 9.0/10

OpenAI and Broadcom announced Jalapeno, a custom AI inference chip designed for large language models, developed in nine months using AI-accelerated design and manufactured by TSMC. This marks OpenAI’s strategic move into custom silicon, potentially reducing reliance on Nvidia GPUs and improving inference efficiency for its AI services like ChatGPT, setting a precedent for AI companies building their own hardware. The chip is an inference accelerator tailored for large language models, utilizing TSMC’s advanced manufacturing process. It was designed from concept to production in nine months, with OpenAI’s own AI models assisting in design optimization.

hackernews · jamdesk · Jun 24, 17:47 · Discussion

Background: AI inference is the process of running a trained model to generate outputs, requiring significant computational resources. Custom chips like Google’s TPUs and Groq’s LPUs have been developed to optimize performance and cost. OpenAI, which previously relied heavily on Nvidia GPUs, now enters the custom silicon race to gain a competitive edge by designing hardware specifically for its models.

References

Discussion: The community expressed skepticism about the AI-assisted design claims, with some calling it marketing fluff. Others clarified that TSMC is the manufacturer and discussed efficiency gains, comparing Jalapeno to other inference chips like Taalas.

Tags: #OpenAI, #AI chips, #inference hardware, #Broadcom, #TSMC


Qualcomm Acquires AI Startup Modular for $4B ⭐️ 9.0/10

Qualcomm announced the acquisition of Modular, the AI infrastructure startup behind the Mojo programming language, for $4 billion. The deal aims to strengthen Qualcomm’s AI and cross-platform computing capabilities. This acquisition signals Qualcomm’s strategic push into AI hardware and software integration, potentially challenging Nvidia’s dominance in AI compute. It also raises questions about the future of Mojo as an open-source, cross-platform language. Modular was founded in 2022 by former Apple and Google engineers, including Chris Lattner, creator of LLVM and Swift. Mojo is a Python-based programming language that leverages MLIR for high performance on CPUs, GPUs, and other accelerators.

hackernews · timmyd · Jun 24, 13:49 · Discussion

Background: Qualcomm is a major mobile chipmaker seeking to expand into AI and edge computing. Modular’s Mojo language aims to combine Python’s ease of use with the performance of system languages like C++ and Rust, targeting AI workloads across heterogeneous hardware.

References

Discussion: Community reactions are mixed: some express disappointment that Mojo may lose cross-platform potential under Qualcomm, while others see the acquisition as a bold move for Qualcomm’s AI portfolio. There is also concern about Mojo’s open-source commitment.

Tags: #acquisition, #AI, #hardware, #Qualcomm, #Modular


Anthropic accuses Alibaba of massive Claude distillation attack ⭐️ 9.0/10

Anthropic alleged in a letter to the U.S. Senate Banking Committee that Alibaba orchestrated the largest known distillation attack against its Claude AI models, using approximately 25,000 fraudulent accounts to conduct over 28.8 million interactions from April 22 to June 5, 2026. This accusation highlights escalating tensions over AI intellectual property theft between U.S. and Chinese firms, with potential national security implications and could influence export controls on advanced AI models. The alleged attack targeted Anthropic’s advanced Claude Mythos Preview and involved Alibaba’s AI lab Qwen. Anthropic claims the distillation could help China accelerate its AI capabilities, bypassing export controls.

telegram · zaihuapd · Jun 25, 01:36

Background: Model distillation is a technique where a weaker model learns from the outputs of a stronger, proprietary model to replicate its capabilities, often considered intellectual property theft when done without permission. Anthropic’s Claude Mythos Preview is a frontier AI model with advanced cybersecurity capabilities, and its export has been restricted by the U.S. government for national security reasons.

References

Discussion: Community comments highlighted irony, noting that Anthropic itself was found guilty of copyright infringement for downloading millions of books from pirate sites. Others discussed technical aspects of distillation, distinguishing black-box querying from more efficient fine-tuning methods, and noted that Chinese resellers are offering Claude tokens at steep discounts via pooled accounts and payment fraud.

Tags: #AI, #model distillation, #intellectual property, #security, #Anthropic


NVIDIA’s 45°C Liquid Cooling Nears Zero Water Use ⭐️ 8.0/10

NVIDIA has introduced a 45°C liquid cooling architecture for AI data centers that dramatically reduces water consumption to near zero by using warmer coolant temperatures. This innovation addresses the growing water footprint of AI infrastructure and opens up possibilities for waste heat reuse in district heating systems, potentially lowering both operational costs and environmental impact. The 45°C coolant temperature is significantly higher than typical liquid cooling loops, which usually operate below 30°C, and enables dry cooling in favorable climates without evaporative water loss.

hackernews · nitin_flanker · Jun 24, 14:10 · Discussion

Background: Traditional data center cooling relies on air conditioning or liquid cooling that dissipates heat via evaporation, consuming large amounts of water. Direct-to-chip liquid cooling using warmer coolant can reduce or eliminate the need for water-based cooling towers. District heating networks distribute hot water from a central source to buildings for space heating; data centers can supply that heat if the coolant temperature is sufficiently high.

References

Discussion: Commenters noted the synergy with district heating, with one pointing out that 45°C is workable for heating loops and could provide millions in annual value to communities. Others questioned what makes this innovation different from prior liquid cooling designs and highlighted dependency on climate conditions. A commenter also mentioned existing examples like a Microsoft data center in Finland supplying district heating.

Tags: #data center cooling, #liquid cooling, #water conservation, #AI infrastructure, #district heating


PR spam in open source mirrors early email spam crisis ⭐️ 8.0/10

A blog post by Greptile compares the rising trend of low-quality AI-generated pull requests in open source to email spam of the early 2000s, highlighting that these PRs are often submitted for self-promotion rather than genuine contribution. This phenomenon threatens the health of open source ecosystems by overwhelming maintainers with noise, reducing their capacity to review legitimate contributions, and potentially driving away volunteers due to burnout. The blog draws parallels between modern PR spam and early email spam, noting that both exploit low-cost, automated generation and lack of sender reputation. GitHub recently added configurable PR limits to help maintainers, and some projects require non-textual interaction before merging.

hackernews · dakshgupta · Jun 24, 14:32 · Discussion

Background: Pull requests (PRs) are a core mechanism in open source collaboration on platforms like GitHub, allowing contributors to propose changes. Spam PRs are low-quality or irrelevant submissions, often generated by AI or automated tools, that waste maintainers’ time. The problem has escalated with the commoditization of AI tools, leading to incidents like the Express.js spam PR incident in February 2024, where hundreds of spam PRs flooded the repository.

References

Discussion: Commenters largely agree with the comparison, noting that unlike email spam where sender reputation is enforced by organizations, PR spam lacks such accountability. Some suggest requiring non-textual interaction before merging, while others point to GitHub’s new PR limits as a partial solution. A former anti-spam expert offers historical context, describing how email spam was fought through IP reputation.

Tags: #open source, #pull requests, #spam, #maintainers, #GitHub


OSPM 2026 Day Two: uncore DVFS, scheduler advances ⭐️ 8.0/10

The second day of the OSPM 2026 summit covered device frequency scaling for uncore components, time-slice-based CPU selection, scheduling domains on multi-cluster Arm systems, and the LAVD scheduler. These advancements could significantly improve power efficiency and scheduling performance in Linux, particularly for server SoCs and gaming systems. A proposed PI governor for uncore DVFS stabilized frequency around 900 MHz with no throughput loss, but audience questioned its peak performance under non-SPECpower workloads. Devfreq governor-driver coupling remains a challenge.

rss · LWN.net · Jun 24, 14:18

Background: The OSPM summit focuses on power management and scheduling in the Linux kernel. Devfreq is the kernel’s generic dynamic voltage and frequency scaling framework for devices. Uncore refers to components like L3 cache and memory controllers, which can consume significant power.

References

Discussion: Attendees debated using a full PID controller over PI, with concerns over tuning difficulty. One attendee challenged the claim of good results, noting that the governor may limit throughput during load spikes. Another suggested using the interconnect framework for hints.

Tags: #Linux, #kernel, #power management, #scheduling, #OSPM


Superhuman Generals.io agent via self-play RL in JAX ⭐️ 8.0/10

The author developed a superhuman agent for the strategy game Generals.io using self-play reinforcement learning, reimplemented entirely in JAX and using a Vision Transformer (ViT) architecture, achieving the #1 rank on the human 1v1 leaderboard. This work demonstrates the effectiveness of scaling compute and architecture (JAX+ViT) over handcrafted features, providing an open-source blueprint for building strong game AI. It also contributes a fast JAX-based imperfect-information RTS simulator for the research community. The project evolved from a master’s thesis that used behavior cloning and RL fine-tuning but was beaten by top players. The key improvements were reimplementing the pipeline in JAX for speed and replacing a CNN with a Vision Transformer.

reddit · r/MachineLearning · /u/shrekofspeed · Jun 24, 16:18

Background: Self-play reinforcement learning is a technique where an agent improves by playing against itself, generating increasingly challenging opponents. JAX is a high-performance numerical computation library that supports automatic differentiation and just-in-time compilation, enabling efficient training. Vision Transformers (ViTs) apply the transformer architecture to image patches, offering higher capacity than CNNs for processing spatial data.

References

Tags: #reinforcement learning, #self-play, #game AI, #JAX, #vision transformer


HDD-RoPE: High-Dimensional Dynamic Rotary Positional Embedding ⭐️ 8.0/10

A novel positional embedding called HDD-RoPE is introduced, which extends standard RoPE by using higher-dimensional chunks and data-dependent rotation speeds, achieving faster convergence than xPos on the TinyStories dataset. This work suggests that treating position as multidimensional and data-dependent can improve transformer training efficiency, potentially leading to better performance on long sequences or structured data. HDD-RoPE uses chunks of size 4 instead of 2, yielding 6 rotational axes, and dynamically adjusts rotation speeds based on layer activations.

reddit · r/MachineLearning · /u/mikayahlevi · Jun 24, 18:16

Background: Transformers rely on positional embeddings to encode token order. Standard RoPE rotates pairs of dimensions at fixed rates, which limits positional representation. xPos is a variant that improves length generalization. The TinyStories dataset is a synthetic corpus of short stories aimed at testing models on small-scale language understanding.

References

Tags: #positional encoding, #transformer, #rotary positional embedding, #deep learning, #machine learning


Micron Q3 Revenue Surges 346% YoY, Record $41.46B Driven by AI Demand ⭐️ 8.0/10

Micron Technology reported fiscal Q3 2026 revenue of $41.46 billion, a 346% year-over-year increase, with net income of $28.24 billion ($3.1 billion per day), far exceeding analyst expectations. This record performance underscores the explosive demand for high-bandwidth memory (HBM) from AI infrastructure, and highlights Micron’s critical role in the semiconductor supply chain amid a memory shortage expected to last beyond 2027. Non-GAAP gross margin surged to 84.9% from 39% a year ago, data center revenue jumped 653% to $11.52 billion, and the company has signed 16 long-term strategic agreements locking orders for 3-5 years. HBM4 is already in mass production, with HBM4E expected in 2027.

telegram · zaihuapd · Jun 24, 22:22

Background: High Bandwidth Memory (HBM) is a 3D-stacked DRAM technology used in AI accelerators and GPUs. JEDEC standardized HBM4 in April 2025. AI sector demand has driven DRAM prices up over 200% since early 2025, and HBM production consumes wafer capacity that could otherwise be used for commodity DRAM like DDR5.

References

Tags: #Micron, #memory, #AI infrastructure, #financial results, #semiconductors


Google Play expands external billing to US, UK, EU ⭐️ 8.0/10

Starting June 30, Google Play will allow developers in the US, UK, and EU to offer third-party billing or external web links for purchases, with a new fee structure that separates service fees from billing fees. This policy change gives developers more pricing flexibility and reduces their reliance on Google’s billing system, potentially lowering costs for consumers and addressing regulatory pressures for fair app store practices. The new service fee is 10% for the first $1 million in annual revenue and auto-renewing subscriptions; transactions using Google Play Billing incur an additional 5% fee, while alternative billing or external links do not.

telegram · zaihuapd · Jun 25, 02:33

Background: Previously, Google Play required all in-app purchases to use its own billing system, charging a standard 15-30% commission. Regulatory actions, especially the Epic Games lawsuit and the EU’s Digital Markets Act, have pushed Google to offer alternative billing options. This expansion follows a small pilot program and represents the broadest rollout yet.

References

Tags: #Google Play, #External Billing, #App Store Policy, #Developer Economics, #In-App Purchases