Harrison Chase
Co-Founder & CEO, LangChain | Creator of LangGraph
Verified Proof of Work Artifacts
2 items catalogedEach artifact below represents an authenticated research publication, production code repository, or technical architectural framework directly authored or co-created by Harrison Chase. Every entry undergoes editorial source verification.
LangChain Expression Language (LCEL) Architecture and Production Composition
A declarative orchestration syntax designed by Harrison Chase for composing complex LLM pipelines, featuring unified async streaming, automatic parallelization, and production fallback primitives.
Declarative abstractions introduce an learning curve compared to imperative Python scripting; debugging nested chains requires tracing tools like LangSmith.
LangGraph: Controllable Multi-Agent Orchestration Engine
An open-source cyclic computation engine that enables multi-agent state persistence, human-in-the-loop approval breakpoints, and memory time-travel debugging.
Requires persistent state checkpointing storage (e.g. Postgres or Redis) and custom schema validation for production multi-tenant workloads.