Intelligent learning powered by LLMs

Learn modern AI systems by building, not just reading.

LearningAI is a lightweight guide to AI topics. Use it to get a quick rundown, then ask the built-in LLM side panel for clarifying questions or a little more depth when needed. It is not meant to be a deep dive on any single topic. Install it from the GitHub repo and use each topic page as a focused starting point.
Core AI Foundations
RAG

Retrieval pipelines, chunking, reranking, evaluation, and scoped memory.

LangGraph

Agents, checkpointing, observability, and stateful orchestration.

MCP

Model Context Protocol, tool interfaces, and structured AI integration.

Advanced AI Topics
Prompt Engineering

How to shape inputs, constraints, and examples so models behave reliably.

AI Leadership Q&A

Executive-level questions, decision framing, and talking about AI with clarity.

AI Decision Playbook

Practical heuristics for choosing between prompting, RAG, fine-tuning, and workflows.

AI Systems

Production stack thinking: memory, orchestration, observability, evaluation, deployment, and trust boundaries.

LLM Evaluation

Metrics, test design, failure analysis, and judging model quality in practice.

Agentic Patterns

How to structure orchestrators, workers, event IDs, approvals, summaries, and learning feedback loops without bloating the core runtime.

How to use LearningAI

Quick overview first. Ask the LLM side panel when you want clarification or a little more depth.

Install it from the GitHub repo, open the landing page, and use the topic cards as a compact reference. Each guide is intentionally brief: enough to orient you, then the side-panel LLM helps with examples, context, or follow-up questions.

Core themes

Orchestrator/worker separation, tool boundaries, event IDs, audit trails, approval gates, and summary-to-learning feedback.

How it fits

Same style as MCP and Otel: a guide page, a practical kit, and direct links to implementation examples.

Recommended reads

Start with observability, trust boundaries, and orchestration before adding dashboards or more automation.

Next step

Build the Agentic Patterns topic as a first-class LearningAI page with reusable examples and links back into the PersGraph runtime story.

Resources

Useful references to revisit later

A small reading list for articles and concepts worth saving without forcing an ingestion run every time.

Agentic engineering concepts

30 core concepts every developer should know — useful as a reference when thinking about agentic systems, orchestration, and runtime design.