Remix.run Logo
diggan 3 days ago

> I fear for the variety in the internet coding culture. Significant portion of code is being written by ai, all looks the same, all has the same mediocre quality.

Who cares who actually "typed" it? Shit code will be shit code regardless of author, there is just more of it now compared to before, just like there was more 10 years ago compared to 20 years, as the barriers for getting started is lowered time and time again. Hopefully, it'll be a net-positive, just like previous times, it's never been easier to write code to solve your own specific personal problems.

Developers who have strict requirements on the code they "produce" will make the LLM fit with their requirements when needed, and "sloppy" developers will continue to publish spaghetti code, regardless of LLMs existence.

I don't get the whole "vibe-coding" thing because clearly most of the code LLMs produce is really horrible, but with good prompting, strict reviews and not accepting bad changes just to move forward lets you mold the code into something acceptable.

(I have not looked at this specific project's code, so not sure this applies to this project, but is more of a general view obviously)

jasonjmcghee 3 days ago | parent [-]

I think the issue is, you used to be able to tell at a glance how much effort someone put into a project (among other things) and that would give you a reasonable approximation of what to expect from the project itself.

But now the signals are much harder to read. People post polished looking libraries / tools with boastful convincing claims about what they can do for you, yet they didn't even bother to check if they work at all, just wasting everyone's time.

It's a weird new world.

another_twist 3 days ago | parent | next [-]

I think you should never do that. Who cares how much effort went into something ? Its the result that matters.

jasonjmcghee 3 days ago | parent [-]

Maybe "care" would have been more appropriate than "effort".

another_twist 2 days ago | parent [-]

Not even "care". The result is the only thing that matters. If at a first glance the source code of a project doesnt look pretty or whatnot odds might be that the reader landed on particularly nasty chunk or that it was indeed as complicated as the code itself. In my view this test is better done after the overall functionality of the software has been proven. Honestly if libraries with fancy benchmarks don't solve the business problem, I won't care much how clean their code is or if its written in Rust.

tough 3 days ago | parent | prev [-]

It's fake polish, but at the end of the day you have always to check whats in the codebase if you're gonna vendor it in or adopt it as a dep imho

if anything the smelly readme's that look all like claude wrote them, are a good tell to check deeper