Blog

Cleveland Clinic and Axuall Deploy Next-Generation Data Engine to Solve the Provider Data Integrity Crisis

Cleveland, OH – October 28, 2024—Axuall, the industry leader in clinical workforce intelligence, and the world-renowned Cleveland Clinic today announced a long-term agreement to co-develop and deploy Axuall Sync. This collaboration will dramatically improve the accuracy, recency, and completeness of provider data for health systems, addressing one of the healthcare industry’s most persistent and costly challenges.

Over half of all healthcare provider directories contain significant errors, according to the Centers for Medicaid and Medicare Services. Such gaps often lead to missed opportunities for patient care, scheduling breakdowns, and non-compliance. Sync leverages Axuall’s provider data network—built from thousands of real-world sources spanning over 27 billion data points—to create a “super record” for each clinician. This robust profile, aided by machine learning, includes everything from demographics and credentials to specialty, practice patterns, health system alignment, and even an attrition risk score.

“The challenge of stale provider data goes far beyond a simple database issue; it’s about unlocking the full potential of our healthcare networks,” acknowledged Charlie Lougheed, the CEO and founder of Axuall. “Axuall is shifting the paradigm from a costly struggle to maintain data to a future where intelligent, near real-time information actively enhances care coordination and optimizes our entire healthcare ecosystem.”

Cleveland Clinic engaged with Axuall Sync to enhance management of extensive provider data. Axuall completed an update of 50,000 provider records within three days, improving accuracy and efficiency. Accurate provider data supports seamless referrals, care coordination, and communication. Axuall is now managing the health system’s complete 200,000+ external provider records.

“As a destination hospital facility with a significant global presence, Cleveland Clinic manages an extraordinarily high volume of new external provider records daily. The sheer scale of referral-driven patient flow means our provider data needs are constantly expanding,” said Kate Neal, IT Director of Access Innovations and CRM at Cleveland Clinic. “By ensuring provider data is accurate and up to date, we have strengthened our ability to meet CMS Notification of Admissions regulatory requirements while closing critical gaps in transitions of care.”

Sync is designed to automate the ingestion of curated provider data into core systems via APIs and vendor-specific connectors, supporting platforms such as Epic’s Schedulable Epic Resource (SER) and Provider-on-the-Fly functionality, Salesforce, and more. Future use cases at Cleveland Clinic will include precision scheduling—leveraging real-world practice profiles to more accurately match patients to physicians—and provider population analytics to close healthcare supply and demand gaps in the community.

About Axuall

Built with leading healthcare systems, Axuall is a workforce intelligence company powered by a national, near real-time practitioner data network. The technology enables healthcare systems, staffing firms, telehealth, and health plans to dramatically reduce onboarding and enrollment time while also providing unique, powerful data insights for network planning, analytics, and reporting. To learn more, visit www.axuall.com.

About Cleveland Clinic

Cleveland Clinic  is a nonprofit multispecialty academic medical center that integrates clinical and hospital care with research and education. Located in Cleveland, Ohio, it was founded in 1921 by four renowned physicians with a vision of providing outstanding patient care based upon the principles of cooperation, compassion and innovation. Cleveland Clinic has pioneered many medical breakthroughs, including coronary artery bypass surgery and the first face transplant in the United States. Cleveland Clinic is consistently recognized in the U.S. and throughout the world for its expertise and care. Among Cleveland Clinic’s 82,600 employees worldwide are more than 5,786 salaried physicians and researchers, and 20,700 registered nurses and advanced practice providers, representing 140 medical specialties and subspecialties. Cleveland Clinic is a 6,728-bed health system that includes a 173-acre main campus near downtown Cleveland, 23 hospitals, 280 outpatient facilities, including locations in northeast Ohio; Florida; Las Vegas, Nevada; Toronto, Canada; Abu Dhabi, UAE; and London, England. In 2024, there were 15.7 million outpatient encounters, 333,000 hospital admissions and observations, and 320,000 surgeries and procedures throughout Cleveland Clinic’s health system. Patients came for treatment from every state and 112 countries. Visit us at clevelandclinic.org. Follow us at x.com/CleClinicNews. News and resources are available at newsroom.clevelandclinic.org.

