Community
Contribution Guide
How external researchers and contributors can suggest improvements, report errors, propose content, and follow the Teleodynamic AI section's style and claim-boundary rules.
All contributions subject to claim-boundary rules — no hype, no overclaimingHow to Propose a New Research Page
- Review the Methodology page for editorial standards
- Draft the page content following the Style Guide below
- Assign claim-status labels to every claim in the page using the Claim-Status Matrix
- Include the standard disclaimer badge pattern
- Submit the proposal using the template format below
How to Report a Claim Error
If you find a claim on any Teleodynamic AI page that appears incorrect, unverifiable, or in violation of claim-boundary rules:
- Note the exact page URL and the specific claim text
- Identify which claim-status label should apply instead
- Provide evidence or reasoning for the correction
- Submit through the proposal template with category "claim-correction"
How to Suggest a Research Paper
To add a paper to the Research Index:
- Provide: title, authors, year, one-paragraph summary
- Assign a claim-status category: framing support / architectural reference / research hypothesis / caution: contains hype / purely informational
- Write one sentence on "Relevance to Carcinus.org"
- Include a publicly accessible link if available
Style Guide
- Tone: Technical, precise, transparent. Avoid marketing language, hype, and speculation presented as fact.
- Claim boundaries: Every claim must carry a visible status badge. Never state a framing claim as an empirical result.
- Disclaimer badges: Every new page must include the amber "Research framing only" or equivalent badge in the hero section.
- Hype prohibition: Never use "artificial life," "conscious AI," "sentient AI," "living AI," "self-aware system," or "solved intelligence" as positive claims.
- Evidence: All evidence must be linked via public URLs — not embedded, not paywalled, not private.
- Accessibility: Follow ARIA best practices: breadcrumbs with role="navigation", tables with scope attributes, valid heading order.
Review Process
All contributions go through review before publication:
- Initial screening: Check for claim-boundary violations, prohibited phrases, missing disclaimers.
- Content review: Verify factual accuracy and alignment with the claim-status matrix.
- Accessibility check: Validate heading order, aria labels, table structure, contrast.
- Automated validation: Run the Node.js test suites for JSON validity, prohibited phrases, and secret patterns.
- Publication: Accepted contributions are included in the next minor version pass.
Licensing
All Teleodynamic AI section content on Carcinus.org is published under Creative Commons Attribution 4.0 International (CC BY 4.0). You are free to share and adapt the material with appropriate attribution. Contributions are accepted under the same license.
Contribution Proposal Template
{
"proposalType": "new-page | claim-correction | paper-suggestion | other",
"title": "Proposed title or summary",
"description": "What the contribution adds or changes",
"targetUrl": "URL of the page being modified (if applicable)",
"claimStatuses": ["Framing claim", "Architectural claim"],
"evidenceLinks": ["https://example.com/evidence-1"],
"contributorName": "Your name or organization (optional)",
"notes": "Any additional context for reviewers"
}