HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cd_mkdir

no profile record

Submissions

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

exitprotocols.com
4 points·by cd_mkdir·11 дней назад·3 comments

[untitled]

1 points·by cd_mkdir·4 месяца назад·0 comments

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

5 points·by cd_mkdir·4 месяца назад·1 comments

Ask HN: Built an algorithmic forensic accounting tool

1 points·by cd_mkdir·5 месяцев назад·1 comments

[untitled]

1 points·by cd_mkdir·5 месяцев назад·0 comments

I Automated a $5k Forensic Accounting Job with Python

medium.com
4 points·by cd_mkdir·5 месяцев назад·1 comments

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

3 points·by cd_mkdir·6 месяцев назад·2 comments

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

exitprotocols.com
2 points·by cd_mkdir·6 месяцев назад·1 comments

[untitled]

1 points·by cd_mkdir·7 месяцев назад·0 comments

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

1 points·by cd_mkdir·7 месяцев назад·2 comments

Show HN: I built a forensic accounting engine for divorce

1 points·by cd_mkdir·7 месяцев назад·0 comments

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

6 points·by cd_mkdir·7 месяцев назад·3 comments

comments

cd_mkdir
·10 дней назад·discuss
[dead]
cd_mkdir
·11 дней назад·discuss
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 дней назад·discuss
[flagged]
cd_mkdir
·4 месяца назад·discuss
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 месяцев назад·discuss
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 месяцев назад·discuss
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 месяцев назад·discuss
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 месяцев назад·discuss
[dead]
cd_mkdir
·7 месяцев назад·discuss
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 месяцев назад·discuss
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...