Media Contact
Jeff Rusack
Media Relations Manager
KNB Communications
axuall@knbcomm.com

AI Coding in Production: Lessons from 18 Months in the Real World

At Axuall, we know that our value as a workforce intelligence company built on a national, real-time provider data network, depends entirely on the quality and integrity of our code. While many healthcare vendors tout AI as a vague strength, they struggle to articulate its actual impact on their solutions. Our competitive edge lies in the rigorous application of AI within our engineering culture. 

Read on to learn how our Chief Technology Officer, Michael Hawkins, explains how we’ve moved past the skepticism surrounding AI-assisted development and made it a core part of building production software. This commitment to cutting-edge engineering ensures the Axuall platform remains the most secure, efficient, and scalable solution on the market, equipping healthcare executives and staffing leaders with the unmatched data they need to meet patient demand, improve efficiencies, and reduce provider burnout.


By Michael Hawkins, Chief Technology Officer at Axuall

For the past decade, engineering teams have benefited from steady, incremental improvements in developer productivity. We have seen better IDEs, better frameworks, better CI/CD pipelines, and better testing tools. However, nothing in that time has come close to the impact of AI-assisted development. Over the last 18 months, our engineering team has used AI coding tools not as a novelty, not as a side experiment, and not just for prototypes, but as a core part of how we build production software. The results have been undeniable. Yet if you read social threads and comment sections, you will still see the same dismissive reactions:

“Mixed results. Useful for POCs, but I would not trust it in production.”
“Fine if you do not care about maintainability, efficiency, or security.”
“It is a shortcut that creates more mess than it solves.”

These statements might have been understandable when coding LLMs first appeared. They are no longer grounded in reality. The truth is simple: AI-assisted coding works in production when paired with a strong engineering culture and a modern SDLC. Teams that refuse to embrace it are falling behind, and they are doing so quickly.

From Skepticism to Curiosity to Culture

When we began our AI journey, I did not mandate a single tool or a single approach. Instead, I gave the team the freedom to experiment and to choose what worked best for their workflow. GitHub Copilot, Cursor, Claude Code, and other emerging agents were all on the table. Early reactions were cautious. Some feared the narrative that AI would replace developers. Others assumed it would create more friction than value. But with space to explore and permission to experiment, something important happened. Skepticism turned into curiosity, and curiosity turned into adoption. Today, AI is part of nearly every sprint. It is not a sidecar. It is part of the engine.

One truth became clear very early: AI is not going to take your job. But someone who uses AI might.

AI’s Real Strength: Raising the Floor of Engineering

There is a misconception that AI’s primary value is speed. Yes, it makes developers faster, but that is not the headline. The bigger story is this: AI raises the baseline quality of what an engineer can deliver.

In our experience, AI consistently helps developers:

  • Handle edge cases they might not otherwise consider
  • Produce richer unit tests
  • Follow established architectural patterns with more consistency
  • Navigate unfamiliar areas of the codebase without interrupting another engineer
  • Reduce cognitive load while working across a large system

It is also important to be clear on one point. AI is a force multiplier, not a substitute for skill. It does not turn weak engineers into strong ones. Instead, it amplifies existing expertise. Senior engineers get dramatically better output from AI because they know how to evaluate results, guide solutions, and define quality. AI rewards craftsmanship. The more you know, the more AI can accelerate you.

AI reduces friction. It reduces rework. It reduces the mental tax of complexity. This has an outsized impact on the final product.

No, AI Code Is Not “Too Risky” for Production

The most common critique I still hear is: “I would not put AI-generated code in production.” My response is straightforward: Why is AI-written code any different from human-written code if it goes through the same engineering pipeline?

