I work on machine learning systems that need to hold up in the real world.
That usually means some mix of regulation, latency, and reliability.
| Area | What pulls me in |
|---|---|
AI governance |
explainability, audit trails, fairness checks, policy-aware tooling |
Quant systems |
order books, pricing, execution research, market microstructure |
Agent evaluation |
measuring accuracy, latency, cost, and safety before something ships |
I am less interested in building one more polished demo and more interested in building systems that survive constraints.
| Project | What it is |
|---|---|
| finreg-ml | Governance-oriented ML wrapper for explainability, fairness, audit logs, and compliance-oriented reporting |
| agenteval | Evaluation harness for agents with side by side comparison across accuracy, latency, cost, and safety |
| Atlas | Order book engine with a C++ core and a Python research layer |
| deep-galerkin-pricing | Neural PDE solver for option pricing |
- start from the failure modes, not the press release
- keep the workflow clear enough that another engineer can audit it
- prefer evidence over posturing
- treat performance and correctness as product features
These are actual public PRs.
- microsoft/agent-governance-toolkit#776
mergedPromotedEUAIActRiskClassifierfrom example code into the library with tests and external config. - microsoft/agent-governance-toolkit#786
mergedAdded docs, examples, changelog, and README support for the classifier. - AI4Finance-Foundation/FinRL#1410
mergedFixed incorrectthreading.Threadtarget invocation in paper trading. - google/tf-quant-finance#113
openReplacedmd5withsha256in a cache-key hashing utility. - goldmansachs/gs-quant#345
openFixed pandas 2.x compatibility by replacing removed.append()calls. - sktime/sktime#9809
openFixedNaiveForecaster.predict_var(cov=True)returning allNaNcovariance matrices.
- making regulated ML workflows easier to explain and review
- treating agent evaluation like engineering work instead of theater
- moving closer to systems where implementation detail matters
- Email: atharvaj2112@gmail.com
- LinkedIn: linkedin.com/in/atharvajoshi01
