mabeledo

joined 2 years ago
[–] mabeledo@lemmy.world 0 points 56 minutes ago

We aren’t comparing humans to code.

[–] mabeledo@lemmy.world 1 points 8 hours ago (2 children)

Except for the bit where LLM behaviors aren’t deterministic, but those of most compilers in most situations are.

And before anyone says that LLVM in version X produced wildly different assembly from version Y, it is not remotely comparable to what LLMs do, not even close.

[–] mabeledo@lemmy.world 1 points 9 hours ago

I would need a citation for that “2x-5x faster” with the same quality, because that hasn’t been my experience at all. Most of my colleagues treat LLMs as “better Google”, and agentic coding in production has been downsized, to the point where it may help with the least critical paths only. And we aren’t particularly AI skeptic, at all.

Also, I feel like progress has stalled in the past couple of years, e.g. Opus latest version doesn’t seem to provide me with any noticeable advantages over the previous one. Are they getting better on paper? I suppose they do, but I couldn’t care less about that if they don’t give me better results.

The thing is, writing code was never the issue, engineering it is. If a machine helps me write code 10 times faster, that saves me maybe a couple hours, which isn’t really meaningful. On the other hand, it increases my workload by forcing me to thoroughly check the work of less experienced devs who rely on them, just to make sure that there aren’t errors that could cause serious harm.

I guess what I’m trying to say is that AI is giving inexperienced people confidence they shouldn’t have in the first place, and that’s not a good thing.

[–] mabeledo@lemmy.world 9 points 1 day ago (2 children)

What does it mean? Because just yesterday I saw this guy live streaming a vibe coding session, and he sounded exactly like “Bill”.

[–] mabeledo@lemmy.world 3 points 1 week ago

If you only need it for development, and will still host the final product in Vercel, why wouldn’t you just test locally?