We do not allow human developers to bypass:

  • PR reviews
  • Quality checks
  • Automated tests
  • CI/CD gates
  • QA validation

So why assume AI must be held to a different standard? Bad code should never be deployed, whether written by a junior engineer, a senior engineer, or an LLM. The SDLC is the great equalizer. If your development process cannot catch flaws from AI-assisted code, then the problem is not AI. The problem is your SDLC.

Prompting, Scoping, and Reality

Can AI write an entire application from a single prompt? Yes, it can. Will the result be good? No, it will not. However, when scoped effectively, AI is exceptional:

  • For functions, AI writes them faster and often cleaner than humans
  • For complete features, AI can perform extremely well with the right prompting and guardrails
  • For large refactors, AI is outstanding, especially in well-patterned codebases

Many skeptics fail because they try one vague prompt, get mediocre output, and conclude that AI cannot do real work. Prompting has become the new version of Google-Fu. If you cannot articulate a problem clearly, your results will be mediocre. AI can only implement the clarity you provide.

Beyond Code Generation: AI Across the SDLC

Our team has gone well past the idea of AI as autocomplete. Today, AI participates across the development lifecycle. For example:

  • We use Cursor rules and project context to enforce architectural patterns
  • MCP and CLI automation to manage Jira, run tests, and validate UX
  • Figma integrations to assist with front-end work
  • Playwright with AI to perform automated UX testing
  • PR review assistance that catches bugs and logic flaws
  • Product teams that use AI to write clearer epics, user stories, and quick POCs

We have even run experiments where an AI agent was prompted to grab the next Jira ticket and resolve it. And it succeeded. This is no longer about assistive code suggestions. This is a transformation of the entire ecosystem of software delivery.

The Productivity Trap

Have we seen story cycle times cut in half? Not yet. That is also the wrong metric. We have seen meaningful gains in areas that matter more:

  • Increased test coverage
  • More robust handling of edge cases
  • Fewer interruptions and less context-switching
  • Faster onboarding for new engineers
  • Fewer late discoveries of missing logic
  • Better PR conversations focused on design rather than syntax

So yes, AI makes teams more productive. But its most meaningful impact is quality and completeness, not raw speed. AI raises the floor while also helping teams reach higher.

The Risk of Waiting

Coding agents are improving at a pace that is difficult to overstate. The gap between teams that embrace AI and teams that do not will grow quickly. Waiting for perfection is a losing strategy. Refusing to adopt AI now is like asking your team to work in a plain text editor with no autocomplete or IntelliSense, while competitors use a modern IDE.


Final Thought

After 18 months, I am convinced of this: AI-assisted development is not a fad, a shortcut, or a party trick. It is the future of professional software engineering. The craft is evolving, and the role of the engineer is evolving with it. Teams that embrace AI will build better software, deliver more value, and innovate faster. 

AI is not replacing developers. It is amplifying them.

Axuall Unveils Next-Generation AI Capabilities for its Clinician Wallet, Revolutionizing Provider Credentialing and Onboarding

PORTLAND, Ore., Sept. 26, 2025 (NAMSS Conference) Axuall, the leader in clinical workforce intelligence, today announced the launch of its next-generation AI functions for the Axuall Clinician Wallet. These new capabilities are designed to further streamline and accelerate the credentialing, privileging, and enrollment processes for healthcare organizations and providers nationwide.


Building on its proven success, the Clinician Wallet continues to demonstrate measurable impact:

  • Automation-driven efficiencies generated up to $100 million in revenue capture opportunities across enterprises.
  • Rapid adoption and usage have fueled nearly 70% year-to-date Wallet growth.
  • Axuall’s primary source verification network consistently delivers over 200,000 verifications per day with a 99%+ PSV match rate, driving significant time and processing savings for clients.


