Optitransfer commited on
Commit
cf83734
·
verified ·
1 Parent(s): 86a5a42

restore full org page content with discovery tags

Browse files
Files changed (1) hide show
  1. README.md +105 -1
README.md CHANGED
@@ -5,7 +5,111 @@ colorFrom: gray
5
  colorTo: gray
6
  sdk: static
7
  pinned: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
 
 
10
  # Optitransfer
11
- Test
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  colorTo: gray
6
  sdk: static
7
  pinned: true
8
+ tags:
9
+ - model-merging
10
+ - crdt
11
+ - distributed-systems
12
+ - federated-learning
13
+ - convergence
14
+ - deterministic
15
+ - conflict-free
16
+ - byzantine-fault-tolerance
17
+ - agent-memory
18
+ - provenance
19
+ - safetensors
20
+ - pytorch
21
+ - neural-networks
22
+ - multi-agent
23
  ---
24
 
25
+ <div align="center">
26
+
27
  # Optitransfer
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>
42
+
43
+ ---
44
+
45
+ ## crdt-merge
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
+
53
+ ```
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
+
96
+ ## Links
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>