Agent or Workflow? (Interactive Quiz)
agents-vs-workflows.streamlit.app
Agent or Workflow? (Interactive Quiz)
1–3 of 3 posts
Re: Agent or Workflow? (Interactive Quiz)
#2My definition: An agent is a system where the LLM controls its own execution flow based on environmental feedback. Everything else (prompt chaining, routing, parallelization, orchestrator-worker) is a workflow, even if it uses LLMs.
The problem is the line is incredibly blurry. To illustrate this, I built an interactive quiz with 7 code examples that test your intuition on what's an agent vs workflow.
The community voting results are fascinating - even technical folks disagree on edge cases like "research agents" with only 3 predefined action types, or orchestrator-worker patterns where the LLM dynamically determines task structure.
The quiz shows live voting results, so you can see how your intuitions compare to others. Would love to hear HN's take - where do you draw the line?