Skip to content
View brunovicco's full-sized avatar

Block or report brunovicco

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.

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

🇺🇸 English  |  🇧🇷 Português

Bruno Freitas Vicco — AI Engineering

Bruno Freitas Vicco

Senior Generative AI Engineer

AI Platforms · RAG & Agents · MCP/A2A · AI Security · LLMOps · Verifiable AI Governance

📍 São Paulo, Brazil  |  🌍 Open to international opportunities and relocation

LinkedIn Email


About

Senior Generative AI Engineer focused on enterprise AI platforms and the trust infrastructure required to operate AI systems safely: retrieval, agents, identity, authorization, observability, runtime policy enforcement, evaluation, and verifiable governance.

My work combines software architecture, LLM engineering, security, LLMOps, and governance for production systems in regulated environments.

I bring more than 22 years of experience across financial services and technology, including Caixa, BTG Pactual, Banco do Brasil, Itaú Unibanco, and ASA SCFI.


Start Here

If you want to explore... Start with
AI governance, assurance, and runtime evidence Verifiable AI Governance
MCP security with OAuth 2.1 / OIDC MCP Server Auth + MCP Client Auth
Distributed observability across agents and tools a2a-otel-kit
Deterministic model policy enforcement Policy Model Router
RAG evaluation over regulatory documents RAGForge
Auditable multi-agent architecture Multi-Agent Credit Desk

Explore the complete portfolio architecture and project relationships


AI Engineering Ecosystem

The repositories form an engineering ecosystem rather than a collection of isolated demos.

The current architecture explores four complementary layers:

  • Governance and assurance: policy, risk, approvals, evidence, runtime assurance, incident response, and auditability.
  • Runtime trust services: model-policy enforcement, OAuth/OIDC for remote MCP, A2A/MCP trace continuity, and privacy-safe telemetry.
  • Domain AI systems: RAG, enterprise knowledge, Open Finance tools, and auditable multi-agent credit analysis.
  • AI-assisted engineering controls: deterministic execution, canonical evidence, architecture constraints, and human-controlled promotion.

The common design goal is to keep high-impact decisions and security boundaries outside model reasoning while still using LLMs where generative behavior adds value.


Selected Impact

  • Built and governed production AI systems for regulated financial institutions, including conversational assistants, RAG pipelines, agent workflows, observability, and compliance controls.
  • Led enterprise AI adoption for approximately 400 users, including Claude Code for around 250 developers and Claude Enterprise for approximately 150 business users.
  • Reduced the average context of an investment assistant from approximately 70,000 to 3,000 tokens through conditional knowledge injection, improving accuracy while reducing latency and inference cost.
  • Established an AI governance function covering usage policies, approval processes, MCP allowlists, risk assessment, auditability, incident response, and phased enterprise adoption.
  • Translated governance requirements into a verifiable implementation with deterministic controls, segregation of duties, evidence-bound decisions, runtime enforcement, and tamper-evident audit history.

Featured Projects

Project What it demonstrates
Verifiable AI Governance Evidence-driven AI governance from deterministic risk and independent approvals through signed runtime authorization, enforcement, assurance, incident response, and verifiable release evidence. Public demo.
MCP OAuth Security Reference Paired server and client reference for OAuth 2.1/OIDC, Entra ID, exact resource binding, progressive authorization, stateless MCP, privacy-safe telemetry, and executable E2E evidence.
a2a-otel-kit Vendor-neutral OpenTelemetry tracing across A2A agents and MCP services with W3C Trace Context, metadata-only telemetry, and executable distributed-trace proof.
Policy Model Router Fail-closed runtime policy enforcement with deterministic model routing, explainable decisions, governed runtime authorization, violation evidence, and kill-switch enforcement.
RAGForge Reproducible benchmarking and evaluation of retrieval strategies over Brazilian financial and regulatory documents.
Multi-Agent Credit Desk Auditable multi-agent credit workflow combining deterministic credit policy, MCP/A2A boundaries, model routing, synthetic data, and privacy-safe governed runtime telemetry.

Engineering foundations

Alicerce · engineering-loop-schemas · Claude Python Engineering Harness · Codex Python Engineering Harness

Additional domain references

Open Finance BR MCP · Meridian


