🤖 AGENTIC
Agent Loop
▸ EN
An agent's think → call tool → observe → repeat loop until the goal is met. Most modern AI apps are this loop.
▸ TR
Bir agent'ın hedefe ulaşana kadar düşün → araç çağır → sonucu değerlendir → tekrarla döngüsü. Çoğu modern AI app bu döngüden ibarettir.
▸ RELATED TERMS
Agentic
When a model goes beyond replying — planning, calling tools, and acting toward a goal. Opposite of a passive chatbot.
▸ AGENTIC
Tool Call
A single instance of tool use. The model picks a function with name + JSON args; the runtime runs it and returns the result.
▸ AGENTIC
Ralph Loop
Bash loop pattern popularized by Geoffrey Huntley: re-run an AI agent with fresh context each iteration, read tasks from a plan file, commit on success. The "Ralph Wiggum technique" — forgetful but persistent.
▸ WORKFLOW