Well with the experience I’m having with free code camp is a great but I came up with an upgrade to your platform. It’s similar to Codecademy platform . My idea is the AI coding assistant embedded in the platform to help them code better and learn better to write the code the right way. Tell me what you think about that.
I think integrating an LLM to tell people what to code would be detrimental to their learning.
Hi @Sergemon1
@freeCodeCamp is already using AI on their GitHub repo.
They are also beginning to use LLM’s to translate the curriculum into multiple languages.
AI and chatbots are great for certain tasks. Asking a human for help understanding code may be lead to a better learning outcome, than asking machines.
If you search on the forum you’ll find plenty of Campers asking for help because AI couldn’t help them.
Without a solid knowledge foundation, you may not recogise or realise when AI is not giving you correct information. Their output is based on statistical models and methods, so can sometimes hallucinate or get confused when they need to fill in the blanks.
Happy coding