為何AI讓程式設計師產生分歧

為何AI讓程式設計師產生分歧

Hacker News·

文章探討了生成式AI為何會在程式設計師之間造成分歧,認為這是因為編寫程式從確定性轉變為審閱角色,並指出AI服務於不同的程式設計師群體,他們對於動手實驗或專注產品開發有著不同的偏好。

Why AI divides programmers

I think the biggest reason that some programmers don’t like AI is that they expect determinism, and generative AI is not deterministic.

We are used to programming being the bit where we feel like a wizard.

We’ve came up with the plan, worked out what the inputs/outputs of our program are, what functions we might need, and thought about edge cases and where things might fail.

This is arguably the hard part of programming. It’s solving problems effectively.

Now the part where we actually get to implement our plan is traditionally typing the code in by hand. Translating our pseduocode we’ve written into a programming language.

AI automates the part where we type these esoteric symbols by hand to get our program to work and feel like magic.

That doesn’t necessarily feel… good?

This puts us in the “reviewer” position. For many people, this is synonymous with “boring”. For me, it feels okay in small doses.

There’s also less of an active feedback loop as you let the AI generate however many LOC it wants, then you review. You aren’t implementing a small function yourself, noticing something and tweaking it, and then moving onto the next piece of code.

I think that the tool just has different audiences. Product-minded people will use any tools at their disposal to build a product. That’s understandable. People who like to tinker and experiment might not find it as fun.

There’s also something important here which is that no matter how you frame it, you have to understand code to be able to effectively (or at least responsibly) use what it has generated.

This is different from using AI in the learning or exploration process. I’ve personally had some very good experiences asking AI tools extremely niche questions about random porgramming things, and getting back an astoundingly good repsonse. That’s pretty useful.

At the same time, for me at least it requires a lot of willpower to use the interface of a chat to really critically think and digest information compared to a book, course, or even video.

Of course there are many more reason why AI divides programmers, and to be honest, I genuinely don’t know and can’t predict how AI is going to work in a year or even further than that.

I’m not a betting man, but my closest approximation will be that they continue to be useful because of sheer amount of capital being deployed to make them better.

From a holistic perspective though, I’m yet to be sold on them being some kind of silver bullet and I’m not sure how they will affect my skills over a long period of time. Agents and other crazy workflows don’t really interest me yet.

I hope you enjoyed!

© techne98 2026.

Hacker News

相關文章

  1. AI 讓寫程式變得更簡單,卻讓擔任工程師變得更困難

    大約 2 個月前

  2. 我們現在可能都是 AI 工程師了

    大約 2 個月前

  3. AI 編程大分水嶺:工藝愛好者與結果追求者

    大約 1 個月前

  4. AI 讓程式開發變得更有趣

    2 個月前

  5. AI毀了程式設計,所以我修復了它 (2025)

    6 個月前