Skip to content
View AnthonyLedesma's full-sized avatar
:atom:
Getting It Done
:atom:
Getting It Done
  • Phoenix, Arizona

Organizations

@godaddy-wordpress

Block or report AnthonyLedesma

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AnthonyLedesma/README.md

Anthony Ledesma

Senior AI Engineer. I build production AI systems and the infrastructure that keeps them honest.

Ten years at GoDaddy. The most recent two were on an agentic AI feature for Airo Site Designer with multi-agent tool routing across six agent layers, and I cut LLM inference cost 93% on an earlier retrieval pipeline. Concurrent contract at McLean Forrester built a CI-gated LLM evaluation framework on Promptfoo that caught a 39-point quality regression before it shipped.

Also running Tracine, open-source tooling for AI coding agents.

  • guard. Eight PreToolUse validators that deny with feedback, plus a per-hook circuit breaker and a JSONL decision log.
  • convo. SQLite-backed analytics CLI for Claude Code session logs. Full-text search, tool-call analytics, atomic snapshot/restore.

Python and TypeScript daily. Recent production has touched AWS, GCP, plus Terraform. AI focus has been multi-agent orchestration with RAG and LLM evaluation.

Open to senior or staff AI engineering roles, remote.

LinkedIn · tracine.dev

Pinned Loading

  1. TracineHQ/convo TracineHQ/convo Public

    Global conversation index and query tool for Claude Code. Tool-call analytics, anti-pattern detection, session inspection.

    Python

  2. TracineHQ/guard TracineHQ/guard Public

    Safety hooks for Claude Code with a queryable decision log. Catches rm -rf, credential exfiltration, force-pushes, and edits to protected files and writes every decision to JSONL so you can audit, …

    Python