Ryan’s Blog

Latest Post

Aug 6, 2022

Can Copilot pass a coding interview?

Github Copilot is a natural language model built on OpenAI Codex that suggests code snippets based on existing comments and code. With Copilot, programmers write descriptive comments and function names and Copilot writes the rest. This is hilariously similar to the usual coding interview, which consists of a prompt and a template for a human to fill in with code. What if we replaced the human interviewee with Copilot? Would it generate good enough code to get a job? Read more

All Posts

2022

  • Aug 6, 2022 - Can Copilot pass a coding interview?
  • Apr 4, 2022 - How does React v18’s concurrency improve performance?