I think you might be fooling yourself with AI
louwrentius.com
I think you might be fooling yourself with AI
1–10 of 174 posts
Re: I think you might be fooling yourself with AI
#2One thing I've noticed is, that coding manually is exponentially more stressful than the slow AI approach. I'm not going any faster than I normally would, but the burnout doesn't show up on the fifth day of the week. The hyper-focus is kind of fun but utterly exhausting.
With the fast approach I can create impressive demos and POCs that are nowhere near ready for production. But sometimes that's exactly what I need.
Re: I think you might be fooling yourself with AI
#3Re: I think you might be fooling yourself with AI
#4I've noticed that you can either move very fast with AI, or very slow. Moving fast, you place a lot of trust in the agent and let it proceed and create something very quickly that works at a surface level and that you don't understand at all. Moving slow you take the time to ask questions and understand every part of the application and learn more about how to code it yourself and make changes as necessary. One thing…
The requirements didn’t really change, opus just couldn’t see all the real world potential issues with its various suggestions.
But it was helpful for me to talk it out. So I guess it fell in the (very) slow category of productive use.
Re: I think you might be fooling yourself with AI
#5Re: I think you might be fooling yourself with AI
#6I've noticed that you can either move very fast with AI, or very slow. Moving fast, you place a lot of trust in the agent and let it proceed and create something very quickly that works at a surface level and that you don't understand at all. Moving slow you take the time to ask questions and understand every part of the application and learn more about how to code it yourself and make changes as necessary. One thing…
Re: I think you might be fooling yourself with AI
#7Re: I think you might be fooling yourself with AI
#8I've noticed that you can either move very fast with AI, or very slow. Moving fast, you place a lot of trust in the agent and let it proceed and create something very quickly that works at a surface level and that you don't understand at all. Moving slow you take the time to ask questions and understand every part of the application and learn more about how to code it yourself and make changes as necessary. One thing…
Re: I think you might be fooling yourself with AI
#9At least the author admit he is biased..
Re: I think you might be fooling yourself with AI
#10I've noticed that you can either move very fast with AI, or very slow. Moving fast, you place a lot of trust in the agent and let it proceed and create something very quickly that works at a surface level and that you don't understand at all. Moving slow you take the time to ask questions and understand every part of the application and learn more about how to code it yourself and make changes as necessary. One thing…
Also, once you build something with slow AI, it becomes more practical to actually rewrite it by hand quickly and refactor it in a way that makes more sense for humans. It’s “humanwashing” the code.