We were doing a fun internship for kids at my wife's startup. As part of that my 6th grade kid had to do a presentation on a hackthon problem. I suggested to him to try to get some working code by taking help of ChatGPT. He did a simple voice chat bot. Ask a math question and get an answer :)
The flow is below:
1. Him asking Chat GPT for HTML and Javascript(He knows what is HTML and what is Javascript. But obviously he cant code :))
https://chatgpt.com/share/b7695f9c-8584-43ee-9974-4466e764376f
2. Then he went on a conversation to get code to convert sentences to eval math code.
https://chatgpt.com/share/2b3b9c11-3184-482c-92ef-d42b7434b202
3. I helped him put the code generated in the right place.
4. I helped him to host it on Glitch by copy pasting the whole thing.
https://sphenoid-wealthy-track.glitch.me/
https://glitch.com/edit/#!/sphenoid-wealthy-track?path=index.html%3A73%3A19
The future will be full of programmers like my kid who have no clue of programming and have no clue why things work!