Tagged articles
5 articles
Page 1 of 1
DeepHub IMBA
DeepHub IMBA
May 23, 2026 · Artificial Intelligence

Reason → Act → Observe: Building an Agentic Loop with LangChain and Python

This article explains what an agentic loop is, contrasts it with single‑pass chatbots, outlines its five stages, shows a visual architecture, walks through a concrete multi‑step example, provides Python pseudocode and a LangChain implementation, and discusses when to use or avoid such loops.

AI AgentsAgentic LoopLLM
0 likes · 8 min read
Reason → Act → Observe: Building an Agentic Loop with LangChain and Python
AI Step-by-Step
AI Step-by-Step
May 1, 2026 · Artificial Intelligence

How Claude Code’s Agentic Loop Works: Four Layers from QueryEngine to UI

The article breaks down Claude Code’s persistent agentic loop into four layers—QueryEngine, Tool System, Permission/Hook, and React + Ink—explaining how each turn gathers context, makes model decisions, executes actions, verifies results, handles errors, and renders a terminal UI.

Agentic LoopClaude CodePermission Hook
0 likes · 14 min read
How Claude Code’s Agentic Loop Works: Four Layers from QueryEngine to UI
James' Growth Diary
James' Growth Diary
Apr 25, 2026 · Artificial Intelligence

How to Use LangGraph Conditional Edge for Dynamic Branching Decisions

This article explains the concept of Conditional Edge in LangGraph, shows how to add conditional edges with three parameters, demonstrates rule‑based, multi‑branch, and loop routing patterns, compares rule‑based versus LLM‑based routing, provides a complete customer‑service agent example, and lists common pitfalls and best‑practice checklists.

Agentic LoopConditional EdgeDynamic Routing
0 likes · 20 min read
How to Use LangGraph Conditional Edge for Dynamic Branching Decisions
ShiZhen AI
ShiZhen AI
Apr 8, 2026 · Artificial Intelligence

AI Agent Beginner’s Guide: A Clear, No‑Jargon Explanation

This guide explains what an AI Agent is, how it differs from a chatbot, the importance of tools and prompt design, common pitfalls, multi‑agent coordination, and practical steps to build, monitor, and deploy production‑grade agents.

AI AgentAgentic LoopMulti-Agent Coordination
0 likes · 13 min read
AI Agent Beginner’s Guide: A Clear, No‑Jargon Explanation