AnyCompany Leader Workshop ยท Day 1

The AI Hierarchy โ€” From AI to Generative AI

Click the rings to explore each layer and see how AnyCompany Finance uses them

ARTIFICIAL INTELLIGENCE MACHINE LEARNING DEEP LEARNING โœจ GEN AI ๐Ÿง  ๐Ÿ“Š ๐Ÿ”ฎ
โœจ
Generative AI
Create new content
The innermost, most specialized layer. Models like Claude and GPT that generate text, code, reports, and assessments. AnyCompany uses this for merchant risk narratives, invoice summaries, and compliance report drafting.
Scope
Narrowest

๐Ÿ’ก Click any ring to explore that layer

The Four Layers Explained

Each layer builds on the one before it โ€” from broad intelligent systems to specialized content generation.

๐Ÿง 

Artificial Intelligence

The broadest level โ€” any system that simulates human decision-making. Includes rule-based systems and modern ML. AnyCompany's compliance engine uses AI rules for multi-jurisdiction regulatory checks across 6 SEA markets.

๐Ÿ“Š

Machine Learning

Systems that learn from data instead of following explicit rules. Finds patterns and improves over time. AnyCompany uses ML for fraud scoring โ€” velocity detection, geo-anomaly patterns, card testing identification.

๐Ÿ”ฎ

Deep Learning

Complex neural networks processing vast data through multiple layers. Handles image recognition, NLP, sequence modeling. Powers AnyCompany's document processing โ€” extracting data from invoices, receipts, contracts.

โœจ

Generative AI

The newest layer โ€” creates new content (text, code, reports). Builds on all previous layers. AnyCompany uses GenAI for merchant risk narratives, compliance report drafting, and conversational finance support.

Traditional ML vs Generative AI

Both are valuable โ€” the right choice depends on your task.

AspectTraditional MLGenerative AI
ArchitectureTask-specific models (XGBoost, Random Forest)Foundation models (Claude, GPT, Nova)
TrainingOne model per task, your dataPre-trained on massive data, adapted to your task
Best forStructured data, predictions, scoringText generation, summarization, reasoning
SpeedFast inference (milliseconds)Slower (seconds), more compute
CostLow per predictionHigher (token-based pricing)
AnyCompany exampleFraud scoring: flag suspicious transactions in real-timeRisk narrative: generate GREEN/AMBER/RED merchant assessment
๐Ÿ’ก Key insight for leaders: You don't choose one or the other. The best systems combine both โ€” ML for fast, cheap scoring (is this transaction suspicious?) and GenAI for rich, contextual output (write the risk assessment narrative). The forex rates agent from Day 2 demonstrates this: Python script for rate lookup + LLM for narrative summary.