Skip to content

Rewriting

LLMs can rewrite text to change its tone, simplify complex language, make it more formal, or adapt it for a different audience — while preserving the original meaning.

Prompt
Rewrite this technical paragraph for a general audience
with no programming background:

"The API endpoint accepts POST requests with a JSON
payload containing the user's authentication token in
the header. Rate limiting is enforced at 100 requests
per minute per API key, with exponential backoff
recommended for 429 responses."

The model preserves the meaning but replaces jargon with plain language.

Response
To use this service, you send a request with your login
credentials included. There's a limit of 100 requests
per minute per account. If you send too many requests
too quickly, the system will ask you to slow down — in
that case, wait a bit longer before each retry.

You can also change tone. Here we turn a casual message into a formal business email.

Prompt
Rewrite this as a formal business email:

"Hey, so the project's gonna be late. We hit some
bugs and the team's been swamped. Probably need
another week or so. Sorry about that."

The model transforms the casual tone into professional language while keeping all the key information.

Response
Subject: Project Timeline Update

Dear [Recipient],

I am writing to inform you that we have encountered
some unexpected technical issues that have impacted
our project timeline. Our team is actively working to
resolve these challenges.

We anticipate requiring an additional week to deliver
the project. I apologize for any inconvenience this
may cause and will keep you updated on our progress.

Please don't hesitate to reach out with any questions.

Best regards,
[Your Name]

Key takeaway: Specify the target audience, tone, and any constraints (word count, reading level). The model can shift between registers while keeping the core message intact.

Tips:
- "Rewrite for a 10-year-old" — simplify
- "Make it more concise" — tighten
- "Make it more persuasive" — adjust tone
- "Rewrite in active voice" — style change