Explore Library

55 items

1

Stateless LLM Calls vs Stateful Apps

Slides / Video
2

Choosing the Right Pattern

Slides / Video
3

Composability and Modular Component Design

Slides / Video
4

RAG Knowledge Assistant Architecture

Slides / Video
5

Chatbot Reference Architecture

Slides / Video
6

Sync vs Async LLM Architectures

Slides / Video
7

The LLM Gateway / Proxy Layer

Slides / Video
8

Separating Business Logic from LLM Calls

Slides / Video
9

Deterministic vs Model-Driven Control Flow

Slides / Video
10

Workflows vs Agents: When to Use Each

Slides / Video
11

Fan-Out/Fan-In for LLM Calls

Slides / Video
12

The Orchestrator-Workers Pattern

Slides / Video
13

The Evaluator-Optimizer Pattern

Slides / Video
14

Layers of an LLM App Stack

Slides / Video
15

What LLM Application Architecture Means

Slides / Video
16

Parallelization Runs Sequentially

Code Quiz
17

Orchestrator Missing Await

Code Quiz
18

Evaluator-Optimizer Ignores Critique

Code Quiz
19

ReAct Loop Drops Observations

Code Quiz
20

Reflection Returns Uncritiqued Draft

Code Quiz
21

Router Pattern Missing Fallback

Code Quiz
22

Prompt Chaining Broken Link

Code Quiz
23

RAG Retrieve-Then-Generate Flow

Code Quiz
24

Routing Tasks To The Right Architecture

Code Quiz
25

Stateless vs Stateful Session Handling

Code Quiz
26

Conversation State Persistence And Reconstruction

Code Quiz
27

Multi-Agent Handoff Design

Code Quiz
28

Memory Layering Short-Term vs Long-Term

Code Quiz
29

Streaming LLM Response To Client

Code Quiz
30

Provider-Agnostic LLM Client Interface

Code Quiz
31

Human-in-the-Loop Approval Gate

Code Quiz
32

Separating Prompt Templates From Logic

Code Quiz
33

Handling Non-Determinism in Design

Quiz
34

Routing Pattern

Quiz
35

RAG as an Architectural Pattern

Quiz
36

Orchestrator-Worker Pattern

Quiz
37

Evaluator-Optimizer Reflection Loop

Quiz
38

Single-Prompt vs Multi-Step Design

Quiz
39

RAG vs Fine-Tuning vs Prompting

Quiz
40

Batch vs Real-Time Processing

Quiz
41

Layers of an LLM Application

Quiz
42

What LLM Application Architecture Is

Quiz
43

Idempotency and Retry-Safe LLM Operations

Flashcard
44

Choosing the Right Pattern

Flashcard
45

Handling Non-Determinism

Flashcard
46

LLM Gateway / Proxy Layer

Flashcard
47

Async and Event-Driven Pipelines

Flashcard
48

Fallback and Graceful Degradation

Flashcard
49

Agentic vs Workflow Architectures

Flashcard
50

Evaluator-Optimizer Loop

Flashcard
51

Separating Prompts from Code

Flashcard
52

Parallelization Pattern

Flashcard
53

Router Pattern

Flashcard
54

Orchestrator-Worker Pattern

Flashcard
55

Architecture for LLM Apps

Flashcard
FlashcardIntermediate

LLM Gateway / Proxy Layer

A gateway centralizes model access, adding routing, logging, and control.

Question

What is an LLM gateway or proxy layer?

Click to reveal answer