logoalt Hacker News

bhoustontoday at 12:16 PM0 repliesview on HN

I feel that AI moves so fast that its capabilities at the start of the year compared to the end of the year is pretty drastic. Remember that Claude Code is just a year old and the significant more capable agentic models really come out just a few months ago.

Hard to deal with I would expect.

Focus on fundamentals that are timeless and can be applied to any level of AI is my recommendations: - What are algorithms - Theory of databases - P, NP, etc - Computer architecture - O-notation - Why not to use classes - Type theory - And adjacent fields: Mathematics, Engineering, etc...

It is sort of like teaching computer graphics during the start of the video card era - 1996 to 2001. There was for about 5 years really rapid change, where it went from CPU-based rendering, to texturing on the card, to vertex transformations, to assembly programming on the GPU to high level languages (Cg, HLSL, etc.) But the fundamentals didn't change from 1996 to 2001 - so focus on that.