TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

15 Times to use AI, and 5 Not to

12 pointsby twapi5 months ago

3 comments

jansan5 months ago
The article says that you should not use AI if high accuracy is required. I would rephrase this to &quot;Do not use AI if you need correct answers&quot;. Asking Gemini for the derivative of a rather simple function was quite eye-opening. It came out with a detailed step-by-step solution, explaining each step with great confidence. But the result was wrong. Pointing out the wrong result made Gemini apologize and provide another wrong solution. Then pointing out the exact step where the error occurred resulted in another apology, and in exactly the same wrong result as before.<p>With Wolfram Alpha you get a result that you can trust (or no result if it is outside the scope of Wolfram Alpha). With AI you get a result that you cannot trust, although it is presented with high confidence. This can be worse than useless.
Al-Khwarizmi5 months ago
I often use it for a type of work that is not listed there: boring work that I could do just as well, but would take much longer, and is easy to verify when done by the AI.<p>For example as a scientist this is the case for data visualization, I sometimes use ChatGPT to provide it with some tabular data and get nice Seaborn visualizations (including some iterations to adjust: &quot;make the legend bigger&quot;, etc.).<p>Could I learn Seaborn? Sure, but I&#x27;d rather not spend time on that as it&#x27;s not a particularly enriching activity. And even if I already knew it, writing and tweaking plotting code wouldn&#x27;t be exactly fun.<p>And I&#x27;m not in danger of making mistakes due to the AI because the code in such libraries is quite self-explanatory. Memorizing the functions can take some effort, checking a program to see what it&#x27;s doing is trivial.
beardyw5 months ago
&gt; When AI is bad.<p>This is described as something of a mystery. How about: imagine if words were turned into numbers and all you know is what order they tend to come in?