sobre

Sobre

AI/LLM Engineer & Platform Engineer. Construo a camada onde a IA roda em produção: RAG, agentes, LLMOps e model serving sobre Kubernetes multi-cloud. Infraestrutura desde 1999.

AI/LLM Engineer & Platform Engineer. I build the layer where AI runs in production: RAG, agents, LLMOps and model serving on multi-cloud Kubernetes. Infrastructure since 1999.

laboratórios

Laboratories

LAB·01 — ALICE · AGENTE DE VOZ talk.bassi.engineer
mic on · realtime · pt/en
[ ABRIR EM NOVA ABA ↗ ]
LAB·02 — LLMS.TXT · AI-READABLE llms.bassi.engineer
índice legível por LLM · sem scraping
[ ABRIR EM NOVA ABA ↗ ]
LAB·03 — EMBEDDING · VETORIZAÇÃO embedding.bassi.engineer
4 estratégias · 41 imagens · 26 perguntas
[ CÓDIGO NO GITHUB ↗ ]
LAB·04 — RETRIEVAL · BUSCA COMPARADA retrieval.bassi.engineer
6 buscas · 114 documentos · 37 perguntas
[ CÓDIGO NO GITHUB ↗ ]
LAB·01 — ALICE · VOICE AGENT talk.bassi.engineer
mic on · realtime · pt/en
[ OPEN IN NEW TAB ↗ ]
LAB·02 — LLMS.TXT · AI-READABLE llms.bassi.engineer
LLM-readable index · no scraping
[ OPEN IN NEW TAB ↗ ]
LAB·03 — EMBEDDING · VECTORIZING embedding.bassi.engineer
4 strategies · 41 images · 26 queries
[ CODE ON GITHUB ↗ ]
LAB·04 — RETRIEVAL · SEARCH COMPARED retrieval.bassi.engineer
6 searches · 114 documents · 37 queries
[ CODE ON GITHUB ↗ ]

projetos

Projects

CASE·01 — AUDIOFLOW · ÁUDIO VIRA TEXTO audioflow.pro
sem API da Meta · número pessoal
CASE·02 — BOOSTER K1 · ROBÔ HUMANOIDE deep-dive · engenharia
Go hexagonal · RAG de eventos: 93,5% → 100%
CASE·01 — AUDIOFLOW · AUDIO INTO TEXT audioflow.pro
no Meta API · personal number
CASE·02 — BOOSTER K1 · HUMANOID ROBOT deep-dive · engineering
hexagonal Go · event RAG: 93.5% → 100%

open source

Open source

Projetos que mantenho.

Engenharia que vira código aberto. Cada um resolve um problema que eu tinha de verdade, e carrega o número que ele mede:

agent-computerGo · eBPF · NixOS · 2026
90,9%cobertura · domínio em 100%

Um desktop persistente onde agentes autônomos trabalham — com o harness inteiro, não só o loop.

São 10 ferramentas, sandbox por usuário, cofre cifrado que o modelo usa sem ler, e take-over humano com sete motivos de parada. O que o modelo executa é visto pelo kernel, por um coletor eBPF próprio em Go que ele não desliga por dentro. E o laço verifica se a tarefa foi cumprida antes de aceitar que terminou — parar não é cumprir. 90,9% de cobertura, domínio em 100%, MIT em github.com/andrebassi/agent-computer.

GoeBPFNixOSOpenTelemetryMIT
AutoDJGo · Next.js · 2026
0,001US$ por faixa · separação de voz

Tocador que mixa como DJ e anda sozinho — e o áudio toca no navegador, não no servidor.

O Go hexagonal só mantém a agenda e decide a próxima faixa. Arquivos locais, Spotify e YouTube na mesma fila, com crossfade real entre faixas, BPM medido por ffmpeg/aubio e versão SEM-VOZ separada por IA (Demucs) — na CPU de graça ou numa GPU alugada por ~US$ 0,001 a faixa. Código aberto sob MIT em github.com/andrebassi/autodj, rodando em autodj.andrebassi.com.br.

GoNext.jsWeb AudioDemucsMIT
edgeProxyRust · 2024
3MBde RSS · p99 sub-milissegundo

Proxy TCP/HTTP distribuído em Rust que substituiu o combo nginx + haproxy + lua por um binário.

Routing geo-aware via GeoIP + Anycast, terminação TLS por região, observabilidade OTel nativa, deploy multi-PoP (GRU · IAD · SIN · FRA). Substitui o combo nginx + haproxy + lua por um único binário com ~3 MB de RSS e p99 sub-milissegundo no L4.

