Skip to content

docs(allocations): correct recursive-allocations page to match the engine (sc-22862)#242

Merged
simozzy merged 3 commits into
mainfrom
docs/fix-recursive-allocations-sc22862
Jul 7, 2026
Merged

docs(allocations): correct recursive-allocations page to match the engine (sc-22862)#242
simozzy merged 3 commits into
mainfrom
docs/fix-recursive-allocations-sc22862

Conversation

@simozzy

@simozzy simozzy commented Jul 7, 2026

Copy link
Copy Markdown
Member

What

The Recursive Allocations guide documented a feature that does not exist.

It described a Recursion mode: direct / reciprocal / iterative config, a convergence tolerance, a maximum iterations cap, and a generation/iteration column on the output. Verified against the engine — none of it is real:

  • grep across plaidcloud.utilities and the plaid repo for reciprocal / convergence / iterative / recursion_mode / convergence_tolerance / max_iterationszero hits.
  • The authoritative allocation-split step reference and the configure-an-allocation guide mention none of these fields.
  • The page entered via the bulk generated codex/control-plane-docs PR (Add control plane administration docs #159) and was never grounded in the product.

A customer following the old page would look for a "Recursion mode" control that isn't there.

Fix

Rewrite the page to describe how recursion is actually modelled in PlaidCloud: by chaining allocation split steps into explicit staged passes, where the author decides the pass count. There is no native simultaneous (reciprocal) solve and no automatic convergence loop.

Verdict recorded on sc-22862

Reciprocal/iterative allocation is not natively supported — expressible only as hand-authored staged passes. Competitive positioning: "at par on multi-step ABC modelling; reciprocal = manual staged passes, not a native solver."

🤖 Generated with Claude Code

…gine (sc-22862)

The page described a "Recursion mode: direct/reciprocal/iterative" config
with convergence tolerance, maximum iterations, and a generation/iteration
output column. None of that exists: there is no recursion_mode / reciprocal
/ convergence / iterative handling anywhere in plaidcloud.utilities or the
plaid step schema, and the allocation-split step reference documents none of
it. The page entered via a bulk generated docs PR (#159) and was never real.

Rewrite it to describe how recursion is actually modelled — by chaining
allocation split steps into explicit staged passes, with the author deciding
the pass count (no native simultaneous solve, no auto-convergence).

Evidence and verdict recorded on sc-22862.
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 7, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
plaidcloud-docs c07a2a1 Commit Preview URL

Branch Preview URL
Jul 07 2026, 10:10 PM

@simozzy simozzy merged commit d6cbbc0 into main Jul 7, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant