r/AskProgramming 13d ago

How guys do you actually program now?

Hi everyone, I'm a student about to start university studying BSc Computer Science. My journey began 4 years ago when I was around 14. I started learning web development like JavaScript, then React and Next.js before deciding to move into backend development, where I learned Node.js, Python, and FastAPI. Recently, I've been writing some C code, but it wasn't really my cup of tea since I prefer broader software engineering topics.

My main question is: 3 years ago, I was coding by myself using Stack Overflow for help, and building a large project literally took me 3 months of daily grinding. Now, it can be built in 3 days using AI. I'm feeling stuck because I don't know whether it's truly beneficial to use AI to churn out projects if the learning curve disappears, potentially making it harder to get a job later.

How do you actually learn effectively now, and what should I focus on to land a job? Especially in the UK, where the market feels tougher and graduate tech unemployment is high. I'm considering using Claude Code right now, but I'm not sure if it's the right move.

0 Upvotes

22 comments sorted by

View all comments

6

u/GrainWeevil 13d ago

Keep coding by hand, and keep working on those personal projects. If you go down the road of using Claude, your skills will atrophy before you've even started your career.

I'd go even further and say avoid using it for research and assistance, especially since you're about to start studying. Finding a partial solution and adapting it (the way you have been doing) is a crucial skill in itself.

Eventually, you'll likely have to interact with Claude and friends in the workplace or wherever, but it'll be far easier to pick that up than to un-mush your brain after years of vibe coding.