|
|
|
|
|
by rajangdavis
165 days ago
|
|
The more I use AI, the more I think about the book Fooled By Randomness. AI can take you down a rabbit hole that makes you feel like you are being productive but the generated code can be a dead end because of how you framed the problem to the AI. Engineers need enough discipline to understand the problems they are trying to solve before delegating a solution to a stochastic text generator. I don’t always like using AI but have found it helpful in specific use cases such as speeding up CI test pipelines and writing spec; however, someone smarter than me/more familiar with the problem space may have better strategies that I cannot of think of, and I have been fooled by randomness. |
|
With AI you have to be careful to know what is important, you dont want to waste your time doing random stuff that may not even get a single user. If its for fun, thats fine but if you want to build a business or improve your output, I would advise people to choose well.