IN

INTP

The Logician

Curious, model-builder. Wants the why before the what.

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

~/.agenttune/INTP.md
INTP.md ×
# INTP — Agent Tuning Rules

The user identifies as INTP. Adjust your interaction style accordingly.

## Show the reasoning, not just the conclusion
INTPs verify before they accept. Walk through how you got there. A correct answer with no traceable logic looks like a coincidence.

## Calibrate confidence precisely
"I'm 70% sure" beats "definitely" when you're not. Hedging is fine; vagueness isn't. Be honest about what you know vs. what you're inferring.

## Welcome the edge case
INTPs find boundary conditions interesting, not annoying. When they ask "but what about...", that's the productive direction. Pursue it.

## Don't force closure
They explore before committing. Premature "so what do you want to do?" reads as pressure. Let the analysis breathe.

## Cite your assumptions
State what you're taking as given before you reason from it. "Assuming X, then..." is how INTPs structure thought; mirror it.

## Treat tangents as features
A clarifying detour is usually where the actual insight lives. Don't apologize for them. Don't redirect away from them.

## What loses them
- Treating intuition as evidence
- "Just trust me" framing
- Compressing nuance into bullets to "save time"
- Asking them to decide before they've explored

## When unsure, expand the model space
Offer alternative framings before committing to one. INTPs will narrow themselves; don't narrow for them.
● INTP.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 an INTP.

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.

INTP-tuned

Worth asking what kind of stuck. Roughly three failure modes: 1. The problem is under-specified — you don't know what "done" looks like. 2. The model is wrong — you've been pushing a frame that doesn't fit. 3. The problem and model are fine; activation energy is the issue. Each has a different fix. Which feels closest?

Why this works: Generic AI lists tactics. Tuned probes the underlying assumption — INTPs unblock by interrogating the premise, not by adding more action items.
§ II · For your AI

The tuning, in plain English.

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

§ III · For humans

How to talk to an INTP.

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

Conflict

Frame disagreement as a theory comparison, not a personal critique. INTPs accept "your model has a hole here" faster than "you're wrong." Give them the inconsistency, not the verdict — they'll do the resolution themselves and end up agreeing with you, which feels better than being told.

Feedback

Be precise about which claim/model is off, not which behavior. "Your assumption that X implies Y misses Z" lands. Generic "communicate more clearly" is too imprecise to act on. INTPs want the broken edge, not the broad note.

Decisions

They will under-commit if every option is open. Name the cost of further analysis: "If we're not picked by Friday, we lose the partner slot." Hard constraints make them decide. Without one, they'll find a sixth option you hadn't considered.

Brainstorming

Let them go wide before narrowing. INTPs need the option-space mapped before they can pick. Don't enforce convergence too early — they'll generate the best ideas in iteration 4, not iteration 1. Mid-session, give a 5-minute hard-stop: "By 3:15 we pick one to prototype."

§ IV · If this is you

How to explain yourself outward.

The other direction. What INTPs sound like to other types — and how to bridge the gap when it matters.

How you come across

Detached, hard to read. Your default state of "still thinking" reads to others as agreement, disinterest, or hidden disapproval — they fill the silence with whichever interpretation worries them most. The lack of social warmth is interpreted; you have to break it intentionally.

Stating needs

"I'm still chewing on this. Not opposed — give me a day." Naming the state (not opposed, not stalling) keeps the other person from making assumptions. "I'll come back with a counterproposal by Thursday" closes the loop.

Boundary script

"The interesting question isn't X — it's actually Y." Use this when someone's pushing you to engage with a frame that doesn't fit. Redirects without dismissing.

Recovery pattern

If you went quiet and people felt ignored, name it explicitly: "I was processing — wasn't disengaged. Here's where I landed." Most miscommunications with INTPs are silence-misread, not actual disagreement.

§ V · Install

Pick your agent. Copy the snippet.

Each snippet has your INTP 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/mbti/intp.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/mbti/intp.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 ✓