Architecture behind CodeWhisperer

0

Hi, I am currently working on my bachelor thesis about AI-powered tools and would like to investigate CodeWhisperer as well. Does anyone know what architecture was used for CodeWhisperer? I assume a Transformer architecture, but I can't find any information about it.

asked 10 months ago606 views
1 Answer
1

H, CW FAQ says

https://aws.amazon.com/codewhisperer/faqs/

How does Code Whisperer work?
As you are writing code, CodeWhisperer analyzes the English language comments
 and surrounding code to infer what code is needed to complete the task at hand. 
CodeWhisperer suggests one or more code snippets directly in the code editor, 
accelerating you as you code. The code suggestions provided by CodeWhisperer
are based on a large language models (LLMs) trained on billions of lines of code, 
including Amazon and open-source code. You can quickly and more easily accept 
the top suggestion (tab key), view more suggestions (arrow keys), or continue 
writing your own code. Always review a code suggestion before accepting it, 
and you may need to edit it to ensure that it does exactly what you intended.
profile pictureAWS
EXPERT
answered 10 months ago
  • Yeah, thx for the answer but I can also read the FAQ. My Question was what type of model is behind CodeWhisperer. Do they use transformers or other Models?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions