ML Odyssey skills combined with ProjectMnemosyne marketplace
npx claudepluginhub homericintelligence/projectodysseySkills migrated to ProjectMnemosyne for cross-project reuse
A Mojo-based platform for reproducing classic AI/ML research papers with production-quality implementations. ML Odyssey provides a shared library of SIMD-optimized tensor operations, an autograd engine, and a full training infrastructure — all implemented in Mojo for maximum performance and type safety.
ML Odyssey is a standalone Mojo-based ML framework for reproducing classic AI/ML research papers with production-quality implementations. It has two goals:
The project currently has ~198K lines of Mojo code, 7 fully-implemented neural network architectures, and 298+ tests across layerwise unit tests and end-to-end integration tests.
Note on project identity: The GitHub repo description says "Training framework written in Mojo." This repo is sometimes described elsewhere as an "experimental agent research sandbox" -- that description is incorrect. ML Odyssey is an ML training framework, not an agent platform. It has no integration with ai-maestro, NATS, or any distributed agent mesh. The "agent system" referenced in this repo refers to Claude Code automation for development workflow (code generation, PR creation, CI management), not a runtime agent mesh.
ProjectOdyssey is one of several repositories in the HomericIntelligence organization. Here is how the repos relate:
| Repository | Role |
|---|---|
| ProjectOdyssey (this repo) | ML training framework in Mojo -- neural nets, autograd, shared lib |
| Odysseus | Ecosystem meta-repo and architecture docs |
| AchaeanFleet | Container images for the agent mesh -- Dockerfiles, Compose, CI |
| Myrmidons | GitOps agent provisioning -- agent definitions as code |
| ProjectHephaestus | Shared utilities and tools used across the ecosystem |
| ProjectMnemosyne | Skills marketplace -- collective memory of team learnings |
| ProjectScylla | Testing and optimization framework for agentic workflows |
| ProjectKeystone | Foundation project |
| ProjectArgus | Ecosystem project |
| ProjectHermes | Ecosystem project |
| ProjectProteus | Ecosystem project |
| ProjectTelemachy | Ecosystem project |
To avoid confusion with other ecosystem repos: