maybe take a look at OpenAI codex

https://gpt3demo.com/apps/openai-codex

OpenAI Codex features

  • Convert comments to code: Write a comment describing the logic you want, and let GitHub Copilot assemble the code for you.
  • Autofill for repetitive code: GitHub Copilot works great for quickly producing boilerplate and repetitive code patterns. Feed it a few examples and let it generate the rest!
  • Tests without the toil: Tests are the backbone of any robust software engineering project. Import a unit test package, and let GitHub Copilot suggest tests that match your implementation code.
  • Show me alternatives: Want to evaluate a few different approaches? GitHub Copilot can show you a list of solutions. Use the code as provided, or edit it to meet your needs.