|
|
|
|
|
by doctoboggan
295 days ago
|
|
When building a project from scratch using AI, it can be tempting to give in to the vibe and ignore the structure/architecture and let it evolve naturally. This is a bad idea when humans do it, and it's also a bad idea when LLM agents do it. You have to be considering architecture, dataflow, etc from the beginning, and always stay on top of it without letting it drift. I have tried READMEs scattered through the codebase but I still have trouble keeping the agent aware of the overall architecture we built. |
|