proomt

Search

Search posts, papers, and topics

All posts

Hacker News front pageWikipedia2 min readintro

One-Electron Universe

Summary

The article explains the one‑electron universe hypothesis: Wheeler’s idea that all electrons and positrons are different segments of a single particle’s world‑line moving forward and backward in time, with historical notes on Feynman and Stueckelberg.

  • All electrons/positrons are described as one particle’s tangled world‑line in spacetime.
  • Wheeler proposed the idea to Feynman in 1940; Feynman later used the backward‑time interpretation for antiparticles.
  • The hypothesis is a historical footnote in quantum electrodynamics, not a practical engineering concept.

The piece is a historical physics anecdote; it offers no actionable insight for software engineers or system design.

2/10

Related reading

  1. A theoretical separation between quantum computers & LLMs

    The IBM research blog explains two new theoretical results that prove shallow constant‑depth quantum circuits can outperform decoder‑only transformers on a functional task (iterated index) and diffusion language models on a sampling task (parity‑sampling). The proofs give asymptotic separations but are not yet practical.

    IBM Researchibm.com6 min
  2. Feyospace-v1: How the Cyber Mercury Seven Trained Frontier Cyber Models

    Feyospace‑v1 presents a data‑centric training pipeline for cyber‑security agents, combining five systems (Choulea, SkyReal, Hongzwang, PSBreakup, Kreator) to generate and verify 164 k long‑context trajectories across diverse exploit environments. The resulting checkpoints improve baseline performance by ~24% on CyberGym and achieve a 63% verified success rate, ranking top among similarly‑sized op…

    Hugging Face Daily Papersarxiv.org1 minpaper
  3. Can MiniMax-H3 Reason About the Physical World? An Evaluation of Omni-Modal Generative Model

    This paper introduces a novel evaluation framework to assess the physical world reasoning capabilities of omni-modal generative models like MiniMax-H3. It found that MiniMax-H3 achieved an overall success rate of 41.97% across 517 instances, with significant performance variations depending on the input modalities and reasoning tasks.

    Hugging Face Daily Papersarxiv.org2 minpaper
  4. The Shadows Lurking in the Equations – Underwater Islands

    The article introduces FuzzyGraph, a web tool that visualizes equations as error heatmaps (fuzzy/non‑binary mode) instead of the classic binary “exact‑equals” plots. By showing regions of high error (black‑hole shadows) and low error (underwater islands), the author argues that fuzzy graphs reveal mathematical features invisible to conventional graphing tools.

    Hacker News front pagegods.art4 minHN7013
  5. From error mitigation to fault-tolerant quantum computing

    IBM’s blog outlines a practical continuum from quantum error mitigation to fault‑tolerant error correction, highlighting hybrid spacetime codes that achieve ~10× effective error‑rate reduction (64 logical qubits on 76 physical qubits) and a 63× sampling‑overhead cut versus pure mitigation. It describes how post‑selected QEC combined with probabilistic error cancellation, dynamic circuits, and a n…

    IBM Researchibm.com10 min
  6. Article: Your Next DSL Author Is a Language Model

    Typed Domain Grounding (TDG) embeds a DSL inside a mainstream language the LLM already knows (e.g., Kotlin) and uses the host compiler as an oracle. The author describes five building blocks—embedding, choosing a host language with high training‑data frequency, compiler‑driven type safety, a generate‑compile‑repair loop, and an on‑demand teaching tool—and shows measured results from kUML, a Kotli…

    InfoQinfoq.com18 min