Sunday, July 19, 2026

Proving Ownership After Q-Day: Project Eleven's Wallet Recovery Proof Reaches Beyond Bitcoin

Chapter 13 of Quantum from the Ground Up covers the Q-Day timeline: Google researcher Craig Gidney's 2025 estimate of roughly one million physical qubits to break RSA-2048, and the IonQ fidelity result that pulled some estimates into a 2029 to 2033 window. That chapter treats Q-Day as an encryption problem: once a quantum computer can derive a private key from a public key, the signature scheme securing a wallet fails. A proposal from the security firm Project Eleven treats it as an ownership problem instead, and the distinction matters for anyone holding funds in an address generated before a migration to quantum-safe cryptography. The July 16 announcement was framed around Bitcoin, but the mechanism targets any wallet built on BIP-32-style hierarchical derivation, which includes Ethereum and other ECDSA chains, not Bitcoin alone.

The failure mode is simple. A wallet proves ownership by signature: if you can sign a transaction with the private key tied to an address, the network accepts you as the owner. Once elliptic-curve cryptography breaks, an attacker holding your address's public key can derive the same private key and produce a signature the network cannot tell apart from yours. Ownership by signature stops meaning anything. Project Eleven CEO Alex Pruden framed the central problem as proving who owns a wallet once quantum attacks become possible, not just stopping the attack, which is the framing this post follows.

Project Eleven's fix works one level up the derivation tree. Most wallets generate addresses from a BIP-39 seed phrase, the standard list of words a wallet gives you at setup, through a hierarchical, hardened derivation path. This structural proof builds on a concept known as signature lifting—originally described by researchers Alon Sattath and Robert Wyborski—and is implemented here as a form of cryptographic lineage verification. Breaking the elliptic-curve key at the address level does not hand an attacker the parent key higher up that path, because the hardened derivation step runs through a hash function, not an elliptic-curve operation. A zero-knowledge proof lets the real owner demonstrate control of that parent key, and that it derives the compromised address, without exposing the key itself. An attacker who has only broken the address-level key cannot produce the same proof.

Jim Posen, lead maintainer of the Binius zero-knowledge proof system, built the implementation with Project Eleven's funding. The resulting Binius-based prover clocks a generation time of just 243 milliseconds on a standard laptop—over 200 times faster than the 55-second benchmark set by Olaoluwa Osuntokun’s unoptimized, CPU-based prototype earlier this year. It is exactly the kind of radical performance leap, driven by Binius's optimization for hash-heavy operations, that turns an academic curiosity into something ready for deployment.

Diagram Gemini generated

None of this is available on any chain today. Project Eleven describes the release as an unaudited prototype that needs explicit protocol-level support, or a dedicated verifier, before any chain could use it for recovery. It also only applies to wallets built on compatible BIP-32-style derivation, which rules out addresses whose provenance was never recorded as a reproducible path. The stakes for getting a recovery layer right are not small: Coinbase's quantum advisory board warned in June that roughly seven million bitcoins are at risk of being stranded without a post-quantum transition.

The technique also does not generalize evenly across chains. Solana, Sui, Aptos, Near, and Stellar derive signing keys from a seed through a single hashing scheme defined at the protocol level, so one proof design covers every wallet on those chains the same way. Bitcoin and Ethereum have no such uniform scheme; wallet software implements BIP-32 derivation its own way, so each wallet family needs its own proof circuit. That is a real engineering cost, and it is why Project Eleven's Bitcoin result is a first case rather than a finished product.

What This Changes in the Book

Chapter 14 already tracks how far post-quantum migration has actually spread: 21.9 percent of the top 1,000 sites, 8.4 percent of the top 100,000, and 3 percent of banking sites had adopted PQC software as of the last edition. Those numbers describe a migration that will not finish on schedule for everyone. The book's framing up to now has been prevention: move assets and systems to quantum-resistant cryptography before Q-Day arrives. Project Eleven's proposal is the first credible recovery mechanism I've seen for the users, custodians, and exchanges who miss that window, and it is not tied to one chain. The next edition's Chapter 14 will add a paragraph on derivation-based recovery proofs as a fallback layer, noting that EdDSA chains get a uniform version of this fix while Bitcoin and Ethereum need it built wallet by wallet.

This post will fold into the September 1 edition of Quantum from the Ground Up. The current edition is available at https://gordostuff.com/p/quantum-from-ground-up-hardware.html 

Friday, July 17, 2026

Quantum Keys Move Onto Production Routers

Quantum Keys Move Onto Production Routers

