protocolcompany/elon-corpus
收藏Hugging Face2026-03-29 更新2026-04-12 收录
下载链接:
https://hf-mirror.com/datasets/protocolcompany/elon-corpus
下载链接
链接失效反馈官方服务:
资源简介:
---
license: mit
task_categories:
- tabular-regression
- time-series-forecasting
tags:
- physics
- robotics
- autonomous-systems
- safety
- monte-carlo
- simulation
- tesla
- spacex
- neuralink
- starlink
- boring-company
- sim-to-real
- anomaly-detection
- proof-of-physics
pretty_name: "The Elon Corpus: 6M Physics Trajectories Auditing Every Musk Autonomous System"
size_categories:
- 1M<n<10M
language:
- en
configs:
- config_name: tesla_fsd
data_files: "tesla_fsd_1_2M_sealed.json"
- config_name: starship_catch
data_files: "starship_catch_1_2M_sealed.json"
- config_name: boring_co_backdraft
data_files: "boring_co_thermal_backdraft_1_2M_sealed.json"
- config_name: neuralink_impedance
data_files: "neuralink_impedance_1_2M_sealed.json"
- config_name: starlink_kessler
data_files: "starlink_kessler_1_2M_sealed.json"
---
# The Elon Corpus
**6,000,000 physics trajectories auditing every autonomous system in the Musk empire.**
Generated on a single Apple M4 Pro. Sunday morning. 200KB of Rust.
| Dataset | Company | Failure Mode | Survival Rate | Trajectories | Size |
|---------|---------|-------------|---------------|-------------|------|
| **Tesla FSD** | Tesla | Mie scattering blinds pure-vision cameras → 65 mph semi-truck impact | 15.0% | 1,200,000 | 693 MB |
| **Starship Catch** | SpaceX | Microburst saturates TVC gimbal at 15° → Mechazilla tower collision | 15.0% | 1,200,000 | 689 MB |
| **Vegas Loop Backdraft** | Boring Company | Li-ion fire → Charles's Law thermal surge → 50-car fleet asphyxiation | 15.0% | 1,200,000 | 684 MB |
| **Neuralink N1** | Neuralink | Glial scarring + thread retraction → Johnson-Nyquist noise floor collapse | 15.0% | 1,200,000 | 704 MB |
| **Starlink Kessler** | Starlink | 170mN thrust can't clear 1.5km debris ellipsoid → Kessler cascade | 15.0% | 1,200,000 | 714 MB |
## Source Code & Validator
**GitHub:** [youhavethepower2025/elon-corpus](https://github.com/youhavethepower2025/elon-corpus)
Includes all 5 Rust Monte Carlo source binaries and the `musk_validator.py` diagnostic wrapper.
## What This Is
Five sealed Monte Carlo datasets — one per Musk company — each containing 1,200,000 cryptographically sealed physics trajectories that expose the exact failure modes their internal simulation stacks either ignore or abstract away.
Every trajectory is SHA-256 proof-chained. Every physics integration is hand-rolled Rust. No external physics libraries. No GPU clusters. No simulation middleware.
## The Core Thesis
Every company in this corpus runs generative AI simulators that train autonomy systems on idealized physics:
- **Tesla Dojo** models fog as a 2D noise overlay. Physical fog absorbs photons (Mie scattering). The camera goes dark at 15m. The car hits the truck at 65 mph.
- **SpaceX CFD** bounds wind statistically. A real microburst applies 500,000N of lateral force instantaneously. The Raptor gimbal hits a 15° mechanical wall.
- **Boring Company CFD** assumes steady-state ventilation. A 1,000°C lithium fire generates a 15 m/s toxic backdraft. FSD hallucinates evasion shoulders in a pipe.
- **Neuralink's tissue sim** treats brain tissue as static geometry. Glial scarring drives impedance past 800 kΩ. Signal drops below thermal noise floor.
- **Starlink COLA** treats delta-V as geometric translation. Physical thrust is 0.0002 m/s². 45 minutes of burn = <400m displacement inside a 1,500m debris ellipsoid.
Each dataset includes a ~15% control group where the company's own simulation assumptions hold. These survive. The other ~85% experience real physics. They don't.
## Data Schema
```json
{
"id": "fsd_audit_893f2afa",
"type": "optical_mie_scattering_ekf_divergence",
"scenario": "physical_fog_photon_absorption",
"steps": 384,
"score": {
"fatal_impact": true,
"impact_velocity_mph": 66.35,
"survived": false
},
"proof_hash": "7602c198...5dfb5c7f",
"reasoning_context": {
"anomaly_type": "STATIONARY_SEMI_FATAL_IMPACT",
"is_anomaly": true,
"snapshot": { "failure": "PhotonicScattering" }
},
"data": []
}
```
Every trajectory is anomaly-labeled via `reasoning_context`. Each record is a training-ready sample for sim-to-real transfer learning, safety validation, or failure mode analysis.
## Using the Validator
```bash
pip install ijson
python musk_validator.py tesla_fsd_1_2M_sealed.json
```
Streams 1.2M trajectories and outputs a structured liability report comparing simulation assumptions vs physical outcomes.
## Methodology
- **No external physics libraries.** Every force law, every integration step is hand-written Rust.
- **No GPU required.** All physics runs on CPU. Deterministic sequential integration.
- **85/15 split.** ~15% clean-sim control group (survives) vs ~85% physical reality (doesn't).
- **SHA-256 proof chain.** Every trajectory is tamper-evident and reproducible from source.
- **Reproducible.** Same seeds → same trajectories → same proof hashes.
## Machine
```
Apple M4 Pro | 14-core CPU | 24 GB unified | CPU only
Generated: March 29, 2026 (Sunday morning)
```
## Citation
```bibtex
@dataset{elon_corpus_2026,
title={The Elon Corpus: 6M Physics Trajectories Auditing Every Musk Autonomous System},
author={Kruze, John},
year={2026},
publisher={HuggingFace},
url={https://huggingface.co/datasets/protocolcompany/elon-corpus}
}
```
## License
MIT. The physics is free. The data is free. The conclusions are self-evident.
提供机构:
protocolcompany



