A declarative language created to democratize artificial intelligence development.
A solution to the complexity of massive Python scripts
AI Engineer Ademir P. de Oliveira created OktoScript for personal use, due to the difficulty of working with massive Python scripts and having to rewrite code constantly.
The solution was to create a declarative language that democratizes AI development, making it accessible to both engineers and people without deep programming experience.
On November 22nd, the grammar was released on GitHub for people to discover and use. OktoScript works seamlessly with OktoEngine, the native Rust/CUDA runtime, and integrates with the entire OktoSeek ecosystem.
OktoScript is used to control training and inference in OktoEngine. With a simple and declarative syntax, you define:
Readable and intuitive, no need for deep Python knowledge
Complete control over training, inference, and model behavior
The model can make decisions and adjust automatically during training
Directly integrated with OktoEngine, no external dependencies
Explore OktoScript and learn to create AI models