ChatGPT and other LLM are far from perfect but still great tools to have, both writing new code and to get help/ ideas on how to debug issues. But I find the information cut of date to be very annoying. Current available models (mar 2025) cut of date is around ver 2.4, so anything that has been changed or added after that is mostly unknown to the models. Some have web search built in but it seem that the models prefer to answer based on knowledge more that searching the web. Nordic do lots of changes and updates between versions so having a ChatGPT that can answer questions on latest version would have been great. Or even having "chat versions" for each SDK version.
I see that there are lots of "Explain Code" buttons in the documentation so using LLM is clearly not a new idea. But having a prompt on a web page or Copilot style integration into VS Code with a model that knows correct version of the API would help a lot.
Is anything like this available or planed for? And question to the community, have anyone else figured out a way to solve this in a nice way? The SDK is big, so it needs to be able to handle lots of added "knowledge".