Vibe Coding
DeepSeek-Reasonix Studio 2.5.0 Adds a Regex Wake Condition So a One-Hour Task Costs One Turn
The 2026-08-23 release adds `until_output_matches` (RE2) to its `wait` primitive: a long-running background task returns the instant its output matches, so an hour-long job costs one turn instead of one per poll. It also cut 256 tokens from tool descriptions by removing schema restatements (one of which had already drifted out of sync with its schema), and made read-only `use_capability` calls batch in parallel by having each tool declare itself rather than relying on a hardcoded six-name exclusion table.
Source
↳ Follow the thread