How to Become an AI Engineer in Puerto Rico in 2026
By Irene Holden
Last Updated: April 23rd 2026

Quick Summary
To become an AI engineer in Puerto Rico by 2026, follow a structured seven-step path starting with Python and math foundations, then specializing in generative AI and MLOps while building a portfolio of three local industry projects. Target high-paying roles at companies like Banco Popular and Evertec, where senior positions command $155,000 to $410,000, and leverage affordable bootcamps like Nucamp plus networking at Engine-4 in San Juan to break into the booming AI ecosystem.
Before you step onto the floor, you need the right shoes. For the AI engineering journey in Puerto Rico, that means more than just collecting course certificates - it means arriving with the foundational tools, accounts, and mindset that employers in San Juan's tech ecosystem actually expect.
Prerequisites and Materials
The requirements are clear: comfort with high school algebra and basic statistics (you'll build up to linear algebra and calculus), basic Python programming logic (budget an extra month if starting from scratch), and a laptop with at least 8GB RAM (16GB recommended) with stable fiber internet - readily available across the San Juan-Caguas-Guaynabo metro area. You'll also need a GitHub account, Google Colab or a local Anaconda environment, and AWS or Azure free tier access for deployment work. According to Invest Puerto Rico's Workforce Playbook, the island's academic pipeline is already producing strong STEM talent - you just need to show up equipped.
The Mindset Shift
Here's the part most roadmaps skip: completing courses doesn't make you an AI engineer. Industry experts analyzing the 2026 landscape explain that the role has shifted from authorship to orchestration - defining goals, directing AI, evaluating outputs, and managing workflows. A CNBC Workforce Executive Council survey found that 89% of HR leaders expect AI to impact jobs. In Puerto Rico's tight-knit tech community, employers like Banco Popular and Evertec aren't hiring theorists. They're hiring people who can hold the floor - and that starts with showing up prepared.
Steps Overview
- Getting Started: What You Need Before You Begin
- Build Your Foundation in Python, Math, and SQL
- Dive Into Machine Learning
- Specialize in Generative AI and LLMs
- Master AI Operations and Deployment
- Build a Puerto Rico-Centric Portfolio
- Certify and Network in San Juan's Tech Scene
- How to Verify Your Success
- Common Questions
Build Your Foundation in Python, Math, and SQL
Every AI model you'll ever build - from linear regression to a multi-billion parameter LLM - rests on the same three pillars: Python for data science, mathematics, and SQL for databases. Skip this foundation and you'll stumble the moment the music speeds up on a real production floor. Master NumPy for arrays, Pandas for dataframes, and Matplotlib for visualization. Focus on linear algebra (vectors, eigenvalues) and probability (Bayes' theorem, distributions). For SQL, aim to write complex joins and window functions - Banco Popular and Evertec run on massive relational databases.
Your Learning Path in Puerto Rico
The island offers multiple on-ramps. The University of Puerto Rico, Mayagüez (UPRM) offers a BS in Computer Sciences and Engineering with AI electives like CIIC 5015 - a strong academic foundation. For career changers, UPRM's CSE department provides the structured theory you need. But if you can't pause your job, Nucamp's Back End, SQL and DevOps with Python (16 weeks, US$2,124) delivers exactly this foundation at a fraction of typical bootcamp costs, with monthly payment plans accessible anywhere on the island.
Make it stick locally: practice on real Puerto Rico data. Use the government datasets from the Puerto Rico Statistics Institute (estadisticas.pr) for your first Pandas project - cleaning tourism visitor counts or energy consumption makes the skills concrete. The common mistake? Jumping to deep learning without understanding gradient descent. You'll end up treating PyTorch like a black box, and the first time a model fails to converge, you won't know why. Build a simple data pipeline first: import a CSV, clean it, compute summaries, export a cleaned version. Push it to GitHub. You're now ready to dance.
Dive Into Machine Learning
Now you move from data handler to model builder. Supervised and unsupervised learning are the basic steps of this dance - everyone in Puerto Rico's fintech and pharma sectors expects you to know them cold. Industry mentors confirm that employers are hiring those who can build real AI applications, not those with the most theoretical knowledge.
Core Algorithms and Metrics
- Supervised: Linear/Logistic regression, decision trees, random forests
- Unsupervised: K-means clustering, PCA for dimensionality reduction
- Evaluation: Precision, recall, F1, ROC-AUC - Banco Popular and Evertec demand reliability, not just accuracy
Start with scikit-learn, then transition to TensorFlow or PyTorch for neural networks. A 2025 LinkedIn roundtable found that 69.2% of Puerto Rico employers report AI and machine learning skills gaps - but the gap isn't in theory. It's in applied, deployable models.
Your Learning Path
The Polytechnic University of Puerto Rico (PUPR) offers a Graduate Certificate in AI and Data Analytics - an 18-credit, 12-month program in San Juan's metro area that integrates deep learning and data engineering. For a faster track, Nucamp's AI Essentials for Work (15 weeks, US$3,582) helps professionals apply ML tools before making a full pivot. Build a fraud detection model using public credit card datasets from Kaggle, then fine-tune it for Puerto Rico's context - higher e-commerce fraud rates in the Caribbean make this directly relevant to Banco Popular's hiring needs.
The common mistake: tuning hyperparameters endlessly without validating on out-of-sample data. In San Juan's pharmaceutical industry, a model that overfits on training data could cause a manufacturing line to mispredict maintenance downtime - expensive and dangerous. Train a random forest, evaluate with cross-validation, and push a Jupyter notebook to GitHub with feature importance visualizations. That's how you prove you can hold the floor.
Specialize in Generative AI and LLMs
The explosive demand in 2026 is for generative AI - chatbots, document summarization, code assistants. In Puerto Rico, companies like Evertec need bilingual NLP systems that handle Puerto Rican Spanish, including slang, regional phrasing, and code-switching. A CNBC Workforce Executive Council survey found that 89% of HR leaders say AI will impact jobs - making generative AI specialization your differentiator in San Juan's competitive market.
What You Must Master
- Transformer architecture: Self-attention, multi-head attention, BERT, GPT
- Fine-tuning LLMs: Hugging Face Transformers, LoRA/QLoRA for efficient fine-tuning on smaller datasets
- Retrieval-Augmented Generation (RAG): Combine vector databases (Pinecone, Weaviate) with LLMs to build document-grounded chatbots - the #1 skill local employers look for in 2026
- Agents and orchestration: LangChain or Semantic Kernel for multi-step AI workflows
Build for Puerto Rico
Create a bilingual chatbot answering questions about Act 60 tax incentives for investors. Use RAG to pull from official law documents published by the Puerto Rico Department of Economic Development. Optimize for Puerto Rican dialect by fine-tuning on a small corpus of local news articles. This project directly addresses the need that Puerto Rico is becoming a strategic hub for AI in the Caribbean.
"Puerto Rico can lead the next AI revolution" - Orlando Bravo, emphasizing that local talent is a STEM powerhouse pipelineThe common mistake: treating LLMs as all-knowing oracles. In the pharmaceutical industry (Johnson & Johnson, Baxter operations in PR), a hallucinated answer about drug compliance could have legal consequences. Always ground RAG in verified documents. Deploy your chatbot on Hugging Face Spaces and include a clickable link in your GitHub README - that's how you prove you can lead the dance.
Master AI Operations and Deployment
This is where most aspiring AI engineers stumble. 69.2% of Puerto Rico employers report gaps in AI and Machine Learning (LinkedIn Puerto Rico Tech Talent 2030 roundtable, 2025) - but the gap isn't in theory. It's in reliable, scalable deployment. Banco Popular runs AI on production servers handling millions of transactions. Evertec processes payments across the Caribbean. They need engineers who ensure models are secure, fast, and cost-effective.
The Four Pillars of AI Operations
- MLOps pipelines: CI/CD for ML using GitHub Actions or GitLab CI, experiment tracking with MLflow, model versioning with DVC
- Cloud platform mastery: AWS SageMaker is dominant in Puerto Rico's enterprise sector - focus your cloud efforts there
- Containerization and orchestration: Docker and Kubernetes - even a simple Docker deployment on one EC2 instance clears most intermediate interviews
- Monitoring and observability: Set up alerts for model drift, latency, and error rates using Prometheus or Grafana
Your Local Learning Path
The Polytechnic University of Puerto Rico offers Data Science Fundamentals microcredentials with hands-on cloud deployment modules tailored to local industry. Online, the MLOps course from Made With ML or the free "Full Stack Deep Learning" course build practical skills. By 2026, bachelor's programs now integrate MLOps as a core component - reflecting that deployment is no longer optional.
Build the project that proves you can dance: take your fraud detection model from Step 2 and containerize it with Docker. Deploy it as a REST API on AWS Lambda or a small EC2 instance. Add a Streamlit dashboard showing live predictions against mock transaction data. Your project must include a Dockerfile, docker-compose.yml, and requirements.txt. The API must accept a POST request with JSON payload and return a prediction. Without this, you're still counting steps on the sidelines. With it, you're leading the dance.
Build a Puerto Rico-Centric Portfolio
Your portfolio is the dance floor where you prove you can move. Employers are hiring those who can build real AI applications, not those with the most theoretical knowledge - and in San Juan's competitive market where senior AI roles command $155,000 to $410,000 (Indeed, 2026), three projects tied to local industries will make you stand out.
Three Projects That Prove You Can Lead
- Fintech credit scoring (Banco Popular / Evertec): Build an AI-powered credit scoring system using public lending data from the Federal Reserve's Survey of Consumer Finances. Adapt it for Puerto Rico's economic context - lower median income, higher informal economy. Include explainability with SHAP values because local regulators demand transparency.
- Pharma predictive maintenance (Baxter, Abbott): Develop a model for a simulated bottling line using IoT sensor data (Kaggle's predictive maintenance competition). Show integration into a manufacturing workflow with alerts and a dashboard. Lockheed Martin's AI roles in Aguadilla specifically seek engineers who understand production deployment.
- Bilingual NLP sentiment analyzer (Tourism / Government): Collect training data from local restaurant reviews on TripAdvisor for San Juan hotspots like La Placita and El Boricua. Fine-tune DistilBERT on this corpus to handle diacritics, Spanglish, and expressions like "piche" or "janguiar."
Presentation That Gets You Hired
Host all projects on GitHub with a clean README.md for each. Include a link to a live demo (Streamlit Cloud or Hugging Face Spaces) and a 2-minute Loom video walking through your approach. Hiring managers at RTX in Aguadilla often watch these videos before calling you. The common mistake? Building a generic cat-and-dog classifier - it won't impress Banco Popular. Always frame your work in business value: cost savings, risk reduction, or revenue increase. By the end, you should be able to present all three projects in a 20-minute technical interview, clearly explaining the problem, data, model choice, and deployment approach.
Certify and Network in San Juan's Tech Scene
Certifications don't replace a portfolio, but they signal commitment and reduce risk for employers. In Puerto Rico's tight-knit tech community, networking can open doors faster than cold applications. Nucamp's Solo AI Tech Entrepreneur Bootcamp (25 weeks, US$3,980) is the most targeted AI engineering program on the island at this price point, covering LLM integration, prompt engineering, AI agents, and SaaS monetization. With an ~78% employment rate (Course Report) and a 4.5/5 Trustpilot rating, it's a proven path for career changers that includes 1:1 coaching and connections to Puerto Rico employers.
"It offered affordability, a structured learning path, and a supportive community of fellow learners." - Nucamp graduate
Where to Network in San Juan
- Engine-4 in Bayamón: Hosts AI hackathons and code training in collaboration with IBM and Microsoft - you'll meet recruiters from big cloud providers
- Parallel18: This accelerator hosts events open to the public, featuring early-stage startups building AI for tourism, logistics, and agriculture
- Puerto Rico Science, Technology & Research Trust: Supports research centers and hosts conferences - keep an eye on their events calendar
- UPR Mayagüez Winter School for AI: A 1-2 week intensive co-organized with Notre Dame, where you'll work directly with leading researchers
Don't wait until you feel "ready" to network. Go early when you're still learning. Join the "Puerto Rico Tech Talent" LinkedIn group, post your projects, and ask for feedback. Many senior engineers from Evertec and Banco Popular actively engage there. The best connections happen when you're honest about your journey - people remember the beginner who asked a smart question.
How to Verify Your Success
How do you know you've truly stepped onto the floor and not just studied the steps? The verification is concrete, not aspirational. First, you can deploy an AI application end-to-end - code trained, tested, containerized, deployed, and monitored, not just a Jupyter notebook. Second, you have a public portfolio of three-plus projects tied to Puerto Rico industries with live demos. Third, you've spoken with at least one hiring manager at a local company and gotten constructive feedback. Fourth, you've earned at least one relevant credential. Fifth, you can explain the shift from authorship to orchestration with a concrete example of how you used an LLM agent to automate a multi-step workflow.
The deeper shift in 2026 is that senior HR leaders now expect skill-based, AI-enabled hiring over traditional degree-based hiring (CNBC Workforce Executive Council survey). That means your portfolio and deployed projects carry more weight than your diploma. In Puerto Rico's market, Indeed lists active AI engineering roles in San Juan where starting salaries for roles like ERP AI Engineer begin north of $77,000, scaling past $200,000 as a senior associate at firms like PwC.
The real verification is this: you're no longer on the edge of the floor counting steps. You're getting interview calls. You're leading the dance. The partner - Puerto Rico's booming AI ecosystem anchored in the San Juan-Caguas-Guaynabo metro area - is waiting. Step onto the floor.
Common Questions
How long does it realistically take to become an AI engineer in Puerto Rico starting from scratch?
With dedicated effort, you can build job-ready skills in about 12 months by following a structured path like the one outlined in this article. The timeline includes 3 months for Python and math foundations, 3 months for machine learning, 3 months for generative AI and LLMs, and 3 months for MLOps and deployment. Many learners add another month or two for portfolio projects tailored to local industries.
What can I expect to earn as an AI engineer in the San Juan metro area?
Entry-level roles start around $77,000, while senior positions at companies like PwC can range from $155,000 to $410,000 in San Juan-Caguas-Guaynabo. Salaries vary by company and specialization, but fintech and pharma firms typically pay above the local average.
Do I need a university degree to get hired as an AI engineer in Puerto Rico?
Not necessarily - what matters most is a strong portfolio of industry-specific projects and hands-on deployment skills. Many successful engineers come from bootcamps like Nucamp, while others combine a degree from UPR or Polytechnic with certifications. Hiring managers prioritize your ability to build and ship real AI applications over formal credentials alone.
Which local employers are actively hiring AI engineers in Puerto Rico?
Major hirers include Banco Popular and Evertec in fintech, pharmaceutical giants like Johnson & Johnson and Baxter, and aerospace companies like Lockheed Martin and RTX in Aguadilla. Startups in San Juan's Parallel18 and Engine-4 ecosystem also seek bilingual NLP and MLOps talent.
What programming languages and tools should I learn first to start my AI engineering journey?
Start with Python for data science (NumPy, Pandas, Matplotlib) and SQL for database work - these are non-negotiable foundations. Then learn scikit-learn and PyTorch or TensorFlow for machine learning, plus Docker and AWS or Azure for deployment. If you're targeting local fintech roles, add RAG and LangChain to your stack.
More How-To Guides:
Check out our Puerto Rico AI bootcamp list featuring Ironhack and Holberton.
Discover the leading tech startups in Puerto Rico for junior talent in 2026.
Learn about the best-paying tech jobs in Puerto Rico without a degree requirement.
Discover how to access free AWS training and local coding bootcamps in this list of top 10 free tech training opportunities in Puerto Rico.
For those exploring tech career opportunities in Puerto Rico, this guide explains the sweet spot strategy.
Irene Holden
Operations Manager
Former Microsoft Education and Learning Futures Group team member, Irene now oversees instructors at Nucamp while writing about everything tech - from careers to coding bootcamps.

