<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Wall on kenji.blog</title><link>http://kenji.blog/en/tags/wall/</link><description>Recent content in Wall on kenji.blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>kenjinote</copyright><lastBuildDate>Sun, 20 Jul 2025 21:52:42 +0900</lastBuildDate><atom:link href="http://kenji.blog/en/tags/wall/index.xml" rel="self" type="application/rss+xml"/><item><title>The Wall of AI Development</title><link>http://kenji.blog/en/p/ai%E9%96%8B%E7%99%BA%E3%81%AE%E5%A3%81/</link><pubDate>Sun, 20 Jul 2025 21:52:42 +0900</pubDate><guid>http://kenji.blog/en/p/ai%E9%96%8B%E7%99%BA%E3%81%AE%E5%A3%81/</guid><description>&lt;img src="http://kenji.blog/p/ai%E9%96%8B%E7%99%BA%E3%81%AE%E5%A3%81/img_1.png" alt="Featured image of post The Wall of AI Development" />&lt;h1 id="the-wall-of-ai-development">The Wall of AI Development
&lt;/h1>&lt;p>&lt;strong>〜Made it to the 8th station, but from there it was hell〜&lt;/strong>&lt;/p>
&lt;p>Hello, I&amp;rsquo;m kenji.&lt;/p>
&lt;p>Recently, I&amp;rsquo;ve been hearing a ton of people saying, &amp;ldquo;I asked AI and it made an app for me!&amp;rdquo;
We&amp;rsquo;ve moved past the era of no-code and low-code, and are entering a phase of &amp;ldquo;vibe coding&amp;rdquo; (writing code by feel).&lt;/p>
&lt;p>For example, if you say, &amp;ldquo;Make an app that processes images and posts them to SNS,&amp;rdquo; AI will spit out the code and even the UI.
&lt;strong>It&amp;rsquo;s amazing, you&amp;rsquo;d think we don&amp;rsquo;t need humans anymore, right?&lt;/strong>&lt;/p>
&lt;p>But you know, that&amp;rsquo;s like &lt;strong>landing at the 8th station of Mount Fuji in sandals&lt;/strong>.&lt;/p>
&lt;hr>
&lt;h2 id="getting-to-the-8th-station-looks-easy">Getting to the 8th station looks &amp;ldquo;easy&amp;rdquo;
&lt;/h2>&lt;p>Development with AI is really easy at first.
File I/O? It runs for now.
Network? Well, it connects.
Database? JSON is fine.
UI? ChatGPT spit out React code.
Billing? Just copy-paste the Stripe API.&lt;/p>
&lt;p>Here, you get the illusion of &amp;ldquo;Am I an engineer now?&amp;rdquo;.
But the real hell begins from here.&lt;/p>
&lt;p>&lt;img src="http://kenji.blog/p/ai%E9%96%8B%E7%99%BA%E3%81%AE%E5%A3%81/img.png"
width="1024"
height="1024"
srcset="http://kenji.blog/p/ai%E9%96%8B%E7%99%BA%E3%81%AE%E5%A3%81/img_huf56c5201f3b1d8f8800773fd39442f1f_2016892_480x0_resize_box_3.png 480w, http://kenji.blog/p/ai%E9%96%8B%E7%99%BA%E3%81%AE%E5%A3%81/img_huf56c5201f3b1d8f8800773fd39442f1f_2016892_1024x0_resize_box_3.png 1024w"
loading="lazy"
alt="img.png"
class="gallery-image"
data-flex-grow="100"
data-flex-basis="240px"
>&lt;/p>
&lt;hr>
&lt;h2 id="why-you-get-stuck">Why you get stuck
&lt;/h2>&lt;p>The reason is simple: &amp;ldquo;AI makes it look like it&amp;rsquo;s done, but leaves the final adjustments entirely to humans.&amp;rdquo;&lt;/p>
&lt;ul>
&lt;li>Data gets lost in File I/O&lt;/li>
&lt;li>DB normalization is weak so searches are slow&lt;/li>
&lt;li>UI is not intuitive&lt;/li>
&lt;li>Crashes from access concentration because no load testing was done&lt;/li>
&lt;li>Rejected by Apple/Google review&lt;/li>
&lt;li>(Almost) causes an uproar by violating legal requirements&lt;/li>
&lt;/ul>
&lt;p>In other words, **AI is good at creating a prototype that looks like a finished product &lt;strong>, but ** finishing it into a product that actually works in the real world is still a human&amp;rsquo;s job today&lt;/strong>.&lt;/p>
&lt;hr>
&lt;h2 id="but-theres-a-paradox">But there&amp;rsquo;s a paradox
&lt;/h2>&lt;p>Here you notice one &lt;strong>paradox&lt;/strong>.&lt;/p>
&lt;blockquote>
&lt;p>What if AI becomes able to truly do everything in the future?
In other words, what if &amp;ldquo;AI can perfectly handle security, billing, and design all by itself&amp;rdquo;?&lt;/p>
&lt;/blockquote>
&lt;p>At that time, &lt;strong>the need for humanity to create apps itself might disappear&lt;/strong>.&lt;/p>
&lt;p>Because if a user directly tells the AI, &amp;ldquo;I want to do this kind of thing,&amp;rdquo; the task will be executed immediately without an app.&lt;/p>
&lt;hr>
&lt;h3 id="for-example">🌀For example
&lt;/h3>&lt;p>In the past, we &amp;ldquo;launched a calculator app to calculate&amp;rdquo;, but now it&amp;rsquo;s done just by saying, &amp;ldquo;Hey Siri, what&amp;rsquo;s 12 x 32?&amp;rdquo;.&lt;/p>
&lt;p>In the same way, if you say &amp;ldquo;AI, process this photo and share it&amp;rdquo;, the process might be completed without going through any app UI or API.&lt;/p>
&lt;p>In other words, &lt;strong>when the goal of &amp;ldquo;making apps with AI&amp;rdquo; is realized, a world where apps themselves are unnecessary might arrive&lt;/strong>.&lt;/p>
&lt;hr>
&lt;h2 id="in-the-end-what-we-can-do-now">In the end, what we can do now
&lt;/h2>&lt;p>So, what should we do?&lt;/p>
&lt;ul>
&lt;li>Right now, &amp;ldquo;above the 8th station&amp;rdquo; is still the human domain, so polish that&lt;/li>
&lt;li>Focus on essential user understanding and service design&lt;/li>
&lt;li>Think about &amp;ldquo;what&amp;rsquo;s valuable&amp;rdquo; rather than &amp;ldquo;what can be made&amp;rdquo;&lt;/li>
&lt;li>Rather, explore ways of providing value that are &amp;ldquo;not bound by the format of an app&amp;rdquo;&lt;/li>
&lt;/ul>
&lt;p>AI is a tool, a lift, and sometimes a competitor.
But, &lt;strong>&amp;ldquo;what to make&amp;rdquo; and &amp;ldquo;why to make it&amp;rdquo; remain questions for us humans&lt;/strong>.&lt;/p>
&lt;hr>
&lt;h2 id="conclusion">Conclusion:
&lt;/h2>&lt;p>&lt;strong>The wall of AI development is not a paradox of technology, but of structure&lt;/strong>&lt;/p>
&lt;p>An era where anyone can get to the 8th station of Mount Fuji.
But the real thing starts from there.&lt;/p>
&lt;p>And by the time we reach the summit, a future might be waiting where we ask ourselves, &amp;ldquo;Did we even need to climb the mountain?&amp;rdquo;.&lt;/p>
&lt;p>&lt;img src="http://kenji.blog/p/ai%E9%96%8B%E7%99%BA%E3%81%AE%E5%A3%81/img_1.png"
width="1024"
height="1024"
srcset="http://kenji.blog/p/ai%E9%96%8B%E7%99%BA%E3%81%AE%E5%A3%81/img_1_hu929f602c53dcc1c0d00e8a53b025b29e_1978511_480x0_resize_box_3.png 480w, http://kenji.blog/p/ai%E9%96%8B%E7%99%BA%E3%81%AE%E5%A3%81/img_1_hu929f602c53dcc1c0d00e8a53b025b29e_1978511_1024x0_resize_box_3.png 1024w"
loading="lazy"
alt="img_1.png"
class="gallery-image"
data-flex-grow="100"
data-flex-basis="240px"
>&lt;/p></description></item></channel></rss>