tweak chapter titles

This commit is contained in:
Yan Lin 2026-02-04 16:45:42 +01:00
parent 60ca31fd73
commit 0fecc2303f
18 changed files with 21 additions and 21 deletions

View file

@ -5,7 +5,7 @@ description = ""
weight = 12
[extra]
chapter = "A.2"
chapter = "Module A.2"
+++
> **TL;DR:**

View file

@ -5,7 +5,7 @@ description = ""
weight = 32
[extra]
chapter = "C.10"
chapter = "Module C.10"
+++
> **TL;DR:**

View file

@ -5,7 +5,7 @@ description = ""
weight = 24
[extra]
chapter = "B.4"
chapter = "Module B.4"
+++
> **TL;DR:**

View file

@ -5,7 +5,7 @@ description = ""
weight = 11
[extra]
chapter = "A.1"
chapter = "Module A.1"
+++
> **TL;DR:**

View file

@ -5,7 +5,7 @@ description = ""
weight = 26
[extra]
chapter = "B.6"
chapter = "Module B.6"
+++
> **TL;DR:**

View file

@ -5,7 +5,7 @@ description = ""
weight = 27
[extra]
chapter = "B.7"
chapter = "Module B.7"
+++
> **TL;DR:** Cloud deployment isn't the only option. Learn about edge computing and self-hosted deployment: running AI systems closer to where data is generated or on your own hardware. Discover when these approaches make sense and how to implement them on devices like Raspberry Pi and home servers.

View file

@ -5,7 +5,7 @@ description = ""
weight = 31
[extra]
chapter = "C.9"
chapter = "Module C.9"
+++
> **TL;DR:**
> When your service goes down, users leave. Learn how to measure availability with industry-standard metrics (MTBF, MTTR), and implement practical strategies like redundancy and backups to keep your AI API running reliably.

View file

@ -5,7 +5,7 @@ description = ""
weight = 20
[extra]
chapter = "B"
chapter = "Phase B"
+++
> **TL;DR:**

View file

@ -5,7 +5,7 @@ description = ""
weight = 10
[extra]
chapter = "A"
chapter = "Phase A"
+++
> **TL;DR:**
> Learn why standardized interactions between applications are essential for making AI models practical in real-world scenarios, moving beyond simple function calls to robust communication methods that work across different programming languages and distributed systems.

View file

@ -5,7 +5,7 @@ description = ""
weight = 28
[extra]
chapter = "B.8"
chapter = "Module B.8"
+++
Leveraging the knowledge from the [phase A and B](@/ai-system/_index.md) of this course (and optionally the advanced techniques from the phase C), we will develop and deploy a multi-functional AI API server in our mini project.

View file

@ -5,7 +5,7 @@ description = ""
weight = 25
[extra]
chapter = "B.5"
chapter = "Module B.5"
+++
> **TL;DR:**

View file

@ -5,7 +5,7 @@ description = ""
weight = 30
[extra]
chapter = "C"
chapter = "Phase C"
+++
Now you can deploy your AI system on different hardware infrastructures with ease, and also enable everyone in the world to access (and hopefully pay for) your AI services. Now you won't run into situations where your friends are calling you to play CS2 but your laptop is running an AI service so you cannot.

View file

@ -5,7 +5,7 @@ description = ""
weight = 13
[extra]
chapter = "A.3"
chapter = "Module A.3"
+++
> **TL;DR:**
> Build your own APIs for serving AI models, covering everything from basic server setup and AI model integration to authentication, database-backed user management, and rate limiting—transforming you from an API consumer to an API producer.