Artificial Intelligence programming autocompletion tool for developers

This post describes how to generate code with Artificial Intelligence.

Artificial intelligence programming autocompletion tool

  1. https://github.com/features/copilot/
  2. https://openai.com/blog/openai-codex/
  3. https://openai.com/api/
  4. https://www.warp.dev/
  5. https://github.com/openai/openai-cookbook#1-write-code
  6. https://visualstudio.microsoft.com/services/intellicode/
  7. https://www.tabnine.com/
  8. https://plugins.jetbrains.com/plugin/13574-aixcoder-code-completer
  9. https://www.useblackbox.io/landingPage
  10. https://aws.amazon.com/codewhisperer/
  11. https://www.codiga.io/
  12. https://datalore.jetbrains.com/
  13. https://github.com/CodedotAl/gpt-code-clippy
  14. https://github.com/samrawal/emacs-secondmate
  15. https://ai.googleblog.com/2022/07/ml-enhanced-code-completion-improves.html
  16. https://sourcery.ai/
  17. https://codegeex.ai/en-US/
  18. https://codegeex.ai/codeTranslator
  19. https://codegeex.ai/playground
  20. https://github.com/EleutherAI/gpt-neo
  21. https://gpt3demo.com/
  22. Facebook’s TransCoder AI
  23. IBM’s CodeNet

Image generated with deepai.org and a prompt Artificial Intelligence programming autocompletion tool for developers.

Some images are generated with OpenAI DALL·E 2

 1curl https://api.openai.com/v1/completions \
 2-H 'Content-Type: application/json' \
 3-H "Authorization: Bearer $OPENAI_API_KEY" \
 4-d '{
 5"model": "text-davinci-003",
 6"prompt": "",
 7"max_tokens": 50,
 8"temperature": 0
 9}'
10
11openai api image.create -p "" -n 4


Have fun, Ego!