|

About Coding with AI…

  • You still need to have a good idea.
  • You still need to be clear about the goals and features.
  • You still need to understand what a good user experience is.
  • You still need to be able to articulate what you want clearly.
  • You need to be able to break up the features into clear, communicable prompts.
  • You still need to architect the software — just not with code, but with phases and testing and feedback.
  • You still need to have an understanding of the development process, even if AI is walking you through it.
  • You still need to be able to do 400 other things that aren’t related to writing code.
  • You still need to be able to test it.
  • You still need to be able to debug it.
  • You still need to consider how people will actually use your app, and in what contexts.

Telling an AI to make an app is not app development, just like telling a 5 year old to draw a Picasso isn’t a Picasso.

Similar Posts

  • |

    ChatGPT Thinks it Knows My Audio Levels

    I provided an interview transcript to ChatGPT and asked it to suggest edits to tighten up the conversation. It’s usually very aggressive but surfaces things I miss in my notes. Part of it’s edit notes was, “Balance guest track slightly hotter (+0.5 to +1 dB) during blueprint segment for clarity.” Here’s it’s response when I…

  • |

    Book Review: HTML5 for Web Designers

    Note: This article was published while I was in my early 20s. I was much younger and dumber. Please don’t hold it against me. One of the perils of having a 20+ year old website! HTML5 for Web Designers by Jeremy Keith is a book I pre-ordered when it was first announced and I finally got around…

  • |

    WordPress Helper Functions for Detecting IE

    The other day I was working on a problem where I wanted to check if a website was using a specific browser (in this case IE) and version (in this case 9 or below). I came up with 2 functions that would serve an a nice, reusable check for both. These can also be extended…

  • Coding Projects as my Side Hustle

    I did some thinking over the weekend, after I wrote the post about my learning plan. I looked at my project pipeline. I looked at what people were hiring me to do, and I reviewed the next few personal projects I’m working on. You know what I saw? No coding projects. Honestly, I shouldn’t. That’s…

  • |

    How I Built my WordPress Development Course on Udemy

    My course has been out for 6 weeks and I’ve been promoting it on social media and in my newsletter; if you subscribe to any of those places you know it’s currently available. The cat’s out of the bag. But that doesn’t mean I don’t have more to tell about it. See, I originally set…

  • |

    I’m on Github!

    I know it’s something I should have had for a while but I generally don’t feel my code is up to snuff. Seeing as I’ve been promising people my code, however, it makes sense. My username on @github is jcasabona. You can get to my repo using the link below. My Github Repository Right now…