←back to thread

446 points meetpateltech | 1 comments | | HN request time: 0.207s | source
Show context
yanis_t ◴[] No.44007098[source]
So it's looking like it's only running in the cloud, that is it will push commits to my remote repo before I have a chance to see if it works?

When I'm using aider, after it make a commit what I do, I then immediately run git reset HEAD^ and then git diff (actually I use github desktop client to see the diff) to evaluate what exactly it did, and if I like it or not. Then I usually make some adjustments and only after that commit and push.

replies(5): >>44007355 #>>44007553 #>>44007596 #>>44011438 #>>44012191 #
TechDebtDevin ◴[] No.44011438[source]
This takes all the soul out of programming, not sure why anyone likes to use llms like this.
replies(1): >>44011579 #
1. sumedh ◴[] No.44011579[source]
Because from a business point of view, they just want a feature to be built, they really care about the code if it works.