Original Reddit post

built an IDE that suggests the next step, pr and message automatically its been working on something i think is pretty cool and wanted to share. it’s called Ara, basically an IDE that doesn’t just wait for you to type a prompt. it actually looks at your codebase and suggests what to do next. like the next feature to build, the next bug to fix, next refactor, whatever makes sense based on where the project is at. it also drafts PRs and commit messages for you automatically, which honestly saves more time than i expected. the main idea is: why should your dev environment just sit there doing nothing until you ask it something? if it can figure out the next step, it should just tell you. it’s free to try if anyone wants to mess around with it. curious what people think. submitted by /u/YoungBoyMemester

Originally posted by u/YoungBoyMemester on r/ArtificialInteligence