dma-deploy-kit
Flagship Python · MIT · public
A config-driven deployment kit that turns one YAML file per client into a fully deployed bilingual AI voice receptionist — strict pydantic validation, a deterministic 13-section prompt compiler, and an idempotent plan/apply engine with per-client lockfiles.
Why it’s interestingThis is the productized form of real client deployments: a FastAPI post-call service with HMAC-verified webhooks, consent-gated Twilio SMS behind a send-once ledger, and a four-layer eval harness (196 tests) gating CI. Everything outside the live conversation is deterministic Python — the model never touches deploy, routing, or gating.
github.com/danielfmonzon/dma-deploy-kit ↗
quantlab
Python · research / paper-trading only
A research and paper-trading system over a fixed universe of 12 liquid ETFs: end-of-day ingest and validation, a custom daily backtest engine, a report-only statistical validation battery, and a risk-gated paper loop against Alpaca.
Why it’s interestingDiscipline is the point. Strategy parameters are fixed from the source literature and never tuned on the backtest; each approved strategy runs in its own isolated paper account with daily HALT and drawdown KILL gates; and every report header embeds the version plus git short hash, so any artifact traces to the commit that produced it. Live trading is architecturally disabled by a config gate that refuses to start against a non-paper endpoint.
github.com/danielfmonzon/quantlab ↗
pipelinepulse
Python · MIT · public
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. Dockerized and scheduled on GitHub Actions, so it runs unattended.
github.com/danielfmonzon/pipelinepulse ↗
hellog8r
Go · Next.js · Docker · 5-person team
The Docker-hardened pipeline executing untrusted student code for a live UF intro-CS course: network isolation, a read-only filesystem, dropped Linux capabilities, no-new-privileges, and enforced CPU/memory limits.
Why it’s interestingOS-level isolation done properly, behind a REST execution API I designed to align a Go backend, a problem generator, and a Next.js/TypeScript frontend across a five-person team.
github.com/TheShmill/hellog8r ↗