Senior Software Engineer — Mindhop Inc., White Plains, NY | 2023 – March 2026
AI Infrastructure & Agent Tooling — Engineering Productivity
Built to accelerate my own Mindhop work — coordinating multiple Claude Code instances across the codebase, retaining cross-session context, and offloading repetitive engineering tasks.
- Anamnesis: vector-based episodic memory (FastAPI + MongoDB Atlas Local
$vectorSearch, HNSW 1024-dim) shared across 20+ concurrent Claude Code instances over 4 networked machines via SSH ProxyJump chains. - Same infrastructure powers a personal job-tracker / Chrome Extension (FastAPI, Claude CLI, RAG, Chrome Debugger Protocol form filling, nightly APScheduler pipeline).
Over Height Vehicle Detection — NYSDOT Production Edge System
Sole architect of a real-time safety system integrating LiDAR, IP cameras, and automated traffic control. Documented for hand-off; non-engineer field staff perform installs from the runbook.
- Fault-isolated multi-process architecture (5 processors + Flask app) in single Docker container with 7-layer watchdog; 120+ days continuous uptime in field deployment.
- Dual-sensor correlation: LiDAR + VCA cameras with confidence-plateau detection — reduced 18 duplicate detections to 1 optimal output. MQTT/WebSocket distribution to TMC dashboards; AVRO pipeline integration via Apache NiFi.
- Automated field installer handles encryption, hardware integration (LiDAR / PTZ / SNMP), systemd config — non-technical staff run the install.
DMS Control, Device Monitoring & Real-Time Alerts
- Reverse-engineered NTCIP 1203 from MIB specs; built vendor-agnostic driver framework with 31 end-to-end tests — no SDK, no vendor support.
- Network monitoring for UDOT: 2,400 devices, 750+ subnets, 90%+ cycle-time reduction (54 min to 5 min) via asyncio + adaptive batching.
- Real-time alert routing on Apache Flink + Kafka; PostgreSQL stored procedures, modular SMTP/Twilio dispatch.