Skip to main content

Writing Computer Code using AI




















Last year, a new AI language tool called Generative Pre-trained Transformer 3 (GPT-3) was showcased which is expected to have a huge potential in automating coding in the future. GPT-3 is what artificial intelligence researchers call a neural network, which is a mathematical system loosely modelled on the web of Neurons in the brain.

GPT-3 is an autoregressive language model that uses deep learning to produce human-like texts. GPT-3 has a capacity of 175 billion machine learning parameters and is the same technology that identifies faces in the photos you post to Social media sites and recognises the commands you ask your virtual assistant on your phone.

Microsoft and Cambridge University have developed an artificial intelligence tool that can write code and they call it DeepCoder. DeepCoder is a machine learning system that can write working code after searching through a huge code database. It then tries to make the best possible arrangement for the harvested code fragments and improves its efficiency over time.

There are also pretty good tools in the market which help in writing high quality code with an AI Assistant. This can really help developers while coding to have an assistant that offers auto-complete a line or function giving you high quality suggestions based on your requirements.



Comments