에이전트를 대신해 프롬프트하는 시스템 설계에 대한 내용입니다.
이 글에서는 기존에 코딩 에이전트에게 매 턴마다 프롬프트하던 방식을 종료하고, 대신 에이전트를 프롬프트하는 시스템으로 전환하는 방법을 다룹니다. '루프'는 목적을 정의하면 AI가 목표를 완료할 때까지 반복하는 재귀적 목표로, 이를 통해 효율성을 높일 수 있습니다. 이 시스템은 약 다섯 개의 구성 요소로 이루어져 있습니다.
The article discusses designing a system that prompts agents instead of coding them each turn.
This article focuses on transitioning from the traditional method of prompting coding agents every turn to a system that prompts agents automatically. The 'loop' defines a recursive goal where the AI continues until the purpose is achieved, enhancing efficiency in processing. The system consists of approximately five components, which are explored in detail.