• 2 Posts
  • 68 Comments
Joined 9 months ago
cake
Cake day: October 23rd, 2023

help-circle

  • Especially if you just need placeholder art you can use AI to drop in general ideas and later replace the art by a partner or contractor.

    If you get a demo off the ground with “alpha” graphics and look decent you can market it better and maybe build a team.

    I think a big benefit for this is also motivation. You no longer have a blocker due to missing art or issues with an artist.

    Uhh… need a character design for the mayor. <<AI art placeholder>> ok now text… <<AI first draft dialog >> ok now code…

    No more excuses!
















  • My fav thing is two things.

    1. It reuses MY OWN CODE STYLE. So if I ignore a suggestion and setup a try catch in my own quriky way it’ll actually reuse it later on when I’m scripting. This works best when you add comments for the sections you write FIRST. So you comment # create array for x data it’ll do that or try catch for query it’ll give you a suggestion for the next block right away.

    2. DEBUGGING. github copilot can see your terminal and script so it’ll give you a detailed breakdown and suggestions. Blew my mind the first time.


  • I 100% agree. I especially love when copilot literally just starts making up shit that doesn’t work or doesn’t exist. Like it can’t be wrong. It just freaking guesses… God forbid it can’t admit it doesn’t have enough data to answer the question.

    Best part is when you say “that command doesn’t exist” it’s like “I apologize. Here is a real command to accomplish your task”

    SMH

    Again, to your point, I agree that copilot is amazing if you already know how to write the code you want. We’re smart enough to know that the suggestions will work for our task. It’s definitely not smart enough to replace you