|
|
|
|
|
by eylonmiz
1132 days ago
|
|
I'm using AI assistant tools for coding for the past 3-4 years, for Tabnine to Copilot and ChatGPT.
They all go on the auto-completion route, which is nice, but it goes as far as saving me 30% - 70% of the time, making me more productive, let's say I can do 2X instead of 1X.
In my humble opinion, it is not enough. I think we are a few steps away from exponential growth in software development speed, but it will be powered by software agents. No linear growth, exponential one. They generate specs, read specs, do PRs, do architecture planning, test code, and search for new libraries and technologies. It won't be linear growth, with no man in the loop (maybe initially), this could lead to the read Extreme programming vision, but autonomous.
I've been working on an open-source experiment/project (ReactAgent) doing that for limited spec, using GPT-4, generating React.js (frontend framework) from user stories of a product manager (that BTW, we're also been generated by ChatGPT).
I would love to know what you think, or even talk about how you see the future of software development! Repo: https://github.com/eylonmiz/react-agent |
|