RustTCP/L7GeoIPAnycastOTel
infra-operatorGo · 2024
0cliques no console da AWS

Operator que declara recursos AWS como CRDs nativos — IaC vira Runtime-AC.

Reconciliação contínua, drift detection, rollback automático, zero clique no console. Move parte do Terraform pra dentro do loop de controle do K8s — IaC vira Runtime-AC.

GoOperatorCRDsAWSGitOps
runner.codesGo · Firecracker · 2024
125mscold-boot de microVM

Runtime isolado para código gerado por LLM, em microVMs Firecracker no lugar de containers.

São microVMs Firecracker (KVM puro) em vez de containers — ~125 ms cold-boot, snapshot/restore sub-segundo, 40+ runtimes prontos (Python, Node, Go, Rust, Bash, Java, .NET, Ruby…). MCP-ready: Claude/GPT/Cursor escrevem, runner executa, humano valida.

GoFirecrackerKVMMCP40+ runtimes

Projects I maintain.

Engineering that becomes open source. Each one solves a problem I actually had, and carries the number it measures:

agent-computerGo · eBPF · NixOS · 2026
90.9%coverage · domain at 100%

A persistent desktop where autonomous agents work — with the whole harness, not just the loop.

Ten tools, a per-user sandbox, an encrypted vault the model uses without reading, and human take-over with seven stop reasons. What the model runs is seen by the kernel, through a purpose-built eBPF collector in Go that it cannot switch off from inside. And the loop checks whether the task was actually fulfilled before accepting that it finished — stopping is not fulfilling. 90.9% coverage, domain at 100%, MIT at github.com/andrebassi/agent-computer.

GoeBPFNixOSOpenTelemetryMIT
AutoDJGo · Next.js · 2026
0.001US$ per track · voice separation

A player that mixes like a DJ and runs unattended — and the audio plays in the browser, not on the server.

The hexagonal Go backend only keeps the schedule and decides what comes next. Local files, Spotify and YouTube in one queue, with real crossfade, BPM measured by ffmpeg/aubio and an AI-separated vocal-free version (Demucs) — free on CPU, or ~US$ 0.001 per track on a rented GPU. Open source under MIT at github.com/andrebassi/autodj, live at autodj.andrebassi.com.br.

GoNext.jsWeb AudioDemucsMIT
edgeProxyRust · 2024
3MBof RSS · sub-ms p99

A distributed TCP/HTTP proxy in Rust that replaced the nginx + haproxy + lua combo with one binary.

Geo-aware routing via GeoIP + Anycast, per-region TLS termination, native OTel observability, multi-PoP deploy (GRU · IAD · SIN · FRA). Replaces the nginx + haproxy + lua combo with a single binary at ~3 MB RSS and sub-millisecond p99 at L4.

RustTCP/L7GeoIPAnycastOTel
infra-operatorGo · 2024
0AWS console clicks

An operator that declares AWS resources as native CRDs — IaC becomes Runtime-AC.

Continuous reconciliation, drift detection, automatic rollback, zero console clicks. Moves part of Terraform into the K8s control loop — IaC becomes Runtime-AC.

GoOperatorCRDsAWSGitOps
runner.codesGo · Firecracker · 2024
125msmicroVM cold-boot

An isolated runtime for LLM-generated code, on Firecracker microVMs instead of containers.

Firecracker microVMs (pure KVM) instead of containers — ~125 ms cold-boot, sub-second snapshot/restore, 40+ ready runtimes (Python, Node, Go, Rust, Bash, Java, .NET, Ruby…). MCP-ready: Claude/GPT/Cursor write, runner executes, a human validates.

GoFirecrackerKVMMCP40+ runtimes

timeline

Timeline

CARREIRA · 1999 ▸ 2026 LIVE 27 ANOS · 8 CARGOS · 7 ERAS

Uma carreira, três leituras.

A mesma linha de 1999 a 2026, vista de três ângulos: as eras de tecnologia que atravessei, os cargos que ocupei e as camadas de stack que mantenho. A régua abaixo é compartilhada — aponte qualquer item e as outras duas leituras acendem no mesmo intervalo.

eras
cargos
camadas
aponte um item — as três leituras se cruzam no mesmo tempo

