Scarlet Beast Scarlet Beast Hunting Truth in a World of Shadows
Transmissions
NEWStartup Frameworks are for sale — buy a launch-ready business, not a slide deck.Sep 04 NEWTech’s Tinder — a swipe-to-match deal engine for hardware buyers and sellers — joins the framework catalogue.Sep 04 NEWSignal — the creators network for the people who build the machines (formerly networkedin) — joins the framework catalogue.Sep 03 NEWScarlet Beast Poker is packaged for acquisition — platform, native apps, the Hiss AI and the public API.Sep 03 LIVEBusiness Plans — every scope, timeline and price we quote, in one vault.Sep 01 NEWFree technical audit — one call, no pitch, a written findings list you keep either way.Aug 28 LIVEGROWL — the crypto and forex exchange, plus an algorithmic bot marketplace.Aug 26 LIVEHiss — production poker AI: deep reinforcement learning, computer vision, real-time inference.Aug 22 NEWPerformance engineering — measurable TTFB, LCP and CLS gains on enterprise traffic.Aug 18 NEWAdobe Commerce and Shopify Plus modernization — migrations that ship without downtime.Aug 05 NEWThe technology stack is published — what we run, why we chose it, what it costs.Aug 01 NEWStartup Frameworks are for sale — buy a launch-ready business, not a slide deck.Sep 04 NEWTech’s Tinder — a swipe-to-match deal engine for hardware buyers and sellers — joins the framework catalogue.Sep 04 NEWSignal — the creators network for the people who build the machines (formerly networkedin) — joins the framework catalogue.Sep 03 NEWScarlet Beast Poker is packaged for acquisition — platform, native apps, the Hiss AI and the public API.Sep 03 LIVEBusiness Plans — every scope, timeline and price we quote, in one vault.Sep 01 NEWFree technical audit — one call, no pitch, a written findings list you keep either way.Aug 28 LIVEGROWL — the crypto and forex exchange, plus an algorithmic bot marketplace.Aug 26 LIVEHiss — production poker AI: deep reinforcement learning, computer vision, real-time inference.Aug 22 NEWPerformance engineering — measurable TTFB, LCP and CLS gains on enterprise traffic.Aug 18 NEWAdobe Commerce and Shopify Plus modernization — migrations that ship without downtime.Aug 05 NEWThe technology stack is published — what we run, why we chose it, what it costs.Aug 01
Markets
BTC$79,738▲ +0.40%ETH$2,459▲ +0.41%SOL$103.15▲ +1.63%XRP$1.41▲ +0.48%BNB$763.51▲ +6.83%ADA$0.2165▲ +1.01%DOGE$0.0874▲ +2.81%LINK$11.84▲ +1.76%AVAX$7.54▲ +2.51%DOT$0.9176▲ +7.97%LTC$53.59▲ +6.43%TRX$0.3331▲ +1.43%BTC$79,738▲ +0.40%ETH$2,459▲ +0.41%SOL$103.15▲ +1.63%XRP$1.41▲ +0.48%BNB$763.51▲ +6.83%ADA$0.2165▲ +1.01%DOGE$0.0874▲ +2.81%LINK$11.84▲ +1.76%AVAX$7.54▲ +2.51%DOT$0.9176▲ +7.97%LTC$53.59▲ +6.43%TRX$0.3331▲ +1.43%
GROWL feed
Bryan Ruiz

Curriculum Vitae

Bryan Ruiz

Founder & Lead ML / AI Engineer at Scarlet Beast. Deep reinforcement learning, computer vision, distributed training and MLOps — on top of fifteen years of senior full-stack and enterprise commerce engineering.

Open to work — ML / AI engineering, applied research, senior full-stack leadership

Two Thirds Consciousness

This résumé, rendered by its own pipeline

Twenty years of systems work, set to a beat. Every frame was generated in code on a single GPU — no stock footage, no image assets, no editor. The captions were aligned to the vocal by machine transcription.

  • Procedural rendering
  • CUDA / PyTorch
  • Whisper alignment
  • Signal analysis
  • FFmpeg / NVENC

4:49  ·  sound on  ·  Full quality on YouTube

15+Years engineering
M1–M6Neural net generations shipped
100+Projects delivered
50+Clients served

Objective

To use technology to make a positive impact on humanity.

Experience

What I have built, and what it had to survive.

Jan 2012 — Present

Scarlet Beast

New York City · Remote · scarletbeast.com

Formerly Scarlet Consulting Corporation (merged)

Founder, Lead ML / AI Engineer & Principal Engineer — Hiss (Poker AI), GROWL (Algorithmic Trading) and client engineering

Scarlet Beast was founded in 2012 as Scarlet Consulting Corporation, a client engineering practice, and the two companies have since merged; the ML platform began in 2017.

Founder and principal ML engineer of Scarlet Beast, building Hiss — a production poker AI — and GROWL, a crypto / forex exchange and algorithmic-trading platform. I own the full ML lifecycle: distributed training infrastructure through to real-time, latency-sensitive inference in money-moving environments. The work spans deep reinforcement learning, computer vision, time-series modelling, and the MLOps that ties them together across heterogeneous, cost-optimised compute.

Hiss — the milestone ladder (documented at nn.scarletbeast.com)

  • M0 — Correctness gate. Validated the toolchain where the answer is known: tabular CFR / CFR+ / external-sampling MCCFR to ~0 exploitability on Kuhn and Leduc, then the neural path against the same target. Established that an apparent Leduc plateau was undertraining rather than a ceiling — advantage steps 64 → 250 at lr 1e-2 moved exploitability 0.17 → 0.0719.
  • M1 — Card abstraction. Suit-isomorphism canonicalisation (~24× precompute reduction), potential-aware equity-distribution features (E[HS], E[HS²]), and k-means under Earth Mover’s Distance into ~1–2k buckets per street over 169 lossless preflop classes. Measured that solve quality peaks at 24 boards: stratified board selection paid +8.4 bb/100 where simply adding boards did not.
  • M2 — Six-max game & traverser. External-sampling Monte-Carlo CFR over the bucketed abstraction with legal-action masking asserted at the boundary, gated on reproducing a published two-player subgame result before any six-handed number was trusted.
  • M3 — Deep CFR / SD-CFR training. Advantage networks over reservoir buffers, retrained from scratch each iteration, with the snapshot history serving as the average strategy. Resumable bit-identically across reboots and scheduled under systemd; ~845 s/iteration at 16 threads on commodity CPU.
  • M4 — Distillation & serving. Collapsed the snapshot mixture into one supervised policy network and exported it into the existing serving contract — TorchScript plus positional normalisation — as 86 features → 384 → 384 → 192 with policy, bet-size and value heads (259,599 parameters), answering in about a millisecond on a CPU shared with the vision pipeline.
  • M5 — Evaluation. Opponents calibrated against 142,000 real hands, common-deals paired comparison, and promotion only on a confidence-interval lower bound. Rebuilt an arena that had been scoring a policy which never played, and a convergence metric that had fitted a champion swap as a trend line.
  • M6 — Ten-pocket six-max game. Authored a custom OpenSpiel game wrapping the rules engine with its own action space and information state, after measuring that the stock abstraction could not express a half-pot bet (blueprint mass exactly 0.0000) and that the full abstraction’s tensor could not distinguish a 4-chip bet from a 200-chip one.

Measured outcomes. Fold-discipline work moved the live champion from −32 bb/100 to −4 against opponents calibrated on real hands; the CFR blueprint measures +20 to +28 bb/100 heads-up. Serve-time guardrails — a fold-to-three-bet rail worth +13.3 bb/100 — cover behaviours the network would not hold on its own.

Documentation & source. Full technical write-up — concepts, the milestone ladder, the served architecture and a from-scratch rebuild runbook — at nn.scarletbeast.com. Source: github.com/christianscarlet2/hiss.

Distributed training & MLOps

  • Training built on heterogeneous, cost-optimised compute: AWS SageMaker as the managed backbone for large training jobs, hyperparameter tuning, experiment orchestration and model hosting; Oracle Cloud (OCI Ampere A1) and Kaggle GPU / TPU kernels for high-volume self-play data generation on spot and free-tier capacity.
  • PyTorch, NumPy, Pandas, scikit-learn, CUDA / cuDNN, Docker, and MLflow / Weights & Biases for experiment tracking and reproducible, containerised pipelines.

Computer vision

  • OpenCV for image preprocessing, ROI and object detection, and table-state extraction, with Tesseract OCR reading cards, stacks and bet amounts into structured features that feed the Hiss inference pipeline directly.

