logoalt Hacker News

bovermyertoday at 9:15 AM2 repliesview on HN

Most of that article is just good career advice in general, so I'll just comment on the part about AI.

One major problem I see with the use of AI is that it will prevent people from building an understanding of <insert problem domain X here>. This will reduce people's ability to drive AI correctly, creating a circular problem.


Replies

gloxkiqczatoday at 10:50 AM

> One major problem I see with the use of AI is that it will prevent people from building an understanding of <insert problem domain X here>.

I don’t really think this is a problem. AI is a tool, you still learn while using it. If you actually read, debug and maintain the produced code, which I consider a must for complex production systems, it’s not really that different compared to reading documentation and using Stack Overflow (i.e., coding the way it was done 10 years ago). It’s just much more efficient and it makes problems easier to miss. Standard practices of AI assisted development are slowly forming and I expect them to improve over time.

show 3 replies
subhobrototoday at 10:49 AM

> One major problem I see with the use of AI is that it will prevent people from building an understanding of <insert problem domain X here>. This will reduce people's ability to drive AI correctly, creating a circular problem.

Very much the opposite. LLMs do a fantastic job of increasing accessibility of knowledge.

They have wide exposure to content and is incredibly good at spotting patterns and suggesting both well established norms from the current domain and serendipitous cross domain concepts.

I feel the concern you share is LLMs expose new frontiers to people who otherwise might not even have imagined that frontier exists and then those people do a lazy or superficial job of it because they lack any internal motivation to do a deep dive on it

show 1 reply