Skip to content
View erickcxc's full-sized avatar

Block or report erickcxc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
erickcxc/README.md

Erick Paniagua

Full-stack AI engineer. I ship production agentic systems end to end: voice agents, LLM pipelines, evaluation and observability, and the data and safety layers around them.

I build AI that operates in the real world and gets judged by outcomes, not demos. Self-taught and operator-first: built and sold an e-commerce business ($4.6M, private-equity exit), ran agency-side marketing automation, and now build production AI systems independently, deployed into real client operations. My entire practice is AI-native: Claude Code, Cursor, and Codex across the full development cycle, every system measured by a revenue or efficiency metric.

Selected work

Voice-AI and automation platform: multi-tenant platform for white-labeled AI voice agents. Per-tenant Postgres row-level security, Stripe prepaid wallets with atomic billing that stays consistent under concurrent webhooks, and a two-stage call-classification pipeline (deterministic rules plus an LLM tie-breaker) that scored 14/14 on its eval set separating live humans from call-screening bots.

AI-native healthcare operations: ambient clinical scribe with real-time transcription and structured notes, PHI-first architecture with zero-trust access and audit trails, and a patient-facing voice agent.

Autonomous pipelines: systems that ingest, score, and act on data on a schedule (market monitoring, lead generation, business intelligence), each with run-cost budgets treated as first-class design constraints.

How I think about AI systems

  • Agents should own end-to-end workflows, not steps. If it can't own an outcome, it's not ready.
  • LLM-as-judge everywhere, but the threshold lives in code: testable, versioned, immune to model mood.
  • Build systems that absorb capability improvements rather than get replaced by them.

Contact

dev@erickpaniagua.com · erickpaniagua.com · github.com/erickcxc · Detroit, remote (US)

Pinned Loading

  1. qc-gate qc-gate Public

    A model-judges-model QC gate: a multimodal model scores generated images and audio against a rubric, and code (not vibes) decides PASS/FAIL.

    Python

  2. fable5-gemini-pro-3.1 fable5-gemini-pro-3.1 Public

    Cross-lab QC for what the build model can't perceive: Fable 5 reads a still, Gemini 3.1 Pro watches the video and hears the audio. Capture in, JSON verdict out, loop until PASS.

    Shell 2

  3. dograh-ctl dograh-ctl Public

    CLI to run a self-hosted Dograh voice-agent platform from the terminal: agents, calls, transcripts, numbers, models, campaigns, tools, keys, and an MCP server

    Python 1 1