Getting started

How it works

The find, size, ship and test loop in detail — what runs on a schedule, what waits for your decision, and where each step is visible in the app.

HI Engine is a loop, not a report. This page describes one full turn of it.

1. Find

Agents read your connected sources on a schedule and write insights — short, dated statements about what changed or what is not working.

SourceWhat the agent reads
ShopifyProducts, collections, orders, inventory, theme files, storefront pages
Google Analytics 4Sessions, device and channel splits, funnel steps, conversion rate
Click ContextClicks, rage clicks, scroll and section visibility, form behaviour, JavaScript errors
KlaviyoCampaign and flow performance

An insight is an observation, not yet a job. See Insights.

2. Size

Insights that point at a fixable problem become ideas. An idea names one change, on one surface, with the evidence attached.

Every idea gets two numbers:

  • Estimated impact, in your store currency, per month.
  • A TRICE score, which ranks the idea against every other open idea.

TRICE is five dimensions, each scored 1 to 5:

LetterDimensionWeight
TTraffic affected0.20
RRevenue potential0.30
IImplementation ease0.15
CConfidence in the data0.20
EExpected time to a result0.15

The weighted composite decides queue rank. How impact is estimated shows the arithmetic behind the euro figure.

One change, one idea

The agent never bundles several changes into one "overhaul". Each idea is a single change, so you can approve one thing without accepting four others.

3. Ship

You approve an idea. From there the agent:

  1. Reads your live theme and finds the right template, section or snippet.
  2. Writes the change as a typed theme section or block, with theme editor settings for any customer-facing text.
  3. Runs Shopify Theme Check and fixes what it reports.
  4. Publishes a draft theme named after the task.
  5. Sends you a preview link and waits.

Why a draft theme

A draft theme is a full copy of your live theme with the change applied. Your customers never see it. Publishing it to the storefront is a separate action that only you can take, inside Shopify.

Two rules the agent always follows:

  • No custom_liquid. Every change ships as a real section or block with a {% schema %}, so it stays visible and editable in the theme editor.
  • Copy is yours to edit. Any text a customer reads becomes a theme editor setting, not a hardcoded string.

See Reviewing a build.

4. Test

Testing is the default path for an approved build, not an extra. Half of your visitors get the current experience, half get the new one. The test runs until the difference is statistically distinguishable from noise, or until it is clear that it is not.

You choose who runs the split:

ToolWho runs it
HI EngineHI Engine runs and measures it. The recommended option
IntelligemsYou run it. HI Engine prepares the launch instructions
ShopliftYou run it. HI Engine records the hypothesis and the result
Shopify RolloutsYou run it. HI Engine records the hypothesis and the result

A winner can be published. A loser is rolled back. Either result feeds the next round: the agent recalibrates how it scores that category of idea for your store.

See A/B tests.

What runs without you

JobCadence
Agent runs over Shopify, GA4 and behavioural dataScheduled, continuous
New insights and ideas written to your boardAs they are found
Weekly queue scoring and task selectionWeekly
Build of an approved taskStarts on approval
A/B test measurementContinuous while a test runs

What always waits for you

  • Approving an idea for build.
  • Approving, commenting on, or rejecting a finished build.
  • Publishing a theme to your live storefront.
  • Starting and stopping an A/B test.

On this page