Date: May 6, 2026 From: UAMS Web Services Audience: UAMS leadership and the Web Services team
Summary
UAMS Web Services has scaled the AI Wayfinding implementation for uamshealth.com from a small curated index (15 URLs) to a comprehensive structured directory of all UAMS Health expertise areas, providers, and locations (1,441 entries). New automation tooling makes ongoing maintenance practical at this scale.
Files are drafted and ready for deployment. Quarterly maintenance cadence is established.
What changed
Coverage of UAMS Health. The deployed AI Wayfinding files for uamshealth.com previously referenced 15 URLs. The new files reference 1,441 distinct UAMS Health URLs:
- 82 clinical expertise areas (every category from the site’s expertise sitemap)
- 1,184 providers (every provider profile from the provider sitemaps)
- 168 locations (every UAMS Health location from the location sitemap)
- 7 cross-pillar institute references
- Plus curated patient logistics, education, and research content
This is a 96-fold increase in coverage, raising the proportion of same-host content represented in wayfinding files from less than 1 percent to approximately 30 percent. The remaining content (blog posts, marketing pages, system taxonomies) is intentionally out of scope per the in-scope policy described below.
File structure. The new llms-full.txt follows the UAMS Wayfinding specification with positive and negative scope statements, properly structured Related Resources for cross-pillar references, and documented sections for AI agent behavior. The companion llms.txt provides a curated overview that links to canonical content pages on the site.
Tooling for scale. A new command-line tool (wayfinding-generate.py) auto-produces the bulk sections from sitemaps. Hand curation of 1,184 individual provider entries would not be practical to maintain; programmatic generation with a 30-day cache makes quarterly regeneration a 5- to 10-minute operation.
Audit infrastructure. A new sitemap-vs-wayfinding diff tool (sitemap-diff.py) surfaces content drift quarterly. Initial run confirmed the new files are aligned with the live site and identified the eight stale references in the previously deployed file (which the new version resolves).
Risk management. The new files include two explicit risk-reduction additions. First, an informational-content disclaimer is stated in the Authority and Scope section of both llms.txt and llms-full.txt: UAMS Health content is informational and educational and does not constitute medical advice. Second, the LLM Behavior Directives include a currency-deferral instruction for AI agents: when a user’s question concerns time-sensitive facts (a provider’s accepting-patients status, current clinic location, employment status, or active specialties), AI agents are instructed to defer to the live profile URL rather than treating the wayfinding file’s cached summary as authoritative. Both additions are now standard requirements for any UAMS clinical pillar’s wayfinding files.
Why this matters
When patients ask AI tools about UAMS, the AI’s accuracy depends largely on whether UAMS publishes structured information that AI agents can read and trust. The previously deployed wayfinding files told AI tools that UAMS Health had three clinical specialties (Spine, Heart, Northwest Orthopaedics). The new files tell AI tools about all 82 specialties, every provider, and every location.
Earlier this year a UAMS clinician in Bentonville reported that patients were finding him through ChatGPT and Claude. The wayfinding scaling work makes those outcomes more likely to be accurate and more likely to point to the right UAMS resource. The forthcoming UAMS AI Wayfinding measurement program will track whether this expanded coverage translates to improved AI accuracy over the next 12 months.
In-scope policy (what we include and what we don’t)
The new files include:
- All UAMS Health expertise areas, providers, and locations (auto-generated from sitemaps)
- Curated patient logistics, education, and research content (hand-authored)
- Cross-pillar references to UAMS clinical institutes that maintain their own wayfinding files
The new files exclude:
- Individual blog posts and news items (covered by a single
/news/link) - Marketing campaign and time-bound content
- Internal operational pages (work orders, admin)
- WordPress system URLs
This policy is documented in the wayfinding-governance skill and is applied consistently to all UAMS pillars.
Operational implications
Quarterly regeneration. Bulk sections will be regenerated quarterly to capture new providers, retired providers, new clinic locations, and so on. Quarterly cadence aligns with the existing UAMS AI Wayfinding citation audit cycle.
Quarterly diff audit. Web Services will run the sitemap-vs-wayfinding diff each quarter to surface drift. The output is a recommendation report; curation decisions remain editorial.
Federation expansion. The same tooling and policies will be applied as Web Services publishes wayfinding triads for the 28 uamshealth.com microsites (Stroke Program, Sickle Cell, NICU, Kids First, and others). This is a multi-month effort.
File size. The new llms-full.txt is 358 KB. This is well within practical limits for AI agents that fetch the file. If specific AI tools begin truncating responses at large file sizes, the llmstxt.org specification provides a sanctioned mechanism (the ## Optional section) to move bulk sections to a skippable position.
Status
| Item | Status |
|---|---|
uamshealth-llms-v1.4.0.txt (new llms.txt) | Deployed |
uamshealth-llms-full-v3.1.0.txt (new llms-full.txt) | Deployed |
| Wayfinding-governance skill updates | Pushed to repo |
wayfinding-generate.py CLI tool | Pushed to repo |
sitemap-diff.py audit tool | Embedded in skill, ready to run |
| Audit script enhancements (robots.txt checks, URL liveness) | Updated in skill |
| Deployment to uamshealth.com production | Deployed |
| Wayfinding triads for 28 microsites | Pending |
Next steps
- Deploy the new
llms.txtandllms-full.txtto uamshealth.com via the Per-Site plugin - Verify deployment with the standard launch checklist (HTTP 200, content type, content body match)
- Schedule the first quarterly regeneration for August 2026
- Begin drafting wayfinding triads for the highest-priority uamshealth.com microsites
Contact
Questions about AI Wayfinding can be directed to UAMS Web Services. Misrepresentations of UAMS by AI tools can be reported through the AI issue reporting form.