6

Agent systems I have built

Agent Workspace · QESTIT TauriReactTypeScriptSSELLM-as-judgeOpenCodeAzure OpenAI Internal agent IDE for authoring and executing custom agent skills. how it works

Built an internal workspace where teams can create, run, and evaluate reusable agent skills. It supports live long-running work, company context from Jira and Confluence, and a three-layer evaluation system that measures execution quality rather than relying on model opinion alone.

Agent Analytics · QESTIT tiktokenPythonFastAPISSEAzure OpenAIAzure App Service Per-call token, cost, and latency tracking across every agent LLM call, the observability layer for what an agent spends. how it works

Request analytics service streaming daily cost trends, per-model breakdowns, and usage comparison across all AI API calls. Token-counting service built from scratch: tiktoken with the OpenAI Vision token formula (image scaling, tile computation, detail modes), pre-request estimates validated against actual API usage.

proprietor · Circle AI Agents Hackathon Berlin (1st) ClaudeMulti-agentAgentic commerceUSDCx402Python An AI agent that owns and operates a profitable micro-SaaS company. how it works

It sells a Company Enrichment API, fulfilled by a multi-agent research pipeline: parallel domain researchers under a central orchestrator, entity disambiguation before any expensive call, iterative knowledge-gap loops. The business runs itself around it: customers pay retail through an HTTP 402 paywall, and revenue and costs settle through an Agent Wallet.

The hard part wasn't proving an agent can run a business, it was making one you'd trust to leave alone: a spend gate on every payment (daily cap, runway floor, fail-closed approval above a threshold), decline-before-charge on unprofitable work, and a per-job P&L ledger recording every decision on-chain.

agentplane · AI Workshop Berlin GoPythonMCPagentgatewayOpenTelemetryPostgres/pgvector Self-hostable, framework-agnostic governance layer that sits inline between AI agents and company systems, enforcement, not after-the-fact observation. how it works

Every tool call is checked against a policy engine before it runs. When a call crosses a line, the gateway holds the connection open and waits for a human. A context server exposes the company's own rules and precedents to every connected agent, so decisions are made against institutional knowledge rather than a generic model's guess. Every decision is written to an audit trail that captures the full context, inputs, matched rule, grants evaluated, and who resolved it.

Freelance Acquisition System PythonPostgreSQLMulti-agentLLM-as-judgePlaywrightHuman-in-the-loop An agent pipeline for my own freelance search: finds opportunities, checks fit, drafts tailored proposals, and fills real platform forms. how it works

Runs on my own server, from finding opportunities to drafting proposals, building tailored CVs, and filling forms. Drafts use documented experience and pass automated checks and a separate model review.

Sandboxed drafting, tracked workflow state in Postgres, and a fixed CV template keep each step controlled. Human approval gates irreversible actions; submissions are verified against the platform's confirmation.

Retrieval and Extraction Pipeline · Freelance WeaviateHF TransformersT5Cloud RunPython Hybrid RAG end to end, dense + sparse retrieval, query expansion, time-decay reranking, and a fine-tuned T5 extraction model in production. how it works

Weaviate hybrid search (BM25 + dense) with configurable alpha, query expansion via synonym generation, post-retrieval reranking with time-decay × priority-boost. T5 fine-tuned on synthetic task scenarios, 4-bit quantized, deployed on Cloud Run with GPU.

Background

How I got here

Most agents look convincing in a demo. Production is where they meet incomplete data, changing tools, ambiguous requests, and costs that compound. I build the systems that make those failures visible, contained, and recoverable.

I work on the gap between a capable model and a dependable system: clear state, measurable evaluations, observability, and controls around what an agent may do. Less “looks good to me”; more evidence that it works.

  1. now

    Compass CTO · Founder School 2026, Emprelatam

    AI agent security for the moment agents start moving real money. I built the safety layer that decides what an agent is allowed to do, intercepts and allows, flags, or blocks a payment before it is signed, and lets you reconstruct how and why that decision was made.

  2. 2025-26

    QESTIT Senior AI Consultant

    Built the orchestration and evaluation tooling behind a team of in-house agents, and coached engineers on adopting LLM workflows: the full arc from “we should try agents” to systems a business runs on every day.

  3. 2024-25

    Freelance AI engineer

    Built a LangChain RAG pipeline pulling actionable tasks out of unstructured calendar and email data, and a Web3 automation backend with sub-200ms blockchain event handling powering real-time alerts across DeFi, NFT and wallet activity.

  4. 2024

    Civic Technologies Full Stack Engineer

    Shipped the first production app built on Internet Identity’s then-undocumented blockchain identity stack: a secure, private credential-sharing system for identity verification.

  5. 2022-23

    Parity Technologies Developer Relations Engineer

    Wrote the technical documentation for Polkadot’s cross-chain messaging system and its Rust developer tools. Selected for the Polkadot Academy with Gavin Wood.

  6. 2022

    Sunrise Stake Full Stack Engineer

    High-performance on-chain code for cross-chain transactions, used by Solana to offset the chain’s carbon emissions.

  7. 8 hackathon wins
    • 1st allETHGlobal Paris 2023 1000 hackers
    • 1stETHGlobal New York 2023
    • 1stETHPrague 2023
    • 1st ×2ETHGlobal Istanbul 2023
    • 1st ×3NFTBerlin 2022
  8. Graduated with a BSc in Computer Science in October 2023.