AI-Native Product Architect · Founder · Angel Investor

César Rodríguez

16 years in finance. Now I build the systems.

CFO of a US biotech, compliance leader at CNBV-regulated institutions, and winner of Mexico's Fintech Sandbox Challenge. Today I design, fund, and ship AI-native financial platforms — compliance engines, trading systems, investor portals — with the architectural depth regulated markets demand.

LinkedIn
16+
Years in Finance
13
Platforms Shipped
4,300+
Automated Tests
Active
Angel Investor
César Rodríguez
cesar@portfolio ~ %
The intersection

Three archetypes. One operator.

Regulated products fail in the gaps between the lawyer, the CFO, and the engineering team. I operate where the three overlap — the regulation defines the spec, the capital defines the constraints, and the code ships with both built in.

Regulation
CNBV-regulated compliance · PLD / AML programs · Privacy by design
Capital
CFO · US biotech · Fundraising & unit economics · Angel investing
Code
13 platforms shipped · 4,300+ automated tests · AI-native stack
Portfolio

Projects & Platforms

Platforms across compliance, trading, business, and education verticals. Built with modern AI-assisted development — every metric shown maps to a verifiable fact in the codebase.

SENTINEL Dashboard
MVP

SENTINEL PLD/AML

Local-AI PLD/AML pipeline for CNBV-regulated institutions

Compliance

End-to-end PLD/AML document pipeline — four-engine OCR cascade, local SLM extraction, sanction-list screening with Spanish phonetic matching, and human-in-the-loop review — with AI running 100% locally so client documents never leave the deployment.

PythonFastAPIPostgreSQLRabbitMQ+7
0 by default
External AI API Calls
4
OCR Engines
ESCUDO Dashboard
In Development

ESCUDO PLD/FT

PLD/FT risk platform for LFPIORPI-regulated entities

Compliance

Multi-tenant PLD/FT platform for entities under Mexico's LFPIORPI: explainable IRI/IRR risk methodology, list screening, ten alert typologies, SPPLD notice drafting, and Excel bulk onboarding — in active development toward first staging.

TypeScriptNestJSNext.jsPostgreSQL+5
1,400+
Automated Tests
27/27
RLS-Verified Tables
Identia compliance dashboard
MVP

Identia

Privacy-first compliance OS for Mexico's PUI regulated entities

Compliance

Multi-tenant compliance SaaS for PUI-regulated financial institutions that runs CURP screening entirely hash-vs-hash — personal data is never stored or transmitted in clear — plus the full governance workload around it.

Next.jsTypeScriptSupabasePostgreSQL+4
0
Plaintext CURPs Stored
38
RLS Policies
KYC Flow dashboard
MVP

KYC Flow

On-prem DDQ/KYC copilot that cites evidence or refuses to answer

Compliance

On-premise copilot that helps compliance officers answer KYC/DDQ questionnaires with literally cited evidence from their own document vault, running LLMs 100% locally so confidential documents never leave the machine.

PythonFastAPIPostgreSQLpgvector+7
1,365
Automated Tests
6
Anti-Hallucination Gates
CR Engine screener
Production

CR Engine

Stock trading analysis with insider tracking and scoring

Trading

Multi-factor stock analysis engine that crosses quantitative scoring with real-actor intelligence — SEC Form 4 insider tracking — and explains every signal it produces.

Next.jsTypeScriptPythonPostgreSQL+2
5
Scoring Factors
US + BMV
Markets
FXData Terminal
Production

FXData Terminal

Real-time USD/MXN monitoring with Z-Score analysis

Trading

Professional FX terminal for USD/MXN pair with candlestick charts, Banxico FIX reference, and CME futures overlay.

Next.jsTypeScriptTwelveData APIBanxico API+1
4 decimals
Quote Precision
Banxico FIX
Official Reference
Options Engine Market Data
MVP

Options Engine

Crypto options trading with automated strategy execution

Trading

BTC options trading engine with Deribit integration, straddle strategies, and automated trigger-based execution.

Next.jsTypeScriptDeribit APIWebSocket+2
Deribit
Venue
ATM straddles
Strategy
CryptoExchange Trading Panel
MVP

CryptoExchange

Full-featured BTC/USDT exchange with order book

Trading

Complete cryptocurrency exchange platform with real-time order book, market/limit orders, and CoinGecko price integration.

Next.jsTypeScriptCoinGecko APIWebSocket+1
BTC/USDT
Pair
Market + Limit
Order Types
PropTech CDMX Dashboard
MVP

PropTech CDMX

Real estate opportunity analysis for Mexico City

Trading

Data-driven real estate platform analyzing purchase opportunities in CDMX with profitability metrics and zone comparisons.

Next.jsTypeScriptPythonPostgreSQL+1
CDMX
Market
Cap rate · Yield
ROI Metrics
Investor Portal summary
MVP

Investor Portal

White-glove investor portal for private real-estate sponsors

Business

