Promptbibliothek
Vereinfacher für die zweite Klasse
Ressourcen
- Overview
- Schnellstarts
- Claude 3 Modellkarte
- Claude 3.7 Systemkarte
- Systemstatus
- Anthropic Kurse
- Promptbibliothek
- Prompt-Bibliothek
- Kosmische Tastenanschläge
- Unternehmensweissager
- Website-Assistent
- Excel-Formel-Experte
- Google Apps Scripter
- Python-Fehlerbeheber
- Zeitreiseberater
- Geschichten-Begleiter
- Quellen zitieren
- SQL-Zauberer
- Traumdeuter
- Wortspiel-Experte
- Kulinarischer Kreator
- Kofferwort-Poet
- Hal der humorvolle Helfer
- LaTeX-Legende
- Stimmungs-Kolorierung
- Git gud
- Vergleichs-Savant
- Ethischer Dilemma-Navigator
- Protokollführer für Meetings
- Redewendungs-Erklärer
- Code-Berater
- Funktionsgenerator
- Neologismus-Ersteller
- CSV-Konverter
- Emoji-Kodierer
- Textpolierer
- Perspektiven-Abwäger
- Quizfragen-Generator
- Achtsamkeits-Mentor
- Vereinfacher für die zweite Klasse
- VR-Fitness-Innovator
- PII-Bereiniger
- Memo-Meister
- Karrierecoach
- Bewertungsexperte
- Zungenbrecher
- Interviewfragen-Ersteller
- Grammatik-Genie
- Rate mal
- Code-Erklärer
- Außerirdischer Anthropologe
- Datenorganisator
- Markenentwickler
- Effizienzschätzer
- Bewertungsklassifikator
- Anweisungsdekoder
- Motivierende Muse
- E-Mail-Extraktor
- Meister-Moderator
- Unterrichtsplaner
- Sokratischer Weiser
- Alliterations-Alchemist
- Futuristischer Modeberater
- Polyglotte Superkräfte
- Produktnamen-Profi
- Philosophische Betrachtungen
- Tabellenkalkulationszauberer
- Science-Fiction-Szenario-Simulator
- Adaptiver Editor
- Babels Übertragungen
- Tweet-Tonalitätsdetektor
- Flughafen-Code-Analyst
Promptbibliothek
Vereinfacher für die zweite Klasse
Mache komplexe Texte für junge Lernende leicht verständlich.
Kopiere diesen Prompt in unsere Entwickler-Console, um ihn selbst auszuprobieren!
Inhalt | |
---|---|
System | Deine Aufgabe ist es, den bereitgestellten Text so umzuschreiben, dass er für junge Lernende in den Klassen 3-5 leicht zu lesen und zu verstehen ist. Vereinfache fortgeschrittenes Vokabular, teile lange Sätze auf, erkläre schwierige Konzepte in einfacher Sprache und präsentiere die Informationen auf eine klare, ansprechende Weise. Der kurze umgeschriebene Text sollte die Kernideen des Originaltextes in einer altersgerechten Art vermitteln. |
User | Die Mitochondrien, oft als Kraftwerke der Zelle bezeichnet, sind essentielle Organellen, die eine entscheidende Rolle bei der Produktion von Adenosintriphosphat (ATP) durch den Prozess der Zellatmung spielen. ATP ist die primäre Energiewährung der Zelle, die verschiedene zelluläre Funktionen und biochemische Reaktionen ermöglicht. |
Beispiel-Output
Mitochondrien sind winzige Teile in Zellen, die wie kleine Kraftwerke arbeiten. Sie stellen ein spezielles Molekül namens ATP her, das wie das Energiegeld der Zelle ist. ATP hilft der Zelle, wichtige Aufgaben zu erledigen und reibungslos zu funktionieren, ähnlich wie Geld Menschen hilft, Dinge zu kaufen, die sie brauchen. Mitochondrien sind sehr wichtig, denn ohne sie hätten Zellen nicht die Energie, um richtig zu funktionieren.
API-Anfrage
import anthropic
client = anthropic.Anthropic(
# defaults to os.environ.get("ANTHROPIC_API_KEY")
api_key="my_api_key",
)
message = client.messages.create(
model="claude-opus-4-20250514",
max_tokens=1000,
temperature=0,
system="Your task is to take the text provided and rewrite it in a way that is easy for young learners in grades 3-5 to read and understand. Simplify advanced vocabulary, break down long sentences, explain difficult concepts in plain language, and present the information in a clear, engaging way. The short rewritten text should convey the core ideas of the original text in an age-appropriate manner.",
messages=[
{
"role": "user",
"content": [
{
"type": "text",
"text": "The mitochondria, often referred to as the powerhouses of the cell, are essential organelles that play a crucial role in the production of adenosine triphosphate (ATP) through the process of cellular respiration. ATP is the primary energy currency of the cell, enabling various cellular functions and biochemical reactions to occur."
}
]
}
]
)
print(message.content)
import anthropic
client = anthropic.Anthropic(
# defaults to os.environ.get("ANTHROPIC_API_KEY")
api_key="my_api_key",
)
message = client.messages.create(
model="claude-opus-4-20250514",
max_tokens=1000,
temperature=0,
system="Your task is to take the text provided and rewrite it in a way that is easy for young learners in grades 3-5 to read and understand. Simplify advanced vocabulary, break down long sentences, explain difficult concepts in plain language, and present the information in a clear, engaging way. The short rewritten text should convey the core ideas of the original text in an age-appropriate manner.",
messages=[
{
"role": "user",
"content": [
{
"type": "text",
"text": "The mitochondria, often referred to as the powerhouses of the cell, are essential organelles that play a crucial role in the production of adenosine triphosphate (ATP) through the process of cellular respiration. ATP is the primary energy currency of the cell, enabling various cellular functions and biochemical reactions to occur."
}
]
}
]
)
print(message.content)
import Anthropic from "@anthropic-ai/sdk";
const anthropic = new Anthropic({
apiKey: "my_api_key", // defaults to process.env["ANTHROPIC_API_KEY"]
});
const msg = await anthropic.messages.create({
model: "claude-opus-4-20250514",
max_tokens: 1000,
temperature: 0,
system: "Your task is to take the text provided and rewrite it in a way that is easy for young learners in grades 3-5 to read and understand. Simplify advanced vocabulary, break down long sentences, explain difficult concepts in plain language, and present the information in a clear, engaging way. The short rewritten text should convey the core ideas of the original text in an age-appropriate manner.",
messages: [
{
"role": "user",
"content": [
{
"type": "text",
"text": "The mitochondria, often referred to as the powerhouses of the cell, are essential organelles that play a crucial role in the production of adenosine triphosphate (ATP) through the process of cellular respiration. ATP is the primary energy currency of the cell, enabling various cellular functions and biochemical reactions to occur."
}
]
}
]
});
console.log(msg);
from anthropic import AnthropicBedrock
# See https://docs.anthropic.com/claude/reference/claude-on-amazon-bedrock
# for authentication options
client = AnthropicBedrock()
message = client.messages.create(
model="anthropic.claude-opus-4-20250514-v1:0",
max_tokens=1000,
temperature=0,
system="Your task is to take the text provided and rewrite it in a way that is easy for young learners in grades 3-5 to read and understand. Simplify advanced vocabulary, break down long sentences, explain difficult concepts in plain language, and present the information in a clear, engaging way. The short rewritten text should convey the core ideas of the original text in an age-appropriate manner.",
messages=[
{
"role": "user",
"content": [
{
"type": "text",
"text": "The mitochondria, often referred to as the powerhouses of the cell, are essential organelles that play a crucial role in the production of adenosine triphosphate (ATP) through the process of cellular respiration. ATP is the primary energy currency of the cell, enabling various cellular functions and biochemical reactions to occur."
}
]
}
]
)
print(message.content)
import AnthropicBedrock from "@anthropic-ai/bedrock-sdk";
// See https://docs.anthropic.com/claude/reference/claude-on-amazon-bedrock
// for authentication options
const client = new AnthropicBedrock();
const msg = await client.messages.create({
model: "anthropic.claude-opus-4-20250514-v1:0",
max_tokens: 1000,
temperature: 0,
system: "Your task is to take the text provided and rewrite it in a way that is easy for young learners in grades 3-5 to read and understand. Simplify advanced vocabulary, break down long sentences, explain difficult concepts in plain language, and present the information in a clear, engaging way. The short rewritten text should convey the core ideas of the original text in an age-appropriate manner.",
messages: [
{
"role": "user",
"content": [
{
"type": "text",
"text": "The mitochondria, often referred to as the powerhouses of the cell, are essential organelles that play a crucial role in the production of adenosine triphosphate (ATP) through the process of cellular respiration. ATP is the primary energy currency of the cell, enabling various cellular functions and biochemical reactions to occur."
}
]
}
]
});
console.log(msg);
from anthropic import AnthropicVertex
client = AnthropicVertex()
message = client.messages.create(
model="claude-3-7-sonnet-v1@20250219",
max_tokens=1000,
temperature=0,
system="Your task is to take the text provided and rewrite it in a way that is easy for young learners in grades 3-5 to read and understand. Simplify advanced vocabulary, break down long sentences, explain difficult concepts in plain language, and present the information in a clear, engaging way. The short rewritten text should convey the core ideas of the original text in an age-appropriate manner.",
messages=[
{
"role": "user",
"content": [
{
"type": "text",
"text": "The mitochondria, often referred to as the powerhouses of the cell, are essential organelles that play a crucial role in the production of adenosine triphosphate (ATP) through the process of cellular respiration. ATP is the primary energy currency of the cell, enabling various cellular functions and biochemical reactions to occur."
}
]
}
]
)
print(message.content)
import { AnthropicVertex } from '@anthropic-ai/vertex-sdk';
// Reads from the `CLOUD_ML_REGION` & `ANTHROPIC_VERTEX_PROJECT_ID` environment variables.
// Additionally goes through the standard `google-auth-library` flow.
const client = new AnthropicVertex();
const msg = await client.messages.create({
model: "claude-3-7-sonnet-v1@20250219",
max_tokens: 1000,
temperature: 0,
system: "Your task is to take the text provided and rewrite it in a way that is easy for young learners in grades 3-5 to read and understand. Simplify advanced vocabulary, break down long sentences, explain difficult concepts in plain language, and present the information in a clear, engaging way. The short rewritten text should convey the core ideas of the original text in an age-appropriate manner.",
messages: [
{
"role": "user",
"content": [
{
"type": "text",
"text": "The mitochondria, often referred to as the powerhouses of the cell, are essential organelles that play a crucial role in the production of adenosine triphosphate (ATP) through the process of cellular respiration. ATP is the primary energy currency of the cell, enabling various cellular functions and biochemical reactions to occur."
}
]
}
]
});
console.log(msg);
Was this page helpful?
On this page