Hacker News new | past | comments | ask | show | jobs | submit | lusob's comments login

This is a Python program that uses OpenAI's ChatGPT to generate code review comments from diffs. The program reads the diff changes from the standard input, which allows piping from git diffs (or any other diff tool) directly into the program.


git diff master..branch | python3 chatgpt_code_reviewer.py


Have you ever wished you could generate a complete code project from a single sentence? Now you can, thanks to mAIker, the latest VSCode extension powered by OpenAI api.

With MAIker, all you have to do is enter a simple prompt, such as "build a space invaders game in js and html", and watch as the extension generates a fully-functional codebase that meets your requirements. MAIker uses advanced algorithms to analyze your prompt and select the most appropriate frameworks, libraries, and coding patterns to create a project that is efficient, maintainable, and scalable.

Whether you're a seasoned developer looking to save time on repetitive tasks or a beginner who wants to learn how to code by example, MAIker is the ultimate tool for boosting your productivity and creativity.

Give it a try today and experience the power of AI at your fingertips.


hey bro, dose it debug code aswell, like will it understand my code/project and debug areas i need it to??


Hi! the primary function of the mAIker is to generate code based on a prompt, rather than debugging existing code. However, it could be a good idea to add to the roadmap, thanks!


Maiker is a VSCode extension to generates coding projects from on a user prompt using OpenAI ChatGPT api


Maiker is a VSCode extension to generates coding projects from on a user prompt using OpenAI ChatGPT api


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: