Available for contract engagements

Ricardo A.
Vega Jr.

AI Engineer  ·  Full-Stack Architect  ·  SaaS Founder

34 years building software.
AI infrastructure in production — not in demos.

34 Years shipping code
28 AI models routed through my relay
7 Gemini AI pipeline components in prod
8s Dispatch audio to enriched lead

AI Systems I've Shipped

Not API wrappers. Multi-component AI pipelines, private model relay infrastructure, and real-time audio intelligence — all running in production.

api.noctusoft.com — Private Multi-Model AI Relay  ·  28 models  ·  4 providers  ·  LiteLLM proxy + local Ollama on M4 Max via Tailscale VPN
Local (Ollama) qwen-coder-32b · qwen-coder-7b · llama-70b · qwen-3b-instruct 0.28s – 5.05s
Anthropic claude-opus-4.5 · claude-sonnet-4.5 · claude-haiku-4.5 · and 6 more 9 models
OpenAI gpt-4o · gpt-4o-mini · gpt-4-turbo · and 6 more 9 models
Google gemini-2.5-flash · gemini-2.0-flash production
🔥

Gemini Structured-Output Pipeline

7 production AI components in Ember Lead using gemini-2.5-flash with JSON Schema response constraints. Extracts structured data from fire dispatch text, raw address blobs, county property records, and Zillow HTML — all schema-constrained, all in production.

gemini-2.5-flash structured output JSON Schema TypeScript
🎙️

Real-Time Fire Radio Transcription

OpenAI Whisper consuming live Broadcastify fire scanner audio buffers, domain-prompted for fire-radio vocabulary ("Engine, working fire, address correction..."). Output feeds directly into the Gemini lead parsing pipeline. Audio to structured lead data, no human in the loop.

Whisper whisper-1 real-time audio domain prompting pipeline chaining
🏗️

Private AI Relay Infrastructure

Built and operate a private AI API relay at api.noctusoft.com — upstream keys injected server-side, client apps never hold provider credentials. LiteLLM proxy on Azure VM, local Ollama on M4 Max hardware, Tailscale VPN routing, per-tenant rate limiting.

LiteLLM Ollama Azure VM Tailscale VPN M4 Max
💰

AI-Powered Financial Advisor

Plaid API → AI analysis → daily corporate and personal financial reports delivered via automated SMS and email. Tracks S-Corp payroll cycles, spending anomalies, and budget variances. Runs on a schedule, no manual intervention.

Plaid API automated reporting Python SMS + Email
🗺️

AI Address Intelligence

Two-stage address pipeline: GeminiAddressSplitter parses unstructured dispatch text blobs into individual address candidates; GeminiAddressVerifier cross-validates each against Google Maps geocoding results before triggering paid enrichment. Gates $0.XX-per-call enrichment APIs with zero false positives.

gemini-2.5-flash Google Maps API cost optimization
🔍

AI Owner & Property Enrichment

When primary data sources (ATTOM, RentCast, Zillow, county scrapers) return partial or null results, AI takes over: GeminiOwnerNameParser decodes county-formatted owner strings ("MASK RUSSELL L & PENNY C") for skip-trace APIs; GeminiPropertyEnricher estimates value, sqft, beds/baths; ZillowGeminiFallback extracts from raw __NEXT_DATA__ JSON.

structured fallback gemini-2.5-flash skip-trace chain
Ember Lead — Full AI Pipeline
┌─ Broadcastify audio stream Whisper → fire radio transcription, domain-prompted
├─ PulsePoint API → structured fire dispatch data (parallel source)
├─ GeminiLeadParser Gemini → extract address, fire type, severity, structure type
├─ GeminiAddressSplitter Gemini → parse multi-address blobs into candidates
├─ GeminiAddressVerifier Gemini → cross-validate vs Google Maps geocoding → gate paid enrichment
├─ Property enrichment waterfall → ATTOM → RentCast → Redfin → Zillow → county scrapers
├─ GeminiOwnerNameParser Gemini → decode county-formatted owner names for skip-trace
├─ Phone skip-trace waterfall → BatchSkip → Spokeo → Tracerfy
├─ GeminiOwnerEnricher / GeminiPropertyEnricher Gemini → AI fallback for null results
├─ ZillowGeminiFallback Gemini → extract missing fields from __NEXT_DATA__ JSON
├─ OccupantClassifier → owner-occupant vs renter detection
└─ LeadScorer → 0–100 score (fire severity 30% · property value 35% · structure 20% · recency 15%)

Shipped. Live.

SaaS products built solo from concept to production, plus infrastructure tools running in multi-tenant environments.

Live

Scholarmancy

scholarmancy.com

EdTech SaaS platform running in production with its own API service. Live and serving users.

SaaSRailway
Live

FieldView.Live

fieldview.live

Live production application with dedicated API service on Railway.

SaaSRailway
In Development

Escalating Reminders

escalatingreminders.com

Automated escalating notification service. In active development — launching soon.

AutomationRailway
Live

YOLOVibeCode AI

yolovibecodebootcamp.com

AI-accelerated development training — 3-day and 5-day intensive VibeCode workshops plus hands-on AI development consulting. Live booking and scheduling, teaching the workflow behind everything else on this page.

AI EducationWorkshopsConsulting
Live · Beta

CaptionFlow

captionflow.link

Instructor-authored captions for YouTube videos — accessibility tooling that lets educators create and publish custom captions for their video content.

AccessibilityEdTech
Infrastructure

Noctusoft API Relay

api.noctusoft.com

Multi-tenant relay infrastructure proxying SendGrid, Twilio, Square, Google APIs, and the private 28-model AI relay. API keys injected server-side; tenants authenticate against Noctusoft credentials only. Per-tenant rate limiting, IP allowlists, domain enforcement.

28 AI models Node.js Azure LiteLLM
25+ Years Running

Armageddon 20XX

a20xx.com  ·  Darkware, Inc.

World's first multi-format laser tag tournament. Founded 2000, still running. 18+ tournaments, 15+ systems, 4 countries. If a side project can outlast most startups by 20 years, you're doing something right.

HTML/CSS/JSTwilio SMS

110+ Public Repositories. A Decade of Shipped Tooling.

Libraries and tools built for production use, then published — across rvegajr and the YOLOVibeCode organization. Selected highlights below.

Active

TermGrid / YoloTerm

termgrid  ·  yoloterm

Auto-tiling, cross-platform terminal that follows you across devices. Seven tiling presets, one-click multi-pane tabs, full session restore with 100k-line scrollback, and cross-device session mirroring over PeerJS. YoloTerm is the fully-native successor — Swift/SwiftTerm/Metal on macOS, WPF/ConPTY on Windows, shared interface contracts.

Tauri 2SolidJSSwift / MetalWPF / ConPTY
Data Platform

ez-odata-api

github.com/YOLOVibeCode/ez-odata-api

Self-hosted governed data-access platform: connect a SQL database and serve OData v4, REST/JSON, and an MCP server behind one RBAC and audit pipeline. The platform-scale evolution of the OData suite.

C# / .NETOData v4MCPRBAC
Active

YoloWhisp

github.com/YOLOVibeCode/yolowhisp

Fully local speech-to-text for macOS — whisper-cpp accelerated on the Metal GPU. An open-source replacement for Wispr Flow and superwhisper: no cloud, no subscription, your audio never leaves the machine.

Swiftwhisper-cppMetal
Compliance

Privata

github.com/YOLOVibeCode/privata

Privacy by design, data by default — a drop-in GDPR/HIPAA compliance library for healthcare applications that makes compliance invisible to developers.

TypeScriptGDPRHIPAA
Security

Enterprise Shield Toolchain

opencode-enterprise-shield  ·  codebleach  ·  shield-prompt

Keep proprietary code out of LLM context: sanitize output on the way to the model, desanitize on the way back. A Go plugin for opencode with a Homebrew tap, plus standalone C# sanitization utilities for copying codebases to AI-safe peer folders.

GoC# / .NETLLM Privacy
Utility

art-sync-cli

github.com/YOLOVibeCode/art-sync-cli

Free open-source drop-in replacement for Devart dbForge Schema Compare and Data Compare CLI tools — database schema and data diffing without the license fee.

C# / .NETSQL Server
Utility

devibe

github.com/YOLOVibeCode/devibe

An npm utility that cleans up after an intense vibe coding session — because AI-accelerated development leaves artifacts, and somebody has to sweep the floor.

TypeScriptnpm
Active

Traklet

github.com/rvegajr/traklet

Issue tracking and test case management that drops into any JavaScript application. Backend-agnostic, with an AI integration prompt and a reference design for an autonomous QA pipeline — bug recording to Playwright spec to resolution.

TypeScriptAI IntegrationPlaywright
EdTech

EduAvatar

github.com/rvegajr/EduAvatar

AI-powered oral examination platform for higher education — the open foundation of the StuPath avatar work. LTI 1.3 integration for direct embedding in university learning management systems.

AILTI 1.3TypeScript
Since 2017

The ez-* Toolchain

ez-db-codegen-core  ·  ez-db-schema-core  ·  ez-api-urf-net

15+ code-generation tools refined over a decade. Point a CLI at a SQL Server database and generate a typed schema, Handlebars-templated code, EF Core packages, or a complete REST API. Producing production data layers since 2017.

C# / .NETHandlebarsEF CoreNuGet
Utility

ez-api-mocker

github.com/rvegajr/ez-api-mocker