Premium LP-facing portal for private real-estate projects: position, XIRR/MOIC/DPI performance, distributions, secure data room, and capital account — with investor isolation enforced at the database layer.

Next.jsTypeScriptSupabasePostgreSQL+4
135
Automated Tests
25/25 tables
RLS Coverage
WhatsApp InfoBot conversation
Production

WhatsApp InfoBot

Replicable WhatsApp assistant with zero invented answers by design

Business

WhatsApp assistant for sales, customer support, and service desk that answers only from each business's curated knowledge base — and escalates to a human when it doesn't know.

Node.jsTypeScriptHonoSQLite+4
0 by design
Invented Answers
12
Guardrail Stages
Club Glow customer wallet
Production

Club Glow

Loyalty platform where the balance is replayed, never stored

Business

Points-based loyalty program running in production for a Mexican beauty business, where a customer's balance is never stored — it is replayed from an append-only ledger, so the number on screen cannot drift from the transactions behind it.

Next.jsTypeScriptSupabasePostgreSQL+4
8/8
Acceptance Criteria in Prod
300
Automated Tests
EduPlay Landing
Production

EduPlay

Educational games platform: SpellBee Kids + MathLand

Learning

Gamified learning platform with SpellBee for English spelling and MathLand for mathematics. No ads, no pay-to-win.

Next.jsTypeScriptSupabaseWeb Audio API+1
2
Games
1000+
Words/Lists
Methodology

How I Build

Most builders read the regulation, model the P&L, or write the code. Regulated markets need all three — the path from a disposición to a production URL an auditor can trust.

const edge = "I understand the regulation, the capital, AND the code";

  1. 01Business

    Regulation & business model

    I start from the disposición and the P&L, not the ticket — in regulated markets the law is the spec.

    Obligations from LFPIORPI, the PUI, CNBV and LFPDPPP mapped straight to data models and controls; every field classified by sensitivity before a schema exists.

    Regulatory mappingData classificationUnit economics
  2. 02Architecture

    Architecture & trust boundaries

    Where the sensitive data lives is what lets a regulated buyer say yes — I design that boundary first.

    Deny-by-default RLS with a cross-tenant leak test in CI, hash-vs-hash so PII never travels in clear, a documented STRIDE model, and one portable Compose core for cloud, VM or on-prem.

    PostgreSQL RLShash-vs-hashSTRIDEDocker Compose
  3. 03Engineering

    Test-first build

    Business logic that's wrong costs a fine, not a bug report — so the rules engine gets a failing test before it gets code.

    TDD on validators, RBAC and rules engines; AI-assisted execution under human-directed architecture; local-first LLMs (vLLM / Ollama) with pgvector, so documents never leave the machine and answers cite evidence or refuse.

    TypeScriptPython / FastAPIpgvectorvLLM / Ollama
  4. 04Security

    Security & auditability

    An auditor should be able to verify the system without trusting me — that verifiability is a feature, not a document.

    Append-only hash-chained audit (triggers block UPDATE / DELETE), HMAC-signed exports, TOTP MFA, TLS 1.3 and encryption at rest, and backup / DR drills with measured RPO / RTO.

    hash-chain auditTOTP MFAHMAC exportsTLS 1.3DR drills
  5. 05Delivery

    Ship & prove

    I hand over a working URL and an evidence file the compliance officer can take to their board — piloted on real data, not a demo seed.

    CI/CD gated by the cross-tenant test, containerized deploys to Vercel, Railway or a dedicated VM, runbooks and a regulator-ready evidence kit.

    GitHub Actions CIVercelRailwayevidence kit
The stack
across 12 platforms
Frontend
Next.jsReactTypeScriptTailwindRecharts
Backend
PythonFastAPINode.jsDeno edgeInngest
Data
PostgreSQLSupabasepgvectorRedisS3 / MinIO
AI · local-first
vLLMOllamaClaudepgvector RAG
Security
RLS multi-tenanthash-chain auditTOTP MFATLS 1.3SSE-S3
Delivery
DockerVercelRailwayGitHub ActionsDR drills
Services

How I Work With You

Compliance & RegTech Systems

PLD/AML pipelines, KYC/DDQ automation, and audit-ready systems for regulated institutions — designed to run inside the client's own infrastructure. Delivered through Gravisphere Intelligence, my boutique consultancy.

Visit Gravisphere

Technology Consulting

AI-driven process automation and digital adoption for businesses ready to modernize: AI agents and workflow orchestration, systems integration, data pipelines, and custom internal tools — from opportunity mapping to deployed, measured automation.

Visit GI Consulting

Angel Investment

Early-stage capital for AI, fintech, and digital products. I evaluate founder-market fit, capital efficiency, and fast validation cycles.

Open Source

GitHub

Select open-source projects and code samples. Most production systems remain private.

Options-trading
0

BTC options trading engine with Deribit API integration and automated strategy execution

TypeScript
View
Contact

Let's Build Something

Looking for an angel investor, technical advisor, or execution partner who understands both the regulation and the code? Let's talk.

Available for projects
Based in Mexico City
Remote-first