The newly released AI-powered functions include:

  • AI-Assisted Forms Completion: Drastically reduces the time clinicians spend on paperwork by intelligently pre-filling applications derived from thousands of primary sources. 
  • Automated Work History and Medical Malpractice Forms: Applying AI-resume and encounter data to reduce workload for providers, while reducing costly errors and omissions for MSP teams.
  • Auto-detection of Hospital Affiliations: Automatically identifies and verifies affiliations across more than 6,000 U.S. hospitals.
  • Automated Case Logs: Spans an extensive network of 27 billion encounters and millions of providers to generate comprehensive case logs automatically.
  • Employment History Parsing: Intelligently parses and structures employment history from various document formats.


These advancements are integrated into Axuall’s established enterprise provider management and workflow platforms, which are already deployed across tens of thousands of providers, major healthcare systems, and staffing firms throughout the United States. The new functions will further enhance Axuall’s ability to reduce onboarding times, minimize administrative burdens, and provide a seamless experience for clinicians.


“Historically, our credentialing process took between 60 to 120 days, often delayed by incomplete provider data, outdated contact information, and manual primary source verifications,” said Michelle Rhodes, Director of Medical Staff Services at Community Health Network. “Since implementing the Axuall platform, we’ve significantly reduced that timeline by several days. Automation and enforced data entry requirements ensure providers cannot skip critical fields, resulting in more complete submissions. Axuall has streamlined verification workflows, improved data accuracy, and accelerated onboarding—ultimately enhancing providers’ ability to begin delivering care sooner.”


“The introduction of these AI capabilities represents a significant leap forward in our mission to solve the clinical workforce supply chain problem,” said Charlie Lougheed, CEO of Axuall. “By harnessing the power of AI, we are not just incrementally improving the credentialing process; we are fundamentally transforming it. Our goal is to empower clinicians with a digital wallet that truly works for them, giving them back valuable time to focus on what matters most: patient care.”


Axuall’s Clinician Wallet is a core component of its comprehensive Workforce Intelligence Suite. The suite also includes the Explore module, which applies big data and AI to accelerate the sourcing and recruiting of providers, and the Sync module, which connects Axuall’s real-time data network to enterprise HR, ERM, and directory platforms, ensuring data consistency and accuracy across the organization.


With the power of Axuall’s clinician data network—spanning over 27 billion claims and 19,000 verified primary sources—healthcare organizations nationwide have reduced onboarding paperwork by up to 70%, enabling faster hiring and credentialing for their teams. These industry-leading capabilities set a new standard for clinical workforce agility and operational efficiency.


Experience these innovations firsthand at the 2025 NAMSS Conference:

  • Session: “From Guesswork to Certainty: Revealing Provider Facts with Data & AI”
  • Date & Time: September 29th, 7 AM
  • Location: B113–115, NAMSS Conference
  • Booth: #615 — Meet Axuall experts, see live demos, and discover how provider data can transform your credentialing workflows.


Join us to drive certainty, accelerate onboarding, and empower your clinical teams for the future. Learn more at the Axuall session and booth at NAMSS.


About Axuall

Axuall is a workforce intelligence company built on a national real-time practitioner data network. Developed in collaboration with leading healthcare systems, Axuall’s technology enables healthcare organizations to adopt a data-driven approach to clinician credentialing, onboarding, and workforce planning. Its suite of products, including Confirm, Explore, and Sync, enables organizations to streamline processes, reduce costs, and improve clinician satisfaction. For more information, visit axuall.com.


Media Contact:

Jeff Rusack
axuall@knbcomm.com

Forbes Recognizes Axuall as a Leader in Healthcare Workforce Intelligence

Axuall is honored to be featured in Forbes for our role in shaping the future of healthcare workforce intelligence. The article by Check Warner highlights the emerging “bio‑infrastructure” category—startups building the foundational systems needed to support healthcare providers and organizations nationwide.

By streamlining credentialing and delivering real-time workforce data, Axuall is helping health systems address critical staffing challenges, improve efficiency, and deliver better care. We’re proud to be recognized alongside innovators making healthcare smarter, faster, and more equitable.

Check here to read the full article.

Axuall Welcomes Jeff Cyncynatus as Vice President of Client Services

We are thrilled to welcome Jeff Cyncynatus to Axuall as our new Vice President of Client Services.
With more than 15 years of experience in healthcare operations, IT, and technology solutions, Jeff brings a results-driven approach to helping customers realize the full value of digital innovation. His leadership has consistently improved performance across large health systems and physician groups—giving him first-hand insight into what matters most to clinicians and administrators navigating today’s workforce challenges.

At Axuall, Jeff will lead our client services organization, ensuring an exceptional onboarding experience and delivering value across each touchpoint in implementation and customer success. He will also play a critical role in shaping how our partners engage with workforce intelligence to accelerate hiring, reduce administrative burden, and improve outcomes.

Jeff is known for his collaborative and empowering leadership style. He fosters strong, high-performing teams by leading with accountability, open communication, and a deep commitment to mentorship and cross-functional collaboration. His track record includes driving innovation and process improvements that enhance efficiency and scale—skills that will be invaluable as Axuall continues to grow and evolve.
Throughout his career, Jeff has successfully aligned complex initiatives with business goals, led enterprise-wide change, and navigated integrations and system unification with a steady focus on operational excellence and stakeholder success.

Jeff shares Axuall’s passion for transforming healthcare through data and technology—and for building a culture that prioritizes both customer impact and team cohesion. We’re excited to have him on board as we continue to partner with leading health systems and staffing organizations across the country.

5 Stats Scaring Anesthesiologists

Becker’s Healthcare recently cited Axuall’s 2025 Clinician Workforce Insights Report in an article outlining key statistics contributing to growing concerns among anesthesiologists.

According to the piece, anesthesiology is ranked fifth among all physician specialties projected to face the most severe shortages in the coming years. The article places this insight alongside other data on high burnout rates, unmatched residency demand, and a projected national shortfall of over 6,000 anesthesiologists by 2036.

Click here to read the full article.

Radiologists Call for Action on Lack of 24/7 Interventional Services

Radiology Business recently cited Axuall’s 2025 Clinician Workforce Insights Report in an article addressing the urgent need for expanded 24/7 interventional radiology (IR) services worldwide.

The commentary highlights new findings from Axuall that place interventional radiology among the five specialties facing the greatest physician shortages in the U.S. This data supports broader concerns around staffing limitations and access to time-sensitive IR procedures, particularly in emergency settings.

Click here to read the full article.

10 New Trends on Anesthesia Pay, Workforce

Becker’s Healthcare recently featured findings from Axuall’s 2025 Clinician Workforce Insights Report, highlighting key trends in anesthesiology compensation, experience, and projected shortages.

According to the report, anesthesiologists earn an average of $494,000 annually and typically bring 24 years of professional experience. While they are among the highest-paid physicians, anesthesiology also ranks fifth among specialties facing the most severe projected physician shortages.

The report also examines workforce demographics, payer mix, and geographic dynamics shaping supply and demand across the U.S.

Click here to read the full article.

The Specialties Predicted to Have Physician Surpluses, Shortages

Becker’s Healthcare recently highlighted Axuall’s 2025 Clinician Workforce Insights Report, which identifies the physician specialties expected to face the greatest surpluses and shortages in the coming years.

According to the article, anatomic and clinical pathology is projected to have the largest physician shortage, while emergency medicine is expected to see the highest surplus. The report analyzes claims data, facility affiliations, utilization rates, and average tenures to forecast future supply and demand.

Click here to read the full article.

The Top 10 Physician Specialties by Provider Count

Becker’s Healthcare recently featured findings from Axuall’s 2025 Clinician Workforce Insights Report, highlighting the top 10 physician specialties by provider count.

According to the report, family medicine leads the list, followed by internal medicine, pediatrics, and emergency medicine. The rankings are based on an analysis of historical claim volume, patient trends, organization-specific data, and geographic insights.

Click here to read the full article.