Ninth Wave, the open finance connectivity company, has built Compass, a multi-agent AI onboarding assistant running on Amazon Bedrock AgentCore. According to a technical writeup AWS published on September 14, 2026, and a joint whitepaper the two companies released on September 10, banks using Compass have cut API mapping and integration testing time by as much as 95 percent.
Compass replaces a manual process, spreadsheets, email threads, and specialist labor, that Ninth Wave says used to take weeks per bank. It validates bank APIs against Financial Data Exchange (FDX) standards, scores integration readiness, and now supports a self-service portal for banks, aggregators, and fintech partners. The system has been in general availability since June 1, 2026.
The Details
Compass runs as a multi-agent system built on the Strands Agents orchestration framework, hosted on Amazon Bedrock AgentCore. A primary orchestrator classifies each request and routes it to one of seven specialists: search, documentation Q&A, document classification, field mapping, analysis, interactive workflows, and readiness analysis. Only the readiness agent pulls from a Bedrock knowledge base, since it needs to synthesize across a large FDX reference corpus. Everything else is grounded directly at the application layer, tenant by tenant, so one bank's data can't surface in another bank's session.
One detail worth flagging for anyone building something similar: the FDX readiness score itself isn't generated by a model at all. It's computed deterministically in application code from field-mapping coverage in OpenSearch, specifically because Ninth Wave wanted an audit trail a probabilistic output couldn't provide. Security runs through AWS WAF, OAuth2/OIDC with MFA, Secrets Manager with per-environment KMS keys, and per-tenant isolation across OpenSearch indices and S3 prefixes, aligned to SOC 2 and PCI DSS. Compass went into beta March 1, 2026, reached production readiness May 15, and hit general availability June 1.
Todd Pond, AWS's Director of Strategic Sales, called it "exactly the kind of customer-focused innovation" AWS wants to highlight from Bedrock AgentCore customers.
Why It Matters
This is a well-documented piece of engineering. Intent-based routing, per-task model selection, and tenant-scoped grounding are a sound way to keep a regulated, multi-tenant AI system from bleeding context between customers, and the decision to compute the compliance score deterministically instead of trusting a model's output is the right call for anything that needs to survive an audit.
But the headline number is doing a lot of work here, and it's a number the vendor and the cloud provider selling the infrastructure produced together. I've seen this pattern before: AWS, OpenAI, and other labs regularly publish "how X built Y on our platform" posts that double as sales collateral, and this site has already picked apart one AWS-adjacent version of that playbook where the funding history and independent reviews told a messier story than the vendor post did. Nothing here suggests Ninth Wave's numbers are wrong. It does mean 95 percent should be read as a claim from an interested party until a bank or aggregator confirms it independently, not as an audited result.
What to Watch
Watch for any bank, aggregator, or fintech partner naming specific onboarding-time savings on the record, rather than through Ninth Wave's own study. Watch, too, for whether Ninth Wave or AWS publish the whitepaper's methodology rather than gating it behind a lead-gen download. Until then, this reads as a solid architecture case study wrapped around an unverified marketing number, a distinction enterprise buyers evaluating any vendor AI claim should keep in mind.
Key Takeaways
- Ninth Wave built Compass, a seven-agent AI onboarding system on Amazon Bedrock AgentCore, to validate bank APIs against FDX standards.
- Compass has been generally available since June 1, 2026; beta started March 1, 2026.
- The claimed 95 percent reduction in onboarding time comes from a study Ninth Wave and AWS co-authored, not an independent audit.
- The compliance readiness score is computed deterministically in application code rather than estimated by a model, which supports audit requirements.
FAQ
What is Ninth Wave Compass?
Compass is an AI-enabled onboarding assistant Ninth Wave built on Amazon Bedrock AgentCore. It uses seven specialist AI agents to validate bank APIs against Financial Data Exchange (FDX) standards, map fields, and score integration readiness for banks joining Ninth Wave's open finance network.
How does Compass check bank APIs against FDX standards?
A dedicated field-mapping agent aligns a bank's API fields to the FDX standard, and a separate analysis agent flags drift, formatting issues, and naming-convention gaps. The final readiness score is calculated deterministically in application code from field-mapping coverage data, not generated by the AI model itself.
Is the claimed 95 percent time savings independently verified?
No. The figure comes from a whitepaper Ninth Wave and AWS co-authored and are using to promote both companies' products. As of this writing, no bank, aggregator, or fintech partner has published independent confirmation of the number.