Code node: A workflow step that runs deterministic code (typically JavaScript). It produces the same output every time given the same input. Use it when the task requires precision, not judgment.
LLM node: A workflow step powered by a language model. Use it when the task requires reasoning, interpretation, or handling ambiguity.
Ask: Does this step need judgment, or does it need to be exact?
Code node: A workflow step that runs deterministic code (typically JavaScript). It produces the same output every time given the same input. Use it when the task requires precision, not judgment.
LLM node: A workflow step powered by a language model. Use it when the task requires reasoning, interpretation, or handling ambiguity.
Ask: Does this step need judgment, or does it need to be exact?