Frontiers
There are too many open problems to list. Some are too broad to pursue, and others are too small to matter much. A few combine three qualities: they are important, tractable, and close to the edge of what we understand or can do. We call these frontiers. This site is an attempt to collect them.
Is something missing?
Email meRequests for theories
Phenomena observed in nature or experiment, but not yet understood well enough to reproduce or control.
Why do copper oxides superconduct at high temperatures?
- Some copper oxides, known as cuprates, superconduct at unusually high temperatures (up to roughly 134 K, -139 °C, -219 °F) at ambient pressure.
- Cuprate superconductivity was discovered unexpectedly in 1986.
- BCS theory does not explain the effect, and there is still no consensus explanation for it.
Why can some animals regenerate body parts or entire bodies?
- Some animals can regenerate complex structures after injury. Salamanders can regrow entire limbs, zebrafish can regrow fins and parts of the heart, and planarian flatworms can regenerate whole bodies from small fragments.
- Animal regeneration has been documented since antiquity.
- Existing theories do not fully explain how animals know what is missing, rebuild the right tissues in the right places, and stop once the missing structure has been restored.
- A theory of regeneration would need to explain where the target shape is stored, how large-scale outcomes like regrowing limbs or organs could be controlled, and how regeneration relates to morphogenesis.
Requests for cures
Common conditions with major quality-of-life effects and no general cure.
Tinnitus
- About 14% of adults globally have experienced tinnitus, and almost 10% have experienced chronic tinnitus. For some people, it persists indefinitely.
- There is no general cure, and causes can vary widely, including hearing damage, loud-noise exposure, jaw or neck tension, and neurological changes.
- Current options are limited and usually focus on coping with the sound rather than eliminating it.
Chronic pain
- Chronic pain is pain that persists or recurs for more than three months. In many cases, the nervous system becomes sensitized, so pain continues even after the original injury or illness has healed.
- Current options are limited and carry serious tradeoffs: opioids can cause dependence and overdose, while NSAIDs can cause gastrointestinal, kidney, and cardiovascular problems.
- Nature offers a clue that generalized non-opioid pain relief is possible: loss-of-function mutations in SCN9A, the gene encoding Nav1.7, can eliminate pain while leaving other forms of sensation relatively intact.
For a broader map of unmet medical needs, including rare conditions, see Convoke's Unmet Needs Index.
Requests for prevention
Population-scale health burdens where better measurement, tracking, exposure reduction, or prevention could produce large gains.
Respiratory infections
- According to Intercept Fund, healthy people spend 15-25 days each year sick or recovering from colds, flu, and other respiratory infections.
- While these illnesses are often dismissed as minor and unavoidable, they impose surprisingly large macro-scale costs in lives lost and in economic terms.
- There is no general cure or broad prevention for the many viruses that cause routine respiratory illness, but broad-spectrum preventatives and cleaner indoor air could make respiratory infections much less common.
Microplastics
- Microplastics and nanoplastics are increasingly being detected in the human body, including blood, arterial plaque, brain tissue, and reproductive tissues. You may already have microplastics in your brain.
- Archived-tissue studies suggest this burden may be increasing over time.
- The concern is that microplastics could become a lead-like public health problem: a widespread exposure treated as ordinary for decades before its long-term effects are understood.
- Early studies suggest possible harm, but the effects remain poorly understood and the human evidence is still mostly observational.
- Because the effects remain poorly understood, the value of potential interventions is also unclear: it is not yet known whether reducing exposure, circulating particle levels, or tissue burden would improve health outcomes.
Requests for step changes
Technologies that already work, but still have room for order-of-magnitude improvement.
Verifiable computation
- Reduce the cost and time required to generate proofs that a computation was performed correctly.
- The premise is simple: given a known input, a known program, and a claimed output, produce a proof that the output is correct. Where homomorphic encryption and zero-knowledge proofs are about hiding information from some party, verifiable computation is simply about proving correctness.
- We can judge how valuable a computational proof is by the asymmetry it creates between doing a computation and checking it: how much overhead is required to generate the proof, how large the proof is, and how much cheaper verification is than reproducing the underlying computation.
- Note that NP does not fully capture what makes a computational proof practical:
- NP guarantees only that a polynomial-size certificate exists and can be verified in polynomial time in the size of the input; it places no corresponding requirement on how difficult the certificate is to find.
- Even when such a certificate exists, using it may not be worthwhile: for some inputs, obtaining the certificate and checking it can take longer than simply solving the underlying problem again - even for problems in NP. A useful computational proof therefore needs proof generation to remain close to the cost of the original computation while making verification substantially cheaper than recomputation.
- Computational proofs are importantly also not limited to problems in NP. We can build the intuition in two steps: first, a program that takes exponential time to run can trivially have a proof of correct execution - simply rerun the computation. The proof is not useful, but it exists. Second, in certain cases, proof systems can make proofs of even extremely costly computations succinct. The broader question is always how small we can make the proof and its verification cost relative to the computation being proved - a question that applies to all programs, not just problems in NP.
- State-of-the-art proof systems can already make proofs succinct and verification cheap. The remaining bottleneck is that generating proofs for general-purpose computations is still substantially more expensive than simply running the computation.
- If proof generation became cheap enough, computational outputs could become independently trustworthy objects: they could be outsourced, traded, reused, and stored for decades without requiring the verifier to trust the machine that originally produced them or rerun the computation.
- Trusted execution environments are a practical stand-in today, but they move the trust assumption into the hardware rather than eliminating it.
- For more frontiers related to computation and cryptography, see 0xPARC.