Your AI workflow, visualized
A node-based visual canvas where you drag, connect, and orchestrate AI models into workflows that do real work. See the shape of your thinking, not just the output.
The Flows Canvas is your primary Workspace in Memorandai. Whether you're importing conversations from other AI platforms, or starting fresh, this is where the bulk of your conversations and work with AI will take place. In the Flows canvas, you'll attach, branch, and chain different nodes to engage with AI in a creative fashion that doesn't need to be strictly linear.
Multi-model freedom
Use Claude, GPT, Gemini, Grok, and local models side by side on one canvas. Switch providers per-node, compare outputs, chain different models together. Your workflow, your choice of intelligence at every step.
- Per-node provider selection — no global lock-in
- Run local GGUF models with native GPU acceleration
- Bring your own API keys — your accounts, your usage
Roundtable
Send one question to multiple AI models simultaneously. Each model responds individually, then output assembles in two parts -- a mechanical Roundtable Synthesis showing where models agree and disagree, followed by a Helios Perspective that applies your identity lens. If tool calling is enabled, models can call tools like web-search or memory-search during the Roundtable to ground their responses.
Tool calls in plain sight
When a model says it searched the web, checked your memory, or pulled from a file, you shouldn't have to take its word for it. Every tool call surfaces inline as a collapsed row that you can expand to see the exact arguments sent and the exact response returned. A green checkmark per call confirms it executed; the panel header tallies how many ran.
It's a small thing that changes how much you can trust a longer answer. If a model claims it just searched the web but the tool panel is empty, the claim doesn't match what happened. Tool calls aren't the only honest source — base training, keystones, and the rest of the conversation all count — but anything the model says it did, you can verify it actually did.
A node for everything
Purpose-built components you connect into workflows.
Input Nodes
One per provider. Type a prompt, pick a model, send.
Response Nodes
Streaming markdown output with tool call visibility.
Text Context
Attach reference material to any prompt in the chain.
Image Context
Feed images into multimodal models for visual analysis.
Code Files
Syntax-highlighted source code with version tracking.
Script Nodes
JavaScript execution with pipeline helpers built in.
Shell Output
Run system commands and capture results on canvas.
Comparison
Side-by-side model response analysis with annotations.
Chart
Visualize data with bar, line, area, and pie charts.
Image Generation
DALL-E 3, GPT Image 2, Imagen 4, or Grok Aurora on the canvas.
Custom Nodes
Use the in-app Custom Node builder to create your own nodes.
Node Templates
Load built-in templates or create and save your own workflows.
Script nodes & pipelines
Write JavaScript that chains through your workflow. Transform data, filter results, call APIs, or build full automation sequences without leaving the canvas.
// Pipeline helpers built into every Script node
const data = await upstream(); // read connected input
const result = transform(data);
output(result); // send downstream
await runDownstream(); // trigger next node Agentic operation with Claude Code
Users who are comfortable with more advanced AI solutions like agentic workflows can access several different Memorandai MCP servers that give Claude Desktop and Claude Code a different range of tooling, allowing them to take direct actions in Memorandai for you. Agentic decisions and external MCP activity are surfaced in the Agent Hub section of the app, while a specialized selection of nodes are available in the Agent node menu in Flows.
Decision Points
Present choices and wait for human input before proceeding.
Handoffs
Structured task delegation with step-by-step instructions.
Session Summaries
Capture decisions, files changed, and next steps automatically.
Templates
Claude Code can create new custom templates externally for reusable workflow patterns.
Classic Mode
While certain advanced functionality is only accessible in Flows mode, a "Classic" linear chat interface is available as an alternative to the canvas. Same data, same models, same memory -- just a different shape for the conversation. Toggle between Canvas and Classic with one click.