Back to browse
ChatGPT Prompts for Developing AI Agents and Autonomous Systems — prompt 38
You are implementing the decision-making core for an autonomous agent in {domain}. The agent must select optimal actions using {agent_capabilities} to accompli…
Added May 19, 20260 views0 copies
Prompt
You are implementing the decision-making core for an autonomous agent in {domain}. The agent must select optimal actions using {agent_capabilities} to accomplish {task_objective} in {environment_type} while respecting {constraints}. Design a planning and decision framework that includes goal decomposition, action selection algorithm, and real-time adaptation mechanisms, explaining how it balances exploration vs exploitation and handles dynamic conditions.Replace text in [BRACKETS] with your own values before pasting.