Module 11 References: AI Engineering Ecosystem

Primary Documentation

LangChain

LangGraph

LlamaIndex

AutoGen (Microsoft)

CrewAI

OpenAI Assistants API

Semantic Kernel (Microsoft)


IDE AI Tools

Cursor

Windsurf (Codeium)

GitHub Copilot

Claude Code


Vector Databases

Chroma

Pinecone

Weaviate

pgvector

Qdrant


Observability

LangSmith

LangFuse

Arize Phoenix

Helicone


Key Reads

Papers and Technical Reports

Blog Posts Worth Reading

Community


Notes on Reference Quality

Stable references (unlikely to go stale):

  • The original RAG and ReAct papers
  • Anthropic’s API documentation (versioned)
  • OpenAI’s API documentation (versioned)

Moderate churn (check for updates every 3-6 months):

  • LangChain docs — the API surface changes frequently; always check the version
  • LlamaIndex docs — more stable than LangChain but still evolving

Fast-moving (verify before relying on):

  • LangGraph docs — released 1.0 in 2024, active development
  • AutoGen docs — Microsoft continues to make significant changes
  • CrewAI docs — rapidly expanding feature set

When in doubt, refer to the GitHub source and recent release notes rather than tutorial blog posts, which may document outdated APIs.