|
Missing trailers, cargo theft, identity fraud, internal collusion โ across EU and NA lanes for Amazon Transportation. Then I write down the method so other teams can use it. |
EU AI Act, GDPR, ISO/IEC 42001, NIST AI RMF โ turned into tools a team can act on in an afternoon instead of a quarter. |
Everything below runs client-side or offline. No uploads, no server, no telemetry, zero dependencies.
flowchart LR
A["๐ Carrier fraud investigations<br/>Amazon Transportation"]
B["๐ freight-fraud-taxonomy<br/>12 patterns ยท 77 indicators"]
C["๐บ๏ธ freight-risk-atlas<br/>control-coverage scoring"]
D["๐ก FOMO<br/>EU risk news monitor"]
E["๐ EU AI Act ยท GDPR<br/>ISO 42001 ยท NIST AI RMF"]
F["๐ช๐บ eu-ai-act-scanner"]
G["๐ gdpr-compliance-scanner"]
H["๐๏ธ ai-governance-control-room<br/>4 frameworks ยท 56 reqs ยท 29 controls"]
I["๐ policy-audit<br/>evidence vs. policy audit"]
A --> B --> C
A --> D
E --> F --> H
E --> G --> H
E --> I --> H
classDef freight fill:#0b2b3a,stroke:#38bdf8,stroke-width:2px,color:#e2e8f0
classDef gov fill:#1e1b4b,stroke:#818cf8,stroke-width:2px,color:#e2e8f0
classDef src fill:#111823,stroke:#5b6b82,stroke-width:1px,color:#8b9bb4
class A,B,C,D freight
class F,G,H,I gov
class E src
|
An operator console for AI governance. 4 frameworks mapped to 56 requirements and 29 controls, with 84 evidence artefacts โ so for any one control you can see everything it satisfies at once. 8 controls span three or more frameworks. | |
|
Classify an AI system against Regulation (EU) 2024/1689 in about ten minutes. 14 risk-qualifier questions, each mapped to a specific article with an "explain why" panel โ 22 requirements across 5 risk tiers โ compliance score, ISO 42001 + NIST AI RMF crosswalks, exportable report. | |
|
Drop in a CSV / Excel / JSON file, get an instant GDPR exposure report: which columns hold personal data, how sensitive, what to do about it. 35 field-name rules + 9 value-regex detectors, risk score out of 100. Parsing happens in your browser โ the file never leaves your machine. | |
|
Natural-language search over the Control Room's 56 cited requirements, ranked with a BM25 implementation written from scratch โ no embeddings, no external model, no API key. Shows exactly which query terms earned a result its rank. | |
|
Self-assessment coverage against Regulation (EU) 2022/2554 (DORA) โ 19 cited requirements across the ICT risk-management, incident-reporting, resilience-testing and third-party pillars. Answer, score, export; the citation for every requirement travels with it. | |
|
The evidence side of governance: feed it a document corpus (policy, architecture, code) and it finds where regulation โ control โ documented policy โ actual implementation diverges, with every finding traced back to the source text. Doesnโt replace a control room โ feeds one. |
|
An interactive zoom through ten scales of the universe, from one planet surface to the edge of the observable universe โ then two steps further, into territory explicitly labelled not measured. Two AI models run in your browser: one searches by meaning, one talks. | |
|
An interactive 3D galaxy for quantum physics: 20 concepts orbit as planets across 5 themed solar systems around a central black hole. Ask a question in plain language and an in-browser AI flies you to the concept that answers it. |
|
A browser survival-shooter with a deterministic engine underneath the spectacle: waves, weapons, bosses, maps and loadouts, built in autonomous phased sessions with a real test suite over the pure engine/AI/collision logic. | |
|
A dark-fantasy habit-tracker RPG: real workouts, reading, and daily discipline earn XP, creatures and gear in a vanilla HTML/CSS/JS game with no framework and no backend. v2.3's retention systems (streak shields, daily directives, loot caches) live in one additive file that wraps the core engine through guarded hooks, so a thrown error falls back to the original shipped game instead of a blank screen. The creature/boss universe here is what HAKAI // WORLD below was built from. | |
|
An explorable 2.5D living world built from the HAKAI Protocol universe โ same creatures and lore, walked into instead of clicked through. Two known test failures are named in the README, not hidden. | |
|
A puzzle game where the rules are never quite what they seem โ every generated level is BFS-verified solvable before itโs shown, so a level that looks unfair is provably not. |
| Model-driven fraud prevention impact | >$15M |
| Reduction in EU/NA carrier-audit false positives | ~40% |
| Loss-forecasting engine accuracy | ~95% |
| Risk reporting automated, manual โ generated | ~90% |
| Monthly audit events monitored | 80K+ |
| Investigators working off the RCMT wiki + SOPs I wrote | 20+ |
I apply DMAIC to risk problems: find the risk โ analyse the data behind it โ automate the manual step out of it โ measure whether it actually moved.
AWS Lambda Amazon Bedrock Amazon Connect Amazon Lex Regulation (EU) 2024/1689
๐ Certifications
- โ๏ธ AWS Certified Solutions Architect
- ๐ Lean Six Sigma Black Belt & Green Belt
- ๐ ISO 28000 Supply Chain Security ยท ISO 9001 Internal Auditor
- ๐ก๏ธ Cybersecurity Foundations ยท Power BI / Data Analytics ยท Risk Management
๐งฐ Other things I've built
- All-in-one-desk โ offline-first Python productivity suite: document conversion, OCR, KPI calculators, email and flowchart generators. Flask ยท Tesseract ยท LibreOffice ยท PyInstaller.
- hakai-protocol-v2 โ a real-life RPG for habits: quests, XP, gear, bosses, streaks. Zero dependencies, offline save system. Live
- a-conversation-with-existence โ a book I wrote.
- mind-galaxy โ the book's 18 chapters, laid out as an explorable 3D galaxy instead of a table of contents.
๐ฑ What I'm working toward
- Deepening the EU AI Act / ISO 42001 / NIST AI RMF intersection beyond what the tools already encode
- Applying anomaly detection to carrier fraud patterns
- Moving into AI governance / risk roles in the EU market