Independent Researcher Uses Claude AI to Write Quantum Mechanics Paper and 30-50k Lines of Rust Code

An independent researcher and audio engineer has published a research paper and accompanying Rust codebase developed in collaboration with Claude AI. The researcher used Claude to read handwritten journals, analyze drawings, organize ideas, and double-check physics papers over several months.
Key Details from the Project
The paper is titled "Clifford Geometry as the Foundation of Quantum Mechanics: Computational Verification of Bell Correlations and Wave Dynamics in a Phase Lattice." The core argument is that fundamental quantum mechanics principles—including Born rule probabilities, Bell-type correlations, and the Schrödinger wave equation—emerge naturally from Clifford's 1873–1878 geometric algebra without requiring additional postulates.
The computational implementation consists of 30–50k lines of Rust code with zero external dependencies. According to the researcher, the code produces specific numerical results:
- The lattice yields an exact cos(120°) = -0.5 correlation ratio across all coupling strengths
- Dispersion matches theory to 4 decimal places
- The imaginary unit i in the Schrödinger equation originates directly from Clifford's elliptic motion
The researcher notes this is a repost of earlier work that received 1k views but was buried due to low karma and bot activity.
Accessing the Materials
The complete paper is available at: https://zenodo.org/records/19100074
The Rust code repository is at: https://github.com/exwisey/clifford_verification
The code runs with one command according to the source.
This case demonstrates how AI coding assistants can serve as research collaborators for complex scientific computing projects, particularly when working with handwritten notes, technical diagrams, and specialized physics literature.
📖 Read the full source: r/ClaudeAI
👀 See Also

Practical Lessons from Using AI Agents on a 100k LOC Codebase
A developer shares six specific techniques learned while using Claude Code and Cursor to build a pandas-compatible API layer on top of chDB, including maintaining a CLAUDE.md rules file, using zero-context agents as critics, and structuring multi-agent workflows with filesystem-based coordination.

Connecting Claude to Canva via API for automated design generation
Reddit user describes connecting Claude to Canva via API, enabling plain-English prompts to generate editable Canva files with adjusted fonts, spacing, and layout, saving hours per week.

Solo dev builds native Swift iOS therapy app using Claude Opus 4.6 for coding, debugging, and architecture
A solo developer built Prelude, a free offline iOS therapy prep app, using Claude Opus 4.6. The AI handled code generation, debugging a voice agent, and architecting the on-device AI pipeline.

Real Estate Developer's AI Agent Makes First Phone Call with Context and Voice Style
A developer running a multi-agent operation for real estate reports their AI agent made its first successful phone call, using full context about deals and prospects while mimicking the developer's specific sales approach and voice style.