Skip to content
View AlejandroFuentePinero's full-sized avatar

Block or report AlejandroFuentePinero

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

Hi, I'm Alejandro! 👋

Jaguar camera trap, Bolivia 2017

I've spent years trying to understand how wildlife populations respond to a changing climate: building Bayesian models on decades of field data, forecasting species viability under uncertainty, and producing evidence that fed directly into conservation decisions. Some of that work meant tracking pumas and jaguars across remote South American landscapes. Some of it meant climbing tropical mountains in the rainforests of northeast Australia to understand how global warming is quietly reshaping the lives of arboreal marsupials in the canopy above. When your model output determines whether a species gets protected, you develop a particular relationship with getting it right.

These days I work at the intersection of AI engineering and data science, building systems that turn messy real-world data into outputs people can act on. I'm particularly drawn to problems where the data is hard, the uncertainty is real, and the answer actually matters. Same instincts, different problems.

  • 🔭 Currently extending the Job Intelligence Engine with an AI-powered structured extraction and evaluation layer.
  • 🌱 Currently learning MLOps and production systems
  • ⚡ Fun fact: I play competitive Magic: The Gathering, a game that rewards the same things I value in modelling: understanding system dynamics, reading signals under uncertainty, and knowing when your model of the game state is wrong.
  • 📫 alejandrofuentepinero@gmail.com · LinkedIn

Projects

Project Description
🤖 AI Job Intelligence Engine An LLM-based pipeline that extracts and structures signals from job postings to power data-driven insights for job seekers and labour market analysis.
🤖 LLM Engineering Lab A growing collection of LLM projects built from scratch: fine-tuning open-source and frontier models, RAG systems with evaluation, and autonomous agents that plan and act.
📊 Job Intelligence Engine A job recommender and upskilling system built on tech job market structure. Surfaces top job recommendations, salary signals, skill gaps, and what to learn next.
📊 MLB Analytics with SQL 150 years of baseball run through a clean relational schema. Analytics on talent pipelines, salary dynamics, and player careers.
🧪 Python OOP Mini Systems Small systems built to practice object-oriented design, from procedural scripts to clean class hierarchies.
🧪 Python EDA Mini Projects Applied EDA on real datasets, working through wrangling, feature extraction, and visual storytelling.
🧪 Python ML Projects Core ML algorithms implemented and applied, from regression and classification to clustering and deep learning.
🎲 MTG Mana Calculator A browser tool for Magic: The Gathering players to calculate optimal land counts and colour sources using Frank Karsten's heuristics. Because even card games deserve a rigorous model.

🎓 Academic Work

Peer-reviewed modelling and research spanning Bayesian inference, spatiotemporal forecasting, and climate-change science.

Academic portfolio · Google Scholar

Pinned Loading

  1. job-intelligence-engine job-intelligence-engine Public

    Job-market intelligence engine: interpretable skill/salary signals, best-now vs stretch recommendations, and ROI-ranked upskilling—Streamlit app.

    Python

  2. llm-engineering-lab llm-engineering-lab Public

    Practical LLM engineering projects in Python

    Python

  3. ai-jie ai-jie Public

    An AI-powered tool for data extration designed for the Job Intelligence Engine project

    Python

  4. MLB_Analytics_Project MLB_Analytics_Project Public

    Comprehensive MLB analytics project using the Lahman Database (1871–2024). Features advanced SQL (joins, CTEs, window functions, optimised views), schema design, reusable transformations, and multi…