My AI Adoption Journey
mitchellh.com
My AI Adoption Journey
1–10 of 420 posts
Re: My AI Adoption Journey
#2Re: My AI Adoption Journey
#3Re: My AI Adoption Journey
#4Re: My AI Adoption Journey
#5For the AI skeptics reading this, there is an overwhelming probability that Mitchell is a better developer than you. If he gets value out of these tools you should think about why you can't.
Tons of respect for Mitchell. I think you are doing him a disservice with these kinds of comments.
Re: My AI Adoption Journey
#6[flagged]
Re: My AI Adoption Journey
#7Re: My AI Adoption Journey
#8This is the key one I think. At one extreme you can tell an agent "write a for loop that iterates over the variable `numbers` and computes the sum" and they'll do this successfully, but the scope is so small there's not much point in using an LLM. On the other extreme you can tell an agent "make me an app that's Facebook for dogs" and it'll make so many assumptions about the architecture, code and product that there's no chance it produces anything useful beyond a cool prototype to show mom and dad.
A lot of successful LLM adoption for code is finding this sweet spot. Overly specific instructions don't make you feel productive, and overly broad instructions you end up redoing too much of the work.
Re: My AI Adoption Journey
#9Re: My AI Adoption Journey
#10Much more pragmatic and less performative than other posts hitting frontpage. Good article.