Furrow is a local application. You install it from the repository, start it with one command, and it opens on 127.0.0.1 in your browser. There is no account, no server of ours, and no telemetry. Customer intakes and reports stay in a folder next to the code.

About ten questions your infrastructure lead already knows: tokens per request, requests a month, latency floor, GPU, contract. Validation and derived facts update as you type.
The seven report pages on screen with every number tagged observed, derived, assumed, scenario or simulated. A scenario panel re-runs the engine under other assumptions during a call.
Every run on this machine, with re-run, export to PDF or HTML, and a trash folder. Nothing is hard-deleted.
git clone https://github.com/Adityaakr/furrow-research.git furrow cd furrow python3.12 -m venv .venv .venv/bin/pip install -e . # place the licensed Satoshi fonts in assets/fonts/ .venv/bin/furrow serve # opens http://127.0.0.1:8765 in your browser
The command line does the same work without the browser: furrow run examples/chat_h100.json prints the four page-one numbers and writes the report to the reports folder.