I led the telecommunications curriculum for Verizon's Next Step New England program and directed National Science Foundation, or NSF, funded Centers of Excellence at Springfield Technical Community College and the University of Central Florida through the transition from my Dad's Plain Old Telephone Service, or POTS, landlines to Internet Protocol, or IP, based voice, video, and data over copper, fiber and wireless. Our center worked closely with Cisco through that transition. The physics and the protocols changed rapidly snd it was a wild ride. What made the transition real was not the standards documents. It was carriers running the new transport on switches and routers in the central office, and technicians who did not need an advanced degree to keep it running.

Quantum key distribution, or QKD, is a way to generate an encryption key using the behavior of individual photons instead of math. Two machines exchange specially prepared light particles over fiber. If anyone taps the line and looks at those particles, the particles change in a way both ends can detect. That gives you a key exchange where eavesdropping does not stay hidden, which is a different from anything conventional encryption offers.

Aliro Technologies, the Vienna based quantum networking firm zerothird, and Cisco just ran a live version of this over Cisco's production routers at Cisco's Photonics Center in Vimercate, Italy. The hardware was Cisco's 8000 Series routers, the same platform Cisco sells into data centers today. That detail is the news. QKD has existed in labs for years. Running it on hardware a customer can already buy is the harder problem.

The system runs on the BBM92 protocol, which uses paired entangled photons rather than a transmitted key to establish a shared secret. Entangled photons are pairs of light particles created together so that measuring one instantly tells you something about the other, no matter the distance between them. A source creates these pairs and sends one photon from each pair to each end of the link. Both ends measure what arrives and use those measurements to build an identical key, without the key itself ever traveling across the fiber. zerothird supplies the hardware that does this: the photon source, the equipment that keeps the light polarized correctly, synchronizing clocks, and the software that cleans up errors and strengthens the final key. Aliro's Orchestrator software sits on top and manages the link, the way network management software already watches a conventional router. It tracks error rates and photon counts in real time and can reroute traffic or shut a link down safely if something looks wrong. The finished keys reach the routers through Cisco's Secure Key Integration Protocol, a standard interface, where they secure encrypted sessions between routers the same way a conventional key would, just generated a different way.

Diagram Gemini AI Generated

Chapter 1 of Quantum from the Ground Up covers the fiber problem in quantum networking through the University of Illinois work on ytterbium-171 emitters built for existing telecom infrastructure. That chapter is about getting a quantum signal onto fiber that already exists. This deployment answers the other half of the problem: getting the output of that signal into a router that already exists, with the monitoring and failover a network operations center can actually run day to day.

Chapter 14 frames quantum security as a race between two approaches. Post quantum cryptography, or PQC, keeps using math for encryption, just math that a quantum computer cannot easily break, and the National Institute of Standards and Technology, or NIST, has already published standards for it. QKD, the approach in this demonstration, does not rely on hard math at all. It relies on physics: any attempt to intercept the entangled photons changes them in a way both ends can detect. That is also its limit. A QKD key only protects the specific fiber link between two endpoints, while PQC can protect data anywhere the software runs. That is why Cisco is running both approaches rather than picking one. AT&T's coming quantum resilient Software-Defined Wide Area Network, or SD-WAN, service runs PQC on that same 8000 Series router line, which puts both approaches on the same hardware within the same product family.

The public announcement described the deployment as moving QKD out of isolated research setups and into standard enterprise infrastructure. Coverage of the announcement also framed the three way pairing as proof that quantum networking gear from separate vendors can interoperate in a live deployment, which matters more for enterprise adoption than any single performance number. A separate technical paper from the zerothird team tested the same entanglement based approach over a 22 kilometer fiber link between two data centers, which gives the enterprise demonstration a research paper trail worth reading alongside the press coverage.

What This Changes in the Book

Chapter 1 currently ends at the physics of getting quantum signals onto standard fiber. This deployment extends that story into the network operations layer: orchestration, telemetry, and automated remediation running on hardware already shipping. Chapter 14's framing of PQC and QKD as separate paths still holds, but the AT&T and Cisco pairing on the same 8000 Series router line is worth adding as a concrete case where one operator runs both approaches at once instead of choosing sides.

This post will fold into the next edition of the book, due September 1. The current edition is at gordostuff.com/p/quantum-from-ground-up-hardware.html.

POTS to IP took a decade of this kind of work: new transport riding on racked equipment. Quantum key distribution is passing the same tesst. The obstacle was never the physics. Here it's whether the keys can ride on a router Cisco already sells, watched by software a network operations center knows how to run.



