Optitransfer commited on
Commit
d73e8c1
·
verified ·
1 Parent(s): dec4cee

align org identity with crdt-merge, strip decorative markers

Browse files
Files changed (1) hide show
  1. README.md +33 -48
README.md CHANGED
@@ -28,15 +28,14 @@ tags:
28
 
29
  **Convergent intelligence infrastructure.**
30
 
31
- *Building the mathematical layer where distributed AI systems merge, verify, and evolve -- deterministically.*
32
 
33
  ---
34
 
35
  [![PyPI](https://img.shields.io/pypi/v/crdt-merge?label=PyPI&color=blue)](https://pypi.org/project/crdt-merge/)
36
  [![Downloads](https://img.shields.io/pypi/dm/crdt-merge?label=Downloads&color=brightgreen)](https://pepy.tech/projects/crdt-merge)
37
  [![Tests](https://img.shields.io/badge/tests-4%2C498%20passing-brightgreen)](https://github.com/mgillr/crdt-merge)
38
- [![CRDT Compliance](https://img.shields.io/badge/CRDT%20compliance-26%2F26-blue)](https://github.com/mgillr/crdt-merge/blob/main/docs/CRDT_ARCHITECTURE.md)
39
- [![License](https://img.shields.io/badge/license-BSL%201.1%20→%20Apache%202.0-orange)](https://github.com/mgillr/crdt-merge/blob/main/LICENSE)
40
  [![Patent](https://img.shields.io/badge/UK%20Patent-pending-lightgrey)](https://github.com/mgillr/crdt-merge/blob/main/PATENTS)
41
 
42
  </div>
@@ -47,7 +46,7 @@ tags:
47
 
48
  Every standard merge strategy fails at least one of the three algebraic laws required for distributed convergence. That failure is mathematical, not implementational.
49
 
50
- **crdt-merge** is the fix. A patented architecture that makes *any* merge operation -- across model weights, datasets, or agent memory -- fully conflict-free, order-independent, and provably convergent.
51
 
52
  26 strategies. Zero coordination. One correct result.
53
 
@@ -55,45 +54,42 @@ Every standard merge strategy fails at least one of the three algebraic laws req
55
  pip install crdt-merge
56
  ```
57
 
58
- **[GitHub](https://github.com/mgillr/crdt-merge)** · **[PyPI](https://pypi.org/project/crdt-merge/)** · **[Architecture](https://github.com/mgillr/crdt-merge/blob/main/docs/CRDT_ARCHITECTURE.md)** · **[Download Stats](https://clickpy.clickhouse.com/dashboard/crdt-merge)**
59
-
60
  ---
61
 
62
- ## Research Directions
63
 
64
- We are working on problems at the intersection of distributed systems theory and machine intelligence:
65
 
66
- - **Convergent model merging** -- deterministic, algebraically verified, at arbitrary scale
67
- - **Distributed trust and verification** -- Byzantine-resilient protocols for open networks
68
- - **Provenance-complete AI** -- cryptographic audit trails for every merge decision
69
- - **Continual learning** -- knowledge acquisition without catastrophic forgetting
70
- - **Multi-agent coordination** -- convergent shared state without central arbiters
71
 
72
- Selected findings are published alongside the library. More to follow.
73
 
74
  ---
75
 
76
- ## Live Demonstrations
77
 
78
- | | |
79
  |:--|:--|
80
- | **[crdt-merge](https://huggingface.co/spaces/Optitransfer/crdt-merge)** | Merge real models with full provenance |
81
- | **[Convergence Lab](https://huggingface.co/spaces/Optitransfer/convergence-lab)** | 26 strategies, convergence visualisation, live experiments |
82
- | **[Data Playground](https://huggingface.co/spaces/Optitransfer/crdt-merge-data)** | CRDT merging on tabular data |
83
- | **[Federation](https://huggingface.co/spaces/Optitransfer/crdt-merge-federation)** | Multi-node gossip convergence |
84
 
85
  ---
86
 
87
- ## By the Numbers
88
 
89
- | | |
90
  |:--|--:|
91
- | Merge strategies (all CRDT-verified) | **26** |
92
- | Test suite | **4,498 passing** |
93
- | CRDT overhead per merge | **< 0.5 ms** |
94
- | Acceleration vs naive merge | **38.8×** |
95
- | Cross-language ports | **Python · Rust · TypeScript · Java** |
96
- | Encryption backends | **4** |
97
 
98
  ---
99
 
@@ -101,30 +97,19 @@ Selected findings are published alongside the library. More to follow.
101
 
102
  | | |
103
  |:--|:--|
104
- | **Source** | [github.com/mgillr/crdt-merge](https://github.com/mgillr/crdt-merge) |
105
- | **Package** | [pypi.org/project/crdt-merge](https://pypi.org/project/crdt-merge/) |
106
- | **Download Analytics** | [ClickPy](https://clickpy.clickhouse.com/dashboard/crdt-merge) · [PePy](https://pepy.tech/projects/crdt-merge) |
107
- | **Rust Port** | [crates.io/crates/crdt-merge](https://crates.io/crates/crdt-merge) |
108
- | **TypeScript Port** | [npmjs.com/package/crdt-merge](https://www.npmjs.com/package/crdt-merge) |
109
- | **License** | BSL 1.1 → Apache 2.0 (March 2028) |
110
- | **Patent** | UK Application GB 2607132.4 |
111
-
112
- ---
113
-
114
- ## Data Products
115
-
116
- Optitransfer maintains compliance-ready, quality-scored web corpora for AI training.
117
-
118
- | Dataset | Access |
119
- |:--|:--|
120
- | Swiss Web Premium (A+) -- 110K records, EU AI Act compliant | [Sample](https://huggingface.co/datasets/OptiTransferData/swiss-web-premium-ch) · [Full](https://huggingface.co/datasets/OptiTransferData/swiss-web-premium-ch-full) |
121
 
122
  ---
123
 
124
  <div align="center">
125
 
126
- **Switzerland**
127
-
128
- [data@optitransfer.ch](mailto:data@optitransfer.ch)
129
 
130
  </div>
 
28
 
29
  **Convergent intelligence infrastructure.**
30
 
31
+ *The mathematical layer where distributed AI systems merge, verify, and evolve -- deterministically.*
32
 
33
  ---
34
 
35
  [![PyPI](https://img.shields.io/pypi/v/crdt-merge?label=PyPI&color=blue)](https://pypi.org/project/crdt-merge/)
36
  [![Downloads](https://img.shields.io/pypi/dm/crdt-merge?label=Downloads&color=brightgreen)](https://pepy.tech/projects/crdt-merge)
37
  [![Tests](https://img.shields.io/badge/tests-4%2C498%20passing-brightgreen)](https://github.com/mgillr/crdt-merge)
38
+ [![License](https://img.shields.io/badge/license-BSL%201.1-orange)](https://github.com/mgillr/crdt-merge/blob/main/LICENSE)
 
39
  [![Patent](https://img.shields.io/badge/UK%20Patent-pending-lightgrey)](https://github.com/mgillr/crdt-merge/blob/main/PATENTS)
40
 
41
  </div>
 
46
 
47
  Every standard merge strategy fails at least one of the three algebraic laws required for distributed convergence. That failure is mathematical, not implementational.
48
 
49
+ **crdt-merge** is the fix. A patented architecture that makes any merge operation -- across model weights, datasets, or agent memory -- fully conflict-free, order-independent, and provably convergent.
50
 
51
  26 strategies. Zero coordination. One correct result.
52
 
 
54
  pip install crdt-merge
55
  ```
56
 
 
 
57
  ---
58
 
59
+ ## What We Work On
60
 
61
+ Problems at the intersection of distributed systems theory and machine intelligence. Some of these challenge long-standing assumptions in the field.
62
 
63
+ - Convergent model merging at arbitrary scale
64
+ - Distributed trust and verification in open networks
65
+ - Cryptographic provenance for merge decisions
66
+ - Knowledge acquisition without catastrophic forgetting
67
+ - Coordination without central arbiters
68
 
69
+ Selected findings are published alongside the library.
70
 
71
  ---
72
 
73
+ ## Demonstrations
74
 
75
+ | Space | Description |
76
  |:--|:--|
77
+ | [crdt-merge](https://huggingface.co/spaces/Optitransfer/crdt-merge) | Merge real models with full provenance |
78
+ | [Convergence Lab](https://huggingface.co/spaces/Optitransfer/convergence-lab) | 26 strategies, convergence visualisation, experiments |
79
+ | [Data Playground](https://huggingface.co/spaces/Optitransfer/crdt-merge-data) | CRDT merging on tabular data |
80
+ | [Federation](https://huggingface.co/spaces/Optitransfer/crdt-merge-federation) | Multi-node gossip convergence |
81
 
82
  ---
83
 
84
+ ## Numbers
85
 
86
+ | Metric | Value |
87
  |:--|--:|
88
+ | Merge strategies (CRDT-verified) | 26 |
89
+ | Test suite | 4,498 passing |
90
+ | CRDT overhead per merge | < 0.5 ms |
91
+ | Acceleration vs naive | 38.8x |
92
+ | Cross-language ports | Python, Rust, TypeScript, Java |
 
93
 
94
  ---
95
 
 
97
 
98
  | | |
99
  |:--|:--|
100
+ | Source | [github.com/mgillr/crdt-merge](https://github.com/mgillr/crdt-merge) |
101
+ | Paper | [CRDT Merge ArXiv (PDF)](https://github.com/mgillr/crdt-merge/blob/main/paper/CRDT_Merge_ArXiv.pdf) |
102
+ | Package | [pypi.org/project/crdt-merge](https://pypi.org/project/crdt-merge/) |
103
+ | Rust | [crates.io/crates/crdt-merge](https://crates.io/crates/crdt-merge) |
104
+ | TypeScript | [npmjs.com/package/crdt-merge](https://www.npmjs.com/package/crdt-merge) |
105
+ | Download Stats | [ClickPy](https://clickpy.clickhouse.com/dashboard/crdt-merge) -- [PePy](https://pepy.tech/projects/crdt-merge) |
106
+ | Patent | UK Application GB 2607132.4 |
107
+ | License | BSL 1.1 (Apache 2.0 from March 2028) |
 
 
 
 
 
 
 
 
 
108
 
109
  ---
110
 
111
  <div align="center">
112
 
113
+ Switzerland -- [data@optitransfer.ch](mailto:data@optitransfer.ch)
 
 
114
 
115
  </div>