|
4 | 4 | "langHref": "?lang=ru", |
5 | 5 | "nav": ["TRINITY", "Problem", "Solution", "Why Now", "Calculator", "Traction", "Market", "GTM", "Competition", "Roadmap", "Team", "Ecosystem", "Invest"], |
6 | 6 | "hero": { |
7 | | - "tag": "Theorem-Backed Green AI Economy", |
| 7 | + "tag": "GPU-Verified Green AI Economy", |
8 | 8 | "headline": "φ² + 1/φ² = 3", |
9 | | - "subheadline": "4 Theorems + Verified Results = Proven Value", |
10 | | - "quote": "\"Not a claim — a theorem. Not a promise — a proof.\"", |
11 | | - "desc": "First AI platform with <strong>4 mathematical theorems</strong> + <strong>verified benchmarks</strong>: <strong>20×</strong> memory compression (CPU verified), <strong>up to 3000×</strong> energy efficiency (FPGA projected)", |
| 9 | + "subheadline": "298K tokens/s on RTX 3090 | 274K on A100 | VERIFIED", |
| 10 | + "quote": "\"Not a claim — a theorem. Not a promise — a proof. Not simulated — GPU verified.\"", |
| 11 | + "desc": "First AI platform with <strong>4 mathematical theorems</strong> + <strong>GPU-verified benchmarks</strong>: <strong>298K tokens/s</strong> (RTX 3090), <strong>70% noise robustness</strong> at 30% corruption", |
12 | 12 | "metrics": [ |
13 | | - { "value": "15.7×", "label": "Compression", "proof": "Theorem 3 + ternary_quant_report" }, |
14 | | - { "value": "8.1×", "label": "GPU Speedup", "proof": "Theorem 2 + GPU benchmarks" }, |
15 | | - { "value": "100%", "label": "Noise Robustness", "proof": "Theorem 1 + hdc_double_q_report" } |
| 13 | + { "value": "298K", "label": "Tokens/s (RTX 3090)", "proof": "RunPod GPU verified" }, |
| 14 | + { "value": "274K", "label": "Tokens/s (A100)", "proof": "RunPod GPU verified" }, |
| 15 | + { "value": "70%", "label": "Noise @30%", "proof": "Theorem 1 + GPU test" } |
16 | 16 | ], |
17 | 17 | "newResults": { |
18 | | - "title": "Latest Verified Results", |
| 18 | + "title": "GPU-Verified Results (RunPod)", |
19 | 19 | "items": [ |
20 | | - { "value": "15.7×", "label": "HDC Compression", "source": "ternary_quant_report.md" }, |
21 | | - { "value": "43%", "label": "Sparsity Bonus", "source": "ternary_quant_report.md" }, |
22 | | - { "value": "100%", "label": "Noise Robustness @20% errors", "source": "hdc_double_q_report.md" }, |
23 | | - { "value": "8.1×", "label": "SIMD Speedup", "source": "GPU benchmarks" } |
| 20 | + { "value": "298K", "label": "RTX 3090 tokens/s", "source": "runpod_full_tests_report.md" }, |
| 21 | + { "value": "274K", "label": "A100 80GB tokens/s", "source": "e2e_repeat_report.md" }, |
| 22 | + { "value": "70.2%", "label": "Noise Robustness @30%", "source": "Both GPUs identical" }, |
| 23 | + { "value": "293W", "label": "A100 Power (vs 348W RTX)", "source": "nvidia-smi verified" } |
24 | 24 | ] |
25 | 25 | }, |
26 | 26 | "cta": "See the Proofs", |
|
240 | 240 | ] |
241 | 241 | }, |
242 | 242 | "benchmarks": { |
243 | | - "title": "Theorem-Backed <span class=\"grad\">Benchmarks</span>", |
244 | | - "sub": "✓ = Verified on CPU | * = Projected on GPU/FPGA. Current dev server: CPU-only baseline.", |
| 243 | + "title": "GPU-Verified <span class=\"grad\">Benchmarks</span>", |
| 244 | + "sub": "✓ = Verified on Real GPUs (RunPod) | RTX 3090 & A100 tested. No simulation.", |
| 245 | + "gpuVerified": { |
| 246 | + "badge": "🔥 VERIFIED ON REAL GPUs", |
| 247 | + "note": "Benchmarks run on RunPod cloud GPUs, not simulated", |
| 248 | + "gpus": [ |
| 249 | + { "name": "RTX 3090", "tokens": "298K", "noise": "70.2%", "power": "348W", "cost": "$0.10" }, |
| 250 | + { "name": "A100 80GB", "tokens": "274K", "noise": "70.2%", "power": "293W", "cost": "$0.20" } |
| 251 | + ] |
| 252 | + }, |
245 | 253 | "metrics": [ |
| 254 | + { "value": "298K", "label": "Tokens/sec (RTX 3090)", "desc": "Verified on RunPod GPU", "theorem": "GPU" }, |
246 | 255 | { "value": "20×", "label": "Memory Compression", "desc": "Theorem 3: 32-bit → 1.58-bit", "theorem": "3" }, |
247 | | - { "value": "10×", "label": "Speed Boost", "desc": "Theorem 4: Optimal radix economy", "theorem": "4" }, |
248 | | - { "value": "100%", "label": "Accuracy Preserved", "desc": "Theorem 1: Information optimality", "theorem": "1" }, |
249 | | - { "value": "3000×", "label": "Energy Efficiency", "desc": "Projected on custom FPGA (verified: 20× on CPU)", "theorem": "2" } |
| 256 | + { "value": "70%", "label": "Noise Robustness", "desc": "Accuracy at 30% trit corruption", "theorem": "1" }, |
| 257 | + { "value": "3000×", "label": "Energy Efficiency", "desc": "Projected on custom FPGA", "theorem": "2" } |
250 | 258 | ], |
251 | 259 | "comparison": { |
252 | 260 | "headers": ["Platform", "Memory", "Speed", "Accuracy", "Energy", "Theorem Basis"], |
|
0 commit comments