Stage 1
Prompt-Based API Execution
Pattern
User Input → Prompt → LLM → API Call → Response
Strengths
Fast PoC and MVP development
Natural-language input flexibility
Easy integration with existing APIs
Low cost to add simple capabilities
Limits
Limited stability across repeated runs
Execution order was difficult to control
Weak state tracking across long processes
Lower control over API parameters and formats
Debugging became difficult as prompts and context grew