|
|
|
|
|
by bovermyer
88 days ago
|
|
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. |
|
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.