entangled dot cloud

MIT engineers develop a magnetic transistor for more energy-efficient electronics

Transistors, the building blocks of modern electronics, are typically made of silicon. Because it’s a semiconductor, this material can control the flow of electricity in a circuit. But silicon has fundamental physical limits that restrict how compact and energy-efficient a transistor can be.MIT researchers have now replaced silicon with a magnetic semiconductor, creating a magnetic transistor that could enable smaller, faster, and more energy-efficient circuits. The material’s magnetism strongly

PyTorch AOTInductor Hybrid Lowering

A Hybrid DeviceExecution Inference Engine from PyTorch

Dispatches from the possibly last days of human relevance

As most readers have presumably heard by now, Paul Erdös’s Unit Distance Problem from 1946—one of the central open problems from the field of discrete geometry—has been solved by GPT5.5Pro. Erdös had conjectured that, given n points in the plane, at most n1+o(1) pairs of them could be unit distance apart. Using high-powered results from algebraic number theory, GPT refuted this, constructing a set with n1+ε unit-distance pairs, for ε ~ 10-38. Shortly afterward, Will Sawin, a

Is Tim Palmer right about a 400-qubit wall? New quantum physics debate challenges irrational numbers, entanglement, and modern quantum computing

A new debate in quantum physics is shaking the foundations of modern science. Tim Palmerargues that nature may not follow ...

The Entanglement Edge

Quantum networking is an underappreciated but potentially consequential dimension of U.S.-China quantum competition.

Scientists create perfectly random numbers using entangled quantum chips for first time

Researchers at ETH Zurich have developed a method to generate what they describe as ...

Show HN: Open-source alternative to Duolingo for learning anything

I built an open-source tool for learning anything using AI:- Type what you want to learn - It creates a full interactive course for youMove from beginner to mastery of any subject, even complex things like Quantum PhysicsIt has three formats:- Explanation: bite-sized lessons that you swipe like TikTok/Instagram - Practice: solve problems in real-world situations - Quiz: test your knowledge in Duolingo-like lessons - Language courses have a different format covering vocabulary, reading, and

Trapped ion quantum computer startup Quantinuum files to go public

Quantinuum Inc., a startup that makes quantum chips based on a so-called trapped ion qubit architecture, today filed to go ...

ETH Zurich built an ultra-stable quantum gate across 17,000 qubit pairs

Quantum computing still stumbles on fragility, where tiny disturbances can wreck calculations. ETH Zurich researchers built a geometric swap gate with neutral atoms that stayed remarkably stable across 17,000 qubit pairs, hinting at a sturdier path toward large-scale quantum machines.

Brighter MRI signals

When doctors and scientists want to see inside a body, magnetic resonance imaging (MRI) is a powerful tool. MRI can noninvasively capture detailed images of the body’s muscles, organs, and bones. It can monitor blood flow to generate a map of brain activity. And with new sensors developed by bioengineers at MIT, MRI can track the kinds of molecules that make our brains and bodies work.In the May 13 issue of the journal Nature Biomedical Engineering, a team led by Alan Jasanoff, the Eugene McDerm

Cavity-driven attractive interactions in quantum materials

<p>Nature, Published online: 27 May 2026; <a href="https://www.nature.com/articles/s41586-026-10609-1">doi:10.1038/s41586-026-10609-1</a></p>A broadband, sub-wavelength time-domain microscope is described, enabling the observation that terahertz light trapped within a cavity can mediate attractive interactions in a tunable van der Waals material.

Dynamical freezing for magnetometry in an interacting spin ensemble

<p>Nature, Published online: 27 May 2026; <a href="https://www.nature.com/articles/s41586-026-10585-6">doi:10.1038/s41586-026-10585-6</a></p>Dynamical freezing, a mechanism by which a driven quantum system may not thermalize to a featureless ‘infinite-temperature’ state at long times, is experimentally observed in an ensemble of interacting nitrogen-vacancy spins in diamond.

How the connection between lung cancer and the brain could lead to better treatments

<p>Nature, Published online: 27 May 2026; <a href="https://www.nature.com/articles/d41586-026-01458-z">doi:10.1038/d41586-026-01458-z</a></p>The discovery that small cell lung cancer has several neuronal features is yielding biological insights that could ultimately save lives.

Daily briefing: Why it’s hard to show insight under pressure

<p>Nature, Published online: 26 May 2026; <a href="https://www.nature.com/articles/d41586-026-01696-1">doi:10.1038/d41586-026-01696-1</a></p>Stress stops the brain from making links between memories and fresh information. Plus, why governments should invest in early science education and an AI model that was deemed too dangerous to release to the public.

Q&A: How researchers are building next-gen quantum computers

Quantum computers have the potential to transform science, accelerating breakthroughs in drug development, cosmology, materials science, nuclear physics, and more.

Perfect randomness realized for the first time

Creating perfect randomness is surprisingly difficult. Even modern random number generators never generate completely ideal random numbers: small systematic errors can result in some numbers appearing slightly more frequently than others. For many applications, this does not matter. In cryptography, however, even the tiniest deviations can be problematic.

The strange quantum property of tomorrow's insulator

Ultra-fast data transfer and superconductivity: Quantum materials offer significant technological prospects—if we can understand them at the atomic scale. A team from the University of Geneva (UNIGE), in collaboration with the University of Salerno, the Institute of Materials Science of Barcelona, and the National Research Council of Italy, has succeeded in observing the "quantum metric" in a topological insulator—a unique geometric property of these materials, which conduct electricity only on

Did the Linux memory management maintainer "just quit"?

I came across this breathlessly written article, the beginning of which I will reproduce below, so as to not give its author any more engagement:Title: &quot;Linux Memory Had One Maintainer for 26 Years. He Just Quit. Now What?&quot;Subtitle: &quot;One person held the code that runs every Android phone, cloud server, and supercomputer for 26 years. On April 21, he posted one message and then was silent.&quot;Last non-paywalled sentence: &quot;Two weeks later, at a developer summit in Zagreb, the

Show HN: Kakeibo – a simple budget tracking app for simple people

Hey HN!For the past few years I&#x27;ve been following the kakebo&#x2F;kakeibo method to track my expenses and savings. The term might be a bit obscure, but it&#x27;s really simple: plan your monthly spending based on your income and fixed expenses; track your expenses and categorise them in one of 4 categories (needs, wants, culture, unexpected); at the end of the month, reflect on your spending: look at aggregates by category, spot trends… overall, just be a bit more conscious about where you

Show HN: Raft in Rust

For quite sometime, I’ve wanted to give implementing the Raft consensus protocol a try. I first looked at MIT’s 6.5840 Distributed Systems labs as a way to do this but it is in Go and my Go skills have atrophied as well as I have been deeply investing time in Rust. The other option was PingCAPs approach (https:&#x2F;&#x2F;github.com&#x2F;pingcap&#x2F;talent-plan&#x2F;blob&#x2F;master&#x2F;courses&#x2F;d...) but I also wanted the ability to define my own types and RPC approach, so I decided to do