Do I even need to know what is MCP? Do I need to have agents to do some tasks on my behalf? Do I need to start creating apps and sites using Vibe coding (I’m not a developer)?
Ask HN: Will I get left behind if I don't jump on AI train?
1–10 of 36 posts
Re: Ask HN: Will I get left behind if I don't jump on AI train?
#2Read real books. Talk to real people. Do real things.
You can catch up when everyone else actually gets somewhere, and have spent the whole meanwhile on self exploration.
Re: Ask HN: Will I get left behind if I don't jump on AI train?
#3Whatever your job is will dictate if, or how much, you may care. How things shake out at the end of the day will likely look much different than they do right now.
If you’re not someone who likes to try and ride hype waves with various get rich quick schemes, and not in the space, I wouldn’t worry about it. Sit back with your popcorn and watch these people fight for a few years and let the bubble pop. Then we’ll see who is left and what it’s actually good for. You can then adjust from there if needed.
Re: Ask HN: Will I get left behind if I don't jump on AI train?
#4But I don't think you need to stress, there is a lot of hype and there will be time to learn how to use the winners later.
Re: Ask HN: Will I get left behind if I don't jump on AI train?
#5Download ollama and mess with a model locally, implement your own RAG system so you get a feel for what that entails and what good and bad use cases look like. I use LLMs every day for random stuff, but not really because I need the output, more because I need to know and understand where it's strengths and weaknesses are.
You're not trying to become an overnight expert here. Nobody expects that. But there's this gap right now between what stakeholders think AI can do (basically everything) and what it actually can do. And guess who needs to bridge that gap?
As a software engineer part of your responsibility is to advise non-software engineers on what is just now possible with technology, because when a stakeholder comes to you with some wacky idea, you need to be able to judge it and decide on the investment of time the idea might require, or if it's even possible today/now.
Re: Ask HN: Will I get left behind if I don't jump on AI train?
#6It's a good approximation to say that all tools are thin wrappers on top of the models, and having a good grasp of what the models can/can't do right now gets you 80% of the way there.
Re: Ask HN: Will I get left behind if I don't jump on AI train?
#7Re: Ask HN: Will I get left behind if I don't jump on AI train?
#8You don't _NEED_ to know it, but it's probably good for your career to have some exposure in 2025 to LLMs. Download ollama and mess with a model locally, implement your own RAG system so you get a feel for what that entails and what good and bad use cases look like. I use LLMs every day for random stuff, but not really because I need the output, more because I need to know and understand where it's strengths and weak…
Ollama locally is very slow (or low quality). I feel a good middle ground is renting GPU or TPU per minute and running a local model there.
Re: Ask HN: Will I get left behind if I don't jump on AI train?
#9For the first part, consider this the Smart Phone of this age. You will need to know and understand how to prompt the AI. You will need to be comfortable with it. If not expect to be asking your children to help you do it as they will grow up with it and be very familiar.
Re: Ask HN: Will I get left behind if I don't jump on AI train?
#10You don't _NEED_ to know it, but it's probably good for your career to have some exposure in 2025 to LLMs. Download ollama and mess with a model locally, implement your own RAG system so you get a feel for what that entails and what good and bad use cases look like. I use LLMs every day for random stuff, but not really because I need the output, more because I need to know and understand where it's strengths and weak…
>Download ollama and mess with a model locally, Ollama locally is very slow (or low quality). I feel a good middle ground is renting GPU or TPU per minute and running a local model there.