this post was submitted on 02 Dec 2025
19 points (82.8% liked)
Ask
1422 readers
2 users here now
Rules
- Be nice
- Posts must be legitimate questions (no rage bait or sea lioning)
- No spam
- NSFW allowed if tagged
- No politics
- For support questions, please go to !newcomers@piefed.zip
founded 11 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I just recently came across Jules, an autonomous coding agent by Google, and was impressed with its free access level. I dumped a whole directory full of haphazard Python scripts I've been accumulating over the years into it and asked it to refactor them into less of a mess and it did a remarkable job turning the folder into somewhat of an actual application. You can hook it up to your Github account too, if you want, and it'll submit its changes as a new branch.
Just bear in mind that it'll make mistakes, I did have to do a thorough debugging run to make sure everything still worked the same. But the amount of grunt work it saved me was huge.