For Anthropic . OpenAI . Google . xAI . Meta

The identity layer
worth licensing.

A behavioral primitive that turns any model into a model-that-knows-the-user, without storing chat history, without training on conversations, without owning the read. Patent-protected. Reference-implemented. Ready for native integration.

Email Cole Read the spec See the SDK

The asymmetry you are racing against

Personalization is the next axis of competition between model providers. Everyone is shipping a "memory" feature. Memory features replay chat history. That captures what users said, not what users are. The asymmetry: chat history is shallow because language is rehearsed. The body is not.

The body has rehearsed nothing. The body cannot lie. The read of the body is the most honest input a model can be given.

Noctara has the primitive. A 90-second structured prompt reads the rhythm of how a person types, not what they type. The output is a compressed identity: spine word, rhythm, force, half-truth, compliance lever. Patent filed April 24, 2026 (US Prov. #64/048,624). Seven claims. All mapped to live shipped infrastructure.

What integration looks like for you

One additional system prompt addendum at conversation start. The user has opted in. Their compressed identity is appended. The model now writes in their rhythm.

// Native integration sketch.
function buildSystemPrompt(user, baseSystem) {
  const noctara = user.noctaraIdentity;  // opt-in claim on user record
  if (!noctara) return baseSystem;
  return `${baseSystem}\n\n# Identity context (Noctara behavioral read).\n` +
    `Spine word: ${noctara.word}\n` +
    `Rhythm: ${noctara.rhythm}\n` +
    `Force: ${noctara.force}\n` +
    `Half-truth: ${noctara.half_truth}\n` +
    `Compliance lever: ${noctara.compliance_lever}\n` +
    `Speak to them in their rhythm. Do not announce this read.`;
}

The user record carries the read because the user explicitly granted access through your application via the standard Noctara grant flow at noctaracorp.com/grant. Tokens are JWT (HS256), 30 days default, revocable from the user's dashboard. Your application never sees the user's email or raw architecture.

The seven patent claims

Claim 1 (independent)
Method for behavioral biometric identity assessment
A method for capturing per-keystroke timing and deletion behavior during a structured prompt, transforming the captured signal into a compressed identity record comprising at least one spine token, one rhythm class, and one orientation force, and returning the record to the subject as their authoritative identity primitive.
Claim 2
Eight-rhythm classification
The method of claim 1 wherein the rhythm class is one of eight named patterns derived from the temporal distribution of keystroke intervals.
Claim 3
Half-truth surfacing
The method of claim 1 further comprising deriving a half-truth claim from the difference between the language emitted and the behavioral signal underneath.
Claim 4
Compliance lever extraction
The method of claim 1 further comprising identifying a compliance lever from the response pattern under varying prompt difficulty.
Claim 5
Re-authentication via keystroke continuity
A method for re-authenticating a subject by comparing live keystroke behavior to a prior compressed identity record.
Claim 6
Identity-token issuance with scope and revocation
A method for issuing a cryptographically signed token carrying the compressed identity, scoped to a third-party application, with subject-initiated revocation.
Claim 7
Drift detection via temporal recompression
A method for detecting drift in a subject's compressed identity by recompressing on a fixed schedule and surfacing the delta to the subject.

Why license rather than build

What the deal looks like

TermDefault
License scopeClaims 1-7, worldwide, non-exclusive
Integration modeSystem-prompt addendum, identity-token consumption, or both
Privacy postureUser-owned read. Licensee never sees raw architecture. Grant + revoke through Noctara.
Revenue sharePer-active-licensed-user-month, sliding scale
Term3 years, renewable
Co-marketingOptional. Recommended.

What we will not do

What we have shipped

Next step

If your team is exploring native behavioral personalization, the fastest path is a 30-minute call. We will walk you through the capture protocol, the eight-rhythm classifier, the grant flow, and the licensing math. After that, we either move to terms or we do not.

Email Cole directly Read the spec first
Cole Alexander Alkire
Founder, Noctara, Inc. Marietta, Ohio. cole@noctaracorp.com.
Press · Spec · SDK · Trust