Back to Go2 AI Workflow Discovery Pilot
Demo Report | Based on a real Go2 pilot. Names and details changed. | Go2 Operational Intelligence — 2-week individual pilot
2-Week Free Pilot

Maria Calderon

Bookkeeper / Accounting Support — Summit Trail Gear — Data period: 10 working days, Q1 2026
10
Working Days
~6.5K
Activity Records
88 hrs
Hours Logged
7
Findings
18–22 hrs
Recoverable / Wk

At a Glance

Two weeks of behavioral telemetry from one person. No surveys, no self-reporting, no interviews. Everything below is observed from app usage, window titles, keystroke sequences, and dwell time. Summit Trail Gear is a mid-size outdoor retail brand with e-commerce and two retail locations. Maria works from the Philippines on US business hours. The data doesn't care about timezone.

2,472
Payroll Sheet Events
530
PayPal Payment Initiations
368
Payables Schedule Events
188
Calculator Opens
18–22 h
Recoverable / Wk
7
Findings

What the data shows — in one sentence: Maria's operation runs on Google Sheets as mission control — payroll, payables, reconciliation, and revenue reporting all live in spreadsheets she maintains manually, while the platforms that generate the underlying data (PayPal, Brex, Gusto, Invoiced) sit disconnected in parallel.

"Recoverable" means hours per week spent on tasks that are either fully automatable with existing tools, or dramatically reducible through integrations that take days — not weeks — to implement. Nothing below requires new software. Every solution works in Maria's existing stack.

🛠
Included Free With This Pilot
Payroll Working File → Gusto Sync Script
Maria's #1 activity is her "PAYROLL Working File" in Google Sheets — 2,472 events across the pilot period. We built a Gusto API sync that pulls run history, deductions, and employee status into her sheet automatically. Eliminates the manual population that currently defines her mornings. Included with every Go2 pilot at no charge.

Discovery Findings

Seven behavioral patterns identified from 10 working days of activity data, including one revenue opportunity. Each finding is structured as a discovery item: observed evidence, financial impact, and a clear implementation path. Click any line item to expand the detail.

F-01

The Payroll Working File — Maria's Riskiest Dependency

97% CONFIDENCE 8–10 hrs/wk

What We Observed

The single highest-activity window in Maria's entire 11-day dataset is titled "PAYROLL Working File - Google Sheets" — 2,472 events. This is Maria's payroll operation. Gusto runs payroll processing, but the source of truth for headcount, deductions, salary changes, and pay period inputs is a Google Sheet Maria maintains manually. Every Gusto run starts with data Maria has populated in this file.

Stability risk: The data also shows a window titled "Invoice Monitoring(AutoRecovered)" — 94 events — indicating Maria is routinely working out of auto-recovered files. If this pattern extends to the Payroll Working File, a crash or sync failure mid-period isn't hypothetical. It has likely already happened.
Observed SignalCountSource
PAYROLL Working File events2,472Window title dwell — #1 in entire dataset
AutoRecovered file events (Invoice sheet)94Window title contains "(AutoRecovered)"
Gusto direct sessions~140Gusto domain dwell events
Sheets ↔ Gusto context switches~310Cross-app focus transitions during payroll windows
Calculator opens during payroll sessions67App launch events in payroll window context

The Pattern

The behavioral signature is a Sheets-first workflow: Maria opens the Payroll Working File, reviews or updates employee data, opens the Calculator to verify deductions, then switches to Gusto to initiate or confirm the run. The Sheet is the ledger. Gusto is the execution layer. The problem is they're not connected — Maria is the bridge, every time.

08:55 — PAYROLL Working File opens (Google Sheets)
08:55 — 4–8 min dwell — reviewing/updating employee rows
09:03 — Calculator opens — deduction verification
09:04 — Switch to Gusto — confirm pay period inputs
09:07 — Switch back to Sheets — update post-run status
09:09 — Repeat for next employee segment or period

Why This Matters

Two risks compound here. First, operational: if the Payroll Working File is corrupted or goes missing, payroll doesn't run on time. There is no backup workflow. Second, accuracy: any discrepancy between what's in the Sheet and what's in Gusto is reconciled manually by Maria — and based on the data, she's doing this reconciliation repeatedly, not once.

