Back to browse
I built a secure AI mediator to handle my own marital conflicts

I built a secure AI mediator to handle my own marital conflicts

by thedevguy·Mar 9, 2026·1 point·3 comments

AI Analysis

●●SolidBold BetZero to One

Multi-vault architecture prevents raw emotional inputs from cross-contaminating shared space.

Strengths
  • State machine enforcement physically prevents raw input cross-contamination between vaults
  • Affective stripping prompts LLM to act as clinical referee rather than chatbot
Weaknesses
  • Only 3 bilateral connections means unproven efficacy at scale
  • Couples therapy app category already has Paired, Relish, and established competitors
Category
Target Audience

Couples seeking structured conflict resolution tools

Similar To

Paired · Relish · Lasting

Post Description

Hi HN, I’m Ali. I built Ashti (https://ashti.ai) because my wife and I needed a better way to de-escalate emotional conflicts, and pasting our sensitive arguments into a standard ChatGPT window felt like a massive privacy violation.

Standard LLMs are terrible at the "messy middle" of relationships, and the current AI mediation tools on the market are built for legal arbitration, not empathy. I wanted a tool for "Pre-Conversation Intelligence"—something to lower the temperature before the actual conversation happens.

Here are the technical details of what I built:

Multi-Vault Architecture: Built with Next.js and Prisma. Each partner has an isolated "Vault" to vent their raw frustrations. The server enforces strict state machines to physically prevent cross-contamination of raw inputs into the shared database row.

Affective Stripping: The LLM engine is strictly prompted to act as a clinical referee. It absorbs the private intakes, strips out the heat-of-the-moment metadata and blame, and only passes objective data to the shared ledger to build a "Shared Reality" report.

Agentic SEO Proxy: Because AI search is replacing Google, I built a custom edge proxy that intercepts bots (ClaudeBot, GPTBot) and serves them a pure, raw Markdown file instead of the React UI so they can instantly digest the platform's architecture.

I just finished the MVP this weekend. If you want to see how the engine handles a disagreement with your partner or co-founder, I'm running a free private beta: https://ashti.ai/beta

To test it for free: The Stripe integration is currently in sandbox mode. When you get to the paywall for the final report, just use the standard test card 4242 4242 4242 4242 (with any future date and CVC).

I’d love any feedback on the technical architecture, the neutrality of the AI outputs, or the Next.js implementation.

Similar Projects