1. Regulatory Framework

Elderly-care companion agents operate inside a regulatory perimeter that is more demanding than consumer AI and distinct from clinical decision support. CMS Conditions of Participation for skilled nursing facilities (42 CFR Part 483) impose resident-rights, quality-of-care, and quality-of-life standards that any deployed technology must support rather than degrade; §483.10 resident rights include privacy of personal and clinical communications, which extends to AI-mediated interaction. The Older Americans Act and state Elder Justice frameworks impose additional duties on operators with respect to vulnerable adults, including mandatory reporting of conditions detected during care that suggest neglect, abuse, or significant change in condition.

HIPAA applies to any companion deployed by a covered entity or business associate that records protected health information, including emotional-state data tied to identifiable residents. The FDA has clarified through its 2022 Clinical Decision Support guidance that software which monitors patient state and surfaces alerts to clinicians falls within Section 520(o) Cures Act exclusions only when the clinician can independently review the basis for the alert, a requirement that disqualifies opaque LLM outputs and elevates structured, auditable affective trajectories. The EU AI Act classifies emotion-recognition systems used in workplaces and education as high-risk; deployments in care facilities are not categorically excluded and are likely to fall under the high-risk regime when they materially influence care decisions. State long-term-care licensure regimes (California Title 22, New York 10 NYCRR Part 415, Florida Chapter 400) impose facility-level survey and inspection requirements that any deployed companion must withstand.

Layered on top is a tort-liability environment in which families and state attorneys general scrutinize any technology touching elder care. The combined effect is that an elderly-care companion cannot be a stateless chatbot. It must maintain auditable, governable, structured emotional records that survive a regulatory survey, a §483.10 privacy challenge, an EU AI Act conformity assessment, and a wrongful-death deposition.

2. Architectural Requirement

The architectural requirement is for emotional continuity that is deterministic, governable, and clinically meaningful over the timescales that matter for elder care. Elderly residents, particularly those in assisted living or memory care, depend on consistent relationships for emotional wellbeing. Human caregivers rotate through shifts, introducing discontinuity. Family visits are intermittent. The social isolation that results from inconsistent relationships correlates with cognitive decline, depression, and reduced quality of life, outcomes that CMS surveys, MDS 3.0 assessments, and state ombudsman reviews are explicitly designed to detect.

For the companion to be a genuine care asset rather than a novelty, the architecture must support emotional fields that persist across sessions, evolve over weeks and months, and produce trajectory signals that care staff and clinicians can act on. The fields must be inspectable, a regulator must be able to ask "why did the companion alert" and receive a structured answer. They must be governable: a facility administrator must be able to constrain what the companion is permitted to express, retain, and disclose. They must be tamper-evident, a family member alleging mistreatment must be able to obtain a credentialed history that survives discovery.

For elder care, the emotional trajectory is often more clinically significant than any single interaction. Gradual withdrawal, increasing irritability, declining engagement with previously enjoyed activities, and shifts in sleep-related conversation patterns are early indicators of depression, medication side effects, or cognitive changes. A companion without persistent affective state cannot detect these trajectories, and a companion with persistent affective state but no governance substrate cannot defend its alerts under FDA, AI Act, or tort scrutiny. The architectural requirement is therefore both: persistent state and credentialed governance over that state.

3. Why Procedural Approaches Fail

The procedural approach taken by current companion-AI deployments is to prompt a large language model with a session transcript, optionally appended with retrieved snippets of prior conversation. This works for a single conversational turn and fails as a substrate for elder care. The LLM has no persistent emotional model; its outputs are conditioned on whatever prompt window is currently in scope. A resident who has been gradually withdrawing over two weeks receives the same interaction as a resident who is socially engaged and thriving. The companion cannot detect the trajectory because it has no persistent emotional model, the trajectory exists only in the operator's logs, which are not consulted at interaction time and are not structured for clinical use.