Tuesday, July 14, 2026

Where the Jobs Actually Are

Some graduates spent the 2026 commencement season blaming AI for a job market that shut them out, loud enough that tech executives got booed at graduation ceremonies over it. Recruiters tell a different story.

Matt Walsh, CEO of the Phoenix search firm Blue Signal, works semiconductor hiring daily and says the problem isn't automation. "There aren't enough people," he says. The United States is heading toward what labor economists call the largest workforce shortage in its history, and it shows up hardest in the fields that build things.

The semiconductor industry expects to add close to 115,000 jobs by 2030. The Semiconductor Industry Association projects a shortfall of 67,000 technicians and engineers to fill them. That gap sits squarely in associate degree and bachelor's degree technical programs, not in the AI research labs getting most of the headlines.

Construction and the skilled trades show the same pattern. Branka Minic, CEO of the Building Talent Foundation, says fewer than half the workers needed in construction are entering the field, even with starting wages hitting $50 an hour in some markets. College graduates aren't matching that pay in comparable years of training.

Cybersecurity tells a similar story. CyberSeek, the workforce tracker built by CompTIA and NIST, counts hundreds of thousands of open cybersecurity positions in the U.S. against a supply of qualified workers that consistently falls short. The roles span network defense, security operations, and incident response, and they don't require a computer science PhD. A two-year degree with the right certifications gets a candidate into the field.

This is good news if you're building a technical career instead of chasing a headline. Employers in semiconductors, cybersecurity, advanced manufacturing, robotics, and skilled trades are competing for candidates, not filtering through thousands of applicants for one opening. Two-year technical programs, apprenticeships, internships and engineering degrees put graduates directly into that competition.

States have noticed too: several are merging workforce and higher education agencies or offering loan payoff incentives to pull people into these pipelines.

The AI panic makes for a cleaner headline than a demographic and skills pipeline problem. But the demand for people who can build, install, test, and maintain physical systems is not shrinking. It's the part of the labor market with the fewest applicants and the most openings.

ETH Zurich Builds Quantum RAM Out of Vibrations

Chapter 5 of Quantum From The Ground Up covers superconducting qubits by way of Josephson junction fabrication and IBM's 1,121-qubit Condor chip. It never had to answer a basic architecture question: where a superconducting qubit puts its data when it isn't actively working on it. Researchers at ETH Zurich just built an answer, and it doesn't look anything like a normal memory chip.

A team led by physicist Yiwen Chu, head of ETH Zurich's Hybrid Quantum Systems Group, split a quantum computer into the same two roles a laptop uses: a processor and a separate working memory. The design uses a superconducting transmon qubit as the processor and a mechanical resonator as memory, on a chip package 7.5 millimeters long. Instead of storing a qubit's state electromagnetically, the resonator holds it as a mechanical vibration, the way a guitar string holds a note, except this vibration follows quantum rules rather than classical ones.

Each resonator supports several distinct vibrational modes, and each mode works as its own memory slot. To run a computation, the qubit reaches into the resonator, pulls out a stored vibration, modifies it, and writes it back. Doctoral students Yu Yang and Igor Kladarić built the hybrid chip alongside Chu. The team validated the architecture by running a Quantum Fourier Transform and a period-finding algorithm on the hybrid chip, published in Science. That marks the first demonstration of mechanical resonators executing real quantum algorithms rather than just holding a state.

Superconducting qubits pack in tightly, but that density crowds out room for data. Electromagnetic memory schemes have historically traded a smaller footprint against coherence time. Mechanical resonators split that trade differently, offering higher storage density and longer coherence in less physical space. the approach still has to prove it scales beyond a single test chip, and Chu's group is continuing the work with that goal in mind.

What This Changes in the Book

Chapter 5's numbers don't move. IBM's Condor still holds at 1,121 qubits and 99.0 to 99.5 percent two-qubit fidelity, and nothing here challenges either figure. What changes is the chapter's scope. Chu's result adds a memory subsystem to the superconducting platform, a second engineering problem the chapter didn't previously address. It's a proof of principle, not a shipped component. A chip built for one qubit and one resonator still has to prove itself when both categories multiply.

This post will fold into the next edition of Quantum from the Ground Up, due September 1. The current edition is free to read at gordostuff.com/p/quantum-from-ground-up-hardware.html, and if it's useful to you, a coffee at ko-fi.com/gordostuff keeps it updated.

Monday, July 13, 2026

Dad and Doug

