humanizer / prompts.txt
sqibhe's picture
Add 2 files
c26a6d2 verified
Objective: Build a client-side web tool that sends user-inputted AI-generated text directly to the DeepSeek API and displays the humanized response in a second text box. Requirements Frontend: Simple HTML/CSS/JS interface with two text areas (input/output). A "Humanize" button to trigger the API request. Loading indicator during processing. Error handling for API failures. DeepSeek Integration: Direct API call to DeepSeek’s /v1/chat/completions endpoint. System prompt: "Rewrite this text to sound like a human wrote it. Use casual language, vary sentence structure, and avoid repetitive phrases. Keep technical terms intact." Include the user’s input text in the request. Security: Use a serverless proxy (e.g., Cloudflare Worker/Netlify Function) to hide the DeepSeek API key. Deployment: Host the static frontend on Netlify/Vercel. Deploy the proxy alongside the frontend.
OKay Remove everything expect the tool from this page.
Okay Expand this tool with Analysis as well, First our AI Text Input Should ask for the analyze and rate content for AI scale then Ask to convert it into hummonid content.
Implement all of these standard to Analyze Content 2. Manual Detection Strategies Textual Red Flags Repetitive Phrasing: AI often reuses phrases (e.g., "It is important to note...") or synonyms in clusters. Overly Formal Tone: Unnatural formality in casual contexts (e.g., "utilize" instead of "use"). Lack of Personal Experience: No subjective anecdotes or emotional depth. Perfect Grammar: Fewer typos or colloquial errors compared to human writing. Vague Generalizations: Statements like "AI is revolutionizing many industries" without specifics. Structural Patterns Sentence Uniformity: Similar sentence lengths and structures. Passive Voice Overuse: Common in GPT-3.5/4 outputs. "Listicle" Format: AI defaults to bullet points or numbered lists when unsure. 3. Technical Analysis Perplexity & Burstiness Perplexity: Measures how "surprised" an AI model is by the text. AI text: Low perplexity (predictable word choices). Human text: High perplexity (unexpected phrasing). Burstiness: Variation in sentence length/complexity. AI text often has uniform burstiness scores. Watermarking (For Developers) Some AI models embed hidden statistical patterns (e.g., GPT-4). Tools like: GLTR (Giant Language Model Test Room): Visualizes word predictability. Sapling.ai Detector: Highlights likely AI-generated sections. 4. Hybrid Approaches Cross-Check with Metadata: Analyze document history (e.g., Google Docs version tracking for edits). Stylometric Analysis: Compare to the author’s known writing style. Fact-Checking: AI may hallucinate fake citations or outdated facts. 5. Limitations & Challenges False Positives: Human-written technical/scientific content can be flagged as AI. False Negatives: Advanced models (e.g., GPT-4o) mimic human writing better. Ethical Concerns: Tools like Turnitin face criticism for privacy issues.
Add An interface of the Tool for user to add deepseek api and make sure you use that API in the code to send request to AI to hummanize this content.