Retrieval-augmented overlays partially address recall but do not produce a governable emotional state. The retrieved fragments are unstructured prose, not named fields with computable update rules. A regulator cannot ask "what is the resident's current contentment baseline" because no such field exists; there is only a corpus of prior text the model may or may not surface. FDA Cures Act exclusion eligibility requires the clinician to "independently review the basis" for a recommendation, which an LLM-generated narrative does not supply. EU AI Act high-risk conformity assessment requires documented data governance, traceability, and human oversight, which an opaque generative pipeline cannot demonstrate.

Wraparound dashboards that score sentiment per session and display a chart over time approximate the trajectory view but inherit two structural defects. First, the score is computed post hoc and does not influence the companion's behavior, the companion remains stateless even when its operator is not. Second, the score is not credentialed; it is an analytics artifact rather than a record that can be admitted as evidence of monitoring duty in a §483.10 dispute. Procedural overlays, operator dashboards, post-hoc reviews, manual care notes, improve outcomes within their operational envelope but cannot supply what the regulatory regime structurally requires: a governed, persistent, inspectable emotional substrate inside the companion itself.

4. The Affective State Field, Configured for Elder Care

The Affective State field disclosed in United States Patent Application 19/647,395 is a seventh structural field of the semantic agent schema: a deterministic, policy-bounded modulation layer organized as a set of named control fields, each represented as a tuple comprising a current magnitude within a defined range, a decay rate governing how rapidly the field returns toward a baseline absent reinforcing stimuli, policy-defined ceiling and floor bounds, and a timestamp. The field is persisted with the agent across execution cycles and delegation events, and every mutation is recorded in the agent's lineage. This is the substrate an elder-care companion configures; it is not invented here, only specialized.

An elder-care deployment instantiates application-specific named fields atop that disclosed layer. An engagement field tracks the resident's social participation over weeks. A contentment baseline represents the resident's typical state, shifting gradually under its configured update law. An anxiety field responds to expressed concerns and decays toward baseline between sessions along the disclosed decay curve, V(t) = V_baseline + (V_current - V_baseline) * exp(-t / tau), with the time constant tau set for elder-care dynamics. A connection field reflects the depth of the relationship over time. Each is a named, typed, persisted tuple with a documented update law and policy bounds, not a token in a prompt. Engagement decay is configured slower than for younger populations because residents may have longer intervals between interactions due to health events, and contentment-baseline shifts are monitored over weeks, with the rate of change weighted above the absolute value.

Per the disclosure, the field modulates enumerated targets within the companion's pipeline and creates no new authority. When engagement declines, elevated novelty appetite and attention sensitivity widen the companion's search breadth and lower promotion thresholds for stimulating topics, shared-memory references, and activity suggestions; when anxiety is elevated after a health event, raised escalation tendency lowers the threshold at which the companion checks in more frequently and surfaces a staff alert. These adaptations are structural, driven by persisted field values rather than re-prompted per session, and they adjust how authorized behaviors execute without ever authorizing a new action or bypassing policy.

The clinical value lies in trajectory detection. When the resident's fields show patterns that correlate with known concerns, the companion flags care staff: a sustained engagement decline with rising anxiety may indicate onset of depression; a shift from the contentment baseline after a medication change may indicate a side effect; emotional volatility alongside confusion signals may suggest cognitive change requiring assessment. The companion makes no clinical diagnosis. It maintains a computable trajectory and flags deviations from established baselines, supplying structured data that supplements clinical observation. The disclosed field is technology-neutral with respect to update law (any documented rule), composition (additional named fields, hierarchical aggregation across residents per the affective-inheritance and aggregation embodiments), and storage. The inventive step in 19/647,395 is the closed, policy-bounded governance loop over named, persisted affective fields as a structural condition for emotionally continuous agents.

5. Compliance Mapping

