this post was submitted on 23 Oct 2025
60 points (89.5% liked)

Programming

23281 readers
280 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
[–] chasteinsect@programming.dev 2 points 4 days ago

I don't mess with code autocomplete, Cursor, agents or any of that stuff. I've got subscriptions to 2 platforms that give me access to a bunch of different models and I just ask whatever model I need directly, copy/paste the context it needs. On that note, AI search engines like Perplexity genuinely bring zero value to my workflow. I'd rather do the searching myself and feed it the relevant context, feels like it misleads me more often than it helps. I actually have a Perplexity sub (got it free) and haven't touched their web search in like 4 months.

I've thought about the environmental impact and taken steps to minimize my usage. That's actually one reason I avoid Cursor, agents, and AI web search - feels super wasteful and I'm not convinced it's sustainable long-term. I guess I just like being in control, you know? I also try using smaller open source models when I can, even if they're not as powerful.

My go-to models right now for daily use (easiest to hardest tasks): Llama 4 Scout -> DeepSeek v3.1 -> DeepSeek v3.1 (thinking) -> Gemini 2.5 Pro / Claude 4 Sonnet (thinking) -> GPT 5 (thinking). Sometimes I'll throw in other models like Gemini 2.5 Flash but mostly stick to these.

By the way I would recommend trying out t3.chat ( that's one of the platforms that I use). Cost 8 USD / month and is made by Theo pretty happy with it for the price. The UI is honestly its strongest point.

For how I actually use AI, I wrote a more detailed answer in another thread about AI usage. Have a read