Create a company page that is:
For processing Reddit JSON and other unstructured sources, use the 4-step extraction pipeline:
See server/extraction/README.md for detailed documentation.
Key principle: The pipeline extracts candidates and detects patterns, but does not apply labels or make accusations. DevilCorp characteristics emerge through scoring, not declaration.
Collect 6–12 evidence items across sources if possible. Prioritize:
Each Evidence item must include:
Before publishing, confirm the page includes:
RiskRaw = (wW*W + wM*M + wC*C + wR*R + wL*L + wO*O + wA*A)
For each evidence item i, define credibility ci in 0,1. Let N = number of evidence items.
Confidence = clamp( (sum(ci)/max(N,1)) * log1p(N)/log(1+10), 0, 1 )
Rules:
RiskFinal = round( RiskRaw * (0.60 + 0.40*Confidence) )
Use content/companies/_company-template.md as the base structure.
Ensure all required frontmatter fields are populated:
Before publishing: