• A Prompt is the commands and informations we give the model.
  • context is all the information that the model can see at the moment. (command, file, history, constraints and the result of the tools)
  • Hallucination is the output that is correct at first glance but has no evidence as support or is wrong.
  • A Coding Assistant usually give answers or suggests completion.
  • A Coding Agent can discover files, make programs, run tools, change codes and test the result.

AI