> cat README.md
last updated Jul 2026# Hi, I'm Vicente
I design and build agentic systems — software that reasons, plans, and acts on its own. Part engineer, part tinkerer, wholly obsessed with making machines genuinely useful.
- - role
- AI Engineer
- - focus
- Agents / LLMs
- - based
- Remote
- - status
- Building
## about
I've spent the last few years building at the edge of what language models can do — turning raw model calls into reliable, tool-using agents that do real work instead of just talking about it.
My approach is simple: small, composable pieces; tight feedback loops; and a healthy skepticism of anything that only works in a demo. I care about the boring parts — evals, guardrails, observability — because that's what makes agents trustworthy.
> “The best agent is the one you forget is running.”
### stack
- TypeScript
- Python
- Next.js
- AI SDK
- tRPC
- Postgres
- Vercel
- Rust
## agents
The primitives I keep reaching for. Each one is a building block for autonomous, dependable systems.
## work
A few things I've shipped and open-sourced. More on .
- 2026
[denoise-it]live
An AI agent that cross-references primary sources and live web search to separate verifiable signal from noise in any claim, tweet, or headline.
- Next.js 16
- tRPC 11
- AI agent
- 2026
[t3-latest]
A T3 stack template kept current with the ecosystem — Next.js 16, tRPC 11, Auth.js v5, Prisma 6 — so every new project starts on today's best practices.
- Next.js
- tRPC
- Prisma
- 2023
[use-calendar]4
A lightweight, unopinionated React hook for calendar state — month navigation, date selection, scoped ranges. Published as use-calendar-react-hook on npm.
- React
- TypeScript
- npm