<?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: LOUO JEAN DE DIEU YABA</title>
    <description>The latest articles on DEV Community by LOUO JEAN DE DIEU YABA (@jeanldtech).</description>
    <link>https://dev.to/jeanldtech</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%2F3763033%2F22f50104-8fdb-414a-9201-3b5e28d1f880.jpg</url>
      <title>DEV Community: LOUO JEAN DE DIEU YABA</title>
      <link>https://dev.to/jeanldtech</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jeanldtech"/>
    <language>en</language>
    <item>
      <title>Thanks, AI... but calm down🤣.</title>
      <dc:creator>LOUO JEAN DE DIEU YABA</dc:creator>
      <pubDate>Fri, 27 Mar 2026 23:58:23 +0000</pubDate>
      <link>https://dev.to/jeanldtech/thanks-ai-but-calm-down-3981</link>
      <guid>https://dev.to/jeanldtech/thanks-ai-but-calm-down-3981</guid>
      <description>&lt;h2&gt;
  
  
  AI Is Impressive… But Let’s Not Forget to Think
&lt;/h2&gt;

&lt;p&gt;Like many people, I am truly &lt;strong&gt;impressed by the range of possibilities&lt;/strong&gt; that artificial intelligence has offered since its recent rise. The progress is spectacular, and the tools are becoming more powerful every day.&lt;/p&gt;

&lt;p&gt;However, as a developer, I must admit that I have been &lt;strong&gt;somewhat annoyed&lt;/strong&gt; to hear certain “Sunday prophets” claiming that development is dead and that &lt;strong&gt;developers will be replaced by AI&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;But that’s not really the topic I want to discuss today.&lt;/p&gt;

&lt;p&gt;Instead, I would like to draw your attention to &lt;strong&gt;something so obvious and trivial that we sometimes forget about it&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  To illustrate my point, let me tell you about a &lt;strong&gt;small experiment I did with ChatGPT&lt;/strong&gt;.
&lt;/h2&gt;

&lt;h2&gt;
  
  
  A Simple Logic Puzzle
&lt;/h2&gt;

&lt;p&gt;One day, while browsing YouTube, I came across &lt;strong&gt;an IQ test&lt;/strong&gt; that seemed quite ordinary at first glance, maybe even easy.&lt;/p&gt;

&lt;p&gt;Well… at least that’s what I thought.&lt;/p&gt;

&lt;p&gt;Because in reality, &lt;strong&gt;the question had a certain subtlety&lt;/strong&gt; that made it far less obvious than it initially appeared.&lt;/p&gt;

&lt;p&gt;Here is the puzzle:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;2 + 2 = 24
3 + 3 = 36
4 + 5 = 59
4 + 6 = ?
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Curious, I decided to &lt;strong&gt;ask ChatGPT what its answer would be&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Here is what I got:&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fahtwxq4s24hv4qu9q5ah.png" alt=" " width="800" height="400"&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  ChatGPT’s Answer
&lt;/h2&gt;

&lt;p&gt;For those who don’t speak French, here is a summary of the explanation given by ChatGPT:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Let’s look for the logic. Look closely:

2 + 2 = 24
3 + 3 = 36
4 + 5 = 59

We notice something interesting:
the result is simply the concatenation of the two numbers.

2 and 2 = 24
3 and 3 = 36
4 and 5 = 59

Therefore:
4 and 6 = 46
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  A… Questionable Logic
&lt;/h2&gt;

&lt;p&gt;I don’t know about you, &lt;strong&gt;but personally I struggle to see the famous “concatenation” mentioned here&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  If someone genuinely sees the concatenation in these examples, I would be curious to read the explanation in the comments!
&lt;/h2&gt;

&lt;h2&gt;
  
  
  The Real Message
&lt;/h2&gt;

&lt;p&gt;Let’s be clear: &lt;strong&gt;I am absolutely not saying that AI should be rejected&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;On the contrary, these tools are extraordinary and can &lt;strong&gt;significantly increase our productivity&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;But this little experiment reminds us of something fundamental:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;We should never turn off our own brain.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;When AI produces an answer, it is essential to &lt;strong&gt;take a step back, verify it, and think for ourselves&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Because blindly following what an AI says simply because &lt;em&gt;“it’s AI”&lt;/em&gt; would be a mistake.&lt;/p&gt;

&lt;p&gt;After all, as a famous advertisement says:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Excess is dangerous for your health.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;And perhaps that also applies… to AI.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>discuss</category>
      <category>learning</category>
    </item>
    <item>
      <title>Before You Scroll: What’s 4 + 6?</title>
      <dc:creator>LOUO JEAN DE DIEU YABA</dc:creator>
      <pubDate>Fri, 20 Feb 2026 00:11:41 +0000</pubDate>
      <link>https://dev.to/jeanldtech/before-you-scroll-whats-4-6-ncn</link>
      <guid>https://dev.to/jeanldtech/before-you-scroll-whats-4-6-ncn</guid>
      <description>&lt;p&gt;&lt;strong&gt;Can Someone Tell Me What 4 + 6 Equals?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;2 + 2 = 24&lt;br&gt;
3 + 3 = 36&lt;br&gt;
4 + 5 = 59&lt;br&gt;
4 + 6 = ?&lt;/p&gt;

&lt;p&gt;Take 10 seconds.&lt;/p&gt;

&lt;p&gt;Don’t scroll.&lt;br&gt;
Don’t overthink.&lt;br&gt;
Just pause.&lt;/p&gt;

&lt;p&gt;What is your brain doing right now?&lt;/p&gt;

&lt;p&gt;It’s searching for a pattern.&lt;br&gt;
It’s comparing previous results.&lt;br&gt;
It’s testing possibilities.&lt;br&gt;
It’s trying to “decode” the logic.&lt;/p&gt;

&lt;p&gt;Some of you will say 410.&lt;br&gt;
Some will attempt a hidden formula.&lt;br&gt;
Some will assume it’s a trick.&lt;br&gt;
Some will give up.&lt;/p&gt;

&lt;p&gt;But this is not a math test.&lt;/p&gt;

&lt;p&gt;It’s a thinking test.&lt;/p&gt;

&lt;p&gt;The real question isn’t:&lt;br&gt;
&lt;code&gt;“What’s the correct answer?”&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;The real question is:&lt;br&gt;
&lt;code&gt;“How did you approach the problem?”&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Did you blindly accept the equations as truth?&lt;br&gt;
Did you question the pattern?&lt;br&gt;
Did you try to understand the rule behind it?&lt;br&gt;
Or did you just try to produce an answer as fast as possible?&lt;/p&gt;

&lt;p&gt;Because in today’s world, speed is cheap.&lt;/p&gt;

&lt;p&gt;Thinking is rare.&lt;/p&gt;

&lt;p&gt;And that’s exactly where my reflection on AI begins.&lt;/p&gt;

&lt;p&gt;Stay tuned.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>learning</category>
      <category>career</category>
    </item>
  </channel>
</rss>