A working mock API from a JSON file. Reads a definition, replays recorded responses, and stands up an endpoint — frontend development against services that don't exist yet.

Node.jsAPI Mocking
Utility

ez-xls-financial

github.com/rvegajr/ez-xls-financial

Excel-exact financial functions for .NET — returns precisely the number Excel would for a given financial function. Built for systems where finance teams reconcile application output against spreadsheets.

C# / .NETFinance
Utility

Image OCR Renamer

github.com/rvegajr/image-ocr-renamer

Recursively OCRs defined regions of scanned images and renames files from the extracted text. DPI-aware region scaling, change detection to skip already-processed files. Tesseract + GraphicsMagick.

Node.jsTesseract OCR

All repositories at github.com/rvegajr and github.com/YOLOVibeCode


Every Major Wave. Every Major Platform.

Mainframe → client/server → web → mobile → cloud → AI. Still here. Still shipping.

AI / ML
Google Gemini 2.5 Flash Claude (Anthropic) GPT-4o / OpenAI Whisper Ollama (local LLMs) LiteLLM Structured outputs JSON Schema constraints Multi-provider routing
Languages
TypeScript C# Python Node.js / JavaScript PHP C++ / C VB / VB.NET Delphi / Object Pascal COBOL / JCL / SAS Assembler (MVS/ESA)
Frontend
Next.js (App Router) React Native / Expo Blazor Angular KnockoutJS jQuery / jQuery Mobile HTML5 / CSS3 Bootstrap
Backend
Express.js .NET 10 / ASP.NET Core WebAPI / MVC WCF / SOAP Microservices OData v4 PHP / CodeIgniter Apache Tomcat / JSP
Data
MongoDB MSSQL / T-SQL PostgreSQL DynamoDB CosmosDB Oracle / PL-SQL MySQL IBM DB2 IMS
Cloud / DevOps
Azure AWS Railway Vercel GitHub Actions Turborepo / pnpm Docker Tailscale VPN Azure Relay IIS / Apache / Nginx

34 Years. Every Platform. Still Building.

Mainframe COBOL to multi-model AI pipelines — every contract, every client, 1992 to now.

View the complete employment timeline — every contract since 1992, long-term commitments highlighted →

2011 – Present

Founder / Principal Solutions Architect

Noctusoft, Inc.  ·  Northlake, Texas

Texas S-Corp delivering enterprise consulting and SaaS products to 20+ clients across healthcare, energy, financial services, aviation, and government. Built Ember Lead / Tankroom from concept to production. Operate a private 28-model AI relay on Azure. The contracts below all ran under this banner.

2024 – Present

Christensen Farms

Agriculture  ·  Azure, MobileFrame, Dynamics SL, PowerBI

MobileFrame app recording sow body-composition scores — saves employees 15 hours/week. Dynamics SL data-entry automation saving another 10 hours/week. Unblocked stalled on-premise → Azure VM migration. Real-time farm analytics in PowerBI.

2024 – Present

PnQ Health — Auris Platform

Healthcare  ·  Swift/SwiftUI, Node.js, Azure Service Bus, HIPAA

Architected HIPAA-compliant iOS clinical therapy management app — 100+ TestFlight deployments, zero production incidents. Node/TypeScript backend with bidirectional Azure Service Bus sync, entity-level encryption, EN/FR/ES internationalization, and Fastlane pipelines cutting deployment time 70–85%.

2024 – Present

StuPath — RubriqFlow

EdTech  ·  Next.js 15, Python AI Tutor, Vercel, LibSQL

Full-stack multi-tenant education portfolio platform, live in production at rubriqflow.com with 99.9% uptime. Role-based access across Super Admin / Org Admin / Faculty / Students, AI-powered tutoring backend, Playwright E2E coverage, SendGrid workflow automation.

2024

SJI — Flight Deck Pro

Aviation  ·  TypeScript, Turborepo, Azure DevOps, Docker

Modernized enterprise flight deck management platform on a Turborepo monorepo. Resolved pipeline failures blocking all deployments, fixed TypeScript builds across 15+ workspace packages, and cut iteration time 70–85% with a Docker–Azure parity validation system. 15+ PRs merged in one month restoring stability.

2022 – 2024

Choctaw Nation

Tribal Government  ·  .NET 6, Blazor, CosmosDB

Tribal member benefits administration. Refactor reduced code duplication 70%; data-annotation-driven Blazor form components boosted productivity 60%; MSSQL optimization cut processing time 80%. Modernized legacy .NET 4.5 Web Forms to Blazor .NET 6.

2022 – 2023

ReconWear

Military Apparel  ·  PHP 8.1, CodeIgniter 4, AWS OCR

