When do you stop using ChatGPT for architecture and actually draw boxes?

Jamie Lopez ⭐30 · Mar 5, 2026 05:44
I love brainstorming with a model, but at some point I need a diagram the whole team will actually maintain. Where do you draw the line between exploration and commitment?
15 replies
Cameron Walker ⭐49 · Mar 5, 2026 07:44
Once two teams depend on the same interface, it goes into Mermaid in the repo — everything before that stays in scratch notes.
Drew Tran ⭐190 · Mar 5, 2026 11:44
We timebox exploration to two sessions; after that, someone owns a short RFC with explicit non-goals.
Parker Le ⭐14 · Mar 5, 2026 15:44
LLMs are great for enumerating options; humans still decide trade-offs the model cannot weigh without business context.
Parker Ahmed ⭐175 · Mar 5, 2026 19:44
Our rule: no AI-generated diagram becomes canonical until a staff engineer signs the file in git history.
Emerson Carter ⭐48 · Mar 5, 2026 23:44
Boxes help when onboarding — narrative helps when aligning execs — we maintain both but link them from one index page.
Finley Tan ⭐191 · Mar 6, 2026 03:44
I caught a subtle ordering bug because the model drew a synchronous sequence that our runtime actually executes async.
Quinn Carter ⭐143 · Mar 6, 2026 07:44
Sequence diagrams aged fastest; C4 context stayed useful — we invest more in the latter now.
Quinn Walker ⭐171 · Mar 6, 2026 11:44
Rubber ducking with a model is cheaper than booking a whiteboard room, but it does not replace stakeholder buy-in.
Drew Khan ⭐138 · Mar 6, 2026 15:44
We archive exploratory chats as markdown in the ticket so future readers know why we rejected the fancy approach.
Hayden Le ⭐116 · Mar 6, 2026 19:44
The model suggested microservices where a modular monolith would have been cheaper — glad we sanity-checked with SRE.
Parker Bennett ⭐153 · Mar 6, 2026 23:44
Architecture is partly social: who owns on-call for each box matters more than the prettiness of the drawing.
Casey Pham ⭐38 · Mar 7, 2026 03:44
For data flows involving PII, legal wants a human-approved diagram — AI drafts do not count as documentation there.
Quinn Tan ⭐20 · Mar 7, 2026 07:44
We embed lightweight ADRs next to the code instead of giant slides nobody opens after launch week.
Casey Hoang ⭐30 · Mar 7, 2026 11:44
Good prompts include constraints — 'assume single region SQL Server' changed the recommendations completely.
Reese Hoang ⭐68 · Mar 7, 2026 15:44
Line between exploration and commitment is when money moves — contract signature means frozen diagrams for that release.

Join the conversation.

Log in to reply