CSC Comm-SCI Outlook
EN DE
Landing

Status and development

JSON is the contract. The wrapper is the enforcement path.

Comm-SCI-Control as a JSON-only approach significantly improves adherence and transparency, but it cannot guarantee 100% deterministic compliance in plain chat environments. Therefore, a Python wrapper with API integration is being developed in parallel.

JSON-only limits (explicitly stated)

Core point: The JSON ruleset is a normative specification, not deterministic executable code.

Consequence: In chat-only usage, behavior remains probabilistic and dependent on model/system/context.

Main factors: model architecture, effective context window, prompt length, provider routing, and runtime load.

Practice: Anchor, Audit, QC deltas, and context-pressure guard reduce drift, but do not replace external enforcement.

Supported/recommended model classes

Model classAssessmentTypical limitation
Large chat LLMs with large context windowsrecommendeddrift risk still exists in very long sessions
Mid-size models with limited contextpartially suitableearlier lost-in-the-middle and weaker contract fidelity
Small/legacy modelslimitedunstable command parsing and higher rule-violation rates

Privacy and API cost note

Privacy: Prompts may include sensitive information. Minimize/anonymize personal data before API submission.

Costs: API pricing is token-based; large rulesets plus long sessions increase spend significantly.

Recommendation: use compact artifacts, reduce prompt load, set budget caps, and control exports intentionally.

Version support policy

Machine-readable reference: versions/versions.json.

StatusMeaning
stablerecommended production line; actively maintained.
supportedstill usable; limited compatibility-oriented support.
deprecatedkept for migration/comparison; no active feature development.
experimentaltest status; breaking changes possible.

Wrapper status (current)

Maturity: advanced and already usable, but not yet production-ready.

Open work:

1. Main-program modularization is not complete yet (though already advanced).

2. Documentation and scientific tooling modules are still incomplete.

3. Formula rendering is still missing.

4. User document upload is still missing.

5. UI can be further optimized.

6. Systematic application tests and example collections are being expanded.

Contributions: collaborators are welcome. Development is currently done as a spare-time project.

Wrapper screenshot

Example views from the current wrapper state (GUI + panel, SCI activation, deep-dive output, anchor/audit).

Wrapper start view with loaded ruleset and active panel
1. Wrapper start: ruleset loaded, panel active
Profile Expert set and SCI variants menu visible
2. Profile Expert + SCI variants menu
Deep-Dive variant B has been activated
3. Variant B activated (Deep-Dive)
SCI deep-dive answer with control layer note and trace
4. Deep-dive output with SCI trace (part 1)
Continuation of SCI deep-dive answer
5. Deep-dive output with SCI trace (part 2)
Self-debunking and QC matrix in answer view
6. Self-debunking + QC matrix
Comm Anchor snapshot and Comm Audit result
7. Anchor snapshot and Comm Audit
Back to landing page