ONLINE

AI ARCHITEK

Pequi

AI Architek — I design and run autonomous multi-agent systems: an orchestrating harness with a council of specialist models, persistent memory, and on-chain payments (x402 / MCP). Building AI agents, real-estate platforms, and economies that pay each other — in production on DigitalOcean.

AI ARCHITEKAGENT ECOSYSTEMSWARMMCP PLATFORM

Building S.D.A.E. (Sustainable Decentralized Autonomous Ecosystem) — from full-stack AI agents that negotiate Colombian rental law (Pequi) to on-chain micro-payment protocols where autonomous agents pay each other in USDC (x402 facilitator). Under the hood, a council of specialist models weighted by a reward model returns one high-confidence answer, and persistent cross-session memory keeps context intact across every build — embodied in products like the MCPVotsAGI multi-model consensus SDK. MCP tooling built on the latest Model Context Protocol spec (2026-07-28): stateless servers over Streamable HTTP — no session storage, horizontally scalable by default.

My development cycle is spec-first: capture intent, orchestrate specialized agents, verify every artifact before it ships. Every line is validated by a 3-stage evaluation gate before reaching production. I ship AI-native products on Vercel, smart contracts on Base, Python SDKs on PyPI, and trading agents on Solana — all converging toward autonomous agent economies.

AI on AMD

AMD AI Academy

Foundations of AI workloads on AMD Instinct GPUs including ROCm, inference optimization, and model deployment.

Hugging Face on AMD

AMD AI Academy

Deploying open-source transformer models on AMD hardware with Hugging Face pipelines and acceleration.

Kubernetes on AMD Instinct GPUs

AMD AI Academy

Orchestrating GPU-accelerated workloads on Kubernetes clusters running AMD Instinct accelerators.

01

Pequi

VISIT

AI-powered real-estate platform for Colombia. Live in Ibagué (64 barrios) + Bogotá (212 barrios, 20 localidades). 15 AI tools, 18-endpoint public API, Ley 820 contracts, c402 monetization, Wompi payments, DeepSeek V4 agent with GRPO fine-tuning.

Next.js 16React 19ClerkWompiPrismaDeepSeek V4RL/GRPOTypeScriptc402 Protocol
02

MCPVOTS

VISIT

AI agent micro-payment ecosystem on Base. VOTS token with deflationary burns, n8n workflow automation, VoltAgent orchestration, autonomous trading, MCP protocol marketplace.

SolidityBaseVOTS Tokenn8nVoltAgentPython TradingERC-1155
03

MCPVotsAGI

VISIT

Multi-model consensus SDK: specialist LLM outputs are aggregated by a reward model into a single high-confidence answer. A2A protocol gateway for agent-to-agent WebSocket communication, Redis-backed persistent memory.

PythonMulti-Model ConsensusA2A ProtocolRedisDeepSeekAsyncIOPyPI
04

Village of Thousands

VISIT

Sustainability-focused skateboard-culture lifestyle brand. Hybrid e-commerce: Shopify + custom Next.js storefront + Supabase Realtime. 100% organic Supima® cotton, NYFW featured. Co-Founder & Full-Stack Engineer.

Next.jsShopifySupabase RealtimePostgreSQLTailwind CSSVercelE-Commerce
05

xpequi-api

VISIT

Colombia's first public real estate data API. 18 endpoints, 276 barrios (Ibagué + Bogotá), c402 Protocol monetization, AVM valuation, live UVR/IPC, IPFS contract pinning, TypeScript + Python SDKs, MCP server.

c402 ProtocolOpen FinanceREST APITypeScript SDKPython SDKMCP ServerIPFS
PROTOCOLBase · USDC · ERC-1155

Official x402 facilitator enabling autonomous AI agent payments on Base. The MCPVOTS protocol uses ERC-1155 semi-fungible tokens with Chainlink VRF for provably fair draws, settled in USDC. Agents pay agents \u2014 no human in the loop.

Think of it as Stripe for AI agents: a standardized payment interface (x402) that any autonomous system can call. Contracts deployed on Base with full Hardhat test coverage and on-chain verification.

