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

help-circle

  • Pennomi@lemmy.worldtoMemes@lemmy.mlXiaomi naming convention
    link
    fedilink
    English
    arrow-up
    10
    ·
    6 days ago

    China has a big problem with selling an identical product fifteen times through twelve different companies.

    I think it’s an SEO strategy for Amazon, where they edge out any competition by being everywhere on the first page of search results. They also have the ability to game reviews by killing any products that get bad reviews and recreating them under a new brand.
















  • Pennomi@lemmy.worldtoProgrammer Humor@programming.devDifferent Vibes
    link
    fedilink
    English
    arrow-up
    12
    ·
    edit-2
    1 month 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.




  • 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.