-
Notifications
You must be signed in to change notification settings - Fork 0
Home
MeatPopSci1972 edited this page Apr 7, 2026
·
3 revisions
Sequence-Forge(aka sequence-builder) wiki!
Why this is different from other AI diagram tools Most tools either:
Generate diagrams from scratch (losing human intent), or Chat about diagrams (unstructured, hard to act on)
This keeps the human as the author and makes AI suggestions auditable and reversible. When an AI says "add mTLS between API Gateway and Auth Service," it's not generating text — it's proposing a specific mutation to a specific message with a specific auth field value. One Ctrl+Z undoes it.
Simple loop,
- Draw the process
- AI reviews the model (cybersecurity, compliance, ops — different LLM, same data)
- AI proposes changes as a diff against the schema
- SequenceForge applies the diff as undoable actions
- Tour walks through each change with reasoning + reference links
- (ServiceNow KB, Google Docs, internal standards)
- Human accepts, modifies, or reverts
- Repeat
Read more on the Trajectory