GEN AI
1 min readJun 7, 2024
- Amazon Q
- Duet AI
- Github Copilot
Amazon Q Developer is a gen AI tool that can help you boost your productivity. Amazon Q for Developer is integrated inside of your IDE which means you can have a full conversation with Amazon Q directly in your IDE, right next to your code. Ask Amazon Q any questions and it will be able to answer.
It can assist you with
- Conversation
- Explanation
Explain the piece of code
Ask Questions about the code
Create a plan to add new features to your application - Feature development
Generate code changes with test cases - Code optimization or Code Fixing
Fix your code, by the promt explaining what is not working as expected - Infrastructure as code
Github Copilot Workspace, Copilot native dev environment Could help with
- Development plan generator
- Code Fixing or Bug Fixing or resolution
- Improve a pull request
- Review Code
- Implement a feature
- Start a code base, Generate boilerplate codebase