SuperML Builder Desk

Curated by SuperML editorial + latest engineering posts

Editorial Picks

Opinionated briefings and high-signal takes from the SuperML viewpoint.

LangChain vs LangGraph 2026: Which to Use for Enterprise Agents

LangChain and LangGraph solve different problems and the choice between them is not about preference — it's about the shape of your workflow. This is the architecture decision guide: when chains are enough, when you need stateful graphs, and when to use neither.

OODA Loop Architecture for Production AI Agents

John Boyd designed the OODA loop for fighter pilots making life-or-death decisions in milliseconds with incomplete information. It turns out this is a better mental model for production AI agents than the ReAct loop — especially in high-stakes, time-pressured environments where agents need to fail fast, course-correct, and maintain situational awareness across a multi-step decision horizon.

Latest Posts

Fresh tutorials, walkthroughs, and practical AI/ML build notes.

REA Framework & Bank Ontology: A Complete Tutorial

A hands-on tutorial on the REA (Resources, Events, Agents) framework applied to banking ontology — from McCarthy's 1982 origins to building a working OWL ontology with Python, RDFLib, SPARQL queries, and AI/ML integration patterns.

SR 11-7 Model Risk for AI Systems: What Banks Actually Need to Build

SR 11-7 is 15 years old and SR 26-2 explicitly excluded generative AI from its scope. Banks are now governing their most powerful AI systems against a framework that was never designed for them. Here's the practitioner guide to what model risk management actually looks like when you apply it to LLMs, RAG pipelines, and agentic AI.

RAG Pipeline Production Architecture 2026: Chunking, Retrieval, Re-ranking, and Evaluation

Most RAG tutorials get you from zero to a working demo in 30 minutes. Production RAG takes 6–12 months to get right, and the problems that sink it are not the ones covered in the tutorial. This is the production engineering guide: chunking strategy, hybrid retrieval, re-ranking, evaluation frameworks, and the operational patterns that keep RAG systems working after launch.

Why Fraud Rings Survive XGBoost — and How GNNs Stop Them

Row-based ML catches individual bad actors but misses coordinated fraud rings. Graph Neural Networks propagate relational context through transaction networks — here's the architecture, the PyTorch Geometric code, and the production gotchas that matter more than model choice.

LangChain vs LangGraph 2026: Which to Use for Enterprise Agents

LangChain and LangGraph solve different problems and the choice between them is not about preference — it's about the shape of your workflow. This is the architecture decision guide: when chains are enough, when you need stateful graphs, and when to use neither.

OODA Loop Architecture for Production AI Agents

John Boyd designed the OODA loop for fighter pilots making life-or-death decisions in milliseconds with incomplete information. It turns out this is a better mental model for production AI agents than the ReAct loop — especially in high-stakes, time-pressured environments where agents need to fail fast, course-correct, and maintain situational awareness across a multi-step decision horizon.