What Is the Lookup → Flow → Value Framework?
Lookup → Flow → Value is Lutflow's three-stage mechanism for AI financial enforcement. The Sentinel agent looks up real-time GPU pricing (Lookup), inference workloads flow through an enforcement layer where budget policies are applied in real time (Flow), and the PCPO-DSPM algorithm recommends optimal models and budget allocation paths (Value). This framework is the architecture behind the AI Financial Firewall.
Why a New Framework?
Existing approaches to AI cost management treat the problem as a reporting challenge: collect costs, build dashboards, send alerts. But dashboards don't prevent overruns — they only make overruns visible after they've happened.
The Lookup → Flow → Value framework treats AI cost management as an enforcement challenge. The goal isn't to report what was spent — it's to control what will be spent.
Stage 1: Lookup
The Sentinel agent continuously looks up real-time GPU compute hourly rates from AI providers. It maintains a live pricing index across providers, GPU types, regions, and models. This transforms cost monitoring from a batch process (monthly invoices) into a continuous stream.
The Sentinel answers one question at all times: "What is this inference workload costing right now, priced against current GPU hourly rates?"
Stage 2: Flow
AI inference workloads flow through Lutflow's enforcement layer in real time. At this layer, policy rules are evaluated as each workload runs:
- Budget caps — maximum spend per team, project, or model
- Provider preferences — route to cheapest available provider
- Model constraints — restrict which models can be used
- Rate limits — throttle spending velocity
When a workload violates policy, enforcement is immediate. This is the "firewall" behavior: financial policy is applied as close to the compute as possible.
The Flow stage is implemented at two levels: the LUT Agent SDK wraps the application layer, and the Sentinel enforces at the infrastructure layer.
Stage 3: Value
The PCPO-DSPM algorithm, powered by a Neo4j graph intelligence engine, translates real-time cost data into two outputs:
- Optimal model recommendation — the best-performing model for the task within the available budget
- Optimal budget allocation path — how budget should be distributed across workloads for maximum value
The graph layer enables multi-dimensional reasoning across providers, models, cost patterns, and historical behavior — something flat dashboards cannot do.
Value is delivered before the invoice arrives.
Why It Matters
Lookup → Flow → Value is not just a marketing frame — it is how the AI Financial Firewall actually works. Every Lutflow component maps to one of these three stages. Together, they form a system that doesn't just watch AI spending — it governs it.
Frequently Asked Questions
What is Lookup → Flow → Value?+
Lutflow's three-stage mechanism for AI financial enforcement: Lookup (Sentinel monitors GPU pricing), Flow (policies enforced in real time), Value (PCPO-DSPM optimizes spending).
Why three stages instead of one?+
Each stage solves a fundamentally different problem: pricing intelligence, policy enforcement, and spending optimization. Separating them allows each to be deployed independently.
Who created this framework?+
Lookup → Flow → Value was created by Lutflow to describe how the AI Financial Firewall works. It maps directly to the system architecture.