VB.NET to B4J - Inventive logic?

hatzisn

Expert
Licensed User
Longtime User
Yesterday, the AI impressed me once more. I used Codex to convert the back end of an IOT project from VB.NET to B4J. I know it is an agent and it works with harness but what it did it was quite impressive giving me the impression of inventive logic. F.e. it created methods to "emulate" the Datetime type of VB.NET in order to use them in the code. Seeing this I thought: Ok, if the LLM just predicts each time the next token, where did this come from ? (and this applies also for the harness obviously)

Quite impressive. I got the job done (and validated results) in just 8 minutes which normally would have taken me 1-3 days.
 

hatzisn

Expert
Licensed User
Longtime User
Looking more into it, it is obvious that this "inventive logic" emerges in 2 loops:
1) Describe to me what this method of Datetime does in VB.NET...
(LLM responds)
2) Create a B4J method that does the same things.
 
Last edited:
Top