GROWL — quant / algorithmic trading

  • Extended the same ML platform to live markets: time-series forecasting and signal generation over crypto and forex data (LSTM / Transformer and gradient-boosted models), a bot marketplace for algorithmic strategies, backtesting and walk-forward validation, and live order-book and market-data ingestion.
  • Owned the surrounding fintech concerns — execution latency, risk controls, and a unified accounting layer (“The House Ledger”) exposed via REST and GraphQL APIs.

Platform & infrastructure

  • Visual C++ high-performance inference engine, Python services, a React + Laravel application surface exposing public REST / GraphQL APIs, an SSO auth gateway unifying every product, and multi-tenant Linux / PHP-FPM hosting across the ecosystem.
  • Source: github.com/christianscarlet2/hiss

Client engineering practice (since 2012)

An AI-empowered software consulting and digital infrastructure company focused on scalable web platforms, automation systems, performance engineering and enterprise modernisation.

Blending technical leadership with growth strategy and technical sales, I specialise in helping businesses turn operational bottlenecks into scalable systems — using AI-assisted development workflows, modern cloud infrastructure and full-stack engineering. Fifteen years across enterprise and startup environments, working directly with decision makers to architect and deliver high-performance solutions across eCommerce, SaaS, automation and digital operations.

  • AI-assisted software development and automation
  • Full-stack LAMP, Node.js, React and cloud engineering
  • Magento / Adobe Commerce and Shopify Plus ecosystems
  • Technical sales, solution consulting and client strategy
  • Performance optimisation and Core Web Vitals improvement
  • AWS infrastructure, CI/CD pipelines and DevOps workflows
  • API integrations, Stripe payment systems and scalable architecture
  • Enterprise migrations and modernisation initiatives

Jan 2025 — Dec 2025

Plymouth Rock Assurance

via Scarlet Beast · Woodbridge, NJ

Full-Stack PHP / JavaScript Developer

  • Built and implemented a performance-optimisation framework for the public website in Node.js, deployed serverless on AWS Lambda and SQS via the Serverless Framework.
  • Moved Time to First Byte, Largest Contentful Paint, First Contentful Paint, Cumulative Layout Shift and Speed Index materially in the right direction — and Google PageSpeed Insights scores with them.
  • Diagnosed and resolved site performance regressions caused by Tealium tag load, working directly with Tealium on mitigation strategy.
  • Resolved enterprise-level CORS issues with the CloudFront team; integrated optimisations with WP Engine and NewRelic.
  • Customised the Angular application and widgets to streamline the customer flow.

Jan 2024 — Dec 2024

DevaCurl

via Scarlet Beast · New York City

Adobe Commerce / Shopify / Magento Enterprise Developer

  • Ran a parallel migration of Magento Enterprise to both Magento 2 and Shopify Plus.
  • Stood up continuous integration for WordPress, React and Magento assets on Platform.sh.
  • Introduced data-wrangling pipelines into the delivery process.
  • Front-end and back-end development of Custom Kits — letting customers assemble a dynamic bundle of products for sale.

Jan 2022 — Dec 2023

Artspace

via Scarlet Beast · New York City

Adobe Commerce Lead Developer

  • Architected a custom front-end on a Magento back-end for selling artwork.
  • Built a reporting tab tracking frames sold and the financial data points behind them; extended the sales order tab to capture additional financial information.
  • Extended Magento base modules with Zend Framework custom SQL queries.
  • Migrated credit memos and invoices off an older Magento install with custom scripts.

Aug 2019 — Jan 2022

Refinery29

via Scarlet Beast · New York City

Magento Enterprise Lead Developer

  • Crafted a custom voucher product type with event-based invoice creation and code delivery; extended Unigry’s gift certificate module around it.
  • Integrated single sign-on between Refinery29’s custom framework and the Magento site.
  • Consumed the editorial API to surface Refinery29 articles on the commerce platform.
  • Integrated Git with Jenkins for one-click deployments; produced the RFP response, REST API documentation and scope of work.

Aug 2018 — Jul 2019

Redcats USA

via Scarlet Beast · New York City

Magento Enterprise Developer

  • Designed Magento Enterprise modules for product import and related functions, using the template pattern with MVC integration and Event/Observer hooks for automation.
  • Deep work in Magento internals: the EAV system, cron scheduling and Adminhtml.
  • Integrated Apache, Cherokee, MySQL, Memcached and NFS for the database tier; wrote the production server setup documentation.
  • Set up .NET developers with Ubuntu virtual machines and trained the Windows administrator on RedHat Enterprise Linux.

Jan 2016 — Jul 2018

Redbox / Cisco / Verizon

via Scarlet Beast · Montreal, Canada

Magento Enterprise Developer

  • Mapped category and product data into SOLR for the orchestration layer and built the APIs around it.
  • Refactored existing APIs to be stateless using Magento controllers.
  • Designed a Magento module for storing XML filter information; managed EAV attribute installation via setup scripts.
  • Worked extensively with Magento indexes and SOLR indexing.

Jan 2016 — Jul 2018

Vizio

via Scarlet Beast · Holmdel, NJ

Magento Enterprise Developer

  • Assisted the launch of the newly developed Vizio.com and upgraded the platform to Magento Enterprise 1.10.
  • Architected the attribute system with PHPUnit coverage; wrote APIs bridging Zend Framework to Magento.
  • Provided technical consultation to the contracted development team.

Aug 2015 — Dec 2015

TOMS Shoes & Eyewear

via Scarlet Beast · Holmdel, NJ

Magento Enterprise Developer

  • Themed the new Magento eyewear store and implemented a shared session experience across two stores.
  • Profiled the Magento core with XDebug to find performance bottlenecks; load tested and profiled the security solutions.
  • Completed an AJAX store locator with multi-store support; implemented PHPUnit for module and function testing.
  • Researched SAML, openSSO and CentralAuth security standards.

Jan 2013 — Dec 2014

Publishers Clearing House

via Scarlet Beast · Jericho, NY

Magento Enterprise Developer

  • Front-end and back-end development on the Magento Enterprise commerce platform.
  • Built a Price Comparison Engine extension that uploaded product feeds to Google Product Service, Shopping.com, Shopzilla and Pronto.
  • Developed and integrated a responsive front-end; configured load-balanced RedHat servers with MySQL.

Aug 2012 — Dec 2013

NBC Universal / iVillage

via Scarlet Beast · New York City

Backend CakePHP Developer

  • Integrated the Recipe Swap feature for daily meal planning (“What’s for Dinner?”) and built the CakePHP site with a Facebook XFBML invite feature.
  • Implemented Prototype drag-and-drop for the Daily Meal Planner interface; integrated Uploadify, jQuery Carousel and ColorBox.
  • Acted as lead developer and technical project manager of a small team.

Oct 2008 — Jul 2012

Night Agency

Full-time · New York City

Zend Framework / CakePHP / Magento / LAMP Developer

  • Front-end and back-end design and development on high-traffic sites — Purex.com, PurexInsiders.com, SocialMixHub.com, MarkGirl.com, MJMinigolf.com and HanesPink.com.
  • Created the Hanes Dashboard using a JSON-RPC server / client across five Hanes brand sites.
  • Built jQuery UI slider, dialog and datepicker interfaces with jQuery Address for deep linking; CakePHP front-ends over MySQL with automated nightly cron statistics collection.
  • Implemented real-time server monitoring with Zabbix; managed partial server administration of 50+ servers across EC2, Slicehost and Rackspace.
  • Technical writing: proposals, specifications, timelines and documentation.

Jan 2011 — Jun 2012

eFashion Solutions

Full-time · Secaucus, NJ

Backend PHP Developer

  • Development and defect resolution across 30 high-traffic eCommerce sites including DKNY.com, store.Playboy.com, Rocawear.com, BabyPhat.com and XOXO.com.
  • Designed and implemented the development servers and procedures: SVN/CVS with email notifications, company mail servers, MySQL, test-driven design, code documentation, naming conventions and daily reporting.
  • Designed, implemented and migrated the purchase order system handling EDI ASC X12 850, 997 and 856 via the Inovis VAN for Liz Claiborne, New Era, Sean John and other clients.
  • Built internal ERP applications, custom client data-import tools, tax reporting tools, and a call-centre ordering application with upsell support.

Education

2004 — 2007

Rutgers University

New Brunswick, New Jersey

Computer Science & Business Management

Double major, Computer Science and Business Management. 3.15 GPA.

Skills

The whole stack, top to metal.

Machine Learning & AI

  • PyTorch
  • Deep Reinforcement Learning
  • CFR / Deep CFR
  • PPO
  • Self-play training
  • ONNX / Quantisation
  • CUDA / cuDNN
  • NumPy / Pandas
  • scikit-learn
  • MLflow
  • Weights & Biases
  • AWS SageMaker
  • Distributed data parallel
  • Mixed precision
  • Time-series forecasting
  • LSTM / Transformers
  • Gradient boosting
  • OpenCV
  • Tesseract OCR

