<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Anne Li</title>
    <description>The latest articles on DEV Community by Anne Li (@diaball).</description>
    <link>https://dev.to/diaball</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3024994%2Fe0cab870-1023-41f6-9aef-b6e09505b76e.png</url>
      <title>DEV Community: Anne Li</title>
      <link>https://dev.to/diaball</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/diaball"/>
    <language>en</language>
    <item>
      <title>The 5 Mandatory Soft Skills Engineers Must Have in the Age of AI</title>
      <dc:creator>Anne Li</dc:creator>
      <pubDate>Mon, 29 Jun 2026 12:31:10 +0000</pubDate>
      <link>https://dev.to/diaball/the-5-mandatory-soft-skills-engineers-must-have-in-the-age-of-ai-3b26</link>
      <guid>https://dev.to/diaball/the-5-mandatory-soft-skills-engineers-must-have-in-the-age-of-ai-3b26</guid>
      <description>&lt;p&gt;A senior cloud support engineer and technical interviewer argues that five soft skills remain essential for engineers in the AI era: communication that delivers, empathy and emotional intelligence, adaptability and a learning mindset, trust-building through productive disagreement, and values-driven ownership and judgment. Drawing on 1,200+ customer engagements and 24+ hiring loops, the author contends that while AI accelerates mechanical work, it cannot earn customer trust, navigate ambiguity, or demonstrate a track record of judgment under pressure — all of which still define career growth and hiring decisions.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>career</category>
      <category>productivity</category>
      <category>softwareengineering</category>
    </item>
    <item>
      <title>AI Isn’t Magic — It’s a Mirror of Human Thinking</title>
      <dc:creator>Anne Li</dc:creator>
      <pubDate>Mon, 07 Apr 2025 06:30:44 +0000</pubDate>
      <link>https://dev.to/diaball/ai-isnt-magic-its-a-mirror-of-human-thinking-3mep</link>
      <guid>https://dev.to/diaball/ai-isnt-magic-its-a-mirror-of-human-thinking-3mep</guid>
      <description>&lt;p&gt;Everyone wants to succeed.&lt;br&gt;
Throughout history, those who rise to the top are often the ones who deeply immerse themselves in the defining technologies of their era — whether it was mastering agriculture, industrialization, or the internet.&lt;/p&gt;

&lt;p&gt;Today, we live in the age of Artificial Intelligence (AI), and its influence is undeniable. AI is reshaping industries, automating tasks, and even altering how we think and create.&lt;/p&gt;

&lt;p&gt;As a result, learning AI is no longer optional — it’s essential. Those who understand and leverage AI will have a competitive edge, while those who ignore it risk being left behind.&lt;/p&gt;

&lt;p&gt;In this article, I’ll provide an intuitive understanding of AI principles by drawing insights from Pedro Domingos’ influential paper, &lt;a href="https://homes.cs.washington.edu/~pedrod/papers/cacm12.pdf" rel="noopener noreferrer"&gt;“A Few Useful Things to Know About Machine Learning”&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;How Machines Learn (And How We Can Learn From Them)&lt;/p&gt;

&lt;p&gt;Domingos breaks down machine learning (ML) into three key components:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Representation — How information is structured&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Just as humans use mental models — like analogies or categories — to understand the world, ML algorithms rely on structured representations such as decision trees, neural networks, or statistical models.&lt;br&gt;
— Machine : A “Decision tree” for loan approvals might structure data as a series of yes/no questions (Income &amp;gt; $50k? Credit score &amp;gt; 700?).&lt;br&gt;
— Human : Organizing groceries by food groups (dairy, produce) to navigate a supermarket efficiently.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Evaluation — How success is measured&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Machines use metrics like accuracy, error rates, or reward functions to evaluate performance. Humans, too, rely on feedback — whether from experience, experiments, or social validation.&lt;br&gt;
— Machine : A spam filter evaluates success by “accuracy” (% of correctly classified emails) and “precision” (avoiding false positives like marking real emails as spam).&lt;br&gt;
— Human : A startup evaluates success by user retention (metric) and customer interviews (qualitative). Ignoring user complaints while chasing growth metrics is like an AI model with high accuracy but poor real-world performance.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Optimization — How the best solution is found&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;ML algorithms “search” for optimal solutions using methods like gradient descent or evolutionary algorithms. Humans, meanwhile, refine ideas through trial and error, debate, and iteration.&lt;br&gt;
— Machine : A self-driving car adjusts its steering angle incrementally to minimize lane deviation.&lt;br&gt;
— Human : Hypothesizing → Experimenting → Refining theories based on results. Each iteration gets closer to truth.&lt;/p&gt;

&lt;p&gt;Understanding these principles helps demystify AI. Instead of seeing it as a black box, we can recognize it as a systematic approach to extracting knowledge from data — much like how humans learn from experience.&lt;/p&gt;

&lt;p&gt;The Human Advantage: “ Intuition + Logic”&lt;/p&gt;

&lt;p&gt;While AI relies on brute-force computation, humans bring something irreplaceable — “intuition”. This is why learning AI isn’t just about memorizing algorithms — it’s about developing a “synergy between human intuition and machine logic”.&lt;/p&gt;

&lt;p&gt;Conclusion :&lt;br&gt;
The Future Belongs to Hybrid Thinkers AI isn’t replacing humans — it’s augmenting us. The most successful individuals of this era will be those who combine “human creativity” with “machine efficiency”.&lt;br&gt;
The future doesn’t belong to machines or humans alone — it belongs to those who can think with both.&lt;/p&gt;

&lt;p&gt;On a final note, if you have enjoyed this article or get any help, please follow me.&lt;/p&gt;

&lt;p&gt;I hope the article helped you!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
    </item>
  </channel>
</rss>
