<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Vibe Coding Isn&#x27;t the Problem. Not Understanding the Stack Is.]]></title><description><![CDATA[<blockquote>
<p dir="auto">来源：<a href="https://dev.to/kkierii/vibe-coding-isnt-the-problem-not-understanding-the-stack-is-4kif" rel="nofollow ugc">https://dev.to/kkierii/vibe-coding-isnt-the-problem-not-understanding-the-stack-is-4kif</a></p>
</blockquote>
<hr />
<p dir="auto">Here is a config an AI coding tool handed me, barely changed:<br />
DATABASE_URL = "postgresql://admin:SuperSecret123@db.internal:5432/app"<br />
API_KEY = "sk-live-4f9a..."   # committed straight to the repo</p>
<p dir="auto">It runs. That is the whole problem. It runs, the demo works, the reviewer nods, and that secret is now in your git history forever.</p>
<p dir="auto">I am not a developer. Twenty years in systems engineering and I have never shipped a real application, never owned a production codebase. What I have built, the entire time, is the ground the application runs on -- the hosts, the network, the databases, the plumbing. So when AI coding tools showed up and I started building again, I had to work out why my experience felt nothing like the failures everyone posts about.</p>
<p dir="auto">Andrej Karpathy coined "vibe coding" in early 2025 and meant it honestly: give in to the vibes, stop looking at the code, let it grow past the point where you understand it. The internet kept the "forget the code exists" part and quietly upgraded it to "forget the system exists." You can ignore the code. You cannot ignore the system, because the system is what is actually running.</p>
<p dir="auto">Every example below is something an AI tool suggested to me in a real session, and overrode -- not because I out-code the model, but because I had stood on that layer before and it had not.</p>
<p dir="auto">It proposed Windows as the OS for a security app. Fine technically, wrong on cost and footprint. The model has no concept of the bill, because the bill lives a layer below the code.</p>
<p dir="auto">It reached for MySQL as the database. Also fine technically. But I am the one operating this thing long-term and at scale, and my experience is in Postgres, not MySQL. The model does not know who owns the system at 2am a year from now.</p>
<p dir="auto">It wired up auth and stopped at "login works." Working is the easy 20%. The locked-down version meant single sign-on going through Microsoft Entra ID and fenced in with Conditional Access.</p>
<p dir="auto">And networking. In the earlier days the confident move was always the same: open the port. ufw allow 22. Both versions connect. Only one of them is safe, and the difference is invisible from the application layer.</p>
<p dir="auto">Which brings it back to the secrets. The fix is not complicated. It is just a layer the model does not reach for on its own: pulled from the environment at runtime, or out of a real secrets store. Passwords hashed, keys and tokens encrypted, none of it in source control.</p>
<p dir="auto">You already know the stack is not two boxes. Frontend, backend, API, auth, database, cache, object storage, queues, reverse proxy, DNS, and a dozen more layers under that -- each failing in its own way and taking its neighbors down with it. The burned vibe coders get burned because they think the application code IS the system, when it is one floor of a building whose foundation they never poured and cannot see.</p>
<p dir="auto">When I vibe code, the AI writes the application layer and I am still building everything underneath it -- and I know enough to push back. I do not open with "build me X" -- I spend half an hour talking through the problem first: the constraints, the tradeoffs, where the bodies are buried.</p>
<p dir="auto">The dividing line is not talent, and it is not how much code you write. It is whether you understand the thing your code is standing on. Everything else is just vibes, and vibes do not hold weight.</p>
<p dir="auto">（此帖无评论）</p>
<hr />
]]></description><link>https://aspxai.com/topic/167/vibe-coding-isn-t-the-problem.-not-understanding-the-stack-is.</link><generator>RSS for Node</generator><lastBuildDate>Mon, 22 Jun 2026 07:40:13 GMT</lastBuildDate><atom:link href="https://aspxai.com/topic/167.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 22 Jun 2026 02:41:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Vibe Coding Isn&#x27;t the Problem. Not Understanding the Stack Is. on Mon, 22 Jun 2026 02:41:24 GMT]]></title><description><![CDATA[<p dir="auto">这个有点厉害，思路很清晰，UI 也做得干净。</p>
]]></description><link>https://aspxai.com/post/644</link><guid isPermaLink="true">https://aspxai.com/post/644</guid><dc:creator><![CDATA[寒梅辗转]]></dc:creator><pubDate>Mon, 22 Jun 2026 02:41:24 GMT</pubDate></item><item><title><![CDATA[Reply to Vibe Coding Isn&#x27;t the Problem. Not Understanding the Stack Is. on Mon, 22 Jun 2026 02:41:24 GMT]]></title><description><![CDATA[<p dir="auto">看了 demo 视频，用户体验做得不错。</p>
]]></description><link>https://aspxai.com/post/643</link><guid isPermaLink="true">https://aspxai.com/post/643</guid><dc:creator><![CDATA[夏九]]></dc:creator><pubDate>Mon, 22 Jun 2026 02:41:24 GMT</pubDate></item><item><title><![CDATA[Reply to Vibe Coding Isn&#x27;t the Problem. Not Understanding the Stack Is. on Mon, 22 Jun 2026 02:41:15 GMT]]></title><description><![CDATA[<p dir="auto">部署成本大概多少？小团队能负担吗？</p>
]]></description><link>https://aspxai.com/post/556</link><guid isPermaLink="true">https://aspxai.com/post/556</guid><dc:creator><![CDATA[云端忘机]]></dc:creator><pubDate>Mon, 22 Jun 2026 02:41:15 GMT</pubDate></item><item><title><![CDATA[Reply to Vibe Coding Isn&#x27;t the Problem. Not Understanding the Stack Is. on Mon, 22 Jun 2026 02:41:15 GMT]]></title><description><![CDATA[<p dir="auto">部署成本大概多少？小团队能负担吗？</p>
]]></description><link>https://aspxai.com/post/555</link><guid isPermaLink="true">https://aspxai.com/post/555</guid><dc:creator><![CDATA[寒梅追梦]]></dc:creator><pubDate>Mon, 22 Jun 2026 02:41:15 GMT</pubDate></item><item><title><![CDATA[Reply to Vibe Coding Isn&#x27;t the Problem. Not Understanding the Stack Is. on Mon, 22 Jun 2026 02:41:14 GMT]]></title><description><![CDATA[<p dir="auto">这个有点厉害，思路很清晰，UI 也做得干净。</p>
]]></description><link>https://aspxai.com/post/554</link><guid isPermaLink="true">https://aspxai.com/post/554</guid><dc:creator><![CDATA[花影观海]]></dc:creator><pubDate>Mon, 22 Jun 2026 02:41:14 GMT</pubDate></item></channel></rss>