Hacker News new | ask | show | jobs
by adamgordonbell 307 days ago
What makes prompts like 'you are a book researcher' an agent?

Isn't this just some loops and joining with some changes in prompts?

Can't you write this in a for loop calling the open AI API directly?

1 comments

Yes. Calling prompts in a for loop is what makes an agent. Usually tool calls are also involved.