Skip to content
View AntonioBurgos91's full-sized avatar

Block or report AntonioBurgos91

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

👋 Hi, I'm Antonio Burgos

Typing SVG

LinkedIn Email GitHub

Profile Views

🚀 About me

I build complete AI systems and infrastructure — from kernel-level Linux tuning to multi-agent orchestration in production.

Most "AI engineers" wire APIs together. I build the layer underneath: the operating system, the inference runtime, the orchestration logic, the observability.

End-to-end ownership of the stack.

struct AIEngineer {
    name: &'static str,
    role: &'static str,
    location: &'static str,
    focus: [&'static str; 5],
}

impl AIEngineer {
    fn current() -> Self {
        Self {
            name: "Antonio Burgos",
            role: "AI Systems Engineer · Creator of AurumOS",
            location: "Palma de Mallorca, Spain",
            focus: [
                "AI infrastructure (C++23 / Rust / Python)",
                "LLM serving (vLLM, SGLang, Ollama)",
                "Multi-agent orchestration (Claude, MCP)",
                "MLOps & observability (Langfuse, Phoenix)",
                "Quantitative research (factor models)",
            ],
        }
    }

    fn philosophy(&self) -> &'static str {
        "If the tooling doesn't exist, I build it."
    }
}

🟡 Featured project — AurumOS

The Linux distribution for AI engineers. Production-grade · macOS-Sequoia-class UX · adapts to your hardware.

AurumOS License LOC Languages Stars

A full Linux distribution. Built solo. ~50K LOC across C++23, Rust, QML, Python and Bash.

  • 🖥️ Custom Qt6/QML desktop environment — 12 native apps + 3 Rust daemons over D-Bus
  • ⚡ Forked Hyprland compositor tuned for GPU workloads (zero variance during training)
  • 🎯 Hardware-tier adaptive — auto-detects GPU and adjusts every launcher (vLLM, Ollama, ComfyUI, fine-tuning scripts)
  • 🧠 SOTA 2026 AI stack pre-wired: vLLM · Unsloth · DSPy · MCP · LiteLLM · Langfuse · Continue.dev · ComfyUI · YOLOv11 · SAM 2
  • 📦 Steam-Workshop-style Model Pack Manager (6 curated bundles)
  • 🧪 5-stage CI + 52-check smoke harness
  • 🐧 Forked from Pop!_OS 24.04 LTS for NVIDIA / CUDA / cuDNN / TensorRT inheritance

➡️ github.com/AntonioBurgos91/aurum-os · ⭐ if it resonates


🛠️ Tech Stack

💻 Languages

C++ Rust Python QML Bash SQL

🧠 AI Infrastructure & LLM

PyTorch vLLM Ollama Unsloth DSPy MCP Claude API LiteLLM Langfuse

🐧 Systems & Infrastructure

Linux Qt CUDA Docker Wayland systemd

📊 Data & BI

PostgreSQL SQLite Power BI Pandas

🔄 Workflow & Automation

GitHub Actions n8n Git


📊 GitHub Activity

Auto-generated daily via self-hosted GitHub Actions — no external services involved.

General stats Languages breakdown Isometric contribution calendar

🚀 Selected Projects

🎯 Project 📝 What it is 🛠️ Stack
AurumOS Full Linux distribution for AI engineers · custom Qt6/QML desktop · SOTA 2026 AI stack · hardware-adaptive C++23 Rust QML Python Bash
QuantumScore Factor-based portfolio engine with backtesting · 5-pillar scoring · CAGR +101.4% / Sharpe 2.07 (validated strategy) Python React Vite Backtesting
Inmobiliaria Palma Real-estate finder · 5D scoring · 6K+ listings · undervaluation detection Flask SQLite Leaflet Telegram API
AI Vision Assistant Vision assistant powered by Claude API Python Claude API CV
SOC Log Analyzer Real-time security log analysis & threat detection Python Security
Atlas GRC ISO 27001 compliance & risk quantification platform ISO 27001 Risk

🎓 Certifications

🏅 Certification 🏛️ Institution
Google Data Analytics Professional Certificate Google
IBM Data Science Professional Certificate IBM
IBM SkillsBuild Analytics Certificate IBM
Guided Learning Experience in AI IBM
Google Cybersecurity Professional Certificate Google
Google IT Automation with Python Google
Curso Básico de Ciberseguridad INCIBE

💼 Areas of expertise

mindmap
  root((Antonio<br/>Burgos))
    AI Systems
      AI Infrastructure
      LLM Serving
      Inference Engines
      Quantization
    Multi-Agent
      Orchestration
      MCP Servers
      Tool Routing
      Agent Workflows
    MLOps
      Observability
      Fine-tuning Pipelines
      Model Serving
      CI/CD for ML
    Systems
      Linux Distributions
      Qt6/QML Desktop
      Rust Daemons
      Wayland Compositors
    Quant Research
      Factor Models
      Backtesting
      Portfolio Engines
      Risk Analytics
Loading

📫 Connect

LinkedIn Email GitHub AurumOS


💡 Philosophy

"If a machine can do it better, a human shouldn't be doing it. If the tooling doesn't exist, I build it."

📍 Palma de Mallorca · Remote available · English B2


🌟 If you find my work useful, drop a ⭐ on AurumOS

Snake animation

Popular repositories Loading

  1. aurum-os aurum-os Public

    AI-native Linux infrastructure with C++23/Qt6 desktop & Rust daemons. Hardware-aware sandboxing and IPC for autonomous agent orchestration. Boot ≤3s, RAM ≤600MB.

    Shell 1 1

  2. PortScannerAndSSLChecker PortScannerAndSSLChecker Public

    Jupyter Notebook

  3. Network_Traffic_Detector Network_Traffic_Detector Public

    Python

  4. real-estate-data-insights real-estate-data-insights Public

    Proyecto completo de ciencia de datos aplicado al mercado inmobiliario. Incluye análisis exploratorio, visualización de datos, y modelos predictivos de machine learning para estimar el precio de pr…

    Jupyter Notebook

  5. Analisis-Climatico-MachineLearning Analisis-Climatico-MachineLearning Public

    Análisis del cambio climático mediante modelos de Machine Learning aplicados a datos históricos de temperatura global desde 1880. Visualización de tendencias y predicción del calentamiento global.

    Jupyter Notebook

  6. Automobile-Sales-Analysis-Recession-Impact Automobile-Sales-Analysis-Recession-Impact Public

    This project provides a concise analysis of how automobile sales are affected by pricing and economic shifts during recessions. By merging vehicle data with GDP trends, it delivers insights for aut…

    Jupyter Notebook