Spaces:
Configuration error
Configuration error
align org identity with crdt-merge, strip decorative markers
Browse files
README.md
CHANGED
|
@@ -28,15 +28,14 @@ tags:
|
|
| 28 |
|
| 29 |
**Convergent intelligence infrastructure.**
|
| 30 |
|
| 31 |
-
*
|
| 32 |
|
| 33 |
---
|
| 34 |
|
| 35 |
[](https://pypi.org/project/crdt-merge/)
|
| 36 |
[](https://pepy.tech/projects/crdt-merge)
|
| 37 |
[](https://github.com/mgillr/crdt-merge)
|
| 38 |
-
[](https://github.com/mgillr/crdt-merge/blob/main/LICENSE)
|
| 40 |
[](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
|
| 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 |
-
##
|
| 63 |
|
| 64 |
-
|
| 65 |
|
| 66 |
-
-
|
| 67 |
-
-
|
| 68 |
-
-
|
| 69 |
-
-
|
| 70 |
-
-
|
| 71 |
|
| 72 |
-
Selected findings are published alongside the library.
|
| 73 |
|
| 74 |
---
|
| 75 |
|
| 76 |
-
##
|
| 77 |
|
| 78 |
-
| | |
|
| 79 |
|:--|:--|
|
| 80 |
-
|
|
| 81 |
-
|
|
| 82 |
-
|
|
| 83 |
-
|
|
| 84 |
|
| 85 |
---
|
| 86 |
|
| 87 |
-
##
|
| 88 |
|
| 89 |
-
| | |
|
| 90 |
|:--|--:|
|
| 91 |
-
| Merge strategies (
|
| 92 |
-
| Test suite |
|
| 93 |
-
| CRDT overhead per merge |
|
| 94 |
-
| Acceleration vs naive
|
| 95 |
-
| Cross-language ports |
|
| 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 |
-
|
|
| 105 |
-
|
|
| 106 |
-
|
|
| 107 |
-
|
|
| 108 |
-
|
|
| 109 |
-
|
|
| 110 |
-
|
|
| 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 |
-
|
| 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 |
[](https://pypi.org/project/crdt-merge/)
|
| 36 |
[](https://pepy.tech/projects/crdt-merge)
|
| 37 |
[](https://github.com/mgillr/crdt-merge)
|
| 38 |
+
[](https://github.com/mgillr/crdt-merge/blob/main/LICENSE)
|
|
|
|
| 39 |
[](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>
|