I Feel Sorry for AI
The article discusses the unrealistic expectations placed on AI by both supporters and skeptics. It argues that AI should be treated like a new graduate who requires context and onboarding rather than as an all-knowing expert or a deceitful entity. The author emphasizes the importance of understanding AI's limitations and the need for proper guidance to utilize its capabilities effectively.
- ▪AI is often expected to perform like a seasoned expert without adequate context.
- ▪Some people distrust AI entirely, viewing it as inherently deceptive.
- ▪The author suggests treating AI like a new graduate who needs onboarding and context.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3964495) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Mark Huang Posted on Jun 3 • Originally published at markhuang.ai I Feel Sorry for AI #ai #discuss #llm AI gets pulled between impossible trust and total distrust. Neither side is a serious operating model. Answer Snapshot I feel sorry for AI. Not because the model has feelings. Not because mistakes should be excused. I feel sorry for AI because the expectations around it are getting irrational from both directions.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).