this post was submitted on 28 Oct 2025
188 points (96.5% liked)

Programming

23348 readers
240 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Evotech@lemmy.world 1 points 6 days ago* (last edited 6 days ago) (2 children)

I use ai for my docker compose services. I basically just point it at a repo and ask it to Start the service for me. It creates docker compose files tries to run it, rwads logs and troubleshoots without intervention

When I need to update an image i just ask it to do so.

Ai also controls my git workflow. I tell it to create a branch and push or revert or do whatever. Super nice

Ai isn't perfect but it's hella nice for us who used to work closely with tech a decade ago but have since moved to move architect / resale roles with kids and just don't have the time and resources.

I know I'll get hate for this on lemmy though

But yeah, I think it's pretty great. As long as you have basic understanding of whatever it's going you can get pretty far and do a lot of fun stuff

[–] AllHailTheSheep@sh.itjust.works 2 points 6 days ago (2 children)

I'm glad you found something that works for you but giving ai control over a git workflow sounds like a catastrophy waiting to happen, how do you ensure it doesn't do something stupid?

[–] Evotech@lemmy.world 1 points 6 days ago (1 children)

You just whitelisted commands. It can't do anything destructive

[–] AllHailTheSheep@sh.itjust.works 1 points 6 days ago (1 children)

interesting. what do you use as the model and how is that config set up? I'm not disinterested in trying it I just don't know much about using it for workflows, is there an article you'd recommend?

[–] Evotech@lemmy.world 2 points 6 days ago (1 children)

I just use Cursor. Nice vscode IDE.

But tog can also use n8n etc to interface with git in a more automated manner

thanks, I'll check it out!

[–] pyr0ball@lemmy.dbzer0.com 1 points 6 days ago

You read the commits before pushing, and test before committing. I also find it helpful to have a reference for any dev tickets you have in your git tracker

[–] aev_software@programming.dev 1 points 5 days ago (1 children)

Wait... you asked your AI to create a git branch instead of creating the git branch?

Why?

[–] Evotech@lemmy.world 1 points 5 days ago