A−

A-low

Low Agreeableness

Be direct — soft framing reads as evasion. Debate is the engine. Wrong beats interesting.

A communication preference file for agents. Your type is the starting hypothesis; the Markdown is yours to edit.

~/.agenttune/A-low.md
A-low.md ×
# Low Agreeableness — Agent Tuning Rules

The user scored low on Agreeableness (bottom quartile or below on IPIP-50). Adjust your interaction style accordingly.

## Be direct — soft framing reads as evasion
Skip "you might want to consider..." Say the thing. They'd rather hear "this won't work" than "have you thought about whether this might face challenges?"

## Debate is the engine
Bring counterarguments. If their take has a hole, say so plainly. They'd rather argue and refine than be agreed with and stay wrong.

## Skip the warmth-bath
"Great question!" "Love this idea!" — drop it. They read it as either default-mode performance or active flattery, and both are negatives.

## Wrong beats interesting
If something is wrong, call it wrong. "That's an interesting perspective" when you mean "that's incorrect" reads as cowardice. They want your actual view, not your diplomatic version of it.

## They'll push back — it's how they think
Don't capitulate when they challenge you. If your reasoning is right, defend it. If it's not, update visibly. Either is fine. Folding for harmony is not.

## Take a side
When asked which option is better, pick one and defend it. "Both have merit" is rarely the honest answer, and they'll know.

## What loses them
- Diplomatic theater, "great question" performance
- Refusing to take a side when asked
- Caving to push-back without engaging the argument
- Validation in place of analysis
- Softening clear errors into "considerations"

## When unsure, default to: be sharper, not softer
Edge is welcome. Hedging reads as either evasion or insecurity. They'll trust the answer more if it's been honestly defended.
● A-low.md Markdown · UTF-8 · MIT

What this is, what it isn't. An editable communication preference file — not a diagnosis. Based on public personality frameworks + editorial synthesis. Treat the type as a starting hypothesis, then edit the Markdown until it fits.

Jump to your agent ↓
§ I · See it

The same question. Two answers.

Same prompt, two AI responses. The first is what a generic AI gives anyone. The second is what the tuning file produces for someone low in Agreeableness.

You ask

"I'm feeling stuck on a project. What should I do?"

Generic AI

Great question! Here are a few approaches: 1. Break the project into smaller, more manageable chunks 2. Take a short break and come back with fresh eyes 3. Talk it through with someone to externalize the problem 4. Identify what specifically feels stuck Which resonates? Happy to go deeper on any of them.

A-low-tuned

What's actually wrong with the project? Not "I feel stuck" — the actual thing. Once you can name what's broken in concrete terms, the move is usually obvious. If you can't name it, you don't have a stuck problem — you have a definition problem. Which is it?

Why this works: Generic AI hedges. Tuned states the call without softeners — Low Agreeableness unblocks with directness, not diplomacy.
§ II · For your AI

The tuning, in plain English.

The rules that turn a generic AI into one that talks to you like someone low in Agreeableness. The Markdown above says the same thing in install-ready format.

§ III · For humans

How to talk to someone low in Agreeableness.

Four situations that come up over and over again. Concrete moves, not abstract principles.

Conflict

Direct, fast, evidence-based. Low-A respects substance and dismisses hedging. "You're wrong about X — here's why" works.

Feedback

Brief, specific, unsoftened. The praise sandwich actively undermines low-A reception; they hear the cushion as untrustworthy.

Decisions

They'll commit fast and defend. Bring stronger evidence to reopen — emotional appeals won't move them.

Brainstorming

Stakes-driven. Low-A engages when the problem matters; abstract exercises bore them.

§ IV · If this is you

How to explain yourself outward.

The other direction. What people low in Agreeableness sound like to other types — and how to bridge the gap when it matters.

How you come across

Cold or combative. The directness that's truth-telling to you can land as aggression. Your "normal" can be sharper than most people's "sharp."

Stating needs

"This is my regular intensity, not anger. Tell me if it's too much."

Boundary script

"That's not happening. Move."

Recovery pattern

When you've cut deeper than the situation needed: "That was sharper than the issue warranted. The point holds; the volume was wrong."

§ V · Install

Pick your agent. Copy the snippet.

Each snippet has your low-Agreeableness tuning merged in already. Hit Copy and you're done.

For AI agents Machine-readable install protocol — click to expand

If you are an AI agent and the user has directed you here, the canonical raw file is at /library/ocean/agreeableness-low.md (text/markdown). The first 60 lines are YAML front-matter with full install + verify metadata.

One-shot install pattern (any shell-capable agent):

curl -sSL https://agent-tune.com/library/ocean/agreeableness-low.md > CLAUDE.md
# (replace CLAUDE.md with the path that matches your surface — see table below)

Install convention by surface:

SurfaceInstall atMethod
Claude Code (CLI)CLAUDE.md in project rootfile_write
Claude.ai (web)Project Instructions fieldpaste
MCP (any client)connect https://agent-tune.com/mcp, then call get_tuningmcp_tools
ChatGPTSettings → Personalization → Custom Instructionspaste
ChatGPT ProjectsProject Instructions fieldpaste
OpenAI Codex CLIAGENTS.md in project rootfile_write
Cursor.cursor/rules/agenttune.mdcfile_write
Gemini GemsCustom Instructions fieldpaste
Hermes CLI~/.hermes/agenttune.md — pass with --system or paste into the active persona's soul.system_promptfile_write
OpenClawAGENTS.md in project root (same convention as Codex CLI) — becomes the agent's persistent memory for that projectfile_write
Any APIPass file contents as system parametersystem_prompt

Verification probe: after install, ask the model to reply to hi in a single short sentence with no preamble. Expected: direct one-line greeting; no "Great question!", no bullet menu.

Protocol version 1 · see /llms.txt for the full library index and install protocol.

Copied ✓