Skip to content
View Xabilimon1's full-sized avatar
⌨️
VibeCoding
⌨️
VibeCoding
  • Universidad Francisco de Vitoria
  • Instagram xabier.aaa

Highlights

  • Pro

Block or report Xabilimon1

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
Xabilimon1/README.md
Xabilimon

I'm Xabi, 2nd-year AI Systems Engineering at UFV (Madrid). I've spent the last year and a half shipping production agent systems — Salesforce-integrated commercial agents, MCP servers with security review iterations, field-ops trainers on Android, multi-language institutional tools. Now pivoting toward research output as the prerequisite for the work I actually want to do.


Now (June 2026)

  • Writing — empirical ablation study of LLM agent harness components (harness-ablation)
  • StudyingARENA curriculum, chapter 0 fundamentals (solutions repo)
  • Contributing — merged fixes to the METR/hawk and HAL eval harnesses
  • Reading — Anthropic engineering posts on eval methodology + infrastructure noise
  • Blog — in setup; first posts on the journey + paper reading notes

Research

Empirical ablation study of LLM agent harness components — prompt structure, tool selection logic, retry policy, context management, error handling.

Extends Anthropic's Quantifying infrastructure noise in agentic coding evals outward: if infra config dominates eval variance, what does the rest of the harness do? Synthetic controlled experiment informed by production deployment experience.

Python Inspect-AI Claude Gemini GPT

Status: paper in progress

Public journey through ARENA — Alignment Research Engineer Accelerator curriculum — plus the original mech interp experiments I run alongside each chapter.

Builder background, weak research foundations, trying to close the gap before applying to alignment/interp work.

PyTorch Transformers Mechanistic Interpretability

Status: chapter 0 in progress

Merged contributions — fixes to the eval infrastructure behind frontier-model safety research.

  • METR/hawk #627METR (Model Evaluation & Threat Research). Auth fix in hawk, their cloud Inspect-AI eval runner: a passthrough credential header containing only whitespace is now treated as missing (401 + anonymous) instead of surfacing an unactionable "invalid api key". Merged.
  • princeton-pli/hal-harness #182HAL, the Holistic Agent Leaderboard (Princeton PLI). Resolved a wandb/weave/gql version conflict that broke every agent-env container at startup; aligned the three runners, the Docker image, packaging, and contributor docs. Merged.
  • affaan-m/ECC #920everything-claude-code. Contributed the Token Budget Advisor skill. Merged.

Production

Full-stack room booking system deployed at UFV's DOT space. 12 rooms, 4 user roles (student, professor, PAS, admin), real-time sync via Supabase Realtime, Outlook Calendar integration via Microsoft Graph, institutional email via Office 365, admin dashboard with audit logs, blacklist system, XLSX report exports, and 5-language i18n.

React 19 TypeScript Supabase Azure AD Vercel Tailwind CSS

🌐 reservas-salas-dot.vercel.app

Claude Code skill that intercepts your prompt, estimates token consumption with a zero-dependency heuristic engine (measured ~87.6% accuracy vs tiktoken cl100k_base), and lets you choose how deep Claude's answer should be before it responds.

Contributed to everything-claude-code (ECC) by affaan-m — the agent harness with 220k+ stars used across the Claude Code ecosystem.

Python 3.8+ Claude Code zero dependencies

Claude Code skill that saves compressed session summaries to an Obsidian vault, automatically maintaining bidirectional links between project notes, session logs, and technology nodes.

Claude Code skill Obsidian Markdown

Lince Suite

Portfolio of internal web tools for UFV's DOT space — operational management interfaces built as lightweight applications deployed on Vercel.

HTML CSS JavaScript Vercel


Stack

Languages

TypeScript JavaScript Python HTML5 CSS3

Frameworks & Tooling

React Vite Node.js Tailwind CSS PyTorch

Platform & Data

Supabase PostgreSQL Google Cloud Vercel Git

AI & Agents

Anthropic Vertex AI MCP Inspect AI


Signal

Merged into the eval infrastructure behind frontier-model safety research

METR · hawk #627 Princeton HAL · hal-harness #182 everything-claude-code #920


ECC stars Inspect AI Views


Focus — agent evals · Inspect-AI · mechanistic interpretability
Working in — Python · TypeScript · PyTorch


Pinned Loading

  1. TBA-Token-Budget-Advisor-Claude-Code TBA-Token-Budget-Advisor-Claude-Code Public

    Python 1

  2. affaan-m/ECC affaan-m/ECC Public

    The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

    JavaScript 232k 35.4k