Invoice folder
The workspace holds synthetic invoices and bank records. Some pages are duplicated. One payment is a reimbursement.
Fixture data
Local document work
This is the setup I used to run Ling 3.0 Flash on a DGX Spark and drive it with OpenClaw. The demo hands the assistant a folder of synthetic invoices and asks for a German VAT draft.
The stack
The model, the hardware, the agent harness, and the hosting come from different projects. Each one did a specific job here.
Ling 3.0 Flash
Model, from inclusionAI at Ant Group
NVIDIA DGX Spark
Hardware and container stack
OpenClaw
Agent harness and sandbox
Hugging Face
Weights, fixture, and this page
How it runs
The workspace holds synthetic invoices and bank records. Some pages are duplicated. One payment is a reimbursement.
Fixture data
OpenClaw works the folder inside a Docker sandbox. The sandbox reads and writes the workspace and has no network access.
OpenClaw
The gateway sends model requests to a loopback SGLang server. The server holds a 131K-token pool and one running request.
Ling 3.0 Flash FP4
The model runs on the GB10 with its 121 GiB of unified memory. No document and no request leaves the box.
DGX Spark
Two launches
The two servers are alternatives, not a pair. Their measured memory totals do not fit together, so the setup stops one before it starts the other.
Reads scanned documents directly, so the invoice demo runs here.
Runs the text model with the publisher's DSpark draft model.
The demo
The assistant works through a folder of synthetic German business records. It separates income from expenses and leaves unrelated records out. It also finds duplicates and transfers.
It saves a CSV ledger and fills the supported July 2026 VAT fields. A deterministic calculator checks the result, and the assistant lists anything that still needs review.
Credits
None of this is a product launch. It is one recorded combination of four open projects, with the versions written down.
inclusionAI, Ant Group
GB10, Arm64 Linux
Agent harness, revision bc21739
Hub and static Space
3bae1cf, draft model 8e5d998, VL model
8dca6a0, fixture 1cdf157. A newer revision is a new test,
not a silent upgrade.
Run it yourself