|
📖 Read In Depth
|
Postmortem: TanStack NPM supply-chain compromise
TanStack's NPM package was compromised in a supply-chain attack. The postmortem details how it happened and — critically — reveals the attacker installed a dead-man's switch (a systemd/LaunchAgent service that polls GitHub with stolen tokens every 60 seconds). Essential reading if you use any JS tooling, and a good case study in how sophisticated these attacks have become.
hn/Best Stories
|
CUDA-oxide: Nvidia's official Rust to CUDA compiler
NVIDIA Labs has released an official Rust-to-CUDA compiler. This is significant for ML infrastructure: Rust's memory safety guarantees applied to GPU kernels could change how custom CUDA code is written. Worth understanding what's officially supported versus experimental, and what the compilation model looks like.
hn/Best Stories
|
Learning Software Architecture
A substantive essay on learning software architecture from matklad (author of rust-analyzer), someone who thinks carefully about systems design. Given Xinyu's interest in building things from scratch to understand them deeply, this is likely to have concrete, opinionated takes rather than generic advice.
hn/Best Stories
|
Training an LLM in Swift, Part 1: Taking matrix mult from Gflop/s to Tflop/s
A deep dive into optimizing matrix multiplication in Swift from Gflop/s to Tflop/s while building an LLM from scratch — exactly the kind of low-level performance engineering that resonates with someone who builds algorithms from scratch to understand them. Likely covers memory layout, tiling, and SIMD techniques translatable beyond Swift.
hn/Best Stories
|
China Seeks A.I. Independence, Weakening Trump’s Leverage
China reached a milestone in AI self-sufficiency before the US-China summit, weakening Trump's negotiating leverage on tech. Covers the interplay between export controls, DeepSeek's impact, and Beijing's semiconductor strategy — directly relevant to how the geopolitics of compute is evolving.
nyt/Business
|
China Sought Access to Anthropic’s Newest A.I. The Answer Was No.
China sought access to Anthropic's newest models and was denied. The piece covers how the latest frontier models from Anthropic and OpenAI are extending the US lead and intensifying the AI rivalry — useful context on access controls, model geopolitics, and what 'AI independence' actually means in practice.
nyt/Top Stories
|
Start-Up Raises $1.3 Billion for an A.I. ‘Grid’
A startup called Amp raised $1.3B to build an AI 'grid' — essentially an alternative compute infrastructure to challenge hyperscaler dominance in AI hardware. The strategic question of whether a distributed compute layer can develop a real moat against AWS/Azure/GCP is worth digging into.
nyt/Technology
|
Software engineering may no longer be a lifetime career
A thoughtful essay arguing that AI is compressing the useful career window for software engineers — not by replacing them, but by changing what seniority means and how skills accumulate. Worth reading critically: the HN comment by bborud (2-5% of time actually writing code) adds a useful counterpoint.
hn/Best Stories
|
How an ‘Impossible’ Idea Led to a Pancreatic Cancer Breakthrough
Scientists cracked the KRAS mutation — long considered 'undruggable' — with a new drug called daraxonrasib that shows promise for pancreatic, lung, and colon cancers. This is a genuine scientific breakthrough worth understanding: KRAS is mutated in ~25% of all human cancers.
nyt/Business
|
If AI writes your code, why use Python?
Provocative question about whether language choice matters when AI is the primary author. The real answer (training data density, ecosystem, debuggability) is more interesting than the clickbait framing. Worth reading alongside the HN comments, which are sharper than the article.
hn/Best Stories
|
Interaction Models
A framework for thinking about scalable human-AI collaboration — 'interaction models' as a design primitive beyond simple chat. Got traction on both HN and r/singularity independently, suggesting it's hitting on something real. Relevant for anyone thinking about how AI tools actually get built into workflows.
hn/Best Stories
|
|
âš¡ FYI
|
GPT-5.5 was used to flag fatal errors in FrontierMath problems
GPT-5.5 was used to audit FrontierMath benchmark problems and flagged fatal errors in roughly a third of Tiers 1-4. This is significant: a benchmark designed to be hard for frontier models is now being quality-controlled by those same models, which complicates how we interpret benchmark scores going forward.
reddit/r/singularity
|
GitLab announces workforce reduction and end of their CREDIT values
GitLab announced significant layoffs and quietly dropped their CREDIT values (Collaboration, Results, Efficiency, Diversity, Iteration, Transparency) in favor of 'Speed with Quality, Ownership Mindset, Customer Outcomes.' The timing — right as GitHub is struggling with reliability — is a notable strategic misfire. The HN thread is scathing.
hn/Best Stories
|
Scientists successfully transfer longevity gene and extend lifespan from naked mole rats to mice --- Longevity heating up...
Researchers successfully transferred a longevity gene from naked mole rats (which almost never get cancer and live ~30 years) into mice and extended their lifespan. Early-stage but a meaningful proof-of-concept that longevity genetics is becoming experimentally tractable.
reddit/r/singularity
|
Inflation Jumps, Oil Prices Rise on U.S.-Iran Standoff
Oil near $98/barrel, gas above $4.50 nationally, inflation accelerating to 3.8% annualized in April as the US-Iran conflict drags on. Trump rejected Iran's latest peace proposal. This macro backdrop is affecting everything from semiconductor supply chains to consumer spending — useful context for the broader news.
nyt/Business
|