Independent AI & Technology Consultant
Self-Employed
West Palm Beach, FL, Remote (11/2025 - Current)
- Built four working AI-powered tools, a compliance rules engine, an image quality and duplicate detection system, a contract document analyzer, and a customer feedback sentiment tracker, each rebuilding a real business problem previously handled manually or with simpler rules, to evaluate where AI genuinely improves a workflow.
- Redesigned the ETL ingestion process from sequential, single-file processing into a manifest-driven work queue, enabling multiple workers to process files in parallel for the first time.
- Rearchitected the multi-tenant backend to safely support Laravel Octane, a high-performance mode that keeps the app running in memory between requests instead of rebuilding it each time, eliminating recurring CPU and memory spikes. Rebuilt how tenant data is loaded so each client's data stays properly isolated request to request, a requirement Octane's performance model would otherwise put at risk.
- Replaced a dated Bootstrap frontend, patched together over time with various UI libraries and no real update cadence. This had drawn client complaints over broken and cumbersome features. Rebuilt it on PrimeReact behind a layer of custom wrapper components (for example, an AppButton wrapping PrimeReact's button and translating props) rather than binding directly to the library, a decision that paid off when PrimeReact changed its licensing shortly after delivery. The wrapper layer allowed a full migration to Mantine within the same delivery window instead of requiring a rewrite.