Remix.run Logo
andrewstuart2 8 hours ago

Finally, good efficient code is going to get its moment to shine! Which will totally happen because it's not like 80% of the industry is vibe coding everything, right?

attentive 6 hours ago | parent | next [-]

just do vibe performance optimization (I am not even kidding)

therealdrag0 4 hours ago | parent [-]

Yep I’ve seen multiple instances of this so far.

leptons an hour ago | parent [-]

Yeah, I got the AI to convert some code that ran at 30fps in Javascript to C, and it resulted in a program that generated 1 frame every 20 seconds. Then I told it to optimize it, and now it's running at 1 fps. After going back and forth with the AI for hours, it never got faster than 1 fps. I guess I'm "doing it wrong" as the hypesters like to tell me.

lelanthran 38 minutes ago | parent [-]

> Yeah, I got the AI to convert some code that ran at 30fps in Javascript to C, and it resulted in a program that generated 1 frame every 20 seconds. Then I told it to optimize it, and now it's running at 1 fps. After going back and forth with the AI for hours, it never got faster than 1 fps. I guess I'm "doing it wrong" as the hypesters like to tell me.

Remove the "I actually only want a slideshow" instruction from your prompt :-)

hombre_fatal 7 hours ago | parent | prev | next [-]

Vibe coding might be a positive here since there's no need to optimize for DX over perf when the clanker is the one reading/writing code.

jaggederest 5 hours ago | parent [-]

This is my theory: we're going to see a lot of languages with straightforward and obvious semantics, high guard rails, terrible dx, and great memory allocation and performance behavior out of the box. Assembler or worse, but with extremely strong typing bolted on in a way that no human would ever tolerate, basically, something in that vibe.

Grosvenor 5 hours ago | parent [-]

So Pascal and Delphi are coming back? I'm actually cool with that.

jaggederest 39 minutes ago | parent [-]

Yeah actually I worked with Pascal early in my career and that's kinda the vibes I am thinking about, with maybe a stronger type system more ada-esque though (composite, partial and range-and-domain types, all that jazz)

dartharva 4 hours ago | parent | prev [-]

Honestly speaking, it has started to look like AI coders could actually do a better job than 80% of app developers in writing efficient apps just by being set to adhere to best-practice programming conventions by default (notwithstanding their general tendency of trying to be too clever instead of writing clear and straightforward code).