
2026-04-04 by Chris
Most chatbots work like forms in disguise. They ask a question, wait for your answer, then move on. It's a simple, linear, turn-based pattern. And it's everywhere. It's also a fundamental limitation that most chatbot builders never question.
Wanderer doesn't work this way. Wanderer chatbots are non-blocking meaning the conversation keeps moving even while interactive elements are on screen. Buttons can appear, forms can be open, timers can be running and the bot keeps talking, reacting, and adapting.
This isn't a workaround. It's a direct consequence of the underlying technology: Reactive Graph Sequencing (RGS).
In a traditional chatbot builder, every interactive element is a roadblock. When the bot shows you a set of buttons, it stops. It waits. Nothing else happens until you click. The entire conversation is paused (blocked) by a single UI element.
This is fine for simple FAQ bots. But the moment you want to build something that feels alive (something that responds to time, to external events, to multiple things happening at once) the blocking model falls apart.
Think about it: In a real conversation, the other person doesn't freeze mid-sentence just because they asked you a question. They might add context, react to your body language, or change the subject entirely. Traditional chatbots can't do any of this. Wanderer can.
The secret lies in how Wanderer models conversations. Instead of a linear flow that moves from step A to step B to step C, Wanderer uses a reactive graph. Every element in the conversation (every message, every button, every input field) is a node in that graph. And these nodes don't wait for each other unless you explicitly tell them to.
This means:
None of these elements block the graph. They participate in it.
One of Wanderer's flow templates demonstrates this beautifully: a quiz game.
The bot asks a question and presents multiple-choice answers as buttons. A timer starts counting down. So far, so normal. But here's where it gets interesting:
In a traditional chatbot builder, this would require custom code, complex workarounds, or simply wouldn't be possible. In Wanderer, it's just nodes in a graph.
The quiz is a fun demo, but the principle behind it is serious. A non-blocking chatbot can react to events that don't come from the user.
Think about what that enables:
None of this is possible in a blocking model. In a blocking model, the bot is frozen, waiting for a click that might never come while the world moves on without it.
So how does Wanderer pull this off? The answer is Reactive Graph Sequencing (RGS), a paradigm that fundamentally rethinks how chatbot logic works.
Traditional bots are event-driven: something happens, then the bot decides what to do next. RGS is state-driven: the graph continuously evaluates the current state of the entire conversation and determines what should be happening right now.
This means:
And all of this happens visually, in the browser, without writing code. You connect nodes, define conditions using Must/May/Not edges, and the graph takes care of the rest.
Most chatbot builders treat "non-blocking" behavior as an edge case. Something you hack together when the default flow isn't enough. In Wanderer, non-blocking is the default. It's not a feature bolted on top; it's a consequence of the architecture.
Every node is independent. Every node is reactive. Every node can respond to state changes from any source (user input, timers, external events, other nodes). The graph doesn't block because there's nothing to block. There's no single thread of execution waiting for a response. There's a living, breathing graph that reacts to the world as it changes.
That's why Wanderer chatbots feel different. They don't wait. They don't freeze. They don't leave stale buttons on the screen. They move with the conversation and with everything happening around it.
Wanderer is a visual chatbot builder powered by Reactive Graph Sequencing. Build non-blocking, reactive conversations (no code required). Learn more at wanderer-flow.de.
Title image: https://unsplash.com/de/fotos/ein-kleiner-wasserfall-mitten-im-wald-LTDMP9v21cc