v0.23.0
Choose how thoroughly an argument is imported
June 17, 2026
When you import an argument from raw text, you can now pick how deeply it gets analyzed:
- Fast — a quicker, cheaper pass. Great for shorter, clearly written arguments.
- Thorough — a fuller, multi-stage analysis. Best for long or intricate arguments.
Pick the depth with a selector on the raw-text import form before you submit; fast is selected by default. Either way you get the same kind of structured argument back, and you can still review and edit it before publishing.
The depth is set when the import starts. If an import fails and you retry it, it re-runs at the depth you chose. To analyze the same text at a different depth, start a new import with the other option.