• 0 Posts
  • 12 Comments
Joined 2 years ago
cake
Cake day: June 17th, 2023

help-circle
  • Pennomi@lemmy.worldtoProgrammer Humor@programming.devDifferent Vibes
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    1
    ·
    edit-2
    9 hours ago

    As long as you can keep the vibe coded pieces tiny and modular you’d probably be fine. But that takes a robust knowledge of Unity and gamedev architecture, and at that point you should probably just write it yourself.

    Complex, math-heavy stuff like gaming usually is too much for an AI. It’s better at like, basic Python scripts or writing a bunch of dirty CSS.




  • Pennomi@lemmy.worldtoProgrammer Humor@programming.devthe beautiful code
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    2
    ·
    2 days ago

    Not sure what you mean, boilerplate code is one of the things AI is good at.

    Take a straightforward Django project for example. Given a models.py file, AI can easily write the corresponding admin file, or a RESTful API file. That’s generally just tedious boilerplate work that requires no decision making - perfect for an AI.

    More than that and you are probably babysitting the AI so hard that it is faster to just write it yourself.


  • Pennomi@lemmy.worldtoProgrammer Humor@programming.devthe beautiful code
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    2 days ago

    Sure, the marketing of LLMs is wildly overstated. I would never argue otherwise. This is entirely a red herring, however.

    I’m saying you should use the tools for what they’re good at, and don’t use them for what they’re bad at. I don’t see why this is controversial at all. You can personally decide that they are good for nothing. Great! Nobody is forcing you to use AI in your work. (Though if they are, you should find a new employer.)





  • Pennomi@lemmy.worldtoProgrammer Humor@programming.devthe beautiful code
    link
    fedilink
    English
    arrow-up
    37
    arrow-down
    9
    ·
    edit-2
    2 days ago

    Uh yeah, like all the time. Anyone who says otherwise really hasn’t tried recently. I know it’s a meme that AI can’t code (and still in many cases that’s true, eg. I don’t have the AI do anything with OpenCV or complex math) but it’s very routine these days for common use cases like web development.