Bin Zhang Data, AI, and engineering notes
Home Blog Archive

Tags

  • #agents
  • #autogen
  • #cloud
  • #containers
  • #data platform
  • #dataframe
  • #deep learning
  • #etl
  • #functional programming
  • #langchain
  • #langgraph
  • #leadership
  • #linear algebra
  • #llm apps
  • #llm fundamentals
  • #llmops
  • #mcp
  • #mlops
  • #model training
  • #optimization
  • #orchestration
  • #python
  • #rag
  • #spark
  • #sql
  • #streaming
  • #tool use
  • #web development

AI Terminology: Agents, Skills, RAG, MCP, and the Layers Beneath the Hype

March 8, 2026
AI ENGINEERING
agentsragmcp

How many of these terms do you actually recognize?

LangGraph Reflection

October 19, 2025
AI ENGINEERING
langgraphagents

Reflection is related to agent self-improvement or reasoning feedback loops.

LangGraph VS AutoGen

February 9, 2025
AI ENGINEERING
agentslanggraphautogen

|Feature| LangGraph| AutoGen| |---|---|---| |Core Concept| Graph-based workflow for LLM chaining| Multi-agent system with customizable agents|...

Autogen Intro and RAG Workflow

February 8, 2025
AI ENGINEERING
agentsautogenrag

AutoGen is a framework for creating multi-agent AI applications that can act autonomously or work alongside humans.

AutoGen HttpClient

September 8, 2024
AI ENGINEERING
agentsautogen

```python linenums="1" title="myclient.py"

© 2026 Bin Zhang. All rights reserved.