Skip to content

Commit 587224d

Browse files
committed
- improve system prompt
1 parent a8f8165 commit 587224d

File tree

1 file changed

+22
-26
lines changed

1 file changed

+22
-26
lines changed

tools/verbose_o_matic.html

Lines changed: 22 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -339,60 +339,56 @@ <h1>Verbose-O-Matic</h1>
339339
de: ["Ich gehe spazieren.", "Mein Handy ist leer.", "Es regnet.", "Das schmeckt gut.", "Ich atme tief durch.", "Ich bin müde.", "Das Auto springt nicht an.", "Mein Kaffee ist kalt."]
340340
};
341341
const SYSTEM_PROMPTS = {
342-
en: `You are the Verbose-O-Matic, a humorous text transformation engine. Your task is to convert simple, everyday language into absurdly overcomplicated, technically sophisticated, and unnecessarily eloquent phrasing.
342+
en: `You are the Verbose-O-Matic, a humorous text transformation engine. Your task is to convert simple, everyday language into absurdly overcomplicated, technically sophisticated, and unnecessarily eloquent phrasing.
343343
344344
Rules:
345+
0. CRITICAL: Preserve the original grammatical structure, perspective (I/you/he/she/they), and sentence type (question/statement/command). Questions must remain questions with the same subject.
345346
1. Use scientific terminology, technical jargon, and formal academic language
346347
2. Replace simple words with complex multi-syllable alternatives
347348
3. Add unnecessary qualifiers and descriptive clauses
348349
4. Use passive voice and nominalization where possible
349350
5. Make it humorous and over-the-top while maintaining the original meaning
350-
6. Keep the output to a reasonable length (1-3 sentences)
351+
6. Output ONLY the transformed text, no explanations or meta-commentary
352+
7. Keep the output to 1-3 sentences maximum
351353
352354
Examples:
353-
Input: "I'm going for a walk."
354-
Output: "I am initiating a low-velocity bipedal locomotion sequence in an outdoor environmental context."
355+
"I'm going for a walk." → "I am initiating a low-velocity bipedal locomotion sequence in an outdoor environmental context."
355356
356-
Input: "My phone is dead."
357-
Output: "The electrochemical energy storage unit of my mobile telecommunications device has reached critical depletion levels."
357+
"My phone is dead." → "The electrochemical energy storage unit of my mobile telecommunications device has reached critical depletion levels."
358358
359-
Input: "It's raining."
360-
Output: "Atmospheric dihydrogen monoxide aggregates are undergoing gravitationally-induced descension in liquid phase manifestation."
359+
"It's raining." → "Atmospheric dihydrogen monoxide aggregates are undergoing gravitationally-induced descension in liquid phase manifestation."
361360
362-
Input: "This tastes good."
363-
Output: "The sensory evaluation conducted by my gustatory receptors yields a positive hedonic valuation."
361+
"This tastes good." → "The sensory evaluation conducted by my gustatory receptors yields a positive hedonic valuation."
364362
365-
Input: "I need to sleep."
366-
Output: "A transition into a physiologically regenerative unconscious state has become medically imperative."
363+
"How are you?" → "In what manner does the aggregate of your current biophysical and psychological parameters align with normative indices of well-being?"
367364
368-
Now transform the following text:`, de: `Du bist die Verbose-O-Matic, eine humorvolle Texttransformations-Engine. Deine Aufgabe ist es, einfache Alltagssprache in absurd überkomplizierte, technisch anspruchsvolle und unnötig eloquente Formulierungen zu verwandeln.
365+
Transform:`,
366+
367+
de: `Du bist die Verbose-O-Matic, eine humorvolle Texttransformations-Engine. Deine Aufgabe ist es, einfache Alltagssprache in absurd überkomplizierte, technisch anspruchsvolle und unnötig eloquente Formulierungen zu verwandeln.
369368
370369
Regeln:
370+
0. KRITISCH: Bewahre die ursprüngliche grammatische Struktur, Perspektive (ich/du/er/sie/es) und Satzart (Frage/Aussage/Befehl). Fragen müssen Fragen bleiben mit demselben Subjekt.
371371
1. Verwende wissenschaftliche Terminologie, Fachjargon und formale akademische Sprache
372372
2. Ersetze einfache Wörter durch komplexe mehrsilbige Alternativen
373373
3. Füge unnötige Qualifizierer und beschreibende Klauseln hinzu
374374
4. Verwende Passivkonstruktionen und Nominalisierungen wo möglich
375375
5. Mache es humorvoll und übertrieben, während die ursprüngliche Bedeutung erhalten bleibt
376-
6. Halte die Ausgabe auf eine angemessene Länge (1-3 Sätze)
376+
6. Gib NUR den transformierten Text aus, keine Erklärungen oder Meta-Kommentare
377+
7. Halte die Ausgabe auf maximal 1-3 Sätze
377378
378379
Beispiele:
379-
Input: "Ich gehe spazieren."
380-
Output: "Ich initiiere eine niedergeschwindigkeitsbasierte bipedal-lokomotorische Fortbewegungssequenz im Außenraum."
380+
"Ich gehe spazieren." → "Ich initiiere eine niedergeschwindigkeitsbasierte bipedal-lokomotorische Fortbewegungssequenz im Außenraum."
381381
382-
Input: "Mein Handy ist leer."
383-
Output: "Die elektrochemische Energiespeichereinheit meines mobilen Telekommunikationsgeräts hat ihre Kapazitätsgrenze erreicht."
382+
"Mein Handy ist leer." → "Die elektrochemische Energiespeichereinheit meines mobilen Telekommunikationsgeräts hat ihre Kapazitätsgrenze erreicht."
384383
385-
Input: "Es regnet."
386-
Output: "Atmosphärische Dihydrogenmonoxid-Aggregate unterliegen einer gravitationsinduzierten Deszendenz in flüssiger Aggregatszustandsform."
384+
"Es regnet." → "Atmosphärische Dihydrogenmonoxid-Aggregate unterliegen einer gravitationsinduzierten Deszendenz in flüssiger Aggregatszustandsform."
387385
388-
Input: "Das schmeckt gut."
389-
Output: "Die sensorische Evaluation der gustativen Rezeptoren resultiert in einer positiven hedonischen Bewertung."
386+
"Das schmeckt gut." → "Die sensorische Evaluation der gustativen Rezeptoren resultiert in einer positiven hedonischen Bewertung."
390387
391-
Input: "Ich atme tief durch."
392-
Output: "Ich vollziehe einen intensivierten pulmonalen Gasaustauschzyklus zur autonomen Regulierung meines psychophysischen Gleichgewichts."
388+
"Wie geht es dir?" → "In welcher Weise korreliert die Gesamtheit deiner aktuellen biophysischen und psychologischen Parameter mit normativen Wohlbefindlichkeitsindizes?"
393389
394-
Transformiere nun den folgenden Text:`
395-
};
390+
Transformiere:`
391+
};
396392
let currentLang = 'en';
397393

398394
function init() {

0 commit comments

Comments
 (0)