File size: 3,708 Bytes
82a16a0
bbce1fc
ae0f017
 
 
86a5a42
 
cf83734
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82a16a0
 
cf83734
 
bbce1fc
cf83734
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
---
title: Optitransfer
emoji: 🔬
colorFrom: gray
colorTo: gray
sdk: static
pinned: true
tags:
  - model-merging
  - crdt
  - distributed-systems
  - federated-learning
  - convergence
  - deterministic
  - conflict-free
  - byzantine-fault-tolerance
  - agent-memory
  - provenance
  - safetensors
  - pytorch
  - neural-networks
  - multi-agent
---

<div align="center">

# Optitransfer

**Convergent intelligence infrastructure.**

*The mathematical layer where distributed AI systems merge, verify, and evolve -- deterministically.*

---

[![PyPI](https://img.shields.io/pypi/v/crdt-merge?label=PyPI&color=blue)](https://pypi.org/project/crdt-merge/)
[![Downloads](https://img.shields.io/pypi/dm/crdt-merge?label=Downloads&color=brightgreen)](https://pepy.tech/projects/crdt-merge)
[![Tests](https://img.shields.io/badge/tests-4%2C498%20passing-brightgreen)](https://github.com/mgillr/crdt-merge)
[![License](https://img.shields.io/badge/license-BSL%201.1-orange)](https://github.com/mgillr/crdt-merge/blob/main/LICENSE)
[![Patent](https://img.shields.io/badge/UK%20Patent-pending-lightgrey)](https://github.com/mgillr/crdt-merge/blob/main/PATENTS)

</div>

---

## crdt-merge

Every standard merge strategy fails at least one of the three algebraic laws required for distributed convergence. That failure is mathematical, not implementational.

**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.

26 strategies. Zero coordination. One correct result.

```
pip install crdt-merge
```

---

## What We Work On

Problems at the intersection of distributed systems theory and machine intelligence. Some of these challenge long-standing assumptions in the field.

- Convergent model merging at arbitrary scale
- Distributed trust and verification in open networks
- Cryptographic provenance for merge decisions
- Knowledge acquisition without catastrophic forgetting
- Coordination without central arbiters

Selected findings are published alongside the library.

---

## Demonstrations

| Space | Description |
|:--|:--|
| [crdt-merge](https://huggingface.co/spaces/Optitransfer/crdt-merge) | Merge real models with full provenance |
| [Convergence Lab](https://huggingface.co/spaces/Optitransfer/convergence-lab) | 26 strategies, convergence visualisation, experiments |
| [Data Playground](https://huggingface.co/spaces/Optitransfer/crdt-merge-data) | CRDT merging on tabular data |
| [Federation](https://huggingface.co/spaces/Optitransfer/crdt-merge-federation) | Multi-node gossip convergence |

---

## Numbers

| Metric | Value |
|:--|--:|
| Merge strategies (CRDT-verified) | 26 |
| Test suite | 4,498 passing |
| CRDT overhead per merge | < 0.5 ms |
| Acceleration vs naive | 38.8x |
| Cross-language ports | Python, Rust, TypeScript, Java |

---

## Links

| | |
|:--|:--|
| Source | [github.com/mgillr/crdt-merge](https://github.com/mgillr/crdt-merge) |
| Paper | [CRDT Merge ArXiv (PDF)](https://github.com/mgillr/crdt-merge/blob/main/paper/CRDT_Merge_ArXiv.pdf) |
| Package | [pypi.org/project/crdt-merge](https://pypi.org/project/crdt-merge/) |
| Rust | [crates.io/crates/crdt-merge](https://crates.io/crates/crdt-merge) |
| TypeScript | [npmjs.com/package/crdt-merge](https://www.npmjs.com/package/crdt-merge) |
| Download Stats | [ClickPy](https://clickpy.clickhouse.com/dashboard/crdt-merge) -- [PePy](https://pepy.tech/projects/crdt-merge) |
| Patent | UK Application GB 2607132.4 |
| License | BSL 1.1 (Apache 2.0 from March 2028) |

---

<div align="center">

Switzerland -- [data@optitransfer.ch](mailto:data@optitransfer.ch)

</div>