|
|
|
|
|
by kgeist
521 days ago
|
|
1) You don't need to read the DSL in the raw form if you use a language model to convert it to a few paragraphs in natural language. 2) You can test the created workflow on a bunch of test data to verify it works as intended. After a workflow is created, it's deterministic (since we don't use LLMs anymore for decision making), so it will always work the same. Sure we can expose DSL to power users as an option, but is reading the raw DSL really required for the majority of cases? |
|
2. This is absolutely true and it does help somewhat. However, writing the test cases is now your bottleneck (and you're writing them as a substitute for being able to read a reliable high-level summary of what the workflow actually is).