B4J Question AI and making B4X Libruaries

Peter Lewis

Well-Known Member
Licensed User
Longtime User
I asked it to make the wrapper and 14 minutes later it had saved it to my onedrive and with a code example for B4J using CODEX

1779828783778.png
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
If you are lucky, it could create something usable but my experience is 9 out of 10 are opposite.

Sometimes the code looks legit but you will know when you run it.

Maybe my skills issue giving inaccurate prompt. Maybe I used the wrong model.

It is getting better with less hallucinations nowadays but up to today, I am still skeptical.

It helps me refactoring my existing code or explore some technical ideas already created by someone else but if my idea is original, it will failed.

I still need to use my own knowledge and experience to put up the "puzzles".
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
If you already have the Java source code, it is easy to convert to B4J using JavaObject or Reflection library.
 
Upvote 0
Top