Standalone prompt
A single defined request and output for human review.
Example: Extract requested website pages and missing details from a short inquiry.
BotCentralHub explains how to choose an AI approach for a specific task. Compare four approaches, go through the decision framework, and determine where a human should verify the result.
In this guide, an AI agent refers to a system where the model selects the next steps and uses available tools based on the goal and intermediate results. In a predefined workflow, the sequence is determined by prebuilt logic. A standard chat interface does not distinguish between these approaches.
Reference material: Anthropic: Building effective agents ↗
These are building blocks that can be combined depending on the task.
A single defined request and output for human review.
Example: Extract requested website pages and missing details from a short inquiry.
Predetermined steps connecting processing and review stages.
Example: Create a summary from an inquiry, check for completeness, and draft a response.
The input is assigned to a category and passed to the corresponding procedure.
Example: Distinguish between a new inquiry, a technical issue, and a site update. Escalate ambiguous messages to a human.
The model selects the next action based on prior results and granted permissions.
Example: Find the root cause of an error in a test project, propose a fix, and verify the outcome.
Note: These questions serve as a starting point. Approaches can be combined. Validate suitability using representative examples from your own task.
Model proposal — not a presentation of a deployed BCH system.
A small web agency receives messages with new inquiries, feature requests, and issue reports. The goal is to prepare background materials for a response.
Both categories and subsequent steps are known in advance. We therefore choose a predefined workflow with routing for this proposal. The model prepares draft materials; in this example, it has no authority to set prices, promise deadlines, or send messages.
Permissions must be enforced by application logic and tool settings. Instructions in a prompt alone are not a replacement.
Reference material: OpenAI: A practical guide to building agents — PDF, English ↗
In Automation, you will find principles for connecting individual steps to applications. The Lab presents the Neutral Personal Agent concept and questions of decision-making control.