this post was submitted on 23 Oct 2025
61 points (89.6% liked)

Programming

23281 readers
406 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
 

If so, I'd like to know about that questions:

  • Do you use an code autocomplete AI or type in a chat?
  • Do you consider environment damage that use of AIs can cause?
  • What type of AI do you use?
  • Usually, what do you ask AIs to do?
you are viewing a single comment's thread
view the rest of the comments
[–] ragingHungryPanda@piefed.keyboardvagabond.com 2 points 5 days ago* (last edited 5 days ago)

I'm using it for some side projects. I used it as an assistant for setting up services in Kubernetes - also used it a lot for debugging and creating kubectl commands.

another side project is to write a full web app in F# SAFE stack, which uses Fable to transpile to JavaScript and React, so I'm learning several things at once.

At work I didn't use it as much, but it got used to generate tests, since no one really cared enough about them. I also did some cool stuff where someone wrote a guide on how to migrate something from a V1 of a thing to a V2 of a thing, I hooked up MCP to link the doc, asked it to migrate one, and it did it perfectly.

I used it a lot to generate Mongo queries, but they put that feature in MongoDB Compass.

We used Claude Sonnet pretty much exclusively. for my side projects I often use Auto since Sonnet burns through the monthly budget pretty quickly. It definitely isn't as good, but it tends to be favorable for template-y things, debugging why some strange thing is happening in F# or react.

For the side projects, I find I'm using it less as I learn more. It's good for getting over a quick hump if you have a sense of how things generally should be.

I've considered the lakes I've burned because I didn't copy paste those kubectl commands to a file.

I prefer Sonnet. Anything less isn't that great, which is one reason I think people hate it.

I tend to use it for crufty things. And certain front end things. It's been a long time since I've done web UI.