You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add unique-features bullet for omc_codec_encode/decode_lookup and
omc_msg_sign_compressed/recover with the 5-7x compression number.
- Add three rows to the Demos table pointing at test_codec.omc,
test_compressed_messaging.omc, and FINDINGS.md.
- Add two rows to the Status table (codec + inline error hints).
- Bump test count 161 -> 174.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,8 @@ These are concrete, present-in-the-code features, not aspirations:
34
34
35
35
-**Substrate-routed harmonic libraries.**`harmonic_anomaly` beats scikit-learn's IsolationForest **10/10 vs 7/10** on multi-dim credential-stuffing detection (the structural-anomaly regime).
36
36
37
+
-**Substrate-keyed code codec + compressed substrate-signed messaging.**`omc_codec_encode` produces a sampled-token payload addressed by the canonical AST hash (invariant under whitespace, comments, alpha-rename). `omc_codec_decode_lookup` returns the exact library entry on hash match. `omc_msg_sign_compressed` / `omc_msg_recover_compressed` carry the codec payload inside the substrate-signed wire format — ~5–7× smaller payloads with lossless library recovery and full signature integrity. 13 tests pass ([`test_codec.omc`](examples/tests/test_codec.omc), [`test_compressed_messaging.omc`](examples/tests/test_compressed_messaging.omc)). See [`experiments/seed_expansion/FINDINGS.md`](experiments/seed_expansion/FINDINGS.md) for the full extrapolation including what the open-set ML side does *not* yet deliver.
38
+
37
39
---
38
40
39
41
## 30-second hello
@@ -246,6 +248,9 @@ fn coherent_loop(n) {
246
248
|[`examples/datascience/titanic.omc`](examples/datascience/titanic.omc)| Kaggle Titanic via embedded Python pipeline |
247
249
|[`examples/lib/substrate.omc`](examples/lib/substrate.omc)| High-level wrappers around the substrate primitives |
248
250
|[`examples/tests/test_heal_pass.omc`](examples/tests/test_heal_pass.omc)| 16 tests for the self-healing compiler's heal classes + per-class pragmas |
|**Inline error-fix hints**|**shipped**, `Undefined function` errors now carry the suggested fn's signature inline (eliminates a separate `omc_help` round-trip after a typo) |
0 commit comments