- Businessintermediate
What a Solution Architect Actually Does
A solution architect sits between a business problem and a technical solution, and is accountable for whether the solution fits. This lesson defines the role, separates it from enterprise and technical architects, explains why the job is about judgment and trade-offs rather than coding, and shows how engineers grow into it.
7 steps·~11 min - Businessintermediate
Shopify Functions: Custom Logic Inside Checkout
Flow reacts after events; Functions participate during them. This lesson covers how Shopify Functions let you change discounts, shipping, payment options, and cart validation from inside checkout, why they run as WebAssembly compiled from JavaScript or Rust, and why that architecture replaced the old sandboxed Scripts.
8 steps·~12 min - Businessintermediate
APIs, Webhooks, and Choosing the Right Tool
When Flow and Functions run out, you reach for the API. This lesson covers the Admin GraphQL API and its calculated-cost rate limiting, webhooks and why at-least-once delivery forces you to build for duplicates, bulk operations for large datasets, and a decision framework for choosing among all four approaches.
7 steps·~11 min - Businessintermediate
Automating a Store with Shopify Flow
Most store work is repetitive reaction: tag this order, email that customer, reorder when stock drops. Shopify Flow turns that into automation with a trigger-condition-action model. This lesson covers how Flow works, over 100 event triggers, worked workflows, and the important part, where Flow stops and you need something else.
7 steps·~11 min - Businessintermediate
The GENIUS Act, Risk, and the Honest Limits
The 2025 GENIUS Act turned stablecoins from an unregulated experiment into a defined instrument with reserve rules, permitted issuers, monthly attestations, and a ban on paying holders yield. This lesson covers what the law requires, why the yield ban shapes the whole business model, and the risks the rules do not remove.
7 steps·~11 min - Businessintermediate
Stablecoins in Business Payments and Treasury
Cross-border business payments are slow and expensive for structural reasons: correspondent banking, trapped pre-funded capital, and messaging that is not settlement. This lesson explains why, what stablecoins actually change, how tokenized treasuries and deposits fit, and how to read the eye-watering volume statistics honestly.
8 steps·~12 min - Businessintermediate
What a Stablecoin Is, and Why the Peg Holds
A stablecoin is a claim on an issuer that trades at a dollar because you can redeem it for a dollar. This lesson builds the mechanism: the mint-and-redeem arbitrage that enforces the peg, why reserve composition is the whole game, and what the USDC depeg and the Terra collapse each proved about how pegs actually break.
8 steps·~12 min - Businessintermediate
Agentic Commerce: Trust, Liability, and What Breaks
Scoped tokens and signed mandates solve authorization, not everything. This lesson covers the unsettled parts: who is liable when an agent buys wrong, why merchants and agents have opposing incentives, prompt injection as a new attack surface at checkout, agent-to-agent buying, and why the market forecasts disagree by an order of magnitude.
8 steps·~12 min - Businessintermediate
Delegating Spending Authority to an Agent
How do you let software spend your money without handing it your card? This lesson covers the mechanism behind agentic checkout: scoped single-use credentials like the Shared Payment Token, Google's AP2 intent and cart mandates as signed verifiable credentials, agent identification, and the guardrails that bound what an agent may buy.
8 steps·~12 min - Businessintermediate
Before the Agent: How a Card Payment Actually Works
You cannot understand agentic checkout without understanding checkout. This lesson builds the payment foundation: the five parties in every card transaction, the authorization-capture-clearing-settlement path, who really pays interchange, why card-not-present fraud shapes everything, and the tokenization idea that agent payments are built on.
9 steps·~14 min - Businessintermediate
Insurance AI Under the Rules: Unfair Discrimination and Proxies
Insurance is legally required to discriminate between risks, and legally forbidden from discriminating on protected characteristics. This lesson covers the line between them: proxy discrimination, and the rules that now govern insurer AI, the NAIC model bulletin, Colorado's SB21-169, NYDFS Circular Letter 7, and the EU AI Act.
8 steps·~12 min - Businessintermediate
AI in Underwriting, Claims, and Fraud
This is where insurers actually deploy AI: pricing models that extend a century of actuarial practice, telematics that price behavior instead of proxies, claims pipelines that read photos and documents to settle simple losses fast, and fraud models that refer suspicious claims to human investigators rather than deciding them.
8 steps·~12 min - Businessintermediate
How Insurance Actually Works, and Where AI Fits
Insurance is a prediction business: you take money now for a promise about an uncertain future. This lesson builds the foundations, risk pooling, the premium equation, loss and combined ratios, and the insurance value chain, then shows why a business built on forecasting risk is unusually well matched to machine learning.
8 steps·~12 min - AIadvanced
From I-JEPA to V-JEPA: World Models and Planning
The JEPA idea becomes concrete in I-JEPA on images and V-JEPA 2 on video. This lesson covers the multi-block masking that makes I-JEPA work, how an action-conditioned video model becomes a world model, and how predicting representations enables planning by model-predictive control instead of a fixed policy.
8 steps·~12 min - AIadvanced
Inside a JEPA: Encoders, Predictors, and Collapse
Predicting a learned representation invites a trivial cheat: represent nothing. This lesson opens the JEPA machine, the context encoder, target encoder, and predictor, shows the training loop in code, explains why representation collapse is the central danger, and how asymmetry, stop-gradient, and an EMA target defeat it without negatives.
8 steps·~12 min - AIadvanced
Why Predict Representations, Not Pixels
Self-supervised learning has three families: reconstruct the input, contrast augmented views, or predict in a learned embedding space. This lesson explains why the third, the joint-embedding predictive approach behind JEPA, sidesteps both wasted capacity on unpredictable pixels and hand-crafted augmentation biases.
8 steps·~12 min - Businessintermediate
Usability, Accessibility, and Breaking Into UX
A design is only as good as how real people use it. This lesson covers evaluating and refining: running usability tests, Nielsen's classic heuristics, designing for accessibility with WCAG, and design systems for consistency, then how a career switcher builds a portfolio and breaks into UX.
8 steps·~12 min - Businessintermediate
Designing the Solution: Structure, Wireframes, and UI
With the right problem defined, designers build the solution. This lesson covers the craft: organizing content with information architecture and user flows, sketching structure with wireframes, testing ideas with prototypes before building, and the visual UI fundamentals, hierarchy, layout, type, and consistency, that make a design clear.
8 steps·~12 min - Businessbeginner
UX Research: Understanding Users and the Real Problem
Great design starts with understanding people, not pixels. This lesson covers UX research: interviews and observation done right, the difference between what users say and do, turning findings into personas and journey maps, and writing a sharp problem statement that defines the right problem to solve.
8 steps·~12 min - Businessbeginner
What UX Design Actually Is
UX design is one of the most popular creative career switches, and one of the most misunderstood. This lesson defines it: the difference between UX and UI, why user-centered design beats designing for yourself, the business value of usability, and the double-diamond process that structures how designers work.
8 steps·~12 min - Businessintermediate
Waterfall, Agile, and Scrum: Choosing How to Work
The same project can be run in very different ways. This lesson covers the two big philosophies, plan-driven waterfall and adaptive agile, how the Scrum framework works in practice, how to choose between them, and how a career switcher can earn credentials and break into project management.
8 steps·~12 min - Businessintermediate
Running the Project: Execution, Risk, and Stakeholders
A plan only matters if you can steer the project through reality. This lesson covers execution and control: tracking progress against the baseline, managing risk before it becomes crisis, handling change requests, and keeping stakeholders aligned through communication, the day-to-day work that actually delivers a project.
8 steps·~12 min - Businessintermediate
Project Planning: Scope, Schedule, and Budget
A project plan turns a fuzzy goal into a concrete blueprint. This lesson covers the three pillars of planning: defining scope with a work breakdown structure, building a schedule with dependencies and a critical path, estimating cost and resources, and clarifying who does what with a RACI chart.
8 steps·~12 min - Businessbeginner
What a Project Manager Actually Does
Project management is a high-demand career you can enter from almost any background. This lesson defines the role: what a project is, how a PM delivers it by balancing scope, time, and cost, the difference between managing a project and managing a product, and why the job rewards organization and communication over technical skill.
8 steps·~12 min