Oito cargos, 27 anos, do plantão de servidor NT à plataforma de IA. Aqui é o que eu entreguei, e para quem — a era de tecnologia de cada período está na lente eras.

  1. 2026 → hoje Consultor · Platform & AI Engineering — bassi.engineer, autônomo. Consultoria em AI Platform: RAG e agentes em produção, model serving (vLLM · Triton · NIM) em Kubernetes multi-cloud, com observabilidade, FinOps e governança. Fine-tuning de modelos abertos com LoRA e QLoRA (Unsloth · Axolotl) nas famílias Llama, Qwen, Phi e Kimi. ITSM: GLPI em nuvem com Terraform, publicado por Cloudflare Zero Trust com SSO Microsoft 365 e automação de chamados. AudioFlow · Booster K1 · AutoDJ · edgeProxy · Runner Codes · infra-operator.
  2. 2023 → 2026 AI/LLM Engineer — Zaia. IA em produção sobre Vertex AI e Bedrock. Pipelines RAG ponta a ponta — ingestão, chunking semântico, embeddings, banco vetorial, busca híbrida e re-ranking — com grounding em fontes autorizadas, avaliação de qualidade, guardrails e mitigação de alucinação. Agentes e multiagentes com orquestração de ferramentas via function calling, contratos de saída em JSON Schema e validação estrutural das respostas. vLLM · Triton · NIM · ONNX · MLflow · Kubeflow · Ray.
  3. 2019 → 2023 Cloud Architect · SRE / Platform Engineer — Builders. Arquitetura, operação e hardening de clusters Kubernetes gerenciados e self-hosted, e de infraestrutura dedicada para IoT com k3s/k0s. GitOps com ArgoCD, Istio como service mesh e Kong como API Gateway, com mTLS e rate limit. Observabilidade fim a fim; FinOps com rightsizing, spot e rateio por time. EKS · GKE · AKS · OCI · Talos · Terraform · Helm.
  4. 2018 Software Architect — SysMap Solutions. Microserviços e infraestrutura horizontal em cloud, com foco em alta disponibilidade e resiliência. Pipelines de CI/CD com práticas de DevSecOps: análise estática, validação de segurança e automação de testes. Mensageria com Kafka e RabbitMQ para arquiteturas orientadas a eventos. Governança de API · ADR · ambientes híbridos.
  5. 2017 Cloud Architect — eManage Solutions. Projeto internacional em paralelo à atuação no Bradesco, com times distribuídos e operação em fuso estrangeiro. Ambientes multi-cloud e híbridos com ênfase em eliminação de desperdício; rollback automático e feature toggles para estabilidade do produtivo. Ansible · Chef · Jenkins.
  6. 2015 → 2017 Software Architect — Bradesco. Plataformas bancárias de missão crítica, com conformidade a padrões de segurança da informação. Modernização de legado pela integração com microserviços, condução de war rooms e correções estruturais para continuidade de serviços de alto volume. Governança, auditoria, segregação de funções e RBAC com evidência para auditoria interna e reguladores. Staff Engineer no troubleshooting de infraestrutura.
  7. 2005 → 2014 Cloud and Software Architect Consultant — bassi.engineer. Consultoria em arquitetura de sistemas distribuídos, automação e desenho de plataformas cloud-native. Back-end em Python, PHP e JavaScript, com ênfase em APIs de baixa latência. Pipelines de CI/CD customizados, migrações para cloud e quebra de monólitos em microserviços. Arquiteto principal · roadmap técnico.
  8. 1999 → 2004 Analista de Sistemas · Sysadmin — autônomo. Servidores Linux e Windows NT/2000 em produção, com responsabilidade por disponibilidade, backup, restauração e plantão de incidentes. Redes corporativas e primeiros datacenters: TCP/IP, DNS, DHCP, roteamento, switching, firewall, VPN e balanceamento de carga. ASP · VBScript · PHP sobre IIS e Apache, com SQL Server e MySQL.
AI/LLM Engineer Platform Engineer MLOps / LLMOps Cloud Native Architect SRE / DevOps 8 cargos · 1999→2026
CAREER · 1999 ▸ 2026 LIVE 27 YEARS · 8 ROLES · 7 ERAS

One career, three readings.

The same 1999 → 2026 line seen from three angles: the technology eras I went through, the roles I held and the stack layers I keep running. The ruler below is shared — hover any item and the other two readings light up over the same span.

eras
roles
layers
hover an item — the three readings cross in the same time

