i'm obviously a little bias but I think where VisAI really shines is just code comprehension (especially at scale), streamlined & optimized structure, and extensibility. Another few notes;
It comes with lots of features out-of-box and you can easily use those or other systems you have already.
You can use C++ with it if desired, just expose to BP to tie it in. The framework itself is BP but all it does is compare float values, so most of the performance cost comes from any code you add on top of it. I have lots of optimizations planned for 2.x but this is the state of the current release.
There's quite a bit more i could add but i'll keep it brief. Would definitely recommend checking out the Designing and Creating AI tutorial on YT as it overviews the entire design/creation process and provides a quick review at the end to summarize.