HackerTrans
トップ新着トレンドコメント過去質問紹介求人

cd_mkdir

no profile record

投稿

Show HN: LIBR tracing with source ledger rows and byte-exact PDF verification

exitprotocols.com
4 ポイント·投稿者 cd_mkdir·11 日前·3 コメント

[untitled]

1 ポイント·投稿者 cd_mkdir·4 か月前·0 コメント

Show HN: Replacing $50k manual forensic audits with a deterministic .py engine

5 ポイント·投稿者 cd_mkdir·4 か月前·1 コメント

Ask HN: Built an algorithmic forensic accounting tool

1 ポイント·投稿者 cd_mkdir·5 か月前·1 コメント

[untitled]

1 ポイント·投稿者 cd_mkdir·5 か月前·0 コメント

I Automated a $5k Forensic Accounting Job with Python

medium.com
4 ポイント·投稿者 cd_mkdir·5 か月前·1 コメント

Show HN: Shadow Report – Why your "black box" redactions aren't hiding anything

3 ポイント·投稿者 cd_mkdir·6 か月前·2 コメント

Show HN: I built a forensic accounting tool for high-conflict litigation

exitprotocols.com
2 ポイント·投稿者 cd_mkdir·6 か月前·1 コメント

[untitled]

1 ポイント·投稿者 cd_mkdir·7 か月前·0 コメント

Can an Auto-Generated Forensic Report Hold Up in Court?

1 ポイント·投稿者 cd_mkdir·7 か月前·2 コメント

Show HN: I built a forensic accounting engine for divorce

1 ポイント·投稿者 cd_mkdir·7 か月前·0 コメント

Show HN: I automated forensic accounting for divorce cases (3 min vs. 4 weeks)

6 ポイント·投稿者 cd_mkdir·7 か月前·3 コメント

コメント

cd_mkdir
·10 日前·議論
[dead]
cd_mkdir
·11 日前·議論
Honestly never subscribed to Claude....GPT 5.5 and Grok only.

Anyways leave the CSS aside happy to answer about Workpaper it generates: https://exitprotocols.com/static/documents/Exit_Protocol_Syn...
cd_mkdir
·11 日前·議論
[flagged]
cd_mkdir
·4 か月前·議論
Not a lawyer, so the Go-To-Market side in the legal space has been a steep learning curve. If anyone here has experience selling/deploying air-gapped, on-prem solutions to highly risk-averse, non-technical clients (like law firms), I would love to hear your battle stories.

Happy to answer any questions about the math, the OCR pipeline, or the architecture!

Sandbox link again: https://exitprotocols.com/simulation/uplink/
cd_mkdir
·5 か月前·議論
Problem was Implementing the 'Lowest Intermediate Balance Rule' (LIBR) legal algorithm in Python.

The Hard Part was OCR. I benchmarked Tesseract vs. Mistral OCR-3 on messy bank PDFs; Mistral won because it understands table layouts.

Built with Django/Celery to handle 10k+ transaction ledgers.

Happy to answer questions about the OCR pipeline or the graph theory implementation.
cd_mkdir
·6 か月前·議論
If you’ve ever had to prove which dollars in a drained bank account belong to you vs. a spouse, you’ve run into the Lowest Intermediate Balance Rule (LIBR). It’s a 50-year-old legal precedent (See v. See, 1966) that is a nightmare to calculate manually.

I’m a dev who got frustrated seeing forensic accountants charge $500/hr to do this in spreadsheets. So I built Exit Protocol to automate the forensic tracing and "impeachment" of financial lies.
cd_mkdir
·6 か月前·議論
OP here.

Just to share a bit of the engineering headache behind this: The hardest part wasn't the Django backend, it was getting the LIBR (Lowest Intermediate Balance Rule) logic to handle edge cases in the PDF parsing.

Bank statements often group transactions by date, not time. If a user deposits $5k and withdraws $5k on the same day, the order matters for the 'dip' calculation. I ended up having to write a heuristic that forces 'Withdrawals First' (worst-case scenario for the claimant) to ensure the report stands up to conservative judicial scrutiny.

If anyone here has worked with financial event sourcing for legal compliance, I'd love to know how you handle same-day timestamp ambiguity.
cd_mkdir
·7 か月前·議論
[dead]
cd_mkdir
·7 か月前·議論
This is synthetic demo data kept it short so people could see the methodology clearly. Real reports have way more transactions (platform handles 10k+ via Celery).

It's meant to be public as a sample showing the output format. Real client data is obviously private/encrypted.
cd_mkdir
·7 か月前·議論
OP here – thanks for the feedback. I just pushed an update to address the Chain of Custody concerns.

The system now generates immutable forensic reports with SHA-256 integrity hashes for every document. Also added a regression suite to verify the tracing algorithm against known edge cases. The focus is definitely shifting from just "AI wrapper" to "Audit Compliance tool.

Case: https://exitprotocols.com/static/documents/Sterling_Forensic...