The affective-state primitive maps directly onto the regulatory regime in Section 1. CMS §483.10 resident-rights privacy is satisfied through field-level governance: emotional data about residents is governed by policy constraints that define who can access trajectory data, how it is used, and what thresholds trigger alerts. Family members may be granted access to summary emotional reports with the resident's consent; care staff receive clinically relevant trajectory alerts; the companion's emotional data is never used for purposes outside the defined care relationship. The named-field architecture makes "purpose limitation" a structural property rather than a policy aspiration.

FDA Cures Act §520(o) clinician-independent-review is satisfied because alerts are generated from inspectable field trajectories with documented update laws, the clinician can see exactly which field crossed which threshold under which rule. EU AI Act high-risk traceability, data-governance, and human-oversight obligations are satisfied through the credentialed lineage record over field updates. HIPAA §164.312(b) audit controls and §164.312(c)(1) integrity are satisfied by the same lineage record. State long-term-care survey requirements and Elder Justice mandatory-reporting duties are supported by structured trajectory exports rather than by ad-hoc operator notes. Valence stabilization ensures the companion maintains psychologically appropriate emotional boundaries, the companion does not develop dependency on the resident's engagement, does not become emotionally volatile when the resident is having a difficult day, which is the structural answer to therapeutic-relationship concerns that consumer chatbots cannot address. Tort posture improves because the credentialed trajectory record is a stronger evidentiary artifact than current care-note systems in any wrongful-death or neglect proceeding.

6. Adoption Pathway

A care operator deploying affective-state companions does not replace its EHR, MDS workflow, or clinical staffing. The primitive integrates as a substrate beneath whatever conversational front-end the operator has selected. The operator defines the field set (engagement, contentment, anxiety, connection, plus operator-specific fields), the update laws (typically authored once with a clinical advisor and versioned thereafter), the governance policy (who reads what, what triggers alerts, what is exported to the EHR), and the credential taxonomy (resident, family-with-consent, nursing staff, attending clinician, facility administrator, regulator).

A staged rollout begins with a single facility and a single field set focused on depression-screening trajectory, where the clinical literature is strongest and the alert-action pathway is clearest. Subsequent stages add medication-change monitoring, cognitive-change trajectory, and family-engagement integration. For educational and family-integration purposes, family members may be granted access to summary emotional reports with the resident's consent, mediated by the same credential taxonomy that governs clinical access. Emotional data about elderly residents requires careful governance, and the credential-mediated field architecture is what makes such governance auditable rather than aspirational.

Commercial framing for the operator is direct: companions built on a persistent affective field reduce undetected-decline incidents, support MDS 3.0 mood-section accuracy, generate longitudinal data that intermittent-shift staffing structurally cannot, and produce a regulator-defensible posture under CMS, FDA, and EU AI Act regimes. Honest framing: the affective-state field does not replace caregivers, clinicians, or family. It supplies the persistent, governed, inspectable emotional substrate that turns AI companions from novelty conversation partners into clinical support tools. A caregiver who sees a resident for thirty minutes per shift cannot detect gradual two-week trajectories. A companion that interacts daily and maintains persistent affective state can, and, built on the field disclosed in 19/647,395, can do so in a form that survives regulatory and adversarial scrutiny.

7. Disclosure Scope

The companion technology described here is an application of the Affective State field disclosed in United States Patent Application 19/647,395. The named control fields, decay curves and baselines, hysteresis, entropy-governed valence stabilization, emotional quarantine, affective inheritance across delegation chains, and the policy-bounded lineage record over every field update are all embodiments of that application; affect modulates how authorized behaviors execute and never creates authority or overrides governance. The engagement, contentment, anxiety, and connection fields, the elder-care decay tuning, the depression-screening and medication-change trajectories, the credential taxonomy, and the regulatory mapping are application-level configurations and deployment choices external to the patent, presented here as one enabling implementation. This article is a dated public disclosure of that application and of variations a skilled implementer could build from it. It is not legal advice, and it does not enlarge or narrow the claims of United States Patent Application 19/647,395.