atheryon / labs / system

Atheryon Labs. The banking platform built by AI.

Atheryon Labs is a CDM-native banking platform: a working reference today, packaged for cloud marketplace distribution as it matures. One capital-markets expert directed AI to build it, and the platform itself is the evidence that complex financial data can be modelled, linked, and turned into banking software institutions can license, deploy, and extend.

§01 / Why Credible

Atheryon is a delivery partner for S&P TeraHelix.

Atheryon works in the same problem space that serious financial institutions are now prioritising: data modelling, linking, interoperability, and AI-ready enterprise data.

S&P Global completed its acquisition of TeraHelix in June 2025 to strengthen advanced data modelling and linking capabilities. S&P described TeraHelix as helping solve complex enterprise-scale data challenges by structuring data models for interoperability across platforms, systems, and storage architectures.

Atheryon Labs applies that same class of thinking to banking software: CDM-native data structures, expert-directed prompts, AI-assisted engineering, and practical platform surfaces across trading, operations, risk, treasury, compliance, and mortgages.

What that produces is a working banking AI platform you can inspect, license, or learn how to build.

§02 / Offers

Code, prompts, advisory

  1. 01
    Take the code.

    The reference implementation as a case study or co-marketed proof point.

    Jump to detail ↓
  2. 02
    Take the prompts.

    The directorial archive — packaged as a method asset for your tooling or vertical playbook.

    Jump to detail ↓
  3. 03
    Take the advisory.

    Architecture and delivery advisory for AI labs operating in regulated finance.

    Jump to detail ↓
§03 / Evidence

What was built, how fast

  • 8
    banking functions covered
  • 1
    CDM data model — compliant with ISDA (International Swaps and Derivatives Association), end to end
  • 27
    platform themes shipped
  • Weeks
    vs. multi-year consultancy programmes
Coverage
  • Operational Data Store
  • Front Office
  • Operations
  • Compliance & Reporting
  • Market Risk
  • Credit Risk
  • Treasury
  • Mortgages

The bank as Terry has worked it. Each function maps to a domain shipped inside a tier-1 institution.

Ecosystem
Microsoft PartnerS&P Global PartnerPowered by Claude (Anthropic)

Already inside the AI and financial-data ecosystem AI labs care about.

§04 / Flagships

What the platform actually does

Flagship 01

Trade Board + Operations

Problem

End-of-day in a capital markets operations team means breaks to reconcile, confirmations to chase, and lifecycle events to process before a regulatory deadline. Platforms that treat this as workflow tooling reconcile the paperwork and miss the underlying CDM event.

How it works

The /ops board is built directly on the CDM event model. Every break, confirmation, and lifecycle action is an event with a typed payload, so when an operator triages a break or runs a lifecycle action, the event stream is the audit trail. There is no separate log to reconcile against.

Prior art

Same problem class I owned on CBA Markets ODS: Reg Trade Reporting, MiFID II, Surveillance.

Atheryon Labs trade board and operations surface
Flagship 02

Risk Pricer + IRRBB

Problem

When the pricer and the risk view are separate systems, someone downstream reconciles them, and that reconciliation is where the errors live. Anyone who has run a FOBO break process knows the pattern: two numbers, both defensible, neither explainable.

How it works

/risk/pricer and /risk/irrbb call the same typed atheryon-risk client over a shared CDM trade payload. Pricing and Greeks come from a single source, and the IRRBB views layer balance-sheet sensitivity on top of it. When a number needs explaining, there is exactly one place to look.

Prior art

I ran this reconciliation at Credit Suisse: FOBO risk and Global P&L Attribution.

Atheryon Labs risk pricer and IRRBB surface
Flagship 03

Schema Editor + CDM Intelligence

Problem

Every banking data platform drifts. The model the business signs off and the model the system enforces start identical, then diverge one change request at a time, silently, because the schema lives in a database migration nobody reads. Keeping the two honest under change is the hardest problem in the stack.

How it works

/build/schema-editor edits CDM types directly, and /explore/graph walks live instances of those types. Reg Submissions reverse-map regulator artefacts back to CDM, which keeps the schema and the regulator in the same conversation instead of six months apart.

Prior art

The schema discipline here comes from colleagues who built Goldman SecDB. The vignette below is one of their rules.

Vignette

Schema modelling — extend vs wrap

AI proposedThe AI defaulted to extending CDM types whenever a bank-specific field was needed. Inheritance, by the textbook.

Banker correctedColleagues who built Goldman SecDB taught the opposite: extend when the concept is genuinely a CDM concept with one more attribute; wrap when the concept is a bank-internal artefact that happens to reference CDM. The schema editor encodes both modes, and the rule for choosing.

