我正在教授一门为期 12 周的量子神谕工程入门课程。
I'm teaching an introductory 12 week course on Quantum Oracle Engineering

原始链接: https://shukla.io/quantum-oracle-engineering/

**量子预言机工程**是一门专为研究人员和从业者设计的专业课程,旨在帮助学员超越理论上的“纸上预言机”,掌握构建实用量子电路的技艺。 本课程摒弃了被过度炒作的 AI 应用,提供了一套严谨且实操性强的电路构建框架。你将学习如何架构可逆逻辑、实现垃圾回收,并管理量子比特的内存限制。课程强调“携带证明的电路”(proof-carrying circuits),确保代码可验证,并能有效规避量子设计中常见的陷阱。 除电路架构外,本课程还涵盖以下内容: * **方法论:** 开发和测试策略,以区分真正的性能提升与算法传言。 * **内存经济学:** 理解维护量子态的高昂成本,以及为何传统的压缩或缓存机制在此失效。 * **批判性评估:** 建立一套框架,通过实际的算力数学而非炒作,来审计和揭穿可疑的量子 AI 声明。 本课程将于 9 月 1 日至 11 月 17 日进行,它将以工程学科取代学术假设。课程将教授学生如何通过门级操作来构建、清理和验证电路,使其不仅在理论上合理,且在物理上可执行;从而使你能够以专业的怀疑态度和技术精确度,去评判下一代量子技术突破。

这篇 Hacker News 的讨论围绕着一门新量子计算课程的评价展开。讨论在潜在用户和怀疑者之间产生了分歧。 一位用户表达了对该网站收集电子邮件地址的隐私担忧,怀疑其背后有商业动机。对此,其他人予以反驳,认为这种担忧过于多疑。 与此同时,课程的内容质量也受到了质疑;一位批评者认为课程描述是“AI 生成的垃圾内容”,认为这损害了该项目的可信度。另一位用户则为该课程辩护,指出其中的视觉素材是由人类艺术家创作的,并批评最初的反对者在写作风格上过于吹毛求疵。 总的来说,这篇讨论帖突显了社区中常见的摩擦:对商业网站行为的怀疑,与为教育项目抵御刻薄的排外行为之间的博弈。
相关文章

原文
Quantum Oracle Engineering

Most quantum speedup claims depend on an oracle that exists only on paper. This course teaches the craft of building practical quantum circuits from scratch.

Choose the problem, build the oracle

1. A different computer

A robot scratching its head while holding a quantum processor chip
  • most AI problems don’t qualify
  • CPU, GPU, QPU: different jobs
  • for AI search, test one lever: coherent precision
  • three questions to ask first
  • famous overpromises, dissected
  • knowing when to walk away

2. The Monte Carlo speedup

Two dice tumbling across a green felt table
  • the folklore, with fine print
  • the trick: precision on averages
  • how the square root actually happens
  • a query-counting proof: classical can’t keep up
  • Go flunks, a sampled bandit flunks
  • so we invented a game of close calls

3. Ship it

An open crate of machine parts sitting on an unread blueprint
  • assume the oracle exists,” says every paper
  • we stop assuming and build it, gate by gate
  • a game board made of qubits
  • all the randomness, loaded up front
  • picking moves without skewing the odds
  • the scratch work starts piling up

4. Reversible by design

A cassette tape with its ribbon spooled out in a loop behind it
  • the finished circuit must run backward
  • every cell updates at once, or bugs
  • the self-flip trap
  • snapshot the board, then swap
  • one qubit holds the score
  • the full bill, in qubits

Make it correct

5. Garbage collection

A trash can overflowing with bags that were never hauled away
  • there is no delete
  • leftover junk stays tied to your answer
  • and quietly poisons it
  • forgetting means undoing history
  • compute, use, uncompute
  • clean scratch still doesn’t mean right answer

6. Measure to erase

A cracked jar of water patched with bandages, still leaking
  • the rule every course teaches: never peek
  • production circuits peek anyway
  • measure the garbage on purpose
  • patch the damage with phase fixes
  • cheapest eraser there is
  • machine-checked rules for when it’s safe

7. Calling conventions

Interlocking gears meshing edge to edge, every tooth having to fit its neighbour
  • scratch you can use but never inspect
  • clean, borrowed, conditionally clean
  • returning it as you found it isn’t enough
  • promises checked where blocks meet
  • Rust’s borrow checker, but for qubits
  • mismatched promises, no deal

8. Proof-carrying circuits

A sealed jar of identical blue pills with a single red one inside
  • circuits that ace every test, wrongly
  • hidden phases, invisible to truth tables
  • checking everything costs 2^n
  • escape hatch: one proof per circuit family
  • every block ships with a seal, checked in milliseconds
  • strangers’ code, safely composed

Price it, test it, judge it

9. Where the quantum lives

A hand pulling a book from a shelf, red light spilling from the gap
  • every page is a classical drawing
  • the animation is impossible
  • each step has a classical model; they refuse to glue
  • one story per step, no story overall
  • where the quantum actually lives
  • and the gap has a price, in coherent memory

10. All or nothing

One oversized box balanced on a stack of small ones: each piece is cheap, the whole is not
  • buying in bulk should get cheaper
  • it doesn’t: qubits of memory, zero or linear, nothing between
  • no amortizing, no compressing, no caching
  • copy 1,000,000 costs what copy 1 cost
  • a theorem, not a hunch
  • why the flipbook can’t be fixed

11. Test, don’t trust

A basket of red apples with one rotten apple hidden in the middle
  • a tabletop test for quantum claims
  • no lab, no tomography
  • fakers pay the qubit memory bill or fold
  • any implementation, no peeking inside
  • benchmarks that can’t be gamed
  • pretenders fail exponentially fast

12. Audit the next claim

Pages flying off a clipboard faster than anyone can check them
  • the reigning faith of the AI era
  • what the evidence says
  • where quantum could fit in AI
  • lesson 1’s questions, aimed at the headlines
  • wall-clock math, not gut feel
  • how to judge the next miracle

Live Tutorial Agenda

Session 1 (90 minutes): Lessons 1 and 2, identifying a problem worth accelerating.

Session 2 (90 minutes): Lessons 3 and 4, building the rollout oracle.

For practitioners and researchers comfortable with qubits, controlled gates, and circuit diagrams.

联系我们 contact @ memedata.com