…it’s either a very simple app, or you know exactly what you want the app to do. If it’s a very simple app with a single task then almost any of the AI tools will help you write it. This could be a WordPress plugin, an extension for a web browser, something to automate one of the steps you already do in your workflow that takes the most time, etc. Once you get past that level of app you will need to have some ideas about what and how you want the app to function. Honestly, it’s still way faster than coding anything by hand, but it’s not instant. There is quite a lot of discussion in coding circles about non-coders using AI to create apps. The issue is that non-coders don’t understand the security issues that coders integrate into all their public apps almost automatically. Non-coders, as a general rule, don’t even think to ask the AI tool what they need to include for security. The AI tools can include all the security you need, but they don’t unless asked. They’re like teenagers, they can help, but they usually won’t unless specifically asked. Take this game, , because this has a form to fill in it has to have sanitising for the user input and other security measures included or it puts the entire server at risk of being hacked. Until I put the form on there was minimal risk, but as soon as there’s a chance of someone entering something other than what’s requested, and they will, the security shutters have to come down. Keep that in mind when using AI to create apps. Regards, |