Junior
How do you use AI tools (Copilot) in your work? How do you cope with the loss of context?
sobes.tech AI
Answer from AI
I use AI tools like GitHub Copilot to speed up writing routine code, get syntax hints, and usage examples for libraries. This helps prototype faster and reduces errors.
To handle loss of context (when AI doesn't understand exactly what I want to do), I:
- Write more detailed comments and function descriptions so AI better understands the task.
- Break down code into small logical blocks to make hints more relevant.
- Review and correct generated code, not relying solely on AI.
- Use AI as an assistant, not a replacement, maintaining control over the logic.
This approach helps to use AI effectively without losing quality and understanding of the code.