← Back to context

Comment by sippingabonedry

2 hours ago

A generation of coders who can't/are scared to write "Hello world" in C without Claude doing it for them has not helped.

Two things:

Claude hasn’t been around for a generation yet.

It’s a good thing that people are scared to hand write memory-unsafe languages. 50 years of exploitation has finally sunk in…

  • How do we know the models are writing memory-safe code? How will people who haven’t written it audit the output?

I think you're exaggerating a bit.

Does this answer your question?

/s

  • I've seen it.

    People flaunting their credentials in multiple languages, then sweating bullets and apologizing profusely when they see

      int t = 4;
    

    You can either code or you can't; the language is merely a vehicle.

    • I agree, but then learning to code isn't much of a hurdle. It's a similar effort to learning vim. The difficult part is getting to know the language. I never coded in Haskell for example and learning to use that language would take effort. On the other hand, it would be pretty easy with an LLM at hand.

      It might even help in figuring out whether Haskell would be a good fit. Something I couldn't do, as I do not know the language. Then again, it's not a question that really gets asked much in a corporate setting. Most things are just solved in a few popular languages, whether that makes the most sense or not.

      3 replies →