Skip to content
View FishRaposo's full-sized avatar

Highlights

  • Pro

Block or report FishRaposo

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
FishRaposo/README.md

Vinícius Raposo (FishRaposo)

I build the systems that work while you don't.

Applied AI reliability — production RAG, agents, evaluation, deterministic scaffolding.

> Last updated: 2026-08-23. The shipped/high-signal repos below are the current proof; the full catalog lives on the portfolio site.

Most AI demos look great until they meet real users, messy data, or production constraints. I build the opposite.

This isn't cost arbitrage. It's engineering arbitrage.

Now: Founding Engineer at Zap Viagens — privacy-first, self-hosted AI products (CRM automation, campaign generation) on open-source models for service businesses.


What I Build

Systems that work in production. Not demos that break on real data.

Production AI is the execution surface: RAG pipelines with grounded retrieval, evaluation flows that catch regressions, agent infrastructure that does not trust the LLM, and observability so you know what is failing and why. The recurring move: discover the method with expensive intelligence, encode it as deterministic software and policy, let cheap models execute it reliably. The nondeterminism doesn't disappear — it stops mattering.

The proof, quantified: my personal benchmark reverse-engineers NDS ROMs with byte-level verification. Frontier models score 6–8/10 bare, with high variance. Under my spec/skill scaffolding: 10/10, variance zero.


The Anchor: Expat Money

Jun 2022 – Nov 2025 creating and leading the AI function inside a real business — not side projects. Internal assistants, content-generation pipelines, scraping workflows, RAG systems, business automation. The result: content costs down 90%, production time halved.

The interesting part: Expat Money helps people structure their lives across jurisdictions — flag theory, expat planning, financial sovereignty. The AI wasn't decoration. It was how a business built around individual autonomy automated the labor of producing expert knowledge at scale. That's what grounded retrieval looks like in a domain where wrong answers have real consequences.


Start Here: Current Public Proof

These are the repos I would inspect first.

  • WCP-Compliance-Agent-V5 — Production-grade WH-347 compliance platform: deterministic validation decides, the LLM explains, every decision traceable. The CV summarizes it as 270 unit tests; the full receipt records 367 public tests across five service bins plus four tooling checks, with an offline-verifiable evidence bundle.
  • aria-agent — Canonical clean-break agent harness: approval gates, execution tracing, progressive-disclosure Agent Skills.
  • command-code-mods — Seven standalone-installable Command Code mods encoding planning, safety, completion judgment, verified follow-through, gated memory, skill learning, and cache observability behind event contracts.
  • agenttrace — Agent observability and replay SDK with cost attribution, prompt-cost reporting, and an absorbed safety-bounded issue→draft-PR workflow (lineage: llm-cost-latency-monitor, github-issue-pr-agent; source archived).
  • evalforge — Regression testing for RAG and agentic AI: retrieval and conversational evaluations (lineage: rag-evaluation-lab, ai-support-simulator).
  • groundtruth — Production RAG platform: hybrid search, citations, refusal logic.

Writing: Taste Is All You Need — a long-form analysis of agent-harness economics and why scaffolding beats model spend.


Full Public Repo Catalog

The full public repo catalog lives on the portfolio, each project with its own page:

fishraposo.github.io/projects.html

The catalog separates highlighted shipped systems, supporting infrastructure, meta/profile repos, and archive/study repos.


Contact

Freelance engagements via Upwork — everything above is the due diligence.

Send me your broken AI workflow. I'll tell you what's breaking, why it's breaking, and the fastest path to a system your team can actually depend on.

Pinned Loading

  1. WCP-Compliance-Agent-V5 WCP-Compliance-Agent-V5 Public

    Production-ready WH-347 compliance platform: deterministic validation decides, the LLM explains, and every decision is traceable.

    TypeScript

  2. aria-agent aria-agent Public

    Canonical clean-break agent harness: approval gates, execution tracing, and progressive-disclosure Agent Skills.

    Python

  3. agenttrace agenttrace Public

    Agent observability and replay SDK with cost attribution and prompt-cost reporting.

    Python

  4. evalforge evalforge Public

    Regression testing for RAG and agentic AI: retrieval and conversational evaluations.

    Python

  5. groundtruth groundtruth Public

    Canonical production RAG platform: hybrid search, citations, refusal logic.

    Python 1

  6. llm-gateway llm-gateway Public

    LLM proxy with routing, guardrails, cost control, and fallback.

    TypeScript