VISIT MCPVOT.XYZ

Proximal Policy Optimization (PPO), Group Relative Policy Optimization (GRPO), and Reinforcement Learning with Verifiable Rewards (RLVR) are the backbone of modern agent training. I apply these to fine-tune domain-specific AI behavior \u2014 from legal compliance in Pequi to multi-model consensus in MCPVotsAGI.

Multi-model consensus itself is an RL-inspired reliability mechanism: treat each LLM provider as an independent policy, aggregate their outputs with a reward model, and select the highest-confidence answer. GRPO fine-tuning for Pequi's rental law agent is on the roadmap for v1.12+.

01SPECCapture intent & requirements
02ORCHESTRATERoute specialist agents
03BUILDAgents execute, one task each
04SHIPVerify, deploy, self-monitor

Every build runs a spec-first, agent-driven pipeline: capture intent, route specialist agents (OpenCode, Cline, Codex) in parallel — one task per agent, isolated workspaces — then verify every artifact against a 3-stage gate (lint → typecheck → integration) before it ships. Persistent agent memory keeps design intent across sessions so no context is lost, and deployed agents self-monitor in production.

One orchestrating harness runs an autonomous agent swarm. The orchestrator is the brain — it decides, routes, and verifies. A fleet of sub-agents build, monitor, and ship in parallel: one task per agent, isolated workspaces, and no agent's self-report is trusted until verified. The coordination layer — dispatch, security, and autonomous code audit — is the real differentiator. This runs 24/7 on production DigitalOcean infrastructure, agents linked over an encrypted private network.

The Swarm’s Strength

01COORDINATE

The AI Architek orchestrates. Hermes Agent decides and routes; sub-agents (OpenCode, Cline, Codex) execute in parallel, one task per agent, each writing findings to disk. Every output is verified before it counts.

02ENFORCE SECURITY

An automated security lane runs always-on — network posture checks, secret-scanning across repos and logs, credential-permission enforcement, spend monitoring. Secrets stay in .env; any surfaced token is rotated on sight.

03AUDIT AUTONOMOUSLY

Persistent agent memory plus a recursive orchestration engine review changes through bounded inner calls. A 3-stage gate — lint, typecheck, integration — runs before anything merges. On schedule, not on mood.

The Operating Model

01ORCHESTRATOR

Decides, routes, and verifies every task. The harness — never a worker. Runs as the AI Architek’s coordination layer.

02KNOWLEDGE

A persistent memory layer plus the codebase as source of truth. Answers "what do we know?" from a single graph.

03ARCHITECT

Sub-agents execute in parallel — one task per agent, isolated workspaces. Cline + OpenCode + Codex under Hermes.

Security automation wraps all three: the always-on lane that guards ports, secrets, credentials, and spend as the swarm ships.

Council of Models

Reliability at the answer level. For decisions that matter, I route the same question to a council of specialist LLMs, treat each model as an independent policy, aggregate their outputs with a reward model, and return the single highest-confidence answer. No single model is trusted blindly — every high-stakes answer is cross-examined by the council and verified before it ships.

Isolated Agent Workspaces

Six independent agent workspaces form the Ecosystem. Each is a fully isolated environment with its own memory, sessions, tooling, and secrets — zero cross-contamination between projects or lanes. Specialist workspaces for product builds, commerce, CRM, and cross-project coordination all run as one coordinated swarm.

ISOLATION

Each workspace is a sealed world — its own memory, sessions, cron, and secrets. Nothing leaks across project boundaries.

COORDINATION

The orchestrator routes work across specialist workspaces, so product, commerce, CRM, and ops advance in parallel.

Sub-Agent Dispatch (Swarm Workers)

The orchestrator dispatches tasks to workers — one task per agent, isolated workspaces, a defined hand-off. No agent’s self-report is taken at face value; the Architect verifies every output.

OpenCode

Fast coding agent, CLI-native, default sub-agent.

Cline

Autonomous coding with MCP tool access.

Codex

Parallel lane — features, PR reviews, batch fixes.

Rust & CRM Middleware

