From 10X course to live product
Turned the Instituto de IA capstone into a deployed, maintained app — not a mockup: production code, video demo and a direct link from projects.
2025 - Instituto de Inteligencia Artificial
AI-Powered Learning Assistant
Capstone of the Developer 10X with AI program (Instituto de Inteligencia Artificial): 8 intensive weeks + final project. Multi-agent platform in production inside my portfolio — real study flows, not long chat paragraphs.
Study Agents is the final project of the Developer 10X with Artificial Intelligence course at the Instituto de Inteligencia Artificial — an 8-week program plus capstone where I consolidated agents, RAG, Python APIs and a Next.js product. I built on what we learned in class (LLM orchestration, pipelines, best practices) and went further on my own: full multi-agent architecture, study-first UX and a real deployment linked from this portfolio. It is my flagship applied-AI piece solving a problem I lived as a student.
The goal: turn AI into an interactive study companion. Users upload PDFs, content is indexed with RAG (ChromaDB) and eight specialized agents cover the full loop — explain at the right level (0–10), answer with context, generate tests and exercises, correct with educational feedback and export notes. FastAPI + LangChain on the backend, Next.js on the frontend, Google login and a public demo recruiters can try in one click.
Turned the Instituto de IA capstone into a deployed, maintained app — not a mockup: production code, video demo and a direct link from projects.
Content Processor, Explanation, Q&A, Test Generator, Feedback, Exercise Generator/Corrector and Correction Agent, shared memory and smart GPT-3.5 / GPT-4 routing.
PDFs → chunking → embeddings → ChromaDB. Answers ground on the user's material, not generic hallucinations.
Chat, Markdown→PDF notes, adaptive tests, language flashcards, in-browser code runner and progress dashboard.
paupedrejon.com/study-agents · NextAuth (Google) · per-user API keys · scalable FastAPI backend.
Same Next.js 15 monorepo, i18n, consistent branding and visible CTAs on home and projects.
Clear split: Python orchestrates AI; React/Next.js delivers the experience.
Sole capstone owner: multi-agent architecture, Python backend, Next.js frontend, RAG, portfolio integration, deployment, documentation (README + demo) and UX iteration based on real student use.