<?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: Anas Sabah</title>
    <description>The latest articles on DEV Community by Anas Sabah (@an12s3).</description>
    <link>https://dev.to/an12s3</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3971776%2F3a9a51aa-c8d8-4195-b90f-b58899f66ae7.jpg</url>
      <title>DEV Community: Anas Sabah</title>
      <link>https://dev.to/an12s3</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/an12s3"/>
    <language>en</language>
    <item>
      <title>Is AI the New "Genie in a Bottle" for Developers? 🧞‍♂️💻</title>
      <dc:creator>Anas Sabah</dc:creator>
      <pubDate>Sat, 06 Jun 2026 23:26:10 +0000</pubDate>
      <link>https://dev.to/an12s3/is-ai-the-new-genie-in-a-bottle-for-developers-2ifi</link>
      <guid>https://dev.to/an12s3/is-ai-the-new-genie-in-a-bottle-for-developers-2ifi</guid>
      <description>&lt;p&gt;We've all heard the ancient tale of Aladdin rubbing the lamp and a Genie appearing to grant his wishes with a booming &lt;em&gt;"Your wish is my command"&lt;/em&gt;. &lt;/p&gt;

&lt;p&gt;As developers in 2026, don't you feel we are doing the exact same thing? We open our IDEs, trigger GitHub Copilot, Cursor, or ChatGPT, write a few lines of comments, and boom—a fully functional block of code, a complex regex, or a boilerplate setup appears in seconds.&lt;/p&gt;

&lt;p&gt;AI has essentially become our digital Genie. But just like the old folktales, there is a catch.&lt;/p&gt;

&lt;h2&gt;
  
  
  Be Careful What You "Prompt" For
&lt;/h2&gt;

&lt;p&gt;In the myths, if you ask the Genie for a "million bucks" without context, you might end up surrounded by a million male deer instead of dollar bills. &lt;/p&gt;

&lt;p&gt;In software development, the exact same rule applies. If your prompt is vague, lazy, or lacks context, your digital Genie will confidently hand you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Refactored code that breaks production.&lt;/li&gt;
&lt;li&gt;Hidden security vulnerabilities.&lt;/li&gt;
&lt;li&gt;The infamous "AI hallucinations"—functions that look brilliant but don't actually exist in the library.&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The magic isn't in the lamp anymore; it's in how you frame the wish.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  The Rise of the "Prompting" Developer
&lt;/h2&gt;

&lt;p&gt;What we call &lt;strong&gt;Prompt Engineering&lt;/strong&gt; isn't just a buzzword; for us as developers, it’s a core skill. It's about knowing how to define system instructions, pass the correct context, set strict constraints (like asking for a specific JSON schema output), and guide the LLM to write clean, maintainable code.&lt;/p&gt;

&lt;p&gt;The developers who will thrive tomorrow aren't the ones who let AI do all the thinking. They are the ones who know how to act as the &lt;strong&gt;Architect&lt;/strong&gt;, treating the AI as a super-fast junior developer that needs crystal-clear specifications.&lt;/p&gt;




&lt;h3&gt;
  
  
  💬 Let's Talk:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Do you agree with this Genie metaphor, or do you see AI as something fundamentally different in your workflow?&lt;/li&gt;
&lt;li&gt;What’s the funniest, most bizarre, or disastrous code output you've ever gotten from an AI because of a poorly written prompt? Let’s hear your stories in the comments!&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>openai</category>
      <category>developer</category>
    </item>
    <item>
      <title>I Built MyTone Translate: AI That Translates Tone, Not Just Words</title>
      <dc:creator>Anas Sabah</dc:creator>
      <pubDate>Sat, 06 Jun 2026 20:23:45 +0000</pubDate>
      <link>https://dev.to/an12s3/i-built-mytone-translate-ai-that-translates-tone-not-just-words-1mdg</link>
      <guid>https://dev.to/an12s3/i-built-mytone-translate-ai-that-translates-tone-not-just-words-1mdg</guid>
      <description>&lt;p&gt;Hello everyone 👋&lt;br&gt;
Over the last few months, I've been experimenting with AI-powered communication tools.&lt;br&gt;
While working on translation-related ideas, I noticed something interesting:&lt;br&gt;
Even when a translation is technically correct, it can still feel unnatural depending on the country or culture.&lt;br&gt;
For example:&lt;br&gt;
"Let's schedule a meeting."&lt;br&gt;
The meaning stays the same, but the way people naturally express it can vary between the US, UK, India, the Middle East, and many other regions.&lt;br&gt;
That observation led me to build MyTone Translate.&lt;br&gt;
What is MyTone Translate?&lt;br&gt;
MyTone Translate is an experimental AI tool that rewrites text while adapting the tone and communication style.&lt;br&gt;
Instead of focusing only on language translation, it tries to make messages sound more natural and culturally appropriate.&lt;br&gt;
Current Features&lt;br&gt;
Friendly tone&lt;br&gt;
Professional tone&lt;br&gt;
Diplomatic tone&lt;br&gt;
Enthusiastic tone&lt;br&gt;
Direct tone&lt;br&gt;
Multi-language support&lt;br&gt;
Why I Built It&lt;br&gt;
I believe communication problems are often caused by differences in tone rather than differences in language.&lt;br&gt;
A message that sounds professional in one culture may sound cold or overly direct in another.&lt;br&gt;
I'm exploring whether AI can help bridge that gap.Try It&lt;br&gt;
🚀 MyTone Translate:&lt;br&gt;
&lt;a href="https://mytone-translate.netlify.app/" rel="noopener noreferrer"&gt;https://mytone-translate.netlify.app/&lt;/a&gt;&lt;br&gt;
Looking for Feedback&lt;br&gt;
This project is still an experiment and I'm validating the idea.&lt;br&gt;
I'd love to hear:&lt;br&gt;
Would you use something like this?&lt;br&gt;
Which countries or cultures would be most useful to support?&lt;br&gt;
What features would make it more valuable?&lt;br&gt;
Thank you for reading.&lt;br&gt;
— Anas Sabah&lt;/p&gt;

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