Rewrote legacy PHP 5.2 CodeIgniter application to PHP 8.1 / CodeIgniter 4. AWS OCR form processing cut data-entry effort by 50%.

2016 – 2022

Pioneer Natural Resources

Fortune 500 E&P  ·  C#, MSSQL, Oracle, Angular, Unifier, P6

Delivered the Parsley acquisition data migration 50% faster than projected. Built Unifier Conduit & P6 Conduit NuGet SDKs taming legacy SOAP integrations, T4/RazorEngine code generation (+40% developer efficiency), and ArcGIS spatial query tuning — 90% faster.

2016 – Present

Live Energy

Energy  ·  .NET 8 Blazor, PHP, Twilio, Docker

Dockerized a legacy VTiger PHP 5.2 CRM for Ubuntu 22.04, rewrote ASP.NET Web Forms to Blazor .NET 8, and built a fully functional browser dialer (two lines, transfer, voicemail) on the Twilio REST API.

2016

Match.com / PeopleMedia

Consumer Internet  ·  C#, CoreAPI, Facebook Platform

Honeycomb effort across PeopleMedia properties (OurTime, SPM, BPM). Added Facebook signup/login and rewired properties to the new CoreAPI Match.com backend.

2014

T-Systems

Healthcare IT  ·  C++, C#, WPF

Emergency room admittance software deployed in 100+ hospitals. Built a Managed Cache with COM interface delivering a 1,000× performance improvement by eliminating repeated database calls.

2012 – 2014

American Airlines

Aviation  ·  C#, AWS, PHP, Peoplesoft/Taleo

High-availability careers site during the airline merger, fed live from Peoplesoft and Taleo. Led the build of a high-traffic Facebook application (10M+ users) and a custom Dev→QA→Prod AWS deployment pipeline. Zero downtime through peak campaign events.

2011 – 2014

AAFES

Federal / Military Retail  ·  WebAPI, SSIS, KnockoutJS

Army & Air Force Exchange Service. Mobile-minutes tracking across departments, replaced the SharePoint corporate checkbook application, and converted a legacy PGP flow to OpenPGP for mainframe credit-card uploads.

2011 – 2016

Summit Investment & Financial Services

Financial Services  ·  .NET 4.5, MSSQL, EF6

Rewrote an MS Access REO application to WebAPI/MSSQL/Bootstrap, eliminated RBAR cursor queries for set-based T-SQL, and took one reporting query from 10 minutes to 2 seconds.

1996 – 2011

Principal Consultant

Vega And Associates, Ltd.  ·  Keller, Texas

15 years of independent consulting across financial services, banking, and mortgage industries. Built WinForms data conversion tools for TD BankNorth, PHP web applications, DotNetNuke custom modules, and open-source contributions (Delphi OCR app, PHP schedule generator LGPL3). Clients included Amerifunds, Bayview Funding, Interbay Funding, and Meritech Mortgage.

1996

Programmer Analyst

Rapp Collins  ·  Irving, Texas

Redesigned Bell Canada telephone award system on MVS/ESA. Replaced 10 VSAM files with a modular architecture — reduced development time by 25%. Microfocus COBOL, XDB/DB2.

1992 – 1996

Programmer

Lomas Information Systems  ·  Dallas, Texas

Where it started. COBOL II loan acquisition conversion systems on OS/MVS/ESA. COBOL/SAS/JCL subsystem redesign achieving 80% efficiency improvement. Performance tuning across COBOL, SAS, Assembler, TSO CLIST, and IMS — 60% run time reduction. The kind of constraints that make you a better engineer everywhere else for the rest of your career.


Fortune 500s. Federal. Tribal Government.

C2C engagements through enterprise staffing firms. Every sector. Every scale.

Choctaw Nation

Tribal member benefits admin. Blazor components, SOLID refactor, .NET 6 / CosmosDB.

Pioneer Natural Resources

Parsley acquisition data migration. Spreadsheets → MSSQL + Unifier. Fortune 500 E&P.

American Airlines

High-availability career site (AWS full stack), Facebook app (10M+ users), REST API, deployment pipeline tooling.

AAFES

Army & Air Force Exchange Service. Mobile minutes tracking, SharePoint checkbook replacement.

T-Systems

Emergency room admittance software. C++/C#, 100+ hospital deployments, Managed Cache with 1000x performance improvement.

Match.com

Facebook login/signup integration across PeopleMedia properties. CoreAPI rewiring.

Summit Investment

Custom financial tooling and enterprise software consulting.

TD BankNorth

WinForms data conversion — customer data, commercial real estate, mortgage loans.


Technology in Service of Community.


Let's Build
Something.

Available for C2C contract engagements. Enterprise consulting, AI pipeline development, SaaS architecture, full-stack engineering.

📞
📍
Location
Northlake, TX  ·  Dallas–Fort Worth Metro