Remix.run Logo
throwitaway222 3 hours ago

I've been doing computer stuff all my life. I am learning the construction trades now. LLMs help you learn the rules for doing weird and specific stuff in the trades. One of my favorite LLM prompts is for plumbing tasks. For example: I have 1" pex b and I need to convert to a typical 1/4" RO connection line, what fittings on supplyhouse.com should I buy? So much easier than standing in Home Depot in the plumbing aisle for 25 minutes staring at the wall of fittings.

I think in the software trade you will definitely use your brain less. But in other trades, it removes the time sucks and gets you back to work.

soiltype 3 hours ago | parent | next [-]

That's pretty much how I use it for software too. I don't want it to make stuff for me. I do want it to unblock me when I feel stuck unraveling something arcane.

platevoltage 2 hours ago | parent | prev [-]

I think the way I use AI for software development isn't too different from the way you do. I use it primarily as a research tool. I admit it's making me weaker at sifting through documentation, but I am still writing the bulk of my code myself, and whatever the LLM writes for me, I apply my own style to it.