this post was submitted on 14 May 2026
389 points (96.0% liked)

Technology

84646 readers
4308 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] foodandart@lemmy.zip 5 points 18 hours ago (3 children)

As someone that wanted to write but never had the time to learn, what's so bad about writing code manually?

Seems like if you can learn to do it well, you will be fairly well set with that skill.

[–] very_well_lost@lemmy.world 14 points 17 hours ago* (last edited 17 hours ago)

If you're someone who cares at all about the quality and consistency of your craft, there's absolutely nothing wrong with manually writing code.

If you're a misanthropic "techno-feudalist" who thinks of code as nothing more than an asset to sell, then pumping out as much code as quickly as possible without any human intervention is a very attractive proposition.

Tech, sadly, is absolutely infested with these people at all levels.

[–] FauxLiving@lemmy.world 5 points 17 hours ago

You will still need to learn programming manually.

The process of struggling to understand and synthesize working code is a critical part of learning. Skipping it feels easier, but you're hurting your ability to understand coding.

Sure, you can make an LLM generate code and if you're inexperienced it can outperform you on the basic tasks that you're given as exercises. This is a trap that a lot of students fall into. It's very easy to let LLMs do the 'hard work' part of learning while you just read the textbook or watch a video. Unfortunately, the hard part is the part that builds your skillset.

It's just like how you can't just watch a video about physical fitness and then use a robot to lift the weights for you. Sure, you get to the end of your sets faster and you're not physically tired and sore but you won't actually benefit in the ways that matter.

[–] JackbyDev@programming.dev 2 points 17 hours ago

There's nothing wrong with writing code manually. Over the past few months LLMs have gotten a lot better at writing code than they were before, but they can still make weird mistakes.