Lost my father and a close friend, Doug, within months of each other last year. Dad was fine right up until the last few weeks. Doug had been fighting for about five years. I wrote about each of them here already (for Dad, and for Doug), but never posted the obituaries themselves.

This blog has been mostly tech since 2005. But some things need to get written down while I still can, and this is one of them. Miss them both.



Write things down while people are still around to read them. The obituary is the last thing anyone writes about most of us. Everything before it is still yours to say.

Sunday, July 12, 2026

The Free Path Into Quantum Work

The entire IBM Quantum Learning catalog is now open to the public, no partner account or IBM Quantum Network membership required. The catalog runs past ten courses, from the basics of qubits and circuits through algorithms for factoring and search, up to a course built around running experiments on processors with 100 or more qubits, all hosted free on the IBM Quantum Platform.

Path from free IBM Quantum Learning courses to certification to a quantum workforce role

The IBM Certified Quantum Computation using Qiskit v2.X Developer - Associate is a single exam built on the same Qiskit SDK and Qiskit Runtime the free courses teach. Since the program launched in 2021, more than 1,300 people across 71 countries have passed it. The exam runs up to $200 depending on location, with an optional $30 practice test through Pearson VUE. The preparation runs $0.

This matters most for programs without a quantum lab or a research grant behind them, which describes most community colleges and a fair number of universities. Qiskit needs Python and a working knowledge of linear algebra. Nothing else.

Every one of my students has a laptop and an internet connection. That's all you need to get started today.

This post rolls into the next edition of Quantum from the Ground Up, due September 1.

Thursday, July 9, 2026

The Other Half of the Emerging Quantum Workforce

Chapter 2 of Quantum from the Ground Up covers the Massachusetts side of quantum
workforce building: over fifty million dollars in state investment, a
quantum supply chain accelerator complex in Springfield, Massachusetts and a three tier pyramid running from technicians to PhDs. That chapter answers one question. How do you train people for jobs that barely exist yet? It does not answer a second question. Once someone is trained, where do they get time on a real quantum computer?

The federal government's answer is a program most people outside national labs have never heard of. The Quantum Computing User Program, or QCUP, runs out of the Oak Ridge Leadership Computing Facility. It owns none of the hardware it gives access to. Instead it brokers competitive, merit reviewed time on commercial quantum processors from vendors including IBM, Quantinuum, and Rigetti, for researchers doing open, fundamental science.

The mechanism is simple. A researcher submits a project proposal explaining what they want to run and why it needs quantum hardware. The Quantum Resource Utilization Council and independent referees review it for merit. Once approved, every user on that project applies for an account and gets assigned a Scientific Liaison, someone who understands both the science domain and the hardware, to help them get past the parts of quantum programming that have nothing to do with their actual research question.

The growth numbers are accelerating. A 2024 survey of the program found it had grown from 52 projects and 117 users in 2020 to 80 projects and 271 users by the end of 2023. Users range from national lab veterans to graduate students running their first circuit. Most projects are proof of principle work, not production science, which is exactly what you would expect from a field still figuring out what its hardware is good for.


Where the Access Turns Into Results

The hadronization work covered in my previous post, Anthony Ciavarella's simulation of quark binding on an IBM Heron processor, ran entirely through QCUP access. That is not a coincidence. It is the point of the program. Give enough researchers enough time on real hardware and some of them will publish in Physical Review D.

Demand is outrunning the obvious ways to measure it. The 2026 Quantum Computing User Forum at Oak Ridge, running July 20 through 24, closed registration before the event even started. A Fall 2026 hackathon open now for proposals gives existing users priority and asks new applicants to already hold an allocation before an August 7 deadline. This is not a program short on interested researchers.

What This Changes in the Book

Chapter 2 currently frames quantum workforce building as a state level, training focused story: Massachusetts building capacity so people are ready when jobs appear. QCUP is the federal, research access side of the same pipeline, and the book does not mention it yet. The two are not competing models. A pipeline that only trains people without giving anyone hands on time on real hardware produces graduates who have never run a circuit outside a simulator. QCUP is where some of that hands on time actually happens, for the research end of the workforce rather than the classroom end.

The next edition will add QCUP to Chapter 2 as the research access counterpart to the state workforce investment already covered there, with the growth numbers above and a note that at least one book worthy physics result, the Ciavarella hadronization paper, came directly out of that access.

This post will be folded into the next edition of Quantum from the Ground Up, targeted for September 1. The current edition is available at gordostuff.com/p/quantum-from-ground-up-hardware.html