-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
139 lines (126 loc) · 8.96 KB
/
Copy pathindex.html
File metadata and controls
139 lines (126 loc) · 8.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Prompt Engineering Master Course — 2026 LLM Ecosystem</title>
<meta name="description" content="Curso académico de prompt engineering cubriendo el ecosistema completo 2026: Claude, GPT, Gemini, DeepSeek, Kimi, MiniMax, Qwen, GLM, Grok, Mistral, Llama, Gemma. 14 bloques + capstone, bilingüe ES/EN.">
<meta name="author" content="Alonso J. Núñez">
<meta name="keywords" content="prompt engineering, LLM, Claude, GPT, Gemini, DeepSeek, Kimi, MiniMax, Qwen, GLM, Grok, Mistral, Llama, Gemma, RAG, agents, MCP, fine-tuning, quantization, vendor-agnostic, course, 2026">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://gs-run.github.io/prompt-engineering-course/">
<meta property="og:title" content="Prompt Engineering Master Course — 2026 LLM Ecosystem">
<meta property="og:description" content="Open academic course covering Claude, GPT, Gemini, DeepSeek, Kimi, MiniMax, Qwen, GLM, Grok, Mistral, Llama, Gemma. 14 blocks · 4 capstones · 92 quizzes · ES + EN. MIT licensed.">
<meta property="og:site_name" content="Prompt Engineering Master Course">
<meta property="og:locale" content="es_ES">
<meta property="og:locale:alternate" content="en_US">
<!-- Twitter / X card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Prompt Engineering Master Course — 2026 LLM Ecosystem">
<meta name="twitter:description" content="Open academic course covering Claude, GPT, Gemini, DeepSeek, Kimi, MiniMax, Qwen, GLM, Grok, Mistral, Llama, Gemma. 14 blocks · 4 capstones · 92 quizzes · ES + EN. MIT licensed.">
<link rel="canonical" href="https://gs-run.github.io/prompt-engineering-course/">
<link rel="stylesheet" href="css/style.css?v=30">
<link rel="stylesheet" href="css/bando-b.css?v=30">
<script>
(function() {
try {
var t = localStorage.getItem('theme');
if (t !== 'dark' && t !== 'light') t = 'dark';
document.documentElement.setAttribute('data-theme', t);
} catch(e) { document.documentElement.setAttribute('data-theme', 'dark'); }
})();
</script>
</head>
<body data-page-block="home">
<div class="bg-orb bg-orb-1"></div>
<div class="bg-orb bg-orb-2"></div>
<div class="bg-orb bg-orb-3"></div>
<div class="bg-gradient"></div>
<div class="bg-grid"></div>
<div id="app">
<nav id="sidebar"></nav>
<main id="content">
<section class="course-hero">
<h1 class="hero-title">
<span class="lang-block" data-lang="es">Prompt Engineering Master Course</span>
<span class="lang-block" data-lang="en">Prompt Engineering Master Course</span>
</h1>
<p class="hero-tagline">
<span class="lang-block" data-lang="es">Curso académico abierto sobre el ecosistema LLM 2026 — agnóstico, profesional, bilingüe.</span>
<span class="lang-block" data-lang="en">Open academic course on the 2026 LLM ecosystem — vendor-agnostic, professional, bilingual.</span>
</p>
<div class="hero-meta">
<span class="hero-pill">📚 14 <span data-i18n="hero-blocks">bloques</span></span>
<span class="hero-pill">⏱️ ~30 <span data-i18n="hero-hours">horas</span></span>
<span class="hero-pill">🎓 <span data-i18n="hero-level">Nivel</span>: Beginner → Advanced</span>
<span class="hero-pill">🌐 ES + EN</span>
</div>
</section>
<section class="card card-accent">
<h2 class="lang-block" data-lang="es" style="display:inline-block;">📋 Cómo recorrer el curso</h2>
<h2 class="lang-block" data-lang="en" style="display:inline-block;">📋 How to navigate the course</h2>
<div class="lang-block" data-lang="es">
<p>Cada bloque es una página independiente con sus propios objetivos de aprendizaje, tiempo estimado y referencias bibliográficas. Si vienes nuevo al tema, sigue el orden 0 → I → II → III. Si ya tienes base, salta al bloque que necesites — los prerrequisitos están al principio de cada uno.</p>
<ul>
<li><strong>Bloques 0-II</strong> — Fundamentos. Sin esto el resto no se sostiene.</li>
<li><strong>Bloques III-VI</strong> — Construcción técnica. Aquí aprendes a producir.</li>
<li><strong>Bloques VII-X</strong> — Operaciones, privacidad, seguridad y medición.</li>
<li><strong>Bloques XI-XIV</strong> — Aplicación industrial, futuro, taller práctico, capstone.</li>
</ul>
<p>El curso es <strong>agnóstico de vendor</strong>: cada técnica se enseña con tablas cross-API que muestran cómo se invoca en Claude, GPT-5, Gemini, DeepSeek, Kimi, MiniMax, Qwen, GLM, Grok, Mistral, Llama y Gemma.</p>
</div>
<div class="lang-block" data-lang="en">
<p>Each block is a standalone page with its own learning objectives, time estimate and bibliographic references. If you're new to the topic, follow the order 0 → I → II → III. If you already have a base, jump to whichever block you need — prerequisites are listed at the start of each one.</p>
<ul>
<li><strong>Blocks 0-II</strong> — Foundations. The rest doesn't stand without these.</li>
<li><strong>Blocks III-VI</strong> — Technical build-up. Where you learn to ship.</li>
<li><strong>Blocks VII-X</strong> — Operations, privacy, safety and measurement.</li>
<li><strong>Blocks XI-XIV</strong> — Industry applications, future, practical workshop, capstone.</li>
</ul>
<p>The course is <strong>vendor-agnostic</strong>: every technique is taught with cross-API tables showing how it's invoked in Claude, GPT-5, Gemini, DeepSeek, Kimi, MiniMax, Qwen, GLM, Grok, Mistral, Llama and Gemma.</p>
</div>
</section>
<section>
<h2 style="margin-top:36px;">
<span class="lang-block" data-lang="es">🗂️ Bloques del curso</span>
<span class="lang-block" data-lang="en">🗂️ Course blocks</span>
</h2>
<div id="blocks-grid" class="blocks-grid">
<!-- Populated by js/shared/landing.js from manifest -->
</div>
</section>
<section class="card">
<h3>
<span class="lang-block" data-lang="es">📌 Sobre este curso</span>
<span class="lang-block" data-lang="en">📌 About this course</span>
</h3>
<div class="lang-block" data-lang="es">
<p>Este curso es un esfuerzo independiente para condensar todo lo que un profesional de software/datos/producto necesita saber sobre LLMs en 2026, desde fundamentos hasta producción real. Compite en alcance con cursos oficiales de Anthropic, Google, OpenAI y DeepLearning.AI, pero <strong>sin lock-in a un proveedor</strong>.</p>
<p><strong>Para quién es:</strong> ingenieros que integran IA en producto, analistas/data scientists que la usan a diario, PMs y ejecutivos que toman decisiones sobre adopción, estudiantes en máster/doctorado en ML, formadores que necesitan material actualizado.</p>
<p><strong>Política de actualización:</strong> el contenido se versiona (ver footer) y los cambios significativos se anotan en <a href="CHANGELOG.md">CHANGELOG</a>. Si encuentras algo desactualizado, abre issue en GitHub.</p>
</div>
<div class="lang-block" data-lang="en">
<p>This course is an independent effort to condense everything a software / data / product professional needs to know about LLMs in 2026, from fundamentals to real production. It rivals in scope the official courses from Anthropic, Google, OpenAI and DeepLearning.AI, but <strong>with no vendor lock-in</strong>.</p>
<p><strong>Who it's for:</strong> engineers integrating AI into product, analysts / data scientists using it daily, PMs and executives making adoption decisions, masters / PhD students in ML, instructors needing up-to-date material.</p>
<p><strong>Update policy:</strong> content is versioned (see footer) and significant changes are listed in the <a href="CHANGELOG.md">CHANGELOG</a>. If you find something out of date, open a GitHub issue.</p>
</div>
</section>
<footer class="course-footer">
<p>
<strong>Prompt Engineering Master Course — 2026 LLM Ecosystem</strong> ·
<span data-i18n="footer-version">Versión</span> <span id="footer-version-tag">2.0.0</span> · 2026<br>
<span class="lang-block" data-lang="es">Investigado y compilado desde documentación oficial de Anthropic, OpenAI, Google, DeepSeek, Moonshot, Alibaba (Qwen), Zhipu (GLM), MiniMax, Mistral, Meta, Microsoft, Cohere, OpenCode y DAIR.AI.</span>
<span class="lang-block" data-lang="en">Researched and compiled from official documentation of Anthropic, OpenAI, Google, DeepSeek, Moonshot, Alibaba (Qwen), Zhipu (GLM), MiniMax, Mistral, Meta, Microsoft, Cohere, OpenCode and DAIR.AI.</span><br>
© 2026 <a href="https://github.com/GS-RUN" target="_blank" rel="noopener">Alonso J. Núñez · GS·RUN</a> · <a href="https://github.com/GS-RUN/prompt-engineering-course" target="_blank" rel="noopener">Source code</a>
</p>
</footer>
</main>
</div>
<script src="js/shared/manifest.js?v=30"></script>
<script src="js/shared/sidebar.js?v=30"></script>
<script src="js/shared/landing.js?v=30"></script>
<script src="js/i18n.js?v=30"></script>
<script src="js/app.js?v=30"></script>
</body>
</html>