Active Agents
4 built · 4 live
📤
Outreach Agent
Cold Email Engine
Sends personalized cold emails to independent medical practices 3x daily. Targets office managers & practice owners. Pulls from prospect list, queues via Make.com.
/health
/run
💼
Ava
LinkedIn Content Agent · #6
Posts to your LinkedIn 4x per day. Rotates through AutomatedRCM promos, AI in healthcare, billing tips, and founder story. Never repeats — uses KV memory to track post history.
/debug
/history
📥
Rachel
Reply Detection Agent · #2 Agentic
Scans Gmail every 15 min. Claude classifies replies as INTERESTED / NOT_INTERESTED / QUESTION / OUT_OF_OFFICE. Auto-responds to warm leads, sends Laureen 🔥 hot lead alerts.
/health
/run
/debug
/history
☀️
Email Briefing Agent
Morning Intelligence Report
Sends Laureen a daily briefing each morning — what the agents did overnight, what's in the pipeline, and priorities for the day. Your AI Chief of Staff.
Daily 7AM ET
🌅
Morgan
Morning Manager Agent · #7
7AM daily briefing. Fans out to Outreach, Ava, and Rachel via service bindings, summarizes overnight activity with Claude Haiku, flags hot leads, emails you a prioritized action list.
/health
/run
/debug
/history
🧠
Memory System
Prospect Intelligence Layer
KV-based persistent memory per contact. Every agent knows: what emails were sent, what was replied, call history, interest level. Agents stop repeating themselves.
Full Autonomous RCM Pipeline
9 stages · 3 live · 6 planned
This is the complete autonomous RCM cycle — from a new patient walking in the door to money in the practice's bank. Each stage can have a dedicated AI agent. You already own the top of the funnel (outreach). Here's the full picture:
Outreach
Outreach Agent
Reply Mgmt
Rachel
Eligibility
Vera (planned)
Prior Auth
Availity Bot
Coding
Coda (planned)
Claims
Clara (planned)
Denials
Dex (planned)
Payments
Penny (planned)
Reporting
Morgan
✅ What You Own Right Now
You control the top of the funnel: finding practices, sending outreach, managing replies. Ava builds your brand so practices already know you when they get Rachel's reply. This is Stages 1–2 of a 9-stage autonomous pipeline.
🔮 What Full Autonomy Looks Like
A practice signs a contract → agents handle everything: check insurance, submit claims, catch denials, post payments, alert you only on exceptions. You review dashboards. Agents do the work. This is the business you're building.
⚡ The No-Availity Start (Smart Move)
You're right that some stages need Availity (eligibility checks, prior auths) which requires provider credentials. You can build everything else first — outreach, reply handling, intake forms, coding assistance, denial analysis — and plug Availity in when you land your first client. The agents don't have to wait for it. Start where you have access, layer in integrations as clients bring their credentials.
The 5 Levels of AI Autonomy
Your system today: Level 1–2
Most people building "AI automation" are at Level 1. What you're building is a Level 3-4 system that will eventually reach Level 5. Here's exactly what each level means and where your agents sit today:
1
Scheduled Automation — Runs on a clock, follows a script
No decisions. No memory. Same action every time. Like a cron job with AI-written content. Claude writes it once, the worker runs it forever. YOU don't need to be there.
✅ Outreach Agent
✅ Ava (LinkedIn)
✅ Email Briefing
2
Reactive Agent — Reads inputs, classifies, responds differently
The agent looks at what came in, makes a decision (INTERESTED vs NOT_INTERESTED), and responds accordingly. It's not just executing — it's thinking about what to do next.
✅ Rachel (Reply Agent)
✅ Morgan (Morning Manager)
3
Memory Agent — Remembers every contact, every interaction
The agent knows what it sent before, what the person replied, what stage they're in. It doesn't repeat itself. It builds a relationship over time. This is where it starts feeling like having a real employee.
🔮 Memory System (planned)
KV-based contact memory
4
Instruction-Following Agent — You talk to it, it changes behavior
You text "Ava, stop posting about billing for this week, focus on denial management." The agent hears you, updates its behavior, and confirms. This is what you're asking about — talking directly to the agent. This requires a /chat endpoint + SMS or dashboard bridge.
🔜 SMS Bridge (Twilio)
🔜 Dashboard /chat endpoint
5
Learning Agent — Tracks what works, adjusts its own behavior
The agent monitors its own reply rates, open rates, conversion rates. It tests different subject lines and body copy. It learns "Tuesday mornings get 3x more replies" and shifts its schedule automatically. This is full autonomy.
🔮 A/B testing layer
🔮 Self-optimizing loops
💡 How "Talking Directly to Ava" Actually Works
Right now, Ava is a Cloudflare Worker with a cron schedule. She runs, posts, and goes back to sleep. She doesn't "listen."
To talk to her, you need to add a
The chat panel on the right is showing you exactly what that would look like. The responses are simulated now — but when the /chat endpoints are deployed, it becomes real two-way communication with your agents.
To talk to her, you need to add a
/chat endpoint to her worker. When you send a message there, the worker calls Claude with Ava's full system prompt + your message + her post history, and returns a response. Then you wire that to a form in this dashboard (like the sidebar on the right).The chat panel on the right is showing you exactly what that would look like. The responses are simulated now — but when the /chat endpoints are deployed, it becomes real two-way communication with your agents.
Build Roadmap
Next session priorities
Deploy Rachel — DONE 2026-05-25
Worker automatedrcm-reply-agent live at https://automatedrcm-reply-agent.laureennicholson635.workers.dev with REPLY_KV namespace, */15 cron, all 5 secrets set, and a noreply sender filter. End-to-end verified via /debug.
Live
Morgan — Morning Manager — DONE 2026-05-25
Worker automatedrcm-morgan live at https://automatedrcm-morgan.laureennicholson635.workers.dev with MORGAN_KV, cron 0 11 * * * (7AM ET), all 5 secrets set, and service bindings OUTREACH/AVA/RACHEL. First briefing surfaced a 70% bounce-rate finding.
Live
Prospect Memory System (Level 3)
A shared KV namespace all agents can read/write. Key: contact email. Value: full interaction history — emails sent, replies received, interest level, last contact date. Rachel populates it. Outreach reads it to skip already-interested contacts.
Level 3 Unlock
SMS Bridge — Talk to Your Agents (Level 4)
Twilio receives your text → sends it to a dispatch worker → routes to the right agent's /chat endpoint → agent responds via Claude with full context → Twilio texts you back. You text "Ava what did you post today?" and she tells you.
Level 4 Unlock
Vera — Eligibility Verification Agent
When a practice onboards, Vera checks patient insurance eligibility before appointments using the payer's API (or screen-scraping Availity with Claude in Chrome as a fallback). No more manual eligibility checks.
Phase 2
Coda — AI Medical Coder
Reads clinical notes, suggests ICD-10 and CPT codes, flags missing documentation before claim submission. Runs as a Level 2 agent — doctor submits notes, Coda returns a coded encounter for review.
Phase 2
Dex — Denial Management Agent
Monitors EOBs for denied claims. Classifies denial reason. Auto-drafts appeal letters using the payer's own rules. Tracks appeal deadlines. This is where the biggest revenue recovery lives — denied claims are money left on the table.
Phase 2–3