- Beda Vomatchka - I'm Lazy
- Posts
- ๐ปBest AI Models for Full Coding Assistance - for Lazy People
๐ปBest AI Models for Full Coding Assistance - for Lazy People

I use PHPStorm ๐ฉ๏ธ
Since I am very lazy, I need AI to do full programming (not just autocomplete)
โ Understands full project structure
โ Creates multiple files automatically
โ Refactors, fixes bugs, and improves existing code
โ Works inside PHPStorm through an API plugin
I need AI to know my code and create new features or refactor things instead of me.
Letโs say, I have middle to big project (composed of PHP, MariaDB, Redis, Sphinx, RabbitMQ etc). I want to AI to learn this and then be able to code ๐
True outsourcing. ๐คฉ
๐จโ๐ป My advantage is that I can write plugins and I know coding. So if no existing plugins for anything, I can do it.
Best Way to Get Full AI Coding in PHPStorm
Since you can write plugins, the best way to achieve "full coding AI" is:
1๏ธโฃ Build a PHPStorm Plugin That Connects to GPT-4 Turbo (Best AI for Full Coding)
๐น Why?
GPT-4 Turbo understands complex project structures.
It can generate full PHP projects, multiple files, and APIs.
OpenAI's API is fast, scalable, and supports large context windows.
You can integrate it seamlessly into PHPStorm.
๐น How?
Use PHPStorm's plugin SDK to create a custom AI assistant.
Connect to OpenAI's API (
GPT-4 TurboorCode Interpreter).Make it understand your full project structure.
Let it generate and modify multiple files automatically.
๐ This is the closest way to "AI programming instead of you."
2๏ธโฃ Alternative: Connect to Claude 2 API
๐น Claude AI is better at logical reasoning and code refactoring than GPT-4 Turbo.
๐น If you want AI to improve existing code rather than generate from scratch, Claude is a great choice.
๐น Best if you prioritize AI-assisted code reviews.
So I will see, what I can do with these things. I am looking forward.
๐ฑ But API prices are high. I donโt like it. ๐ฐ๐ฐ
I need to figure how to use pure chatbot for this. For example ChatGPT.
๐ค๐ค Hm, more to thinking
Hey, I got some idea ๐ก