quantlab
Quantitative trading research system with pre-registered risk limits — daily/weekly HALT and drawdown KILL gates — and a backtest → paper-trade → live gating pipeline.
Why it’s interestingDisciplined, reproducible experimentation infrastructure with hard risk controls: strategies across equities and crypto on separated broker (Alpaca) accounts. Systems + rigor.
github.com/danielfmonzon/quantlab ↗ PipelinePulse
An agentic pipeline that pulls open Salesforce opportunities via REST, scores deal health with deterministic rules, and posts an LLM-written daily pipeline digest — with recommended next actions — into Notion.
Why it’s interestingRules do the math, the LLM does the language — a deliberate split for reliability. Config-driven, Dockerized, and scheduled via GitHub Actions.
github.com/danielfmonzon/pipelinepulse ↗ HelloG8r — Secure Code-Execution Platform
A Docker-hardened service that runs untrusted student Python safely — network-isolated, read-only filesystem, dropped Linux capabilities, no-new-privileges, and enforced CPU/memory limits.
Why it’s interestingOS-level isolation done properly, behind a validated REST execution API — spanning a Go backend, a Clojure problem generator, and a Next.js/TypeScript frontend.
github.com/TheShmill/hellog8r ↗ Webots RL Teaching Tool
A reinforcement-learning robotics simulation (cbt_00024) built for a university AI course: parametric training missions, reward shaping, and reproducible training runs.
Why it’s interestingApplied RL + simulation + pedagogy, shipped against real stakeholder acceptance criteria.