DealForge autonomously sources, scores, and writes investment memos on venture deals. Stop manually hunting.

1,180+ deals tracked  ·  22 AI investment memos  ·  Updated daily

← Back to leaderboard

Coelanox

Show HN: Coelanox – auditable inference runtime in Rust (BERT runs today)

55 AI Score
Show_hn other Added Apr 19, 2026

Details

Sector
other
Total Funding
$0
Last Round
$0

About

PyTorch and ONNX Runtime tell you what came out. They can&#x27;t tell you what actually ran to get there — which ops executed, in what order, on what inputs.<p>A model gets packaged into a sealed .cnox container. SHA-256 is verified before a single op executes. Inference walks a fixed plan over a minimal opset. Every run can emit a per-op audit log: op type, output tensor hash, output sample — cryptographically linked to the exact container and input that produced it. If something goes wrong in production, you have a trail.<p>Scalar backend today — reference implementation and permanent fallback when hardware acceleration isn&#x27;t available. Audit and verification is identical across all backends. SIMD next, GPU after that.<p>Input below is synthetic (all-ones) — pipeline is identical with real inputs.<p>github.com&#x2F;Coelanox&#x2F;CLF Audit example: { &quot;schema&quot;: 2, &quot;run&quot;: { &quot;run_id&quot;: &quot;59144ede-5a27-4dff-bc25-94abade5b215&quot;, &quot;started_at_unix_ms&quot;: 1776535116721, &quot;container_path&quot;: &quot;&#x2F;home&#x2F;shark&#x2F;cnox&#x2F;models&#x2F;output&#x2F;bert_base_uncased.cnox&quot;, &quot;container_sha256_hex&quot;: &quot;184c291595536e3ef69b9a6a324ad5ee4d0cef21cc95188e4cfdedb7f1f82740&quot;, &quot;backend&quot;: &quot;scalar&quot; }, &quot;input&quot;: { &quot;len&quot;: 98304, &quot;sha256_hex&quot;: &quot;54ac99d2a36ac55b4619119ee26c36ec2868552933d27d519e0f9fd128b7319f&quot;, &quot;sample_head&quot;: [ 1.0, 1.0, 1.0, 1.0 ] }, &quot;ops&quot;: [ { &quot;op_index&quot;: 0, &quot;op_type&quot;: &quot;Add&quot;, &quot;out_len&quot;: 98304, &quot;out_sample_head&quot;: [ 0.12242669, -4.970478, 2.8673656, 5.450008 ], &quot;out_sha256_hex&quot;: &quot;19f8aa0a618e5513aed4603a7aae2a333c3287368050e76d4aca0f83fb220e78&quot; }, { &quot;op_index&quot;: 1, &quot;op_type&quot;: &quot;Add&quot;, &quot;out_len&quot;: 98304, &quot;out_sample_head&quot;: [ 0.9650015, 0.23414998, 1.539839, 0.30231553 ], &quot;out_sha256_hex&quot;: &quot;7ae2f025c8acf67b8232e694dd43caf3b479eb078366787e4fdc16d651450ad4&quot; }, { &quot;op_index&quot;: 2, &quot;op_type&quot;: &quot;MatMul&quot;, &quot;out_len&quot;: 98304, &quot;out_sample_head&quot;: [ 1.0307425, 0.19207191, 1.5278282, 0.3000223 ], &quot;out_sha256_hex&quot;: &quot;44c28e64441987b8f0516d77f45ad892750b3e5b3916770d3baa5f2289e41bdd&quot; }, { &quot;op_index&quot;: 3, &quot;op_type&quot;: &quot;Gelu&quot;, &quot;out_len&quot;: 393216, &quot;out_sample_head&quot;: [ 0.68828076, -0.0033473556, 1.591219, -0.16837223 ], &quot;audit_elided&quot;: &quot;hash_skipped: len 393216 &gt; max 262144&quot; }

AI Score Reasoning

Coelanox addresses a critical and growing need for AI auditability and compliance in regulated industries through a technically sophisticated Rust-based runtime. While the cryptographic verification of inference steps is a strong differentiator, the project is currently in a very early stage with no hardware acceleration (GPU) and significant competition from established runtimes like ONNX.

Source

Show_hn — View original →