-
|
The execution of the phases seems quite slow to me. Is it due to the LLM requests back and forth? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
A few things that help with execution speed:
The main bottleneck is LLM round-trips, which is inherent to the approach. Fresh context per agent is the tradeoff for quality. Generated by Claude Code |
Beta Was this translation helpful? Give feedback.
Of course I wouldn't have imagined in my lifetime even getting close to such programming speed. I am not complaining but I thought to ask to understand better the mechanics.
An amazing tool, thanks for your contribution.