Skip to content
MEVZU N°128ISTANBUL

MEVZU N° TAG / VOL. 004

#agent

1 blog · 0 news · 30 wiki

§01

Blog

01
§03

Wiki

30
§01Glossary

Coding Agents

Autonomous AI agents that can read files, run commands, and produce code in a developer environment.

EN
Coding Agents
TR
Kod Yazan Ajanlar
§02Glossary

Agentic Coding

Software development workflows in which AI agents read and write files, run commands, and execute tests.

EN
Agentic Coding
TR
Ajan Davranışlı Kodlama
§03Glossary

ReAct (Reason + Act)

An agent pattern that interleaves reasoning steps with tool actions in a single thought-action loop.

EN
ReAct (Reason + Act)
TR
ReAct — Akıl Yürüt + Eyleme Geç
§04Glossary

CrewAI

An open-source Python framework that organizes role-based agents as a collaborating crew.

EN
CrewAI
TR
CrewAI
§05Glossary

Vibe Coding

A practice popularized by Karpathy of letting AI write code from natural-language vibes without reviewing each line.

EN
Vibe Coding
TR
Vibe Coding
§06Glossary

Reflection Pattern

A two-step agent pattern where an LLM critiques and revises its own output.

EN
Reflection Pattern
TR
Yansıma (Reflection) Deseni
§07Glossary

Agent

An autonomous software system that takes its own steps toward a goal, often using tools along the way.

EN
Agent
TR
Ajan (Agent)
§08Glossary

Agentic Engineering

The discipline of designing, shipping and maintaining LLM-driven agent systems in production.

EN
Agentic Engineering
TR
Ajan Tabanlı Mühendislik
§09Glossary

Tool Use

An LLM extending its capability by calling external tools, APIs or functions.

EN
Tool Use
TR
Araç Kullanımı
§10Glossary

Self-Critique

A technique in which a model evaluates its own output against explicit criteria to surface errors and weaknesses.

EN
Self-Critique
TR
Öz-Eleştiri
§11Glossary

Browser Use

An AI agent navigating and acting on web pages by driving a browser like a human.

EN
Browser Use
TR
Tarayıcı Kullanımı
§12Glossary

AutoGen

An open-source framework from Microsoft Research for building conversation-based multi-agent applications.

EN
AutoGen
TR
AutoGen
§13Glossary

Long-term Memory

Memory that persists beyond a single session, available to an agent across future runs.

EN
Long-term Memory
TR
Uzun Süreli Bellek
§14Glossary

Self-Healing

An agent's ability to detect errors or failed steps and automatically recover from them.

EN
Self-Healing
TR
Öz-Düzelten
§15Glossary

Guardrail

A control layer that keeps an LLM or agent within sanctioned behavior boundaries.

EN
Guardrail
TR
Korkuluk (Guardrail)
§16Glossary

Computer Use

An AI agent's ability to operate an entire computer via mouse, keyboard, and screenshots.

EN
Computer Use
TR
Bilgisayar Kullanımı
§17Glossary

Autonomous Agent

An agent capable of operating over long horizons without human intervention, making and acting on its own decisions.

EN
Autonomous Agent
TR
Otonom Ajan
§18Glossary

Agentic RAG

A RAG architecture in which an agent decides retrieval steps instead of a fixed pipeline.

EN
Agentic RAG
TR
Ajan Davranışlı RAG
§19Glossary

LangGraph

A stateful, graph-based agent workflow framework from the LangChain team.

EN
LangGraph
TR
LangGraph
§20Glossary

AI Agent

A modern AI agent where an LLM is the decision-maker, taking multiple steps and using tools.

EN
AI Agent
TR
AI Ajanı
§21Glossary

Function Calling

An API feature that lets a model invoke a predefined function via structured JSON output.

EN
Function Calling
TR
Fonksiyon Çağırma
§22Glossary

MCP — Model Context Protocol

An open protocol from Anthropic that gives AI agents a standard interface for connecting to external systems.

EN
Model Context Protocol (MCP)
TR
Model Bağlam Protokolü (MCP)
§23Glossary

Planning

An agent's ability to design and order the steps it will take to reach a goal.

EN
Planning
TR
Planlama
§24Glossary

Orchestrator

The component that plans and coordinates the execution of multiple agents, models, or tools.

EN
Orchestrator
TR
Orkestratör
§25Glossary

Subagent

A secondary agent invoked by a parent agent to handle a specific subtask with its own prompt and tools.

EN
Subagent
TR
Alt-Ajan
§26Glossary

Multi-agent System

A system in which multiple AI agents collaborate, negotiate, or divide labor to accomplish a goal.

EN
Multi-agent System
TR
Çok-Ajanlı Sistem
§27Glossary

Evaluation Loop

A feedback loop that continuously measures and refines an agent's output.

EN
Evaluation Loop
TR
Değerlendirme Döngüsü
§28Glossary

Episodic Memory

A memory type that recalls specific events or interactions together with their time and context.

EN
Episodic Memory
TR
Bölümsel Bellek
§29Glossary

Short-term Memory

The in-session memory an agent keeps within its context window — recent turns and intermediate state.

EN
Short-term Memory
TR
Kısa Süreli Bellek
§30Glossary

Agentic Workflow

A structured pipeline of LLM-driven steps with explicit branching, rather than a single agent's free-form loop.

EN
Agentic Workflow
TR
Ajan Davranışlı İş Akışı