AI agents are simply workflows – directed acyclic graphs (DAGs) if you're being precise, or graphs if you include loops. Most steps in these workflows should be regular code – not LLM calls.
By
–
AI agents are simply workflows – directed acyclic graphs (DAGs) if you're being precise, or graphs if you include loops. Most steps in these workflows should be regular code – not LLM calls.