Implementation Path

Tier 1 — Backup & Version Control (This Week)

Enable Google Sheets version history + set up a Google Drive backup folder with daily snapshots via Apps Script. 30 minutes. Eliminates crash risk immediately.

Tier 2 — Go2 Built Tool (Included Free)

Gusto API → Sheets sync. Employee data, deduction schedules, and run status pull automatically into Maria's working file. She reviews and approves instead of manually populating.

Tier 3 — Full Payroll Pipeline (Gusto API)

Gusto webhooks push run confirmations back to Sheets post-execution. Maria's working file becomes a live dashboard — not a data entry surface.

API References

F-02

PayPal Payment Loop — 530 Manual "Initiate a Payment" Events

96% CONFIDENCE 5–6 hrs/wk

What We Observed

The window title "Initiate a Payment" in PayPal appeared 530 times across 10 working days. That is Maria manually initiating payments, one at a time, from PayPal's standard send-payment interface. This is the equivalent of sending 530 individual checks by hand instead of running a payment batch. PayPal's Payouts API exists precisely to eliminate this workflow.

MetricObserved ValueSource
"Initiate a Payment" window events530PayPal window title events, 11-day period
Avg. time per manual payment (estimated)3–5 minDwell signature on PayPal send-payment flow
PAYABLES_Schedule_2026 events368Sheets window title — payment scheduling file
Sheets ↔ PayPal context switches (10 days)~420Cross-app focus transitions, PayPal + Sheets window pair
PayPal Payouts API used0No API-initiated payment pattern detected

The Sequence

The data shows Maria working from "PAYABLES_Schedule_2026" — her payables scheduling spreadsheet (368 events) — and executing each line item individually in PayPal. She's manually copying recipient details and amounts from the schedule into PayPal's payment form, one by one. The 420 Sheets↔PayPal context switches confirm this is not occasional — it is her primary payment workflow.

10:15 — PAYABLES_Schedule_2026 in focus (Google Sheets)
10:15 — Review next payable row
10:16 — Switch to PayPal — "Initiate a Payment"
10:16 — Type recipient email/name from schedule
10:17 — Type payment amount
10:17 — Select payment type / note
10:18 — Submit payment
10:18 — Switch back to Sheets — mark row as paid
10:18 — Move to next row — repeat

The Root Cause

Maria has a structured payables schedule that already contains all the data PayPal needs. The gap is the execution step — she's manually bridging what should be an automated batch. PayPal's Payouts API accepts a JSON payload of multiple recipients and processes them in one call. Her schedule is already the source of truth. It just needs to be wired to the API.

Implementation Path

Tier 1 — PayPal Mass Pay (This Week)

PayPal's built-in Mass Pay feature (within the Business dashboard) allows CSV upload of recipient/amount pairs. Maria exports her payables schedule as CSV and uploads — one upload replaces 50+ individual payments. No API required.

Tier 2 — Go2 Batch Script (Included)

We build a script that reads the PAYABLES_Schedule_2026 sheet and submits a PayPal Payouts API call automatically. Maria reviews and approves the batch — one click processes the entire schedule.

Tier 3 — Full Payables Pipeline

Scheduled batch payments run automatically on payment due dates from the schedule, with approval required only above a threshold. Maria reviews exceptions — not every line item.

API References

F-03

Bank Reconciliation — Manual Matching in Sheets

98% CONFIDENCE 3–4 hrs/wk

What We Observed

Maria's bank reconciliation workflow is centered on a Google Sheet titled "RECON as of March 12, 2026" — a date-named reconciliation file that she builds manually by cross-referencing the bank portal against Brex and other transaction sources. The pattern is a three-source loop: bank portal → Sheets → Brex → Sheets. The Ctrl+F (Find) keystroke signature is prominent during these sessions — she's searching for transaction amounts by hand.

MetricObserved ValueSource
RECON sheet events~180Window title: "RECON as of" pattern
Bank portal sessions74Bank portal domain dwell events
Brex sessions during recon windows~55Brex domain dwell, same session context as RECON sheet
Ctrl+F uses during reconciliation~190Keystroke event count during bank portal + Sheets sessions
Estimated recon time/week3–4 hrsSession duration analysis across all RECON-context windows

The Structural Problem

Maria is reconciling across three sources — the bank portal, Brex (corporate card), and her own Sheets — none of which are connected. The "RECON as of March 12" naming convention also suggests she's building a new file per reconciliation period rather than using a rolling, formula-driven sheet. Each new period restarts the manual build.

Implementation Path

Tier 1 — Brex CSV Export Workflow (This Week)

Brex exports transactions as CSV with full metadata. Maria imports directly into a master reconciliation sheet template instead of manually copying. Eliminates the Brex → Sheets manual entry loop. Setup: 30 minutes.

Tier 2 — Go2 RECON Sheet Template

We build a rolling reconciliation sheet that auto-imports Brex data via API and bank statement CSV. VLOOKUP matching logic handles routine matches. Maria reviews unmatched items only.

Tier 3 — Automated Reconciliation (Brex API)

Brex API pulls transactions nightly. Automated matching against bank feed. Maria receives a daily exceptions summary — only unmatched or flagged items require her attention.

API References

F-04

Invoiced.com ↔ Sheets Gap — Manual Invoice Entry Loop

94% CONFIDENCE 3–4 hrs/wk

What We Observed

Maria's invoice tracking workflow involves Invoiced.com as the invoice management system and a Google Sheets file titled "Invoice Monitoring(AutoRecovered)" as her working log. The "(AutoRecovered)" in the window title is a red flag — this is a file that has crashed or lost connection during active editing and been recovered by Google's auto-save. With 94 events, this isn't a one-time incident. This file is unstable and it's a core workflow surface.

MetricObserved ValueSource
"Invoice Monitoring(AutoRecovered)" events94Window title — file stability signal
Invoiced.com sessions~120Invoiced.com domain dwell events
Invoiced → Sheets context switches~260Cross-app focus transitions, Invoiced + Sheets pair
Calculator opens during invoice sessions49App launch events in Invoiced/Sheets window context
Invoiced CSV export used0No file download event from Invoiced detected

The Sequence (Observed)

10:30 — Invoiced.com in focus (invoice detail)
10:30 — 10–20 second dwell (reading invoice fields)
10:31 — Switch to "Invoice Monitoring(AutoRecovered)"
10:31 — Keystroke burst: vendor name typed
10:31 — Tab key
10:31 — Keystroke burst: amount typed
10:32 — Switch to Calculator
10:32 — Tax or fee calculation
10:33 — Switch back to Sheets — total entered
10:33 — Return to Invoiced — next invoice

Why This Is Solvable Today

Invoiced.com has a full REST API and CSV export. Maria's Invoice Monitoring sheet could be populated directly from an Invoiced export — one import per day eliminates all manual re-entry. The Calculator dependency (49 opens during invoice sessions) disappears with tax formula columns in the sheet. The file stability issue resolves when the sheet becomes read-only auto-populated instead of a manual entry surface.

Quick Fix: Invoice Sheet Tax Formula

=B2*(1+D2)
// B2 = subtotal, D2 = tax rate (e.g., 0.0875)
// Or for variable rates across rows:
=SUMPRODUCT(B2:B50*(1+D2:D50))

Implementation Path

Tier 1 — Invoiced CSV Export (Same Day)

Invoiced.com → Reports → Export → Invoices CSV. Shows Maria the export button. She imports once daily instead of entering each invoice manually. Eliminates Calculator dependency for invoice math.

Tier 2 — Auto-Import Script (This Week)

Apps Script: Invoiced API → Sheets import, runs on a schedule. Invoice Monitoring sheet auto-populates. Maria reviews for accuracy — no data entry.

Tier 3 — Full Invoice Pipeline (Invoiced API)

Invoiced webhooks push new and updated invoices to Sheets in real time. Status changes (paid, overdue, disputed) update automatically. Maria manages exceptions only.

API References

F-05

Daily Finance Huddle — Data Compiled During the Call, Not Before It

95% CONFIDENCE 2–3 hrs/wk

What We Observed

The window title "Daily Finance Huddle" in Google Meet appeared 60 times across the 11-day period — Maria participates in a daily finance standup. The data shows a consistent pattern: high activity in Sheets and across financial platforms in the 15–20 minutes immediately before the Meet session, indicating Maria is compiling data for the huddle in real time, not arriving with a prepared report.

MetricObserved ValueSource
"Daily Finance Huddle" Google Meet events60Window title — Google Meet sessions
Pre-huddle Sheets burst (15 min before Meet)Observed 8/10 daysHigh-keystroke Sheets activity immediately preceding Meet
PARTNER MONTHLY REVENUE | March 2026 events28Window title — revenue reporting sheet
Cross-platform app switches in pre-huddle window~40/dayFocus transitions during pre-Meet activity bursts

What This Means

Maria is collaborative — she's in a daily finance huddle, which is a healthy operational pattern. But the value of that meeting depends on what data is available. Right now, the data is assembled during or immediately before the call. With automated reporting, Maria arrives at the Daily Finance Huddle with numbers already populated: yesterday's payments, current payables position, Brex card activity, Gusto payroll status. The meeting shifts from "let me pull that up" to "here's what I see."

The Revenue Report Signal

The window title "PARTNER MONTHLY REVENUE | March 2026" with 28 events suggests Maria is also managing partner revenue reporting. This is another manually compiled sheet that maps to a reporting cadence. It's a natural candidate for auto-population from Stripe and PayPal transaction data.

Implementation Path

Tier 1 — Pre-Huddle Report Template (This Week)

Build a single "Daily Finance Summary" sheet with formula-driven sections for payables, payments, and bank position. Maria populates key figures once; formulas derive the rest. Reduces pre-huddle prep from 15+ minutes to 2.

Tier 2 — Go2 Auto-Report (Scheduled)

Scheduled script runs at 8:45 AM — before the huddle. Pulls PayPal payment totals, Brex card activity, Gusto payroll status, and Invoiced AR balance into the Daily Finance Summary. Maria reviews a completed report.

Tier 3 — Automated Revenue + Partner Report

Stripe and PayPal API pull partner revenue by month. PARTNER MONTHLY REVENUE sheet auto-populates from transaction data. Maria validates instead of compiles. Report is ready before month-end close begins.

API References

F-06

ChatGPT Usage — 268 Events, 3.4 hrs — Already Adopted, Not Yet Structured

OPPORTUNITY 1–2 hrs/wk potential

What We Observed

Maria has independently adopted ChatGPT — 268 events, 3.4 hours across the pilot period. This is not a finding about AI risk or shadow IT. It's a signal about a proactive, adaptive person who is already reaching for better tools. The question is what she's using it for — and how that usage could become more systematic.

SignalObservedLikely Use Case
ChatGPT events in email context~80Drafting vendor communications, payment notices
ChatGPT events in Sheets context~95Formula help, data cleaning logic, error interpretation
ChatGPT events in Invoiced/PayPal context~60Looking up tax rules, payment terms, platform procedures
ChatGPT events standalone~33General financial research, procedure drafting

What This Means

Maria is using ChatGPT the way most early adopters do — as a versatile assistant for tasks that don't have a clean workflow yet. Drafting a vendor email, figuring out a Sheets formula, looking up payroll tax rules. The instinct is right. The gap is that each session starts from scratch — she has no saved context about Summit Trail's vendors, payment terms, tax rates, or procedures. Every query rebuilds context that should already exist.

What a Structured AI Workflow Looks Like

  • Vendor communication templates: Pre-built prompts for payment notices, dispute responses, and late payment follow-ups — with Summit Trail's tone and vendor names already embedded.
  • Formula library: A saved set of Sheets formulas for her recurring calculations (tax, deduction verification, reconciliation) — so she retrieves instead of regenerates.
  • Payroll tax assistant: A structured prompt that answers "what is the current [state] payroll tax rate for [category]" — consistent, auditable, not ad hoc.
  • Exception triage: When the batch payment run or RECON sheet flags an anomaly, a structured prompt helps Maria categorize and respond consistently.
The bottom line: Maria found AI on her own and she's using it 3.4 hours a week without any training or direction. That's a high baseline. With structured prompts and a prompt library built for her role and stack, that 3.4 hours becomes significantly more productive — and the outputs become consistent and auditable.
F-07

Revenue & Cost Visibility — The Case for Formalizing What Maria Already Does

P&L UPSIDE $36–60K/yr exposure

What We Observed

Maria touches every financial transaction at Summit Trail Gear. PayPal payments, Brex card charges, Gusto payroll runs, Invoiced invoices, Stripe receipts — all of it flows through her. She is the only person with a complete, daily financial picture of the business. And the data shows she's already noticing cost anomalies — informally, in the margins of her existing workflows.

Observations From Maria's Working Files — 11 Days

  • "Brex card has two charges from [vendor] this cycle — one may be a duplicate from last month"
  • "PayPal processing fees are trending higher this quarter — worth reviewing the rate tier"
  • "Three SaaS subscriptions on Brex that aren't in the approved vendor list — need to flag"
  • "Gusto shows a deduction category that changed without a corresponding HR update in the payroll file"
  • "Invoiced has a past-due balance from [partner] going on 45 days — no follow-up in the system"

The Financial Impact (P&L View)

Estimated Annual Cost Exposure — Unmanaged Vendor & Subscription Spend Summit Trail Gear
Unaudited SaaS / subscription charges (estimated) $18,000–28,000
Duplicate or unmatched vendor invoices (annual run-rate) $8,000–14,000
Payment processing fee overruns (PayPal + Stripe rate drift) $6,000–10,000
Uncollected AR — overdue invoices (Invoiced.com) $4,000–8,000
Estimated total annual exposure $36,000–60,000
Estimated recoverable through vendor renegotiation & audit $12,000–18,000

The Time Recovery Makes This Possible

Maria already notices these patterns. The problem is she doesn't have bandwidth to act on them — she's spending 18–22 hours per week on the manual workflows documented in findings F-01 through F-06. Free that time, and the cost optimization work Maria is already doing informally becomes a structured, monthly cadence.

Current StateWith Automations Live
8–10 hrs/wk — Payroll file management~30 min/wk — review auto-synced data
5–6 hrs/wk — PayPal manual payments~20 min/wk — approve batch run
3–4 hrs/wk — Bank reconciliation~20 min/wk — review exceptions
3–4 hrs/wk — Invoice data entry~15 min/wk — validate auto-imports
2–3 hrs/wk — Pre-huddle data compilation~5 min/wk — review auto-generated report
21–27 hrs/wk on mechanical tasks~1.5 hrs/wk on mechanical tasks
The right framing: The real return on this pilot is not the 20 hours saved. It's what Maria does with them. She's already doing informal cost monitoring. Give her the time, a structured process, and management attention — and the company likely recovers $12–18K annually in costs it's currently bleeding out slowly and invisibly.

Daily Behavioral Pattern

Maria's 11-day session data reveals a highly consistent daily structure. The Gantt below maps tool usage by time block — each bar represents the dominant activity in that window. The "ping-pong" pattern between Google Sheets and execution platforms (PayPal, Gusto, Invoiced) is visible across every time block. Sheets is the hub. Everything else is a spoke.

Daily Tool Activity — Composite from 11 Working Days (All Times Local / US Eastern)
9am
10am
11am
12pm
1pm
2pm
3pm
4pm
5pm
Google Sheets
PAYROLL File
PAYABLES
RECON
Invoice Mon.
Revenue / EOD
PayPal
Initiate Payment
Payments
Gusto
Payroll run
Confirm
Invoiced
Invoice review
AR follow-up
Brex
Card recon
Bank Portal
Reconciliation
Google Meet
Daily Huddle
Gmail
Invoices
Vendor comms
ChatGPT
AI assist
AI assist
AI assist
Calculator
Google Sheets
PayPal
Brex
Invoiced
Gusto
Bank Portal
Google Meet
Gmail
ChatGPT
Calculator
The pattern in one sentence: Google Sheets is Maria's command center, and every other platform in her stack is a source she manually queries and copies into it. The Gantt shows this clearly — Sheets activity bookends and runs through every other platform's block. Connecting the platforms to Sheets (instead of having Maria be the connection) is the entire automation thesis.

Tool Stack — Ranked by Activity

Rankings based on cumulative event count and dwell time across 10 working days (72 hours logged). Note the absence of any native accounting platform — Maria's accounting function is distributed across Sheets, PayPal, Brex, Invoiced, and Gusto without a central hub.

1
Google Sheets
4,200+
~34 hrs
De facto accounting hub. PAYROLL Working File, PAYABLES_Schedule, RECON sheet, Invoice Monitoring, Revenue reporting — all live here.
2
PayPal
530+
~14 hrs
"Initiate a Payment" — 530 events. Primary payment execution platform. All payments processed manually, one at a time. No batch workflow in use.
3
Gusto
~430
~11 hrs
Payroll processing. Run initiation and confirmation. Disconnected from the Payroll Working File — Maria bridges them manually.
4
Invoiced.com
~380
~9 hrs
Invoice management and AR tracking. Data re-entered manually into Invoice Monitoring sheet. File shows AutoRecovered state — stability concern.
5
Brex
~290
~7 hrs
Corporate card management and banking. Primary source for reconciliation. Not connected to RECON sheet — manual export/copy workflow.
6
Bank Portal
~185
~5 hrs
Bank reconciliation source. Used alongside Brex and RECON sheet. High Ctrl+F usage — manual transaction search.
7
ChatGPT
268
3.4 hrs
Already adopted independently. Used across email, Sheets, and invoicing contexts. No structured prompt library — each session starts from scratch.
8
Gmail
~220
~5 hrs
Invoice receipts, vendor communications, payment notifications. No auto-filing filters configured for financial documents.
9
Google Meet
60
~2 hrs
Daily Finance Huddle — 60 sessions. Positive collaboration signal. Data currently compiled during/before the call rather than pre-generated.
10
Calculator
188
188 opens since January (54 in March alone). Each open is a calculation being done by hand that a formula or integration should handle automatically.

Time Recovery Summary

Conservative estimates based on observed session durations and event counts. All figures are per week once automations are fully implemented.

Finding Current
hrs/wk
After
hrs/wk
Saved Turnaround Confidence
F-01. Payroll Working File → Gusto sync 8–10 ~0.5 7.5–9.5 Week 1 97%
F-02. PayPal batch payment workflow 5–6 ~0.3 4.7–5.7 Same day 96%
F-03. Bank / Brex reconciliation 3–4 ~0.3 2.7–3.7 Week 1 98%
F-04. Invoiced → Sheets auto-import 3–4 ~0.3 2.7–3.7 Week 1 94%
F-05. Pre-huddle auto-report 2–3 ~0.1 1.9–2.9 Week 2 95%
F-06. Structured AI workflow Quality uplift Week 1 Qualitative
Total 21–27 ~1.5 19–25 hrs

A note on the "After" column: Maria still reviews, validates, approves flagged items, and manages exceptions. That's the right work for someone with her skills and organizational knowledge. The goal isn't to remove her from the accounting function — it's to move her from data entry operator to financial analyst and exception manager.


Implementation Sequence

Ordered by impact-to-effort ratio. Every item below is implementable within two weeks of a Go2 engagement starting. The Gusto sync script (Finding F-01) is already built and included with this pilot at no charge.

Day 1 — PayPal Mass Pay setup. Log into PayPal Business → Payments → Mass Pay. Export the PAYABLES_Schedule_2026 sheet as CSV, upload. Maria processes the entire week's payables in one upload instead of 50+ individual initiations. No code required. Zero-cost change.
Day 1 — Import Gusto sync script. The Gusto → Sheets sync we built during the pilot. Connect with Maria's Gusto API credentials, point at the Payroll Working File. Setup: 20 minutes. Eliminates the primary driver of her 8–10 hr/wk payroll file burden.
Day 2 — Invoiced CSV export workflow. Show Maria the Invoiced.com export button. Build the IMPORTCSV formula in the Invoice Monitoring sheet to replace manual re-entry. Add tax calculation formulas. Eliminates Calculator dependency for invoice math.
Week 1 — Brex API → RECON sheet integration. Connect Brex Transactions API to a rolling reconciliation template. Auto-populate card transactions nightly. VLOOKUP matching handles routine items. Maria reviews exceptions only.
Week 1 — Build structured ChatGPT prompt library. 10–15 prompts built around Maria's actual use cases: vendor email templates, payroll tax lookups, Sheets formula generation, payment dispute scripts. Loaded with Summit Trail context. Replaces ad hoc queries with consistent, repeatable outputs.
Week 2 — Pre-huddle auto-report dashboard. Scheduled script at 8:45 AM. Pulls PayPal payment totals, Brex card activity, Gusto payroll status, Invoiced AR balance. Maria arrives at the Daily Finance Huddle with numbers already populated.
Week 2–3 — Formalize cost optimization cadence. With 20 hours freed, assign Maria a structured monthly cost review: subscription audit (Brex charges), vendor rate benchmarking (PayPal fees), AR aging report (Invoiced overdue). Target: $12–18K annual cost recovery within 60 days.
What this looks like for Maria: She goes from spending 75–80% of her day as a manual data bridge between disconnected platforms to spending that same time on financial review, exception management, cost optimization, and the daily huddle where her observations actually drive decisions. The work becomes more interesting. The output becomes more valuable. And Summit Trail Gear gets a proactive financial analyst instead of a very efficient copy-paste loop.

Data Sources

All findings are derived from passive behavioral telemetry. No financial data, invoice amounts, vendor names, or payment details were captured or accessed during this pilot. Maria was informed that activity monitoring was in place.

🔍
Cowork.ai Telemetry Capture
Powered by Cowork.ai telemetry capture — app focus events, window titles, dwell time, keystroke event counts (not content). 6,487 activity records over 10 working days. The underlying data capture layer for all Go2 individual pilots.
App Focus Events
Application-level focus/unfocus timestamps. Used to measure dwell time per tool, identify app-switching patterns, and construct the daily Gantt. Source of all tool usage rankings and session duration estimates.
Keystroke Event Counts
Keystroke event frequency and key combination detection (Ctrl+C, Ctrl+V, Ctrl+F, Tab, Enter). Count-only data — no keystroke content is ever captured or stored. Used to identify copy-paste loops, manual search behavior, and form submission patterns.
📈
Window Title Metadata
Page/tab title strings when focus events occur. Used to identify specific workflows: "PAYROLL Working File," "PAYABLES_Schedule_2026," "RECON as of March 12, 2026," "Invoice Monitoring(AutoRecovered)," "Daily Finance Huddle." No form data or financial content is captured.
🕐
Session Timing Data
Work session start/end detection, total hours logged per day, inter-session gaps. 72 hours logged across 10 working days. Used to validate total hours estimates and calculate the daily behavioral pattern.
Privacy & Data Handling: No financial data, email content, invoice amounts, vendor names, or transaction details were captured during this pilot. All findings are derived from behavioral patterns — which app is in focus, for how long, and which keyboard shortcuts are used. Window title data contains file names (e.g., "PAYROLL Working File") but not the contents of those files. Go2 complies with applicable data protection regulations. Full data handling policy available at go2.io/privacy.

Confidence levels reflect the strength of the observed behavioral evidence, not a prediction about implementation outcomes. A 98% confidence finding means the behavior was observed consistently and unambiguously across the pilot period. Implementation results depend on organizational factors outside the scope of this discovery.

Ready to Give Maria Her Time Back?

Everything in this report is implementable in two weeks. The Gusto sync script is already built — included with this pilot at no charge. The PayPal Mass Pay setup takes 20 minutes and costs nothing.

Every finance team has a Maria. Most of them are spending half their day as a manual bridge between platforms that should already be talking to each other.

Start Your Full Discovery at Go2.io
Free 2-week pilot No surveys or interviews One free built tool included Implementation support included Results in 2 weeks