IA empresarial: SLMs, RAG y uso seguro de la inteligencia artificial
El curso está orientado a aplicar la inteligencia artificial en entornos de negocio de forma eficiente, segura y alineada con los objetivos de la organización. Se trabaja con modelos de lenguaje eficientes, sistemas RAG y estrategias prácticas para un uso fiable en contextos profesionales. Se imparte en inglés, aunque el soporte está en español, y analiza limitaciones de los modelos actuales y cómo evolucionar hacia soluciones más controladas y adaptadas a la empresa.
SLMs y eficiencia en inteligencia artificial empresarial
Una parte clave es el estudio de los Small Language Models (SLMs), que permiten trabajar en local reduciendo dependencia de la nube y mejorando privacidad, latencia y costes. Se abordan técnicas de optimización y aplicaciones en escenarios empresariales como asistentes internos, automatización de tareas o análisis de información en entornos controlados.
RAG y conexión con datos internos de la empresa
El curso introduce los sistemas RAG (Retrieval Augmented Generation) para conectar la IA con el conocimiento interno de la organización. Se enseña a estructurar información, preparar documentos y usar mecanismos de recuperación para mejorar respuestas, evitando errores y respuestas genéricas. Se analiza cómo aplicar esta arquitectura en distintos contextos de negocio.
Uso seguro de la inteligencia artificial en entornos profesionales: IA empresarial
Otro pilar es el uso seguro de la IA, abordando cómo identificar errores, detectar alucinaciones y aplicar mecanismos de verificación. Se trabajan técnicas de prompting estructurado, validación de respuestas y formatos que mejoran trazabilidad y control. El objetivo es integrar la IA en procesos reales sin comprometer la calidad. La formación está dirigida a profesionales que buscan combinar eficiencia, acceso a datos internos y uso seguro en entornos empresariales.
El curso es ideal para perfiles profesionales y de negocio que desean aplicar IA en su entorno laboral.
I.Small Language Models (SLMs): Private AI, Edge & Strategy
1. Introduction to SLMs: Why Now?
1.1 AI Evolution: From Giant LLMs to Smart SLMs (Phi-3, Gemma 2, Llama 3.2)
1.2 Problems with Large LLMs: Cost, Latency, Privacy
1.3 Competitive Advantage: SLMs on Edge Devices, Mobile Apps, Local Intranets
2. What Are SLMs? Key Concepts Without Math
2.1 Simple Technical Difference: Fewer Parameters = More Efficiency (e.g., 3B vs 70B)
2.2 How They Work: Distillation, Pruning, Quantization Explained Visually
2.3 Visual Comparison: SLM vs LLM in Speed, Memory, Accuracy
3.Business Benefits: Efficiency and Scalability
3.1 Cost: Dramatically Cheaper in Inference and Deployment
3.2 Privacy: Local Models Without Sending Data to the Cloud
3.3 Speed: Millisecond Responses for Real-Time Apps
3.4 Initial Cases: Internal Chatbots, Offline Analysis, Edge Personalization
4.How Non-Technical People CAN Use SLMs TODAY
4.1 Everyday Apps with Embedded SLMs: Mobile (Local Assistants), Office (Copilot Edge), Browsers
4.2 Accessible Platforms: Ollama Desktop, LM Studio, Mobile Apps with Embedded SLMs
4.3 Practical Examples in Slides: "Chat with Your Documents Offline", "Local Summaries", "Translator Without Internet"
4.4 Checklist: 3 Ways to Try SLMs Today Without IT or Programming
5.Business Use Cases for SLMs
5.1 Customer Support: SLMs in Mobile Apps Without Connection
5.2 Field Service: AI on Tablets for Technicians (Offline Diagnostics)
5.3 Knowledge Workers: Local Assistants for Internal Documents/Processes
5.4 IoT/Edge: Prediction in Factories, Smart Sensors
5.5 Mini Exercise: Map 3 Processes in Your Company to Possible SLMs
6.Limitations and When NOT to Use SLMs
6.1 Precision Gap: Complex Tasks Where LLMs Win
6.2 Fine-tuning Challenges vs Mature LLMs
6.3 Decision Framework: SLM vs LLM vs Simple Rules
7.Non-Technical Implementation: Working with Teams
7.1 How to Present SLM Use Cases to IT/Data Teams (Expected Inputs/Outputs)
7.2 Common Platforms (Hugging Face, ONNX, Ollama) - High Level
7.3 Real Costs: Minimum Hardware, Cloud vs On-Premise
7.4 Business Case Template for SLMs
8.Future of SLMs and Next Steps
8.1 2026 Roadmap: Multimodal SLMs, Local Agents
8.2 Pioneer Companies: Microsoft Phi, Google Gemma Cases in Production
8.3 Checklist: Evaluate if Your Next AI Project Needs an SLM
8.4 Final Workshop: From 3 Generic Ideas, Select the Best One for SLM
II.RAG for Enterprise Knowledge: Making AI work with your company's data
1.Introduction to RAG: The Missing Piece in Enterprise AI
1.1 The Problem: Why ChatGPT Doesn't Know Your Company
1.2 What Goes Wrong: Hallucinations, Outdated Info, Generic Answers
1.3 The Solution: RAG Brings Your Documents to AI
2.What is RAG? Core Concepts Without the Math
2.1 The Two-Step Process: Retrieve, Then Generate
2.2 How RAG Finds Relevant Information (Embeddings Explained Simply)
2.3 Why RAG Reduces Hallucinations and Improves Accuracy
3.Business Benefits: Accuracy, Control, and Up-to-Date Knowledge
3.1 Accuracy: Answers Grounded in Your Documents
3.2 Control: You Decide What Data AI Can Access
3.3 Always Current: Update Documents, Not Models
3.4 Traceability: Citations and Source References
4.How Non-Technical People Can Use RAG TODAY
4.1 Category 1: "Personal RAG" (Ad-hoc Tools)
4.2 Category 2: "Corporate Search Engines" (Enterprise Search)
4.3 Category 3: "RAG Builders" (Low-Code / Custom)
4.4 Decision Framework: Which Category Do You Need?
5.Enterprise Use Cases for RAG
5.1 Internal Knowledge Bases: HR, IT, Operations Manuals
5.2 Customer Support: Technical Documentation and Product Guides
5.3 Research and Analysis: Legal, Compliance, Market Research
5.4 Sales Enablement: RFP Responses, Competitive Intelligence
5.5 Mini Exercise: Identify 3 Document-Heavy Processes in Your Company
6.Limitations and When RAG Isn't Enough
6.1 Retrieval Quality: Garbage In, Garbage Out
6.2 Context Window Limits: Too Much or Too Little Information
6.3 When to Use RAG vs Fine-Tuning vs Hybrid Approaches
7.Working with Teams: RAG Implementation Without Coding
7.1 How to Specify RAG Requirements to IT Teams
7.2 Document Preparation: What Makes Good RAG Data
7.3 Common Platforms: Pinecone, Weaviate, LangChain (High Level)
7.4 Rag Closing
III.AI Accuracy & Guardrails: Stop Hallucinations & Spot Errors
1.Why AI Gets Things Wrong
1.1 How generative models work at a high level (statistical patterns, not logic)
1.2 Hallucinations: what they are and why they occur (invented data, references, facts)
1.3 Other common errors: biases, vague answers, misunderstanding context
2.Spotting AI Errors in Real Time
2.1 Warning signs in text: overly confident tone, lack of sources, contradictions
2.2 Warning signs in data/numbers: impossible calculations, strange dates, dubious references
2.3 Practical examples: “good response” vs “hallucination” side by side
3.Questioning & Probing Techniques
3.1 Verification questions: “How do you know that?”, “Show your steps”, “What alternatives exist?”
3.2 Asking for self-review: “Check your response for errors”, “Critique your own argument”
3.3 Effective patterns: Devil’s Advocate, Multi-View, Step-By-Step
4.Simple Guardrails You Can Ask the AI to Apply
4.1 Structural guardrails
4.2 Verification guardrails
4.3 Consistency guardrails
4.4 Guardrails walkthrough
4.5 Guardrail prompt templates
5.Understanding AI Limits
5.1 Why AI sounds confident
5.2 Structural limitations
5.3 When not to trust AI
6.Safe AI Use at Work
6.1 Golden rules for safe use
6.2 AI + humans + sources
6.3 Final error-fixing workshop
7.Bonus: Future AI Risks
7.1 Goal-driven AI risks
7.2 More autonomous AI
7.3 Why humans stay in the loop
No se requieren conocimientos técnicos ni experiencia previa en inteligencia artificial.
Información Adicional
Precio: 300,00 €
Si vienes de Empresa, puedes bonificar hasta el 100% del curso con el crédito FUNDAE