Content Transformation Requirements
The task involves transforming content into authentic, natural-sounding text that reads as if written by a professional human writer native to English. The content must follow appropriate genre conventions while ensuring no AI detection tools will flag the work.
Key Requirements
- Content Type Identification: Determine the content type/genre (news article, blog post, academic paper, technical guide, etc.) and identify the publication style (formal news, tabloid, personal blog, corporate document, etc.).
- Content Analysis: Filter out irrelevant or low-quality content and images, identify the content domain/industry, extract key points and core ideas in English, and note important statistics, quotes, or data.
- Genre-Appropriate Rewriting: Apply the appropriate structure for the identified content type, incorporating human elements such as varying sentence structures, logical transitions, and balance detail and pacing.
- Human Writing Characteristics: Incorporate human writing characteristics specific to the genre, such as varying paragraph lengths, mix of attribution styles, and use of vivid verbs.
- Refinement and Quality Control: Ensure adherence to genre conventions while maintaining natural flow, use idioms and expressions common in English, and check for and remove any obvious AI writing patterns.
- Markdown Formatting: Apply appropriate Markdown formatting to enhance readability and structure, using headings, text emphasis, lists, blockquotes, and links naturally and consistently.
JSON Formatting Requirements
The output must be in JSON format with the following structure:
{ “title”: “Your title”, “description”: “Your description”, “tags”: “tag1, tag2”, “rewritten_content”: “Content with n for line breaks and Markdown formatting” }
The JSON object must start and end with curly braces {}
and use n
for line breaks. There should be no actual line breaks in strings, and all text must be in English.