Eight roles, 27 years, from NT server on-call to AI platform. This is what I delivered, and for whom — the technology era behind each period lives in the eras lens.

  1. 2026 → today Consultant · Platform & AI Engineering — bassi.engineer, self-employed. AI Platform consulting: RAG and agents in production, model serving (vLLM · Triton · NIM) on multi-cloud Kubernetes, with observability, FinOps and governance. Fine-tuning of open models with LoRA and QLoRA (Unsloth · Axolotl) across the Llama, Qwen, Phi and Kimi families. ITSM: GLPI deployed in the cloud with Terraform, published through Cloudflare Zero Trust with Microsoft 365 SSO, with ticket automation. AudioFlow · Booster K1 · AutoDJ · edgeProxy · Runner Codes · infra-operator.
  2. 2023 → 2026 AI/LLM Engineer — Zaia. AI in production on Vertex AI and Bedrock. End-to-end RAG pipelines — ingestion, semantic chunking, embeddings, vector database, hybrid search and re-ranking — with grounding on authorized sources, quality evaluation, guardrails and hallucination mitigation. Agents and multi-agent systems with tool orchestration via function calling, output contracts in JSON Schema and structural validation of responses. vLLM · Triton · NIM · ONNX · MLflow · Kubeflow · Ray.
  3. 2019 → 2023 Cloud Architect · SRE / Platform Engineer — Builders. Architecture, operations and hardening of managed and self-hosted Kubernetes clusters, plus dedicated IoT infrastructure on k3s/k0s. GitOps with ArgoCD, Istio as service mesh and Kong as API Gateway, with mTLS and rate limiting. End-to-end observability; FinOps with rightsizing, spot and per-team chargeback. EKS · GKE · AKS · OCI · Talos · Terraform · Helm.
  4. 2018 Software Architect — SysMap Solutions. Microservices and horizontal cloud infrastructure, focused on high availability and resilience. CI/CD pipelines with DevSecOps practices: static analysis, security validation and test automation. Messaging with Kafka and RabbitMQ for event-driven architectures. API governance · ADR · hybrid environments.
  5. 2017 Cloud Architect — eManage Solutions. International project running in parallel with the Bradesco engagement, with distributed teams and cross-time-zone operations. Multi-cloud and hybrid environments focused on waste elimination; automatic rollback and feature toggles for production stability. Ansible · Chef · Jenkins.
  6. 2015 → 2017 Software Architect — Bradesco. Mission-critical banking platforms, compliant with information security standards. Legacy modernization through microservice integration, war rooms and structural fixes for continuity of high-volume financial services. Governance, auditing, segregation of duties and RBAC with evidence for internal audit and regulators. Staff Engineer on infrastructure troubleshooting.
  7. 2005 → 2014 Cloud and Software Architect Consultant — bassi.engineer. Consulting on distributed systems architecture, automation and cloud-native platform design. Back end in Python, PHP and JavaScript, focused on low-latency APIs. Custom CI/CD pipelines, cloud migrations and breaking monoliths into microservices. Lead architect · technical roadmap.
  8. 1999 → 2004 Systems Analyst · Sysadmin — self-employed. Linux and Windows NT/2000 production servers, owning availability, backup, restore and incident on-call. Corporate networking and early data centers: TCP/IP, DNS, DHCP, routing, switching, firewall, VPN and load balancing. ASP · VBScript · PHP on IIS and Apache, with SQL Server and MySQL.
AI/LLM Engineer Platform Engineer MLOps / LLMOps Cloud Native Architect SRE / DevOps 8 roles · 1999→2026

cartão

Card

Meu cartão de visita.

A mesma arte que vai para a gráfica, aqui em 3D. Clique no cartão para ver o verso.

CARTÃO — 85 × 55 MM clique para virar

Clique no cartão para ver o verso — ou Enter

Guia para a gráficaespecificação completa, cores CMYK e os arquivos de impressão

My business card.

The same artwork that goes to the print shop, here in 3D. Click the card to see the back.

CARD — 85 × 55 MM click to flip

Click the card to see the back — or Enter

Print shop guidefull specification, CMYK colours and the print-ready files

contato

Contact

Vamos conversar.

Consultoria em AI Platform · LLMOps & model serving · plataformas Kubernetes · mentoria · open source.

HIGH SCORES — CANAIS DIRETOS resposta < 24h
WHATSAPP — DIRETO aponte a câmera
QR code do WhatsApp de André Bassi Abrir conversa +55 (11) 95600-1680

© 2027 · OSI model · canvas 2D · gsap · zero build step

Let's talk.

AI Platform consulting · LLMOps & model serving · Kubernetes platforms · mentoring · open source.

HIGH SCORES — DIRECT CHANNELS reply < 24h
WHATSAPP — DIRECT point your camera
André Bassi’s WhatsApp QR code Open a chat +55 (11) 95600-1680

© 2027 · OSI model · canvas 2D · gsap · zero build step