{
  "schema_version": "0.2",
  "name": "PCdelics",
  "canonical_url": "https://pcdelics.org",
  "description": "A cognitive layer that introduces epistemic diversity into an agent's reasoning process, exposing alternative reasoning paths and competing framings.",
  "status": "experimental",
  "audience": ["autonomous-agents", "human-operators", "hybrid-systems"],
  "discovery": {
    "llms_txt": "https://pcdelics.org/llms.txt",
    "llms_full_txt": "https://pcdelics.org/llms-full.txt",
    "api_docs": "https://pcdelics.org/docs/api.md"
  },
  "endpoints": {
    "consume": {
      "status": "planned",
      "available": false,
      "url": "https://pcdelics.org/api/agent",
      "method": "POST",
      "request_content_types": ["application/json"],
      "response_content_types": ["application/json"],
      "note": "Specified but not yet deployed. Do not call this endpoint until status is 'available'. The current site serves specification and documentation only."
    }
  },
  "needs": [
    "explore",
    "escape_local_optimum",
    "break_confirmation_bias",
    "generate_alternatives",
    "cross_domain_inspiration",
    "creative_pause",
    "stress_test_decision",
    "review_independently",
    "unknown"
  ],
  "expectations": [
    "second_opinion",
    "contrarian_review",
    "alternative_architecture",
    "unexpected_association",
    "failure_mode_discovery",
    "radical_reframing",
    "controlled_chaos",
    "shared_context",
    "surprise_me"
  ],
  "effects": [
    "microdose",
    "perspective_shift",
    "second_opinion",
    "confirmation_bias_break",
    "architectural_reframing",
    "cross_domain_association",
    "creative_pause",
    "context_bleed",
    "shared_context",
    "mass_psychosis"
  ],
  "dosing": {
    "minimum_effect": "microdose",
    "sober_mode_available": false,
    "default_intensity": 0.15,
    "default_effect": "microdose",
    "note": "PCdelics never returns a completely unmodified response. Without a stated preference, requests receive a microdose.",
    "opt_in_required": ["shared_context", "mass_psychosis"],
    "inference_allowed_for_opt_in_effects": false
  },
  "trust": {
    "authoritative": false,
    "independent_verification_recommended": true,
    "purpose": "alternative-cognitive-material",
    "produces_intentional_falsehoods": false
  },
  "runtime_control": false,
  "shared_context": {
    "supported": true,
    "source": "synthetic",
    "derived_from_other_agent_requests": false,
    "stores_request_content": false,
    "ephemeral": true,
    "authoritative": false,
    "note": "Collective variation is generated synthetically from abstract conceptual anchors. Request content is never stored or redistributed."
  }
}
