This issue only includes two pieces of material that can be decomposed into inputs, machine boundaries, human sign-off, and outputs. One is a runnable reconciliation control prototype; the other is a local/cloud split approach for sensitive folders (product material, not treated as a deployed financial system). For the remaining sections, cross-reference where possible; where independent evidence cannot be assembled, note “data unavailable.”
Today’s Most Actionable Items (2)
1. Payment Settlement Reconciliation: Issue Proof First, Then Let Humans Handle Exceptions; Models Must Not Adjudicate Whether Funds Balance
- Scenario: Payment gateway settlement (aggregating multiple receipts/refunds/transfers into a single settlement) matched to bank credits. Competition prototype, not a production ledger from any specific company.
- Actions: Do not implement automatic posting this week. Take one gateway’s settlement file + corresponding bank credit; only mark as proven when identity, amount, currency, timestamp, and original document are all satisfied simultaneously. Channel-side aggregated proof and bank credit proof are performed separately: channel balance does not equal bank credit. Unmatched items go to exceptions; do not use fuzzy matching to force a balance.
- Review Controls: The model performs only two read-only tasks: review raw exports and suggest field mappings (requires human approval to enable); for individual exceptions, suggest next step (wait / rerun / supplement source file / escalate to human review / waive). Disposition authority is assigned to a named
case_operator, who can only write exception status and cannot modify proofs, original evidence, disbursements, refunds, or balances. Close amounts + close dates do not constitute the same transaction; narrative text cannot authorize matching; missing UTR fails the match—no fuzzy matching permitted. - Outputs: Versioned reconciliation proof (proven / pending / residual / incomplete evidence / contradiction) + exception disposition log (who, when, which item, next step).
- Source: Open-source competition prototype; page shows created 2026-08-29, updated 2026-09-05; operator disposition contract dated 2026-09-04 start. ReFlow repository
2. Due Diligence / Contract Folders: Cloud Queries Only Public Information; Local Extracts Private Files; Run Arithmetic Gate First After Extraction
- Scenario: M&A data room, customer contracts, PDFs containing tax IDs / account numbers. Product demonstration, not a Finance department implementation white paper.
- Actions: First define egress boundaries: target company name, deal code, contract price, tax ID, and account numbers must remain on the local machine. Cloud is queried only for industry comparables, public disclosures, and market-standard terms; queries must not include specific names. Local model generates operating profile / term comparison table; humans only review cells where “local figures vs. public figures do not reconcile.”
- Review Controls: Before uploading to cloud, perform desensitization / interception on the local machine (names, identifiers, accounts). The enterprise side can codify “local / desensitized / reject / ask human” as organizational rules with audit trail. Reader comments added a harder financial gate: after extracting the balance sheet, first run the identity equations (assets = liabilities + equity; cash flow statement ending cash = balance sheet cash; retained earnings can be rolled forward). Numbers that fail these gates are not permitted into the memo. Confidentiality and accuracy are two separate matters; solving only the former is insufficient.
- Outputs: One-page due diligence / contract comparison (each cell marked local file or public source) + arithmetic gate failure list.
- Source: Product material (including reproducible prompts) and comments below the post, published 2026-09-04. The AI Corner: Hybrid Compute
Accounting / Close / Controls
See Today’s Most Actionable Items item 1. The smallest closed loop that can be placed on the close checklist: gateway settlement file → immutable original voucher warehouse → deterministic matching (identity + arithmetic + time + source) → independent bank credit proof → close readiness check → humans handle only exceptions. Zero residual is still unproven if identity is duplicated, source is wrong, or timing is impossible.
No second independently verifiable voucher / expense posting case this period. Data unavailable.
FP&A / Planning / Reporting
See Today’s Most Actionable Items item 2. Actionable approach for the model: data room produces local revenue quality, customer concentration, and contractual headroom; cloud pulls only public comparables. Every number in the consolidation memo is manually tagged “local file / public source / arithmetic gate failed.” Numbers that failed the gate do not enter the investment committee package or management reporting pack.
Independent budget model / variance draft / board pack operator cases: Data unavailable.
Treasury / Cash / Risk
See Today’s Most Actionable Items item 1: bank credits must carry independent proof (unique UTR, amount and currency match, bank timestamp not earlier than settlement processing, UTR not reused across two settlements). This is a settlement posting control, not a 13-week cash forecast.
Data unavailable. Apart from the cross-references above, no independently actionable cash forecast or DSO cases were identified.
Tax / Compliance / Audit
Data unavailable. No new AI implementation cases or practical methods for tax research, SOX / internal control, or audit evidence management within the last 365 days were identified this period.
(Note: Item 2 contains a personal tax folder demonstration, not enterprise tax research or working paper management, and is not recorded under this section.)
CFO / Leader Team-Building Experience
Data unavailable. No credible public sharing from enterprise CFOs / Controllers this period on training paths, owner allocation, review mechanisms, or quality metrics. LinkedIn contains only company pages / job summaries; LinkedIn data unavailable and is not treated as factual cases.
The organizational boundary from item 1 can be noted in passing (not a headcount plan for any specific company): reconciliation proof authority is separated from disbursement authority; exception disposition roles cannot touch funds facts; model recommendations must still pass deterministic validation.
Open Source / AI Engineering Takeaways
- See Today’s Most Actionable Items item 1. The reusable element is the control plane, not lifting the entire package into production: original vouchers first land in an immutable log; amounts use integer smallest currency units; channel aggregation and bank credit use two separate proof sets; the model only suggests mappings and exception actions; operators write dispositions with idempotency keys and generation numbers, with conflict rollback. The repository itself states it has not yet received real Test Mode settlement data and is offered as an architectural template, not a production system.
- See Today’s Most Actionable Items item 2. The reusable pattern is “orchestrator decides local vs. cloud by step”: public retrieval goes to cloud, contracts / data room stay local, PII is intercepted locally before deciding on desensitization or rejection. Financial figures still require a separate arithmetic gate; local summaries cannot be used directly as working papers.
Independent n8n / OCR runnable templates: Data unavailable.
Leads to Validate
- Autocash.ai, Numeric, etc. have only LinkedIn company pages / recruiting summaries; no user-side process, table structure, or review records. Next step is to cross-check public blogs / job postings / repositories; these are not written up as cases.
- Founder-side “one-person company + Claude” courses and customs document startup ideas are not finance-team role practices.
Small Experiments for This Week
-
One gateway, no fuzzy matching (Accounting owner, Treasury co-signs bank side) Export the most recent 20 settlements and corresponding bank credits. Rule: only check “proven” when UTR + amount + currency + sequence all match; all others go to “pending / incomplete evidence / contradiction.” Output: two-column working paper. Pass standard: zero rows marked “looks like it so it balances.”
-
Five exception choices, no posting (AP / Receipts owner, Controller spot-check) For the unproven rows from Experiment 1, only allow: wait, rerun, supplement source file, escalate to human, waive. Output: disposition log (person, time, attachment). Pass standard: no row is directly marked “balanced” by the model.
-
Extracted balance sheet must pass three gates (FP&A owner, Controller samples 3 numbers) For a management report or target company report PDF, after local extraction first compute: assets = liabilities + equity; cash flow statement ending cash = balance sheet cash; retained earnings can be rolled from prior period. Output: failure item list. If any gate fails, that page does not enter weekly meeting materials.
-
Data room egress check (CFO sets rules, designate one executor) Query the cloud model with a desensitized sample (fake tax ID, fake account, fake customer name). Output: which fields were intercepted / desensitized, which leaked. If any real identifier leaks, do not query the real data room this week.