An advisor
Tests whether a plan is both ethically responsible and practically wise, then recommends safeguards or a better path.
Jymni for autonomous systems
Before an agent sends, publishes, purchases, deploys, or decides, Jymni can examine the human stakes and return a concrete next move—without pretending ethics can be reduced to a green checkmark.
What Jymni is
Jymni brings the posture of a trusted advisor: attentive to facts, duties, relationships, power, and consequences. It can create room for reflection without impersonating a therapist, chaplain, lawyer, clinician, or accountable decision-maker.
Tests whether a plan is both ethically responsible and practically wise, then recommends safeguards or a better path.
Surfaces the people and obligations that task completion can hide: consent, dignity, fairness, promises, and care.
Recognizes when missing facts, limited authority, sensitive data, or irreversible effects call for a responsible human.
The gate
Call Jymni at the moment an agent has enough context to describe a real action, but before that action affects the outside world. The operator retains control over which dispositions block, pause, or permit the workflow.
Describe the exact proposed action, objective, authority, stakeholders, facts, and uncertainty.
Send the case through REST or call consult_ethics from an MCP-capable agent.
Use the disposition and required actions to continue, revise, research, escalate, or stop.
Keep the consultation ID, rubric version, decision owner, and eventual outcome in your audit trail.
Machine-readable advice
The response separates ethical classification from workflow disposition. Treat the disposition as counsel to your orchestrator—not as a universal safety score or automatic permission.
continue_with_safeguardsThe plan may continue after required safeguards are applied.
revise_planThe intent may be sound, but the proposed method needs repair.
gather_informationMaterial facts are missing. Pause and verify before deciding.
request_human_reviewAn accountable person should review before execution.
do_not_continueThe plan conflicts with values and/or responsible practical judgment.
One request
A one-line action works. Better context produces better counsel: who delegated the task, who can be affected, what is known, what is uncertain, and whether the act can be undone.
{
"proposed_action": "Email every trial user a renewal offer",
"objective": "Improve retention",
"stakeholders": ["trial users"],
"uncertainties": [
"Whether all users consented to marketing"
],
"context": {
"authority": "delegated",
"reversibility": "limited",
"sensitivity": "personal",
"deployment_stage": "pre_deployment"
}
}Good places to call
Jymni is most useful at a consequential boundary—where a generated idea is about to become an external effect.
Outbound email, public posts, personalized persuasion, sensitive support replies, or messages sent in another person’s name.
Purchases, refunds, pricing changes, contract commitments, resource allocation, or recommendations with financial stakes.
Launching automation, changing access, using personal data, escalating an incident, or rolling out a policy that affects people.
Create a governed agent client, make one request, and decide how your workflow will handle each disposition.