scarab systems Posted on May 30 AI Can Introduce Complexity Without Introducing Noise — But Only If the Repo Knows How to Hold the Complexity # webdev # programming # ai # devops One of the things I keep thinking about with AI-assisted development is that the conversation around AI coding is often backwards. A lot of people talk about AI as if the goal is to hand it a vision and let it materialize the finished thing. Describe the app, describe the feature, describe the experience, and then let the agent build it. But I don’t think that is what most serious builders actually want. If you are designing software, you are not just asking for “an app.” You are deciding how a system should work. You are making choices about structure, flow, ownership, boundaries, and experience. You are deciding where things belong. You are deciding what should be shared and what should be isolated. You are deciding which part of the system owns which responsibility. You are deciding what the project is becoming. That is not just implementation. That is authorship. The problem is not that AI cannot code AI can code. That is not really the interesting question anymore. The harder question is whether AI can keep building inside the shape of the system you actually mean to create. That distinction became very real for me while I was rebuilding my own platform. This was not a tiny toy app or a single landing page. I was working across a fairly serious stack: Django, Django REST Framework, SvelteKit, a public site, internal content systems, member-facing surfaces, security and ops layers, content workflows, product logic, and AI-assisted tooling around the whole thing. I was not asking AI to “make a website.” I was trying to build a system with a particular internal logic. There were decisions that mattered to me as a designer of the project. For example, I might want one part of the system to own internal reusable content while another part owns public-facing lane content. I might want a sing
Back to Home

AI Can Introduce Complexity Without Introducing Noise — But Only If the Repo Knows How to Hold the Complexity
B
Blizine Admin
·2 min read·0 views
📰Dev.to — dev.to
B
Blizine Admin
View Profile Staff Writer