This is a collection of links to other threads where people have been led astray by Artificial Intelligence attempts at app building.
Feel free to add to this list, Power User or not.
This is a collection of links to other threads where people have been led astray by Artificial Intelligence attempts at app building.
Feel free to add to this list, Power User or not.
ChatGPT imagined a non-existent text to number conversion block?
Had to ask ChatGPT
Here's a short list of 5 key reasons not to use ChatGPT for generating code in block-based programming languages:
Block-based languages are visual, but ChatGPT outputs text, making it hard to translate into the actual blocks used in platforms like Scratch or Blockly.
Each block-based environment has its own block types and rules. ChatGPT may mix them up or suggest blocks that don’t exist in your chosen platform.
Loops, conditionals, and nested blocks are difficult to represent clearly in a text format, leading to confusion or incorrect implementation.
You can’t interact with blocks visually through ChatGPT. All edits must be done manually in the actual tool, adding extra work and risk of errors.
ChatGPT can't run or simulate block code, making it harder to debug or verify correctness compared to using the platform’s own tools.
It even made me an infographic.