全部課程
電腦科學

Building LLM Applications: APIs, RAG, Embeddings, and Tool Use

甄選並驗證:Leena Shah, Applied AI Engineer, Zoom
學習時長:約 10 小時
授課語言English · 简体中文 · Español
US$12.00永久存取
結業證書可驗證 · 可分享
預覽

Open the source of any LLM application that actually holds together in production, and the impressive prompt is the smallest thing in it. What's around the prompt is the engineering: the schema that constrains the output, the index it consults for facts it doesn't already know, the tool that takes the action, the evaluation that catches the regression before it ships. That surrounding code — not a clever incantation — is what turns one good answer into a system you can stand behind. This course teaches that surrounding code as a small set of durable primitives. The API surface as a stable contract under model names that rotate every few months: messages, structured outputs, streaming, prompt caching, and the token-and-latency math that comes with them. Embeddings, ANN indexes, hybrid retrieval, and cross-encoder reranking as the standard way to ground a model in your own data, with chunking and ingest treated as first-class engineering rather than a notebook hack. Function calling, the agent loop, idempotent tool effects, and the Model Context Protocol as the standard way to let a model act on real systems, with capability scope and human-in-the-loop where reversibility demands it. And the engineering loop — golden datasets, LLM-as-a-judge with its known biases, the RAG-eval triad, tracing, and lethal-trifecta defenses — that turns "it worked once" into evidence you can trust. You will finish with five worked builds: doc Q&A with citations, structured extraction at scale, an internal assistant with read-only tools, a customer-action agent with mutating tools, and a multi-step research agent. Across thirty-nine lessons you build the habit underneath all of them: given a use case, reach for the right primitives, compose them, evaluate them, ship.

課程目錄

關於課程作者

Leena Shah
Leena Shah
Applied AI Engineer, Zoom

Leena Shah’s portfolio reads less like a catalog of models than a record of bottlenecks removed: customer-support teams searching thousands of documents, analysts waiting on manual summaries, and product managers unsure whether an AI answer can be trusted. She has addressed those problems with retrieval-augmented assistants, multimodal extraction, voice agents, and tool-using workflows, pairing Python and FastAPI services with vector databases, cloud infrastructure, and evaluation suites that measure grounding, latency, safety, and cost. Leena has also fine-tuned open models for private environments, introduced human-review loops and production guardrails, and worked alongside product, security, and domain specialists to turn rough prototypes into monitored features. Her strength lies in recognizing where AI can genuinely improve a workflow—and engineering the surrounding system so that improvement survives contact with real users.

評價 (4)

4.3 / 5
  • jaunty_frog

    Too basic.

  • rustic_minnow

    太好了,简单明了!

  • azure_captain

    love it

  • posh_moth

    super useful