Skip to content
View owgreen-dev's full-sized avatar

Organizations

@Shipi18n

Block or report owgreen-dev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
owgreen-dev/README.md

OG Green

Senior Principal Data Scientist / AI Engineering Leader

I build high-stakes applied-ML and AI systems that are measurable, auditable and production-ready — from fraud and graph analytics to LLM evaluation and developer-reliability tooling. The common thread across everything below: the evaluation is itself an engineering artifact. Baselines, negative results, uncertainty, cost, leakage and failure modes are reported, not hidden.

Start here

Project What I owned Evidence
ellip2 AML graph-ML research + discovery architecture 0.911 ± 0.009 PR-AUC over 121,810 labeled subgraphs; discovery over a 49.3M-cluster background; failed model families and leakage/shift analysis documented; reproducible GPU pipeline
relief-probe Public-data fraud analytics, end to end 11.4M PPP loans; out-of-time validation against DOJ/SBA-OIG enforcement; 23.8× lift @500 with a bootstrap interval; honest that a simple baseline captures much of the signal
Shipi18n OSS QA architecture + evaluation + upstream validation 64 repos scanned, 21 shipping a verified broken string, 119 defects verified by hand, 3 fixed upstream in the first week — live tally
tsfix AI code-repair architecture deterministic + LLM repair layers; real-world benchmark split by workload; < $0.005 per fix

Role on all four: architect and sole author — problem framing, data and evaluation design, system architecture, implementation, reproducibility, deployment surfaces and documentation.

Selected external impact

Findings from my tooling that other projects acted on:

Featured project

Fraud-lead research pipeline over 11.4M public PPP loans, validated against real enforcement outcomes from DOJ/SBA-OIG sources.

This project focuses on turning public records into transparent, defensible investigative leads — not accusations.

Highlights:

  • Built a local analytical warehouse from public SBA/DOJ data
  • Used anomaly detection and ML experiments to rank potentially suspicious loans
  • Added positive-unlabeled learning and LightGBM experiments
  • Benchmarked signals against known prosecuted cases
  • Included bootstrap confidence intervals and clear model limitations
  • Built Streamlit views for analyst-style review
  • Added LLM-assisted entity resolution, retrieval, and similar-case workflows
  • Framed outputs responsibly as statistical leads, not proof of fraud

Stack: Python · DuckDB · pandas · scikit-learn · LightGBM · Streamlit · LLM workflows · graph/retrieval methods

Organizations / workstreams

I use GitHub organizations to separate different kinds of work instead of mixing every project into one personal account.

Open-source QA for i18n locale files — a deterministic linter (missing keys, dropped placeholders, invalid ICU, collapsed plurals across JSON/YAML/ARB/PO/XLIFF/Android/Apple) with an optional, separately benchmarked LLM semantic pass. CLI, core library, MCP server, GitHub Action, Docker, pre-commit.

What makes it more than a linter: I run it on real open-source repositories, verify every finding by hand against the source language, and send the fix upstream — then turn every false positive the scan exposes into a regression fixture. Running tally with links: shipi18n.com/oss.

Reliability tooling for AI-assisted software engineering. Flagship: tsfix — library-aware TypeScript error recovery for LLM-generated code, deterministic quick-fixes first, an opt-in LLM repair layer second, measured on a real-world failure benchmark (98.6% single-file, 40.0% multi-file, 81.4% aggregate, under $0.005 per fix) with the weak cases reported alongside the headline.

Current focus

I am building public portfolio projects that show the kind of work I can discuss openly when client work cannot be shared in detail.

My emphasis is on:

  • Messy real-world data
  • Transparent assumptions
  • Reproducible pipelines
  • Honest validation
  • Practical analyst workflows
  • LLMs used as workflow support, not magic black boxes
  • Small tools that solve specific developer pain points

Selected stack

Python · SQL · DuckDB · pandas · scikit-learn · LightGBM · Streamlit · AWS · LLM APIs · LangChain · LangGraph · JavaScript/TypeScript · GitHub Actions

What I’m interested in

  • Fraud detection and program integrity
  • Public-sector and government data systems
  • Applied ML that survives honest evaluation
  • LLMs for retrieval, triage, entity resolution, and analyst workflows
  • Reproducible data pipelines
  • Developer tools and workflow automation
  • API/spec tooling
  • Lightweight SaaS products

Popular repositories Loading

  1. hoppscotch hoppscotch Public

    Forked from hoppscotch/hoppscotch

    Open-Source API Development Ecosystem • https://hoppscotch.io • Offline, On-Prem & Cloud • Web, Desktop & CLI • Open-Source Alternative to Postman, Insomnia

    TypeScript 1

  2. AppFlowy AppFlowy Public

    Forked from AppFlowy-IO/AppFlowy

    Bring projects, wikis, and teams together with AI. AppFlowy is the AI collaborative workspace where you achieve more without losing control of your data. The leading open source Notion alternative.

    Dart 1

  3. x12sdk x12sdk Public

    Forked from LinuxForHealth/x12

    Typed Pydantic v2 models and a streaming SDK/CLI for HIPAA ASC X12 5010 transactions (837P/837I/835/834/270/271/276/277). Maintained fork of LinuxForHealth x12.

    Python 1

  4. shipi18n-demo shipi18n-demo Public

    Forked from Shipi18n/shipi18n-demo

    Fork this repo to see autonomous localization in 2 minutes

    HTML

  5. tsmend tsmend Public archive

    LLM-driven TypeScript error repair. Layer 2-4 companion to @shipispec/tsfix.

    TypeScript

  6. relief-probe relief-probe Public

    Finding fraud leads in 11.4M public PPP loans, validated against real DOJ prosecutions — honest about what works and what doesn't.

    Python