Back to articles
Foundations First: Why AI Assistants Still Need a Human Driver

Foundations First: Why AI Assistants Still Need a Human Driver

via Dev.toCarl

I went through a phase where I thought I could skip learning SvelteKit properly. I had an LLM. I'd describe what I wanted, paste the output into my project, and move on. Components, routes, database queries. It all looked right. Then something broke. A page was loading data on the server but the component wasn't reactive. The LLM kept suggesting fixes using $: syntax. Svelte 5 doesn't use $: anymore. It uses runes. The LLM didn't know the difference, and neither did I. That's when it hit me. I wasn't building anything. I was assembling code I couldn't debug. The Framework Problem Here's the thing about modern web stacks. They move fast. Svelte 5 rewrote its entire reactivity model. Tailwind 4 dropped the JavaScript config file for a CSS-based one. Drizzle ORM has its own schema syntax that looks nothing like Prisma. These aren't small changes. LLMs are trained on older data. They mix up versions constantly. I've seen an LLM generate a perfectly valid Tailwind 3 config and present it wi

Continue reading on Dev.to

Opens in a new tab

Read Full Article
0 views

Related Articles