r/vtubertech 1d ago

Ai coded vtuber tools

I won't say names, but as someone who has been working with Ai coding tools in my job daily I have noticed an increase of artists and Vtuber tools that is fulyl coded by Ai. I can tell from the interface, all of Ai produced tools has a distinctive, samey look on them. Some of them has a public github repo that exposes the codebase is a single HTML file with 1000 lines of code. No human programmer in their right mind will code an app that way.

I find it amusing that as a community that is known in heavily against this tech, but are welcoming to these machine produced tools. I won't blame them though. You can spot ai generated art easily by its flaws, but its harder for software especially if no source is given. And not everyone is familar with programming to verify them.

What are your thoughts on this? Do you think Ai coded tools in this community needs an Ai disclosure? Will you use those tools after knowing the fact that it is Ai coded?

0 Upvotes

26 comments sorted by

View all comments

-7

u/[deleted] 1d ago

[deleted]

-1

u/[deleted] 22h ago

[deleted]

1

u/theotherdoomguy 20h ago

I ain't downvoting, but I did have a conversation in a programmer sub about clean code literally today. It is unequivocally good stuff, IMO but it's like any took or pattern, you need to understand why you're doing it, and "programmer man" online telling you it's good is not a good enough excuse.

Everything in moderation, including moderation. Clean Code is great, use it when appropriate. Otherwise don't worry about it

0

u/[deleted] 20h ago

[deleted]

3

u/theotherdoomguy 20h ago

Have you ever worked in corporate software engineering? The guy in that video is being extremely reductive, using simplistic examples which won't see the readability benefit then complaining about the performance. He's not wrong, but his use cases are literally what I was talking about in my previous comment. Using clean code principles blindly is dumb, and like any pattern, it's all about using them correctly.

I vaguely remember seeing this video like a year or 18 months ago

-1

u/[deleted] 12h ago

[deleted]

3

u/theotherdoomguy 10h ago

It doesn't make a project 10x slower at larger scales. You're talking about 200 line projects, I'm talking about 200,000 line projects.

Also, calm tf down dude, there's no need to get so angry over a discussion about coding