Re: ai4vb - Ai integration
So, one way to add AI to your app is to build it right in like the above example.
Another way to do it is to make your app externally scriptable so AI can access it.
For this mechanism to work users would have to be running a local AI agent such as claude code, and have the scripting interface of what methods they could call published for the AI to study. The scripting part can be pulled off using the Running Object Table (ROT) and leveraging vb6's native design where almost everything is a COM object by default. The AI then just executes a series of vbs script using GetObject() and figures out on its own how to answer the users question.
If you search the forums you will find ROT examples: https://www.vbforums.com/showthread.php?879529