Languages & Frameworks

  • PHP 4 / 5 / 7 / 8.x
  • Python
  • Visual C++
  • JavaScript ES6+
  • Node.js
  • React
  • Angular / AngularJS
  • Laravel
  • Symfony 6
  • Django
  • Zend Framework
  • CakePHP
  • jQuery / jQuery UI
  • HTML5 / CSS3
  • CSS-in-JS

Commerce Platforms

  • Adobe Commerce
  • Magento Enterprise 1 & 2
  • Shopify / Shopify Plus
  • EAV architecture
  • Magento indexes
  • Module development
  • WordPress / WP Engine
  • Platform.sh

Cloud & Infrastructure

  • AWS EC2 / Lambda / SQS / S3
  • CloudFront
  • Serverless Framework
  • Oracle Cloud (OCI)
  • Docker
  • Linux
  • Apache / Nginx
  • PHP-FPM
  • Load balancing
  • High availability
  • NFS
  • Memcached / Redis
  • Server administration

Data & APIs

  • MySQL / MariaDB
  • Database design
  • MySQL optimisation
  • SOLR / Elasticsearch / Lucene
  • GraphQL
  • REST APIs
  • JSON-RPC
  • SOAP / XML-RPC
  • EDI ASC X12
  • Data pipelines
  • Data wrangling
  • Stripe / Authorize.Net

Engineering Practice

  • CI/CD
  • Jenkins
  • Git / SVN / CVS
  • PHPUnit / TDD
  • XDebug / Profiling
  • MVC & design patterns
  • Agile / Scrum / Kanban
  • Core Web Vitals
  • TTFB / LCP / CLS
  • NewRelic / Zabbix
  • Tealium
  • Google Analytics
  • SSO / SAML
  • HTTPS / SSL / CORS

Professional Profile & Leadership

Vision backed by delivery.

A systems-oriented technologist and execution-driven leader — deep full-stack expertise with a strong bias toward measurable outcomes. Fifteen years across enterprise and startup environments translating abstract business goals into scalable, high-performance technical systems.

Team Dynamics & Leadership

Leads through technical credibility and operational clarity rather than hierarchy — contributing at the code level while guiding architecture, workflow and direction.

Hands-on: codes alongside the team, setting the standard by example. Cross-functional translator: bridges engineering, product and business stakeholders. Process optimiser: establishes repeatable systems — CI/CD, documentation, performance benchmarks — that lift the whole team’s output. Distributed teams: coordinates offshore and remote teams on clear communication and delivery expectations.

Clarity over control — particularly effective where a system needs stabilising, modernising or scaling under pressure.

Vision & Strategic Thinking

Visionary thinking grounded in technical feasibility — an uncommon balance between ideation and execution. Identifies leverage points in a system, whether in performance, platform migration or API-driven architecture, and aligns them with business objectives.

Anticipates scaling problems before they become bottlenecks, designs systems that reduce operational overhead through automation, and ties technical decisions to measurable KPIs — Core Web Vitals, conversion performance, system throughput.

Problem-Solving Profile

Analytical, pattern-driven and systems-focused. Decomposes a problem into its underlying structure to reach the root cause rather than the symptom.

Systems thinking: treats infrastructure, code and business logic as interconnected layers. Performance-first: efficiency — TTFB, LCP, CLS, API latency — as a core engineering concern, not a cleanup task. Adaptability: comfortable across LAMP, MERN and serverless architectures. API-centric: designs and integrates complex third-party systems, from payment platforms to data pipelines.

Thrives where solutions are not predefined and the work requires independent judgement.

Execution & Work Ethic

Professional identity anchored in delivery: ownership from concept to deployment, delivery under tight timelines without compromising system integrity, and a balance of speed against long-term maintainability.

Holds a strong internal standard for performance, reliability and completeness — regularly going past the requirement to make sure a system is genuinely production-ready.

Summary Positioning

Senior full-stack engineer with technical leadership capability. Execution-focused systems builder. Performance-driven architect. A pragmatic visionary bridging business and engineering — deep technical skill, leadership through contribution, and strategic awareness, effective in roles demanding both hands-on development and high-level ownership of outcomes.

Open to work.

ML / AI engineering, applied research, and senior full-stack leadership. Tell me what you are building and what is in the way of it.

No Pitch, No Pressure

Start with a free audit.

We identify the gap before we propose a solution. Tell us what hurts and we typically respond within one business day.