<?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: Mary Johnson</title>
    <description>The latest articles on DEV Community by Mary Johnson (@maryjohnson).</description>
    <link>https://dev.to/maryjohnson</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%2F4104850%2Fb50c3743-231e-4432-9b00-71942319bfe6.png</url>
      <title>DEV Community: Mary Johnson</title>
      <link>https://dev.to/maryjohnson</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/maryjohnson"/>
    <language>en</language>
    <item>
      <title>I'm Learning Why AI Shouldn't Do Everything</title>
      <dc:creator>Mary Johnson</dc:creator>
      <pubDate>Tue, 01 Sep 2026 17:32:13 +0000</pubDate>
      <link>https://dev.to/maryjohnson/im-learning-why-ai-shouldnt-do-everything-3g13</link>
      <guid>https://dev.to/maryjohnson/im-learning-why-ai-shouldnt-do-everything-3g13</guid>
      <description>&lt;p&gt;One thing I'm realizing while learning AI is that an LLM doesn't need to handle every task.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;User question&lt;br&gt;
     ↓&lt;br&gt;
AI understands intent&lt;br&gt;
     ↓&lt;br&gt;
Call the right API&lt;br&gt;
     ↓&lt;br&gt;
Get real data&lt;br&gt;
     ↓&lt;br&gt;
AI explains the result&lt;/p&gt;

&lt;p&gt;If I need to calculate distance, normal code can do it.&lt;/p&gt;

&lt;p&gt;If I need to retrieve a database record, SQL can do it.&lt;/p&gt;

&lt;p&gt;If I need to check whether a location is open, an API should provide the answer.&lt;/p&gt;

&lt;p&gt;Then AI can focus on understanding the user's request and presenting the information naturally.&lt;/p&gt;

&lt;p&gt;I'm starting to think the best AI applications aren't necessarily the ones with more AI.&lt;/p&gt;

&lt;p&gt;They're the ones that use AI in the right places.&lt;/p&gt;

&lt;p&gt;What tasks do you think should never be left entirely to an LLM?&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>webdev</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>I Want to Build an AI Assistant for My Website 🤖</title>
      <dc:creator>Mary Johnson</dc:creator>
      <pubDate>Tue, 01 Sep 2026 17:31:10 +0000</pubDate>
      <link>https://dev.to/maryjohnson/i-want-to-build-an-ai-assistant-for-my-website-2a6</link>
      <guid>https://dev.to/maryjohnson/i-want-to-build-an-ai-assistant-for-my-website-2a6</guid>
      <description>&lt;p&gt;I'm learning AI and I want to build something practical for my website instead of just another basic chatbot.&lt;/p&gt;

&lt;p&gt;My idea is an AI assistant that can help visitors:&lt;/p&gt;

&lt;p&gt;📍 Find the nearest location&lt;br&gt;
🍴 Search and understand the menu&lt;br&gt;
💰 Find menu prices&lt;br&gt;
🥗 Find nutrition information&lt;br&gt;
⚠️ Understand allergen information&lt;br&gt;
🎯 Get personalized menu suggestions&lt;br&gt;
🔎 Navigate to the right page using natural language&lt;/p&gt;

&lt;p&gt;For example, a user could simply ask:&lt;/p&gt;

&lt;p&gt;“What's the closest location to me?”&lt;/p&gt;

&lt;p&gt;or&lt;/p&gt;

&lt;p&gt;“I want something spicy. What should I order?”&lt;/p&gt;

&lt;p&gt;The AI would retrieve information from my website/database instead of guessing.&lt;/p&gt;

&lt;p&gt;I'm currently learning about RAG, APIs, tool calling, location services, and AI agents, and this is the project I want to experiment with.&lt;/p&gt;

&lt;p&gt;My website/project: &lt;a href="https://chickensaladchickmenuprice.com/" rel="noopener noreferrer"&gt;https://chickensaladchickmenuprice.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you've built an AI assistant connected to a real website, what would you recommend I build first?&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>productivity</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
