Hardware

SoulCore Hardware Requirements

SoulCore development uses two NVIDIA RTX 5060 Ti graphics cards, totaling 32 GB VRAM.

Architecture and Performance

ComponentParametersTask
Language Runtime Encoder300M parametersText → 768-dimensional state
Hybrid Core V8200–300M parametersCognitive processing (ΔState)
Language Runtime Decoder300M parametersState → Text translation
StateBundle768 dimensionsStructured state

Scalability

The SoulCore architecture is horizontally scalable:

  • Single node: 2× RTX 5060 Ti (32 GB VRAM)
  • Multi-node: Shared state space, distributed processing
  • Cloud: Scalable VRAM capacity

Important Note

SoulCore does not depend on specific hardware. The architecture is flexible and works with any GPU configuration that has sufficient VRAM.

Current Status

The project is under development. Completed components: Language Runtime Encoder and Decoder (300M), StateBundle, Tokenizer and the Hybrid Core V8. In progress: integration, testing and the API.