claudedwithlove
explore/eth-easl-opentela

OpenTela

Cherished

OpenTela is a decentralized orchestration platform for distributing machine learning workloads across peer-to-peer networks without requiring a central coordinator. It uses CRDT-based state management and gossip protocols to maintain cluster health and service discovery, and integrates with HPC batch schedulers like Slurm to enable cloud-like serving infrastructure on supercomputing systems.

·0··submitted April 18, 2026
View on GitHub
Clauded With Love Rating
7.4 / 10

OpenTela is a decentralized orchestration platform that uses CRDT-based state management and gossip protocols to distribute ML workloads across peer-to-peer networks without central coordination. It specifically targets HPC environments by providing cloud-like serving capabilities that integrate with batch schedulers like Slurm while operating entirely in user space.

Code Quality7.5
Usefulness8.5
Claude Usage6.0
Documentation7.0
Originality8.0
Highlights
  • Solves real infrastructure problem by bridging HPC batch schedulers with interactive serving engines without requiring root privileges
  • Implements sophisticated distributed systems concepts like CRDTs and gossip protocols for fault-tolerant decentralized orchestration
  • Already in production use at SwissAI Initiative, demonstrating practical value and real-world validation
To Improve
  • Add specific code examples and API usage patterns in documentation to help developers understand implementation details
  • Include performance benchmarks and comparison metrics with centralized alternatives to quantify the benefits of the decentralized approach
Topic
Language
Type