AI models have knowledge cutoffs. They don't know about APIs released after their training data ended.
Before starting a project, ask: "What version of React/Tailwind/Node do you know?" If the model says React and you need React , you'll get outdated code.
Always specify versions: "Use React with the new use() hook." This prevents subtle bugs from version mismatches.