Skip to content

OPTIVERSE SYSTEMS JOURNAL

Make sense of AI.
From the inside out.

A field guide for people who want to understand, build, and run AI systems. Follow the evidence, experiment with the diagrams, and learn where systems succeed—or fail.

25 guidesBilingualPractical exercises

Start with a question

Full reading route
02 / Build applications17 guides incl. prerequisites

How do answers become reliable actions?

Connect evidence, validation, permissions, and recovery.

KYO-H12 / RATE$240 / nightValid during April
Supported answer$240 per night in April[RATE]
Explore this route
  1. 00-1How Language Models Generate Text
  2. 00-2Prompts, Tokens, and Context
  3. 00-3Why Fluent Answers Can Be Wrong
  4. 00-4From Model Output to Controlled Action
  5. 01Designing an AI System
  6. 02Reliable Pipelines and Validation
  7. 04Memory, State, and Knowledge
  8. 05Choosing Between Workflows and Agents
  9. 03Grounding Answers with RAG
  10. 11Evaluating AI Systems
  11. 12Identity and Authorization for Agents
  12. 06Agent Loops and Tool Reliability
  13. 07Hybrid Retrieval and Evidence Packets
  14. 08Reading Documents Beyond OCR
  15. 09Grounding Multimodal Evidence
  16. 00-5Lab: A Reliable Support Workflow
  17. 10Lab: Build a Governed Travel Copilot
03 / Run inference10 guides incl. prerequisites

Where do time and memory go?

Explore scheduling, KV memory, and GPU placement.

825 tokens832 allocated slots
Useful KV dataTail waste
Last 8 blocks shown · 16 tokens per block
Explore this route
  1. 00-1How Language Models Generate Text
  2. 00-2Prompts, Tokens, and Context
  3. I-00Inside an LLM Inference Request
  4. I-01Continuous Batching
  5. I-02Managing the KV Cache
  6. I-06Distributing a Model Across GPUs
  7. I-04Prefix Caching and Request Routing
  8. I-03Separating Prefill and Decode
  9. I-05Deploying Mixture-of-Experts Models
  10. I-07Benchmarking Inference Capacity

Ordered by prerequisites. Routes share some foundation guides.

THE LIBRARY

A closer look at every idea.

Explanations, interactive diagrams, and exercises in every guide. Explore a topic or follow the reading route.

25 guides

Suggested order within each topic

Model Foundations

4 guides

Understand what models predict, what context can hold, and where evidence and permissions matter.

Reliable AI Systems

7 guides

Give each component a clear responsibility. Validate outputs, manage state, and recover safely.

Retrieval & Evidence Systems

4 guides

Find relevant sources, reconstruct documents, and connect each answer to evidence you can inspect.

Applied Architecture Labs

2 guides

Bring the parts together in support and travel workflows with explicit boundaries and failure cases.

Inference Systems

8 guides

Follow a request through scheduling, memory, and GPU placement. Measure capacity under real constraints.

THE BIGGER PICTURE

See how the ideas connect.

Each concept links to the knowledge it builds on. For a step-by-step sequence, use the complete reading route.

00-1How Language Models Generate Text

You can start here.

Read this guide ↗
00-2Prompts, Tokens, and Context
00-3Why Fluent Answers Can Be Wrong
00-4From Model Output to Controlled Action
01Designing an AI System
02Reliable Pipelines and Validation
04Memory, State, and Knowledge
05Choosing Between Workflows and Agents
06Agent Loops and Tool Reliability
11Evaluating AI Systems
12Identity and Authorization for Agents
03Grounding Answers with RAG
07Hybrid Retrieval and Evidence Packets
08Reading Documents Beyond OCR
09Grounding Multimodal Evidence
00-5Lab: A Reliable Support Workflow
10Lab: Build a Governed Travel Copilot
I-00Inside an LLM Inference Request
I-01Continuous Batching
I-02Managing the KV Cache
I-04Prefix Caching and Request Routing
I-03Separating Prefill and Decode
I-06Distributing a Model Across GPUs
I-05Deploying Mixture-of-Experts Models
I-07Benchmarking Inference Capacity