GH-300 · Question #73
What are the potential limitations of GitHub Copilot Chat? (Each correct answer presents part of the solution. Choose two.)
The correct answer is A. Limited training data D. Extensive support for all programming languages. GitHub Copilot Chat has two notable limitations reflected in these answers. (A) Limited training data: Copilot's model has a knowledge cutoff and was trained on a finite corpus of public code, meaning it may lack awareness of newer libraries, frameworks, or niche languages…
Question
What are the potential limitations of GitHub Copilot Chat? (Each correct answer presents part of the solution. Choose two.)
Options
- ALimited training data
- BAbility to handle complex code structures
- CNo biases in code suggestions
- DExtensive support for all programming languages
How the community answered
(43 responses)- A91% (39)
- B2% (1)
- C7% (3)
Explanation
GitHub Copilot Chat has two notable limitations reflected in these answers. (A) Limited training data: Copilot's model has a knowledge cutoff and was trained on a finite corpus of public code, meaning it may lack awareness of newer libraries, frameworks, or niche languages - this is a genuine limitation. (D) Extensive support for all programming languages is actually NOT true, which is why it is listed as a limitation - Copilot performs significantly better in mainstream languages like Python, JavaScript, and TypeScript than in less common ones. Option B ('Ability to handle complex code structures') is not a standard limitation - Copilot can handle complex structures reasonably well. Option C ('No biases') is incorrect as a limitation statement; bias in suggestions IS a real concern, meaning the absence of bias cannot be claimed.
Topics
Community Discussion
No community discussion yet for this question.