How does github copilot works?
Last updated
Was this helpful?
Last updated
Was this helpful?
Parth Thakkar, had created an interesting analysis on how github copilot works:
(2022)
In this project, I delved into the internals of Github Copilot. I a tool to decompile Copilot's VSCode extension, and identified key insights regarding prompt construction logic, post processing of model's output and telemetry collection (after sifting through over 400 obfuscated modules!). I also built a to intuitively explore the codebase. I wrote a about it that got a .
This was brought to attention by Charles Frye, fantastic instructor at FSDL