My question is simple - In Module 1, the instructor repeatedly emphasizes that the ability to decide what to do next—i.e., choosing among options—is the key factor that separates an agentic system from a non-agentic one.
Yet in multiple examples, the instructor himself hard-codes the entire workflow (planner → researcher → fact-checker → writer). The developer is wiring up the flow explicitly, leaving no actual decision-making for the agents.
So how is this agentic at all?
Isn’t this contradicting the core principle being taught?
I don’t understand why the instructor keeps calling this an agentic system when the execution sequence is fully predetermined by the him(the developer.). Even if it is not sequential like 1,2,3,4. Lets assume its some other flow say repeat(1,3,2), then (2,4) or 10 other patterns. The fact that the instructor (developer) is hard coding the pattern makes it non-agentic and contradictory to what he’s emphasizing ! Please reconcile So how is this agentic at all?Isn’t this contradicting the core principle being taught? Thanks