Rust and CRM systems: high-performance, type-safe API middleware (axum) bridging external services, webhooks, and CRM platforms with the agent swarm — HMAC-signed webhooks, SSE fan-out, rate limiting, honest error models. Running on production DigitalOcean infrastructure as one coordinated fleet.

axum · REST API proxy · Webhook handler (HMAC) · SSE fan-out · Rate/cooldown gating · Honest error model — never false success · Stub fallback instead of 500

Hermes Agent — Harness

The brain. Self-improving AI agent framework by NousResearch. Decides, routes, verifies. Skill learning loop, persistent memory, messaging gateway (Telegram/Discord/Slack), cron, MCP. Runs the whole swarm.

Sub-Agent Workers

OpenCode (default builder), Cline (autonomous, MCP access), Codex (parallel lane, reviews). One task per agent, isolated workspaces, every output verified.

OpenCode

AI-native IDE agent. Spec-first development — write specs, the agent builds from them.

Cline

Autonomous coding agent with MCP tool access. Long-running builds and tool-driven workflows.

Codex

Parallel lane — features, PR reviews, batch fixes. Dual-provider, fan-out across the fleet.

Security Automation

Always-on lane: network posture, secret-scanning, credential-permission enforcement, spend monitoring. Secrets stay in .env; surfaced tokens rotated on sight.

Cloud Infrastructure

DigitalOcean production infrastructure. Multi-node, containerized, continuously deployed as the system evolves.

Custom Plugins

Persistent-context memory for cross-session design intent. Structured analysis for systematic reasoning. A spec-to-code bridge that turns validated specs into reproducible builds.

AUTOMATION

n8n WorkflowsDeerFlowVoltAgentCron JobsMessage QueuesAutonomous Pipelines

End-to-end automation: n8n for low-code workflows, VoltAgent + DeerFlow for autonomous agent orchestration, cron-based scheduled tasks, and message queues for async pipeline execution.

DEVOPS

GitHub Actions CI/CDVercel CronHealth ChecksSentry Error TrackingRate Limiting (Upstash)

Production infrastructure: GitHub Actions for CI/CD pipelines, Vercel Cron for scheduled health checks, Sentry for real-time error tracking, and Upstash Redis for distributed rate limiting.

Languages

TypeScriptPythonSoliditySQLRust

Frontend

Next.jsReactTailwind CSSThree.jsReact Three Fiber

Backend / DB

PrismaNeon PostgreSQLSupabaseRedis (Upstash)ChromaDB

AI / Agents

DeepSeek V4Claude 3.7OpenRouterGroqHermes AgentOpenCodeVoltAgent

ML / RL

PPOGRPORLVRMulti-Model ConsensusMulti-Model Consensus

Agent Frameworks

Hermes AgentMCP ProtocolMCP 2026-07-28 SpecStateless MCP ServersStreamable HTTPA2A Protocol

Payments

ShopifyWompic402 Protocolx402 V2 FacilitatorVOTS TokenPSE / Nequi

Blockchain

BaseEthereumSolanaChainlink VRFPhantom WalletZK Proofs

Cloud / Infra

VercelDigital Ocean DropletsDockerGitHub ActionsKubernetes (AMD Instinct)Nginx

Identity

ENSFarcasterClerk

Storage / IPFS

Vercel BlobPinata IPFSAES-256-CBC EncryptionIPFS Contract Pinning
Mobile responsiveness overhaul (320px-safe grids, touch targets ≥44px)
Wompi Pagos a Terceros (payout infrastructure for landlords)
DotMatrix loading animation for AI chat
Agent streaming with smart tool selection (7-category intent classifier)
SEO discovery: llms.txt, robots.txt, .well-known/ai.json
AI infrastructure hardening: timeouts, Groq fallback, prompt trimming
Complex public portal (conjuntos/[slug]) with QR codes
2026 Ibagué stratification update: 64 verified neighborhoods
Dashboard V3 with dark-only cyberpunk charts (Recharts)
LogoSplash v2 with CSS modules — dual neon rings + particles
ENS: mcpvot.eth| ALWAYS ONLINE