To AI or not to AI
antropia.studio
To AI or not to AI
1–10 of 90 posts
Re: To AI or not to AI
#2Re: To AI or not to AI
#3Re: To AI or not to AI
#4Where I find AI most useful is getting it to do tasks I already know how to do, but would take time.
If you understand the problem you are trying to solve well enough to explain it to the LLM, you can get good results, you can also eyeball the outputted code and know right away if it's what you are after.
Getting it to do things you don't know how to do is where it goes off the rails IMO
Re: To AI or not to AI
#5The key win is skipping the prompt refinement loop, which is (A) tedious and time-consuming, and (B) debilitating in the long run.
Re: To AI or not to AI
#6Not asking for feedback is the killer for me. Even most junior developers will ask for more information if they don't have enough context/confidence to complete a task.
Re: To AI or not to AI
#7> Our marketing director (that’d be me) said that if we don’t write something about it, we will be left behind...
Write when you have something to say. What was I supposed to learn here?
Re: To AI or not to AI
#8Not asking for feedback is the killer for me. Even most junior developers will ask for more information if they don't have enough context/confidence to complete a task.
Re: To AI or not to AI
#9I am not a coder (much), but I have to wonder if my experience is common in the coding world? I guess if you are writing code against the version that was the bulk of its training then you wouldn't face this specific issue. Maybe there are ways to avoid this (and others) pitfall with prompting? As it is, I do not see at all how LLMs could really save time on programming tasks without also costing more time dealing with its quirks.
Re: To AI or not to AI
#10Indeed, self-invented abstractions are a bridge too far for AI.
You have to keep it close to the path already walked before by thousands of developers.
This makes AI more of a search engine on steroids than anything else.