Systems engineer · AI tooling · Privacy-first products

I build reliable agent systems and the software around them.

Ingeniero de sistemas para runtimes de agentes, aplicaciones privadas y herramientas de IA en producción.

Rust, Python, TypeScript, Cloudflare, SQLite, and MCP. I care about measurable behavior, safe defaults, and small systems that are easy to reason about.

01 / Principios

Privacy-first architecture.
Exacting precision.
Local retrieval.
001

Make the important path obvious. Reduce surface area before adding features.

002

Treat privacy, account boundaries, and operational evidence as product requirements.

003

Build agent systems as composable protocols, not opaque demos.

02 / Trabajos Seleccionados

Sistemas Hechos a Mano.

Interactive guides

More like a technical workbench than a post archive.

Focused labs with runnable examples, validation notes, and concrete tradeoffs. Less essay archive, more technical interview workbench.

guide-workbench.ts
type GuideLab = {
  goal: "senior-engineer ramp-up";
  includes: ["mental model", "pitfalls", "checks"];
  output: "interview-ready understanding";
};

run(lab).verify().ship();

04 / Acerca

El Taller.

Construyo runtimes de agentes, sistemas de memoria y herramientas conscientes de protocolos. Mi enfoque trata el software como un sistema artesanal en lugar de un producto ensamblado.

Principalmente en Rust y Python, con énfasis en arquitectura centrada en la privacidad y recuperación local en lugar de dependencia de la nube. Los primitivos de nivel de sistema deberían estar disponibles para aplicaciones reales.

Technical snapshot

Languages
Rust, Python, TypeScript
Systems
MCP, A2A, Workers, SQLite FTS5
Product
Next.js, Prisma, OAuth, CI/CD