← Back to You Are Using AI Wrong
2026-04-13·Ryan Bolden·Part of: You Are Using AI Wrong

The 24 triggers that make the system self-aware

Self-aware is a loaded term. I am using it precisely. Not in the science fiction sense. In the systems engineering sense.

A system is self-aware when it monitors its own state and acts on what it finds without being told to. Your thermostat is self-aware in a trivial sense — it monitors temperature and acts when it deviates from the target. The system I built is self-aware in a non-trivial sense. It monitors 24 distinct conditions across its operational environment and takes autonomous action when any of them triggers.

Let me explain what this means in practice.

I built a healthcare AI system that handles patient communications. Phone calls, scheduling, follow-ups, portal management — the entire function. In production, it handles over 1,710 calls in sixty days for a single practice. Zero missed. But the calls patients initiate are only half the system. The other half is what the system initiates on its own.

Twenty-four triggers run continuously. Each one monitors a specific condition and fires when that condition is met. Some are simple: a patient has an appointment tomorrow and has not confirmed. Some are complex: a patient's interaction pattern has changed in a way that suggests they may be disengaging from care.

I am not going to list all 24. But I will describe the categories.

The first category is time-based. Appointment reminders. Follow-up schedules. Recall notifications for patients overdue for care. These are the simplest triggers, but even these are more sophisticated than a basic scheduling reminder because they account for patient preferences, communication history, and response patterns.

The second category is event-based. A lab result comes back. An insurance authorization is approved. A referral is received. A prescription is ready. Each of these events requires patient communication, and the system handles it autonomously — right message, right channel, right time.

The third category is pattern-based. This is where it gets interesting. The system recognizes when a patient who normally responds to messages within hours has gone silent for days. It recognizes when call volume patterns suggest a flu season surge before the practice's human staff have noticed. It recognizes when a specific provider's schedule has gaps that could be filled from the waitlist.

The fourth category is health-based. These are the triggers that carry the most clinical weight. A system heartbeat runs every five seconds confirming operational status. If any component degrades, the system escalates to human oversight before patients are affected.

Here is why this architecture matters beyond the technical details. The fundamental problem in healthcare operations is that humans cannot monitor everything that needs monitoring. A front desk with three staff and four phone lines and a waiting room full of patients simply cannot also track which patients are overdue for labs, which appointments need confirming, which referrals came back, and which insurance authorizations are expiring.

So those things fall through the cracks. Patients do not get their follow-up calls. Recall notices go out late or not at all. Revenue leaks because gaps in the schedule do not get filled from the waitlist. And the staff are not failing — they are overwhelmed. MGMA's 2025 data shows 47% of practice leaders say MAs are the hardest role to fill. You cannot hire enough humans to monitor everything.

But a system with 24 triggers monitoring 24 conditions continuously, autonomously, with a five-second heartbeat confirming it is operational? That system does not get overwhelmed. It does not forget. It does not get distracted by the patient standing at the desk.

This is what I mean by self-aware. Not consciousness. Not sentience. Operational self-awareness — the ability to monitor its own state and its environment, recognize conditions that require action, and act without being told.

The system I built six months ago did not have all 24 triggers. It started with eight. Every month, as I observed production patterns and identified gaps, I added more. The system today is measurably better than the system six months ago. Not because of a major rewrite, but because the trigger architecture is designed to expand as understanding deepens.

That is the real insight. Self-awareness is not a feature you ship once. It is an architecture that grows. And in healthcare, where the consequences of missed signals are patients who do not get care, that growth is not optional. It is the point.

This is one piece of a larger framework we built and operate in production. The full picture — and how it applies to your business — is in the playbook.

We specialize in healthcare because it is the hardest vertical — strict HIPAA regulation, PHI handling, BAA chains, and zero tolerance for failure. If we can build it for healthcare, we can build it for any industry. We work across verticals.

Written by Ryan Bolden · Founder, Riscent · ryan@riscent.com