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

OpenClaw Personal Assistant Use Cases: Morning Briefings and Behavior Tracking
A Reddit user demonstrates using OpenClaw as a personal assistant for morning briefings with weather, calendar, and task integration, and built a custom smoke tracker skill that logs triggers to SQLite and combines data with calendar and sleep patterns.

Claude's critical questioning approach for resume review compared to ChatGPT and Gemini
A developer tested Claude, ChatGPT, and Gemini for resume optimization and found Claude uniquely questioned gaps in experience and project outcomes, treating the resume as an argument to examine rather than just polishing facts.

Claude Cowork Scheduled Task Automates Browser-Based Admin Work: A Real Use Case
Claude Cowork's scheduled tasks + Chrome extension automate affiliate network publisher approvals, saving hours weekly. Manual step: log in once per session.

Connecting OpenClaw to a Rotary Phone via SIP and Speech APIs
A developer connected a Benotek rotary phone to OpenClaw using a Grandstream HT801 v2 ATA, Twilio SIP, Deepgram for speech-to-text, and ElevenLabs for text-to-speech, with audio streaming via WebSocket and ngrok.