Atheryon Labs schema editor and CDM intelligence surfaces
§05 / Banker × AI

AI in regulated finance needs the rare expert in the loop

AI labs competing with the global SIs in regulated verticals hit the same wall: plausible models, missing domain judgement. Atheryon Labs is the working artefact of an ontology-driven banking platform — semantics, lineage, validation, and access control modelled in from day one, then handed to AI as the operating ground. The two corrections below show why that loop matters.

Terry Tsakiris

I’m Terry Tsakiris. At Credit Suisse I built the bank’s first near-real-time front-office risk system, then a global P&L Attribution platform across Fixed Income, Equities, FX and Rates. At Commonwealth Bank I owned the Markets Operational Data Store powering Regulatory Trade Reporting, MiFID II, and Trade Surveillance. At Westpac Institutional Banking I recovered a data programme that had stalled after $50 million and delivered the remaining 90% for a further $26 million, then stood up a Data Products capability that delivered ten times faster than the bank’s prior baseline — the same compression AI labs need to compete with the consultancies that defended that baseline. Atheryon is a Microsoft partner and S&P Global partner; the platform is the next iteration of that method, paired with AI.

  1. Vignette 01

    Lifecycle state model

    AI proposedThe AI proposed modelling a trade as a row that moves through statuses — pending, confirmed, settled, terminated. Standard CRUD with a lifecycle column.

    Banker correctedCDM events are not trade states. Operations does not reconcile rows; it reconciles events — partial terminations, increases, novations, exercise — each one a typed payload with its own controls. The data model was rebuilt event-first, with the trade as a projection.

  2. Vignette 02

    Regulatory Trade Reporting evidence

    AI proposedThe AI generated reporting endpoints that emitted the regulator-required fields. Functionally complete by the spec.

    Banker correctedMiFID II and EMIR audits do not ask for the report; they ask for the *evidence chain* — what was reported, what changed, who approved, when. The platform was extended to emit a per-submission evidence artefact alongside the report. Reg Submissions is built around that artefact.

§06 / Method

How a banker directs AI

  • Principle 01

    Built from banking controls, not user stories.

    Where most AI demos start “as a user I want…”, this started with the regulatory artefact, the operational control, the risk view. Controls drive surfaces; surfaces do not drive controls.

  • Principle 02

    Started from the product / event / data model, not the screen.

    CDM-first, then surfaces. The data model is the contract. Every screen is a projection of it.

  • Principle 03

    Generate variants, then narrow them.

    Three implementation candidates per surface. AI generates them in minutes. Banking judgement rejects, corrects, and chooses.

  • Principle 04

    Every surface traceable to a banking function, CDM concept, and operating control.

    The labs IA enforces this. If a surface cannot be mapped, it does not ship.

  • Principle 05

    The deliverable is a working decision surface, not a slide deck.

    Inspectable, deployable, extendable. A reader who is technical can fork it tonight.

Economics

What this method displaces — and what it produces

A tier-1 systems integrator scopes a regulated-banking platform as a multi-year, eight-figure engagement: analysts running discovery, change requests, and reconciliation cycles. Working to the five rules above, one expert directing AI compressed that scope into weeks. The licensable asset has two halves. The directorial track is how a banker directs AI to produce shipped code; the platform IP is what that produces — CDM connectors, regulatory schema mapping, banking surfaces — packaged for cloud marketplace distribution once the partner channel is in place.

Atheryon Labs is currently built using Anthropic’s Claude. The method itself is model-agnostic: the prompts, corrections, and design constraints transfer to whichever frontier model is on the other side of the chat.

§07 / Engagement

Code, prompts, advisory

  1. offer 01

    Buy the code.

    License the Atheryon Labs platform code as a working banking reference implementation. Best for: data vendors, AI firms, banks, consultancies, cloud partners, and fintechs that need a credible vertical platform asset.

    Buy the code
  2. offer 02

    License the prompts.

    License the prompt archive that directed the AI build. This includes the instructions, corrections, domain constraints, architecture decisions, and banking reasoning used to turn AI from a generic code generator into a useful regulated-finance build partner.

    License the prompts
  3. offer 03

    Engage the builder.

    Work with Terry to apply the same method to your own data, product, platform, client opportunity, or S&P TeraHelix integration path. This is where integration-partner credibility matters most.

    Engage the builder
Available for select engagements

Atheryon partners with a small number of institutions per year.

If what you have just read maps to a problem on your desk — or to a deal you are pitching — the next step is a confidential conversation.