I tried inputting the address (BNB & BEP20) on Google, but it doesn't show the final balance of the address, unlike when the input is a BTC address.

I ask chatgpt and other AI all kind of languages.
Php, golang, html, css, javascript...
It is good for debuging and also good to make the hard work.
AI Won't design the code for you, but it will do the hard work. For example
"Create a code for me, using typescript and bootstrap 5.3 , that will loop the following array of items creating a card with title, description and a button to open a new window, and an image"
Then I pass the array like [{title:"bitcoin", description:"good coin", button:"open"},.....]
Chargpt increases productivity a lot if you give it the instructions like that
Chatgpt is a lifesaver, we can copy our whole code and give it to chatgpt and ask it to find what's the mistake in the code and it doesn't even find us but gives us the solution to it. Chatgpt has made our lives more easier before I have to find line to line which error I am getting. What I did do wrong, was I searched on GitHub, StackOverflow, etc. and now I just copy the code give it to AI, and ask why I am getting this error give me solutions.
wahala, the problem is either gone or almost solved. I just don't know how I made it alive till now without AI. They have become a crucial part of our lives. In the learning phases, I use Google and write some keywords of the article I want to learn and spend a good time finding the information I am looking for and now I just give the prompt to AI and get the exact information in no time. But AI can sometimes give wrong information so its best to confirm the crucial information from articles.
I've been trying to figure out how to get the HEX code of a transaction through the Electrum Wallet Console using ChatGPT.

At first glance, the answer seems correct, but when implemented using the command:
gettransaction “TXID”
a SyntaxError will appear.
Because Electrum uses Python, the correct command when writing in the console is:
gettransaction('TXID')
So, as you said above, sometimes the information provided by the AI can be a bit wrong.