RAPP Work organization seed · public synthetic data
The Applied Invention Lab
Coordinate research, experiments, prototyping, replication, and commercialization around reproducible synthetic library-kit tote packing, with a runnable baseline and explicit limits on physical and business claims.
5 teams · 6 scoped workspaces · 10 tasks · 32 package files
This package is not an activated organization, a membership grant, or a running service. Native SDK plans and starter-file effects require owner approval. Joining never executes downloaded code.
Chant: karst-quill-wold-granite-jade-marrow-heath
Your first engagement
Library Kit Tote Study: does a two-capacity heuristic actually reduce modeled bins?
A fictional library kit service wants a more explainable way to group harmless paper, cloth, foam, and counting materials into reusable totes. All items, capacities, shapes, and operating assumptions are SYNTHETIC. Eleven item-type rows expand into 29 instances across four scenarios. The offline reference compares input-order, dominant-load, and volume-first greedy packing, verifies every assignment, and optionally proves small scalar-model optima. It does not certify three-dimensional fit, lifting safety, physical performance, or commercial demand.
- Every item instance appears exactly once and every modeled tote respects both integer capacity constraints.
- The authored baseline reproduces all four expected scenario counts, including a case where the dominant heuristic is worse than input order.
- Seeded permutation experiments preserve all trials and can be rerun with matching source hashes and results.
- Lower-bound proofs, bounded search, unproven results, and skipped search are clearly distinguished.
- Physical fit, operator usefulness, cost, novelty, and customer demand remain unmeasured until separately approved studies occur.
An actual work scope for every team.
- researchDefine the practical question, assumptions, decision criteria, and honest limits of the scalar model.
- experimentsRun the baseline and seeded comparisons without cherry-picking favorable scenarios.
- prototypingTurn computed assignments into reviewable packing instructions and a later physical-fit study.
- replicationAudit the original dataset and reproduce checks, hashes, assignments, and limits.
- commercializationPrepare a bounded opportunity hypothesis without fabricated demand, patents, savings, or customers.
The Organization routes through native workspace pointers. Team ownership stays in team workspaces; shared case data stays in the separate casework workspace.
Starter work and acceptance.
Frame the practical question and model assumptions · research · Ready to claim
Create an assumption ledger for the fictional library-kit packing problem. Separate scalar capacity arithmetic from actual geometry, handling, user behavior, and commercial usefulness.
Inputs: starter/docs/problem-brief.md, starter/docs/data-dictionary.md, starter/docs/operator-worksheet.csv, starter/data/capacity.json
Outputs: deliverables/assumption-ledger.csv
Depends on: No prerequisites
- Every capacity, item characteristic, and practical outcome is labeled synthetic or not observed.
- The ledger explicitly excludes physical fit and lifting-safety certification.
- At least one falsifying observation is specified for geometry and one for operator usefulness.
Audit the original synthetic dataset · replication · Waiting on prerequisites
Reconcile row counts, expanded item IDs, units, per-scenario totals, and capacity validity. Preserve source order because it is a deliberate baseline variable, not random observed history.
Inputs: deliverables/assumption-ledger.csv, starter/docs/data-dictionary.md, starter/data/items.csv, starter/data/capacity.json, starter/reference/tote_pack.py
Outputs: deliverables/dataset-audit.json
Depends on: research-assumptions
- Eleven item-type rows expand to 29 instances in four scenarios.
- All expanded IDs are unique within a scenario and every item individually fits the scalar capacities.
- The order-trap, weight-trap, mixed-classroom, and bulky-gaps purposes are identified.
Run the packing baseline and invariant checks · experiments · Waiting on prerequisites
Run the authored tests and baseline CLI with optional small-model proof enabled. Record assignments, counts, lower bounds, and proof method for every scenario; do not omit unfavorable cases.
Inputs: deliverables/dataset-audit.json, starter/reference/tote_pack.py, starter/reference/test_tote_pack.py, starter/reference/expected-baseline.json, starter/data/items.csv, starter/data/capacity.json
Outputs: deliverables/baseline-results.json
Depends on: dataset-audit
- All expected baseline counts match and all assignment invariants pass.
- mixed-classroom reports dominant 7 versus input-order 6 and volume-first 8 bins.
- Proof labels apply only to the abstract model and no physical experiment is claimed.
Turn assignments into an operator-readable prototype · prototyping · Waiting on prerequisites
Create a printable packing-instruction prototype from one baseline scenario. Show tote labels, exact item IDs, both scalar loads, remaining capacity, and a prominent model-only warning.
Inputs: deliverables/baseline-results.json, starter/docs/prototype-brief.md, starter/docs/operator-worksheet.csv, starter/data/items.csv
Outputs: deliverables/packing-instructions.html
Depends on: baseline-computation
- Every chosen scenario item appears once in the printable artifact.
- Both load dimensions and the model-only warning are visible without color dependence.
- No real tote was packed and no physical dimensions were verified merely by rendering the instructions.
Run the predeclared seeded comparison · experiments · Waiting on prerequisites
Execute the original experiment runner using the supplied seed, 20 permutations per scenario, and all three declared algorithms. Retain every trial and the dataset/configuration/plan hashes.
Inputs: deliverables/baseline-results.json, starter/docs/experiment-design.md, starter/data/experiment-plan.json, starter/data/items.csv, starter/data/capacity.json, starter/reference/run_experiment.py, starter/reference/tote_pack.py
Outputs: deliverables/variant-comparison.json
Depends on: baseline-computation
- The result contains 4 scenarios × 3 algorithms × 20 trial counts.
- The same permutation is used for each algorithm within a trial.
- No measured sample is discarded to claim a universally superior heuristic.
Interpret gains, regressions, and model gaps · research · Waiting on prerequisites
Compare baseline, all trial results, and the operator prototype. Explain why one-dimensional intuition can fail under two constraints and distinguish computational evidence from physical or market evidence.
Inputs: deliverables/variant-comparison.json, deliverables/baseline-results.json, deliverables/packing-instructions.html, deliverables/assumption-ledger.csv, starter/docs/experiment-design.md
Outputs: deliverables/research-interpretation.md
Depends on: variant-experiment, packing-prototype
- The mixed-classroom regression and the bulky-gaps lower-bound gap are discussed.
- The conclusion uses the complete trial set and does not generalize four synthetic scenarios to real libraries.
- At least two decisions remain conditional on later physical or operator observations.
Replicate the computation independently · replication · Waiting on prerequisites
Follow the replication protocol in a fresh interpreter using the same explicit source files. Recompute hashes, baseline assignments, and seeded trials; report exact agreement or discrepancies, including runtime details.
Inputs: deliverables/variant-comparison.json, deliverables/baseline-results.json, starter/docs/replication-protocol.md, starter/reference/tote_pack.py, starter/reference/run_experiment.py, starter/reference/test_tote_pack.py, starter/reference/expected-baseline.json, starter/data/items.csv, starter/data/capacity.json, starter/data/experiment-plan.json
Outputs: deliverables/replication-report.json
Depends on: variant-experiment
- Input hashes and every per-trial count agree or a discrepancy is explicitly reported.
- All assignment constraints are checked again rather than trusting the first report.
- Not-observed physical outcomes remain outside the replication claim.
Prepare a harmless physical-fit observation protocol · prototyping · Waiting on prerequisites
Design a later owner-approved study using empty or lightweight mock materials, not real transport or lifting limits. Specify geometry, item accessibility, labeling, and operator-comprehension observations without recording invented results.
Inputs: deliverables/research-interpretation.md, deliverables/replication-report.json, deliverables/packing-instructions.html, starter/docs/prototype-brief.md, starter/docs/operator-worksheet.csv
Outputs: deliverables/physical-fit-protocol.csv
Depends on: research-interpretation, replication-run
- The protocol distinguishes planned observation from an actual measured value.
- Mock geometry and readability checks have explicit pass/fail criteria.
- No lifting-safety, structural-load, shipping, or real-world fit guarantee is proposed from scalar units.
Assess a bounded application hypothesis · commercialization · Waiting on prerequisites
Prepare an opportunity brief based on the observed computation and its limitations. Compare an explainable planning worksheet with an integration-heavy service; keep interviews, pricing, procurement, and intellectual-property review as separate future approvals.
Inputs: deliverables/research-interpretation.md, deliverables/assumption-ledger.csv, starter/docs/commercialization-boundary.md, starter/docs/problem-brief.md
Outputs: deliverables/application-hypothesis.md
Depends on: research-interpretation
- A potential user job and disconfirming signal are described without fabricated demand.
- No patentability, novel algorithm, customer, savings, or willingness-to-pay claim is made.
- The brief names the physical and operator evidence needed before external positioning.
Record a conditional next-experiment decision · research · Waiting on prerequisites
Combine replication, interpretation, mock-fit protocol, and application hypothesis into a reviewable stop/continue recommendation. Distinguish a working computation from a proven invention and keep external action owner-gated.
Inputs: deliverables/replication-report.json, deliverables/research-interpretation.md, deliverables/physical-fit-protocol.csv, deliverables/application-hypothesis.md, starter/docs/commercialization-boundary.md
Outputs: deliverables/lab-decision.json
Depends on: physical-fit-protocol, application-hypothesis
- The recommendation states what the code established and what it could not establish.
- All four scenarios and unfavorable evidence inform the recommendation.
- No real study, commercialization, patent filing, purchase, or publication is represented as approved or completed.
Included starter artifacts.
These are files in the ZIP, not promises to generate them later. Reference examples do not mean the engagement is complete.
README.md1,767 bytesdata/capacity.json309 bytesdata/experiment-plan.json460 bytesdata/items.csv959 bytesdocs/commercialization-boundary.md1,521 bytesdocs/data-dictionary.md1,630 bytesdocs/experiment-design.md2,316 bytesdocs/operator-worksheet.csv1,318 bytesdocs/problem-brief.md1,839 bytesdocs/prototype-brief.md1,258 bytesdocs/replication-protocol.md1,663 bytesreference/expected-baseline.json713 bytesreference/run_experiment.py3,155 bytesreference/test_tote_pack.py6,448 bytesreference/tote_pack.py10,016 bytes
Package SHA-256: 0d153ca27640ecfb2e891797b7e1bbbb821c09f0b59a6f2b6c5ef800ebb616c2
Initialize with the RAPP Work SDK.
- Inspect
seed.json,initialize.json, and the exact dependency pins. - Choose your owner label and a new destination. Use the installed, verified SDK to plan the Organization and member Workspaces.
- Approve complete native plans and their exact digests before applying. Review declared template copies and pointer registrations separately.
- Claim a ready task with a capable authorized AI host, produce the requested output, and attach actual acceptance evidence.
No private membership, signing, spending, external communication, publication, or federation activation is granted by this seed.