Construction books that reconcile themselves.
Steering House builds and renovates townhouses across Brooklyn Heights and the surrounding brownstone neighborhoods. Every project runs on tight margins, and the numbers that matter — labor, materials, subcontractor draws — lived in two systems that didn't talk to each other.
Their finance data lives in QuickBooks. Their project managers work in Google Sheets. A previous developer had built a sync tool between the two — 224 commits over a year — but by the time we were brought in, it had quietly stopped working, and the original developer's infrastructure was gone. Every employee hired since the prior August was missing from the labor data, and nobody knew why.
"The sync wasn't randomly flaky. It was asking QuickBooks the wrong question, consistently, for months."
The sync was querying QuickBooks by when a timesheet was last modified, not by when the work actually happened — so approved hours falling outside a rolling window were silently dropped. We switched the query to the work date, and ten employees' labor records reappeared. The system now runs hourly on Google App Engine: pulling labor, materials, and subcontractor draws into a dedicated Google Sheet per active project, with every raw transaction preserved for when a question comes up later.
With the sync stable, the second phase asks a harder question: which cost overruns are normal and which ones need attention. Labor is the variable that actually hurts — material overruns usually get passed to the client through a change order, but a labor miscalculation gets absorbed. We're building spending models per cost code — what a normal project should have spent by 25%, 50%, 75% complete — so a project manager sees a real anomaly instead of a wall of numbers to eyeball every week.