Open-source applied AI

Build applied AI systems, phase by phase.

Telar connects a visual learning path with runnable code. Start with a streaming LLM API, then move through agents, memory, RAG and the production concerns around them.

Three phases are public now. Reading and quizzes do not require an account.

One project, three views

telar.dev
  1. Learn the architectureTelar Academy
  2. Run the implementationAgent Telar
  3. Watch the reasoningVideo walkthroughsSoon

Runnable code

Visible architecture

Honest trade-offs

Available now

Learn the system by building it.

Each phase includes an architecture explanation, interactive flow, runnable implementation and a short knowledge check.

Phase 01 Live

Streaming AI gateway

Build a typed API that streams model output over SSE and reports token usage and estimated cost.

TypeScript · Express · Groq · SSE
Phase 02 Live

Agent with memory and tools

Add a ReAct workflow, tool calling and Redis-backed session memory without hiding the control flow.

LangGraph · Redis · ReAct
Phase 03 Live

RAG knowledge engine

Ingest documents, create embeddings and combine vector retrieval with PostgreSQL full-text search.

OpenAI · pgvector · PostgreSQL · RRF

The roadmap

From first API call to production operations.

The roadmap is a learning sequence, not a claim that every later phase is already running in production. New phases are published after their code and explanations are ready to review.

Follow the public repository
  1. 04

    Multi-agent orchestration

    Roadmap
  2. 05

    Authentication and multi-tenancy

    Roadmap
  3. 06

    Streaming and queues

    Roadmap
  4. 07

    Observability and evaluation

    Roadmap
  5. 08

    Containerized microservices

    Roadmap
  6. 09

    Kubernetes deployment

    Roadmap
  7. 10

    Terraform and FinOps

    Roadmap

Start with Phase 1

Read the architecture. Run the code. Question the trade-offs.

Open Telar Academy