DEV Community

Devops Kiponos
Devops Kiponos

Posted on • Edited on

Easiest AI param changes in Realtime

The easiest (and free) way to modify configuration parameters for AI algo, while the algo is running, in true real-time, is using the SDK and a free “Team Starter” plan by Kiponos.io

How it works?

You include the Java SDK in your build, get it here from Maven Repo

Then, while your algo is running you login to your account on kiponos.io, and you modify any parameters you like.

Since both SDK and Web Admin communicate by WebSockets, the effect is instant! Your algo responds to any parameters change in true real-time, with zero latency! since any change is pushed to your SDK memory as delta update only. So No need to restart or refresh or reload anything. When your algo access any parameter using the SDK, the latest value is already there! Hence, your AI algo has zero latency accessing any latest value, while you are free to manipulate the values as you wish.

Simple as that :)

Go ahead try it out at Kiponos.io
And let us all know how it feels :)

Top comments (0)