this post was submitted on 19 Apr 2025
131 points (94.6% liked)

Programming

19750 readers
99 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 [email protected]



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ryandenotter 11 points 5 days ago (4 children)

I find that using AI can sometimes help me get the ball rolling. Rather than having a blank page, I have some (sometimes shitty) code that I can start from. I have never used 100% of generated code in production.

[–] [email protected] 6 points 4 days ago

I use it to generically explain things to me. I give it limited things and ask it to break it down or give me alternatives.

No different than googling skills, how I ask gets different results, and sometimes it's far faster than digging and digging through forum posts or textbook style documentation. Other times it's a waste of my time and I quickly move on.

[–] FizzyOrange 5 points 5 days ago

Yeah I agree. It's often easier to start from something that's wrong than a blank page.

[–] [email protected] 3 points 4 days ago

I've heard someone comparing it to the famous rubber duck.

[–] [email protected] 3 points 4 days ago

I often refer to ai as an index for human knowledge. It’s pretty good at expanding on the context around what you ask it. It’s great for getting started or to help point you in other directions