Engineering Principles

  • Critical business decisions remain deterministic and auditable.
  • Authentication and authorization are enforced in code, never delegated to a language model.
  • Agents, MCP servers, model providers, retrieved data, and telemetry pipelines are treated as trust boundaries.
  • Structured outputs, explicit contracts, bounded retries, and fail-closed validation constrain generative behavior.
  • Evidence must be independently verifiable; model self-reports are not proof.
  • Approvals remain bound to the exact reviewed scope, and material changes trigger reassessment.
  • Telemetry is minimized by design; prompts, model responses, credentials, and business payloads are not observability defaults.
  • Promotion, deployment, runtime overrides, and other high-impact actions remain under explicit human authority.

Core Expertise

Generative AI Engineering
RAG · agentic systems · multi-agent architectures · semantic and model routing · structured outputs · tool calling · LLM evaluation · guardrails

Agent and MCP Security MCP · A2A · OAuth 2.1 · OIDC · Microsoft Entra ID · PKCE · resource/audience binding · least privilege · fail-closed authorization · prompt-injection boundaries

AI Platforms and Governance Enterprise AI platforms · policy enforcement · runtime authorization · model and agent assurance · evidence · auditability · incident response · human-in-the-loop

LLMOps and Observability OpenTelemetry · W3C Trace Context · OTLP · Datadog · Langfuse · distributed tracing · structured logging · latency percentiles · evaluation pipelines · regression testing · token/cost observability

Technology stack

Languages and backend: Python, FastAPI, Pydantic, TypeScript, Node.js, REST APIs, asynchronous and event-driven systems

AI frameworks and platforms: LangGraph, DSPy, LangChain, LlamaIndex, LiteLLM, Azure OpenAI, Azure AI Foundry, Amazon Bedrock, Anthropic Claude, Gemini

Data and retrieval: Redis Stack, RediSearch, RedisJSON, PostgreSQL, pgvector, OpenSearch, vector search, hybrid retrieval

Cloud and platform engineering: Azure, AWS, GCP, Docker, Kubernetes, OpenShift, Azure DevOps, GitHub Actions, GitLab CI, Argo CD

Python engineering: uv, Ruff, Mypy/Pyright strict, Pytest, Bandit, pip-audit, architecture tests, CI quality gates

Financial services, regulatory, and governance background

Experience translating requirements and controls from BACEN, CMN, LGPD, CVM, ANBIMA, DORA, NIST AI RMF, ISO/IEC 42001, NIST SP 800-53, CIS Controls, MITRE ATLAS, and OWASP guidance for LLM and agentic systems.

Professional background includes corporate banking, credit, risk, treasury, financial operations, software engineering, production AI, enterprise enablement, and AI governance.

Certifications
  • AWS Certified AI Practitioner
  • AWS Certified Cloud Practitioner
  • Microsoft Certified: Azure Fundamentals
  • CPA-20 ANBIMA

Let's Connect

LinkedIn · Email

Pinned Loading

  1. a2a-otel-kit a2a-otel-kit Public

    Vendor-neutral OpenTelemetry tracing for A2A agents and MCP services, with W3C context propagation and privacy-safe telemetry.

    Python

  2. ragforge ragforge Public

    Adaptive RAG benchmarking platform for Brazilian financial and regulatory documents - 8 retrieval strategies, adaptive router, reproducible benchmark on the RegRAG-BR golden dataset

    Python

  3. verifiable-ai-governance verifiable-ai-governance Public

    Vendor-neutral platform for risk-based, evidence-driven and verifiable AI governance, from intake and conditional approvals to runtime assurance.

    Python

  4. mcp-server-auth-template mcp-server-auth-template Public template

    OAuth 2.1 resource-server template for MCP servers, verifying bearer tokens from Microsoft Entra ID or any OIDC-compliant authorization server (MCP 2026-07-28 spec)

    Python

  5. multi-agent-credit-desk multi-agent-credit-desk Public

    Architecture-first Python scaffold for an auditable multi-agent corporate credit desk using A2A, MCP, deterministic credit policies, model routing, and OpenTelemetry.

    Python

  6. policy-model-router policy-model-router Public

    Deterministic, policy-based model-routing service for LiteLLM stacks - eliminatory constraints, workload→model-group table, explainable decision records.

    Python