Kris (All About AI)
VERIFIED TECHNICAL DOSSIERSources checked

Kris (All About AI)

Creator of All About AI

2 Verified ArtifactsSource Checked & Attributed

Verified Proof of Work Artifacts

2 items cataloged

Each artifact below represents an authenticated research publication, production code repository, or technical architectural framework directly authored or co-created by Kris (All About AI). Every entry undergoes editorial source verification.

#1
EXPLANATION Checked Sep 22, 2026

Building Production Multi-Agent Systems with LangGraph and Python

Demonstrated cyclical state graphs, human-in-the-loop validation checkpoints, and persistent memory stores in LangGraph to construct robust multi-agent research and coding swarms.

Model & Execution Context:LangGraph, LangChain, Claude 3.5 Sonnet, SQLite checkpointer, Tavily Search.
Scope & Limitations

Graph compilation overhead requires modular subgraphs when designing swarms exceeding 10 coordinated agents.

#2
IMPLEMENTATION Checked Sep 22, 2026

LangGraph and CrewAI Production Agent Blueprints

Authored and open-sourced production agent starter repositories with thousands of stars, implementing tool-calling loops, document retrieval, and structured JSON output schemas.

Model & Execution Context:Python, FastAPI, LangGraph, Ollama, OpenAI Assistant API.
Scope & Limitations

Asynchronous task execution requires careful error-handling proxies around flaky external web scrapers.