K Praveen Kumar Reddy
2 min readJul 14, 2021

GitHub Copilot — New phenomenon!

I still remember my initial training days where I used to struggle to get my syntax right while writing code — compile and build it, too far in my imagination.

For someone getting started now on Visual Studio — I strongly recommend you to take a look at Copilot.

So what is Github Copilot in plain language?

It’s a partner that assists you to write your code by drawing insights from your comments or code and fills the individual lines of code or the whole function altogether.

Q) How is it able to work?

A) Given GitHub visibility into billions of lines of code available at its disposal — codex, New AI system developed by OpenAI trains datasets, that will enable it to read the context and mark up to you give better suggestions.

Q) How is it available today what all it reads?

A) It is available as an extension of Visual Studio and not just that it can work well for python, JavaScript, TypeScript and more

More than auto filing like Intellisense and giving you suggestions Copilot gives you more into actual coding and fills up the details for you.

But is this completely reliable — the answer is NO.

Business Implications:

The world is ready for a new revolution here. Imagine how things can drastically change when workflows get started to get created on the fly based on context reads.

Furthermore

  1. Clean code (Already tested and used)
  2. Saves time for developers
  3. Authentic

On the flip side:

  1. Code plagiarism
  2. Machine interpretation for contexts — reliability
  3. The extra burden for quality teams to run for negative case scenarios

In spite of all of these — what we are looking for here is a fantastic development.

Imagine if the same can be extended to various other platforms.

Courtesy: https://copilot.github.com/

#GitHub #Copilot #VisualStudio #Microsoft #KPKR

K Praveen Kumar Reddy
K Praveen Kumar Reddy

Written by K Praveen Kumar Reddy

Product Management | Technology Enthusiast | Learner | Writing | Reading |

No responses yet