(function(){ const nav = document.querySelector('.tess-nav'); if(!nav) return; const burger = nav.querySelector('.tess-nav__burger'); const panel = nav.querySelector('.tess-nav__panel'); if(!burger || !panel) return; burger.addEventListener('click', function(){ const open = panel.classList.toggle('is-open'); burger.setAttribute('aria-expanded', open ? 'true' : 'false'); panel.setAttribute('aria-hidden', open ? 'false' : 'true'); }); panel.addEventListener('click', function(e){ const a = e.target.closest('a'); if (!a) return; panel.classList.remove('is-open'); burger.setAttribute('aria-expanded', 'false'); panel.setAttribute('aria-hidden', 'true'); }); })();

Clarity when the stakes are high.

Find the right words when it really matters.

Tess is a private judgment tool built for leaders under pressure. When you’re exhausted or overwhelmed, it guides you through rewriting a message, setting expectations, giving feedback, or repairing trust so you can act with confidence and care.

(function () { const btn = document.getElementById('tessStartBtn'); if (!btn) return; const wrap = btn.closest('.tess-btnwrap'); if (!wrap) return; const url = btn.getAttribute('href'); const DURATION_MS = 1200; function restartBurst() { const player = document.getElementById('tessBurstLottie'); if (!player) return; const clone = player.cloneNode(true); clone.setAttribute('autoplay', ''); clone.setAttribute('loop', 'false'); if (!clone.getAttribute('speed')) clone.setAttribute('speed', '1'); player.replaceWith(clone); } btn.addEventListener('click', function (e) { // Keep the user on the landing page and open a new tab immediately e.preventDefault(); if (wrap.classList.contains('is-animating')) return; // Open tab immediately to avoid popup blocking window.open(url, '_blank', 'noopener,noreferrer'); // Play animation on the landing page wrap.classList.add('is-animating'); restartBurst(); setTimeout(function () { wrap.classList.remove('is-animating'); }, DURATION_MS); // OPTIONAL: Reliable GA event (uncomment to use) /* if (typeof gtag === 'function') { gtag('event', 'tess_signup_click', { link_url: url, link_text: 'Start for free' }); } */ }); })();

Use Tess for the conversations that drain you, not for routine tasks.

Not Another AI Chatbot.


You’ve just gotten home. You haven’t even unbuckled yet — and now you’re back in problem-solving mode.


Tess isn’t a career coach or a therapy chatbot.

It is a quick judgment tool for people leaders who have hit their limit.Tess does not teach theory or overwhelm you with options. It helps you decide what to say next, clearly and fairly and in your own voice, when one misstep could damage trust, performance or culture.

Use it when:

  • You’re too drained to navigate a tough moment alone.
  • You want a second brain, not a second‑guess.
  • You’d text a trusted mentor if you had one on call.

Tess is that support—on demand.

What Tess does.

Tess is built for four leadership moments:

Rewrite a message

Your message missed. Tess finds the tone that sticks and lands right.

Set expectations

Expectations matter. Tess makes sure they land with care and accountability.

Feedback that holds up

Hard truths need fair words. Tess helps you say what needs saying.

Lead the moment

Prepare for a hard conversation. Get 1–3 talking points, so you show up steady, not scripted.

✦ Tess advises on high-stakes conversation.

Not everything needs to be said — and not everything should be written. Tess helps you decide when to speak, when to write, and when to pause.

Here’s how Tess supports you:

Judgment before expression.

Most tools ask what you want to say. Tess starts with a deeper question:
Should you say it at all?

Live when it matters.

If a conversation is the better path, Tess drafts a short request, gives you 2-3 clean talking points, and offers a quick follow-up note.

Writing with clarity under pressure.

If writing is the right move, Tess helps you say it calmly and cleanly — with a ready-to-send draft, tone calibration, and reasoning that holds up under scrutiny.

Tess decides before it drafts.
Tess guides you to a single clear decision and gives you words that stand up under scrutiny.
GATE 1
Should you say it at all?
If not, Tess helps you pause clearly.
If yes — choose the right move
Say it live.
Best for high-stakes moments.
Request message
Talking points
Follow-up note (optional)
Write it.
Clean. Calm. Accurate.
Ready draft
Reasoning behind it
De-risked tone + timing
Or
Accuracy under pressure
Not automation — judgment + clarity.

Built for leaders carrying the weight.

When the stakes are high and you need to be fair and firm, Tess gives you language, structure and support to lead with clarity.

First-time Managers

Tess helps you hold people accountable without sounding mean. You’ll sound steady and fair instead of suddenly strict or overly nice.

Overloaded Middle Managers

Tess provides a quick, tactical judgment filter so you can make hard calls and model calm, clear decisions, without endless meetings.

L&D Professionals

Tess helps you craft direct yet fair messages for the managers you coach, so you hold the line without burning trust or influence.

All Leaders

When a conversation could impact trust, performance or culture, Tess gives you the right words and timing so you stay calm and fair.

Private by design.

Your Clarity stays between you and Tess.

Tess isn’t part of your company’s tech stack. There are no manager dashboards. No HR logs. No one watching over your shoulder as you work through the hard stuff.

It’s just you, your thoughts and a framework to say what needs to be said, clearly and calmly.

Support without surveillance.

Tess operates independently of your employer’s infrastructure:

  • Confidential conversations, fully under your control.
  • No HR access, no monitoring, no performance scoring.
  • No algorithm policing your tone or style.

Tess doesn’t write for you.
It helps you lead with precision, judgment, and just the right words.

How Tess works.
Bring a real moment. Get the clear next step and the words to use — fast.
STEP 1
You bring a real moment.
Paste or describe the situation, stakes, and what you can’t risk.
STEP 2
You choose the right move.
Tess might pose a real question, “should you say it at all?” If yes, Tess will show you — when and how.
STEP 3
Tess gives you the right words & next steps.
A ready draft + the reasoning behind it (so you can trust it).
STEP 4
Turn it into action.
Send it. Say it. Align on scope, boundaries, or expectations and get your day back.

When a conversation could hurt trust or performance, Tess is there.

You don’t need Tess for every message. But when a conversation could hurt trust or performance, Tess offers calm, structured backup..

There’s no subscription—just credits you use when it counts.

100 credits = support for about 50 real moments.

Your words shape the culture you lead.

You think before you speak because you know one conversation can change someone’s day or career.Tess won’t lead for you.
But it will be beside you when it matters.

(function () { const DURATION_MS = 3000; const btn = document.getElementById('tessStartBtn'); if (!btn) return; const wrap = btn.closest('.tess-btnwrap'); if (!wrap) return; function restartBurst() { const player = document.getElementById('tessBurstLottie'); if (!player) return; const clone = player.cloneNode(true); clone.setAttribute('autoplay', ''); clone.setAttribute('loop', 'false'); if (!clone.getAttribute('speed')) clone.setAttribute('speed', '1'); player.replaceWith(clone); } btn.addEventListener('click', function (e) { e.preventDefault(); const url = btn.getAttribute('data-url') || btn.getAttribute('href'); if (wrap.classList.contains('is-animating')) return; wrap.classList.add('is-animating'); restartBurst(); setTimeout(function () { window.open(url, '_blank', 'noopener,noreferrer'); wrap.classList.remove('is-animating'); }, DURATION_MS); }); })();

Frequently Asked Questions

Common questions. Clear answers.
What is Tess?

Tess is a judgment support tool for people leaders. It helps you work through high-stakes moments—feedback, conflict, performance conversations, or boundaries—when clarity matters and pressure is high.

Tess doesn’t write scripts or give generic advice. It helps you decide what to say next, in your own voice, with calm, fairness, and emotional intelligence.

Who is Tess for?

Tess is for people who lead others—first-time managers, experienced team leads, middle managers, and L&D partners.

If you care about how your words land, want to avoid unnecessary damage, and don’t want fluff or canned language, Tess was built for you.

Is this like ChatGPT?

Tess is powered by AI, but it’s not a general-purpose chatbot.

It’s purpose-built for people leadership moments, with strict boundaries around what it helps with and how it responds. That means fewer generic answers, stronger judgment, and guidance that stays grounded in real workplace dynamics.

Think of it as a thinking partner—not a chat assistant.

Will my company see what I write in Tess?

No.

Tess operates independently of your company’s systems. There are no employer dashboards, no HR access, and no monitoring. Your conversations stay private and under your control.

Tess is support—not surveillance.

Can I use Tess for sensitive or messy situations?

Yes. That’s exactly when it’s most useful.

Tess is designed for moments where emotions are involved or the stakes feel high—giving hard feedback, setting boundaries, navigating conflict, or addressing performance issues without making things worse.

How do the credits work?

Each time you start a new conversation or scenario with Tess, it uses credits.

You’ll start with 6 free credits, which is enough to work through about three real, tough leadership moments and see if Tess fits your needs.

After that, 100 credits typically support around 50 clarity moments. There’s no subscription—you use Tess when you need it.

For consistency and quality, Tess runs on the latest GPT-5 model, configured specifically for leadership decision support.

Do credits expire?

No. Credits don’t expire.

Use them at your own pace—today, next month, or when the next hard moment shows up.

Is Tess going to make me sound like someone else?

No.

Tess doesn’t generate corporate-speak or overwrite your voice. It helps you say what you mean—more clearly, more calmly, and with the right level of authority.

You’re still leading. Tess just helps you hold the line.

Can I use Tess to coach others?

Yes.

Tess is especially useful for L&D partners and senior leaders who support others. You can use it to shape language, pressure-test talking points, or model clarity—without taking over the conversation.

What if I start using it and it’s not for me?

That’s fine.

There’s no subscription and no lock-in. Use the free credits, try it in real situations, and decide from there.

Do I need to set anything up or manage tools to use Tess?

No. You can use Tess immediately—no setup required.

A few optional features are available if they’re helpful:

  • Chat history & bookmarks let you revisit or save moments you want to keep.
  • Custom instructions are optional context (like your role or communication style) that Tess can remember—but only if you add them.
  • Share chat lets you copy a conversation link if you want to reflect or collaborate.

You don’t need to use any of these to get value. Most people simply start a chat, work through the moment, and move on.

© 2026 Tess | Clarity Under Pressure. All rights reserved.