Skip to content
Ian Cunningham monogramIan CunninghamAI systems builder

Tag

Architecture

2 post(s) tagged with Architecture.

PostgreSQL: The Swiss Army Knife for Agentic Databases

PostgreSQL: The Swiss Army Knife for Agentic Databases

Modern AI systems increasingly tempt developers toward specialized databases for every problem. In practice, PostgreSQL can often handle far more than people realize.

Command vs Send in LangGraph: Choosing the Right Primitive

Command vs Send in LangGraph: Choosing the Right Primitive

When to use Command for control flow and Send for data parallelism in LangGraph, with practical testing examples for each.