SUPERSCRIPT RESEARCH / WHITE PAPER 2026.02
WHY HEALTHCARE NEEDS ITS OWN BROWSER
APRIL 2026 / research@superscript.nyc
[ 2026.02 · ARCHITECTURE ]

Why healthcare needs
its own browser.

A research piece on the runtime healthcare workflows execute inside, why it matters more than any single model or AI scribe, and what it takes to build it.

[ WHO THIS IS FOR ]

Engineers thinking about healthcare infrastructure. AI vendors building for clinical operations. Healthcare technical leaders evaluating the runtime their AI workflows depend on.

[ PROVIDERS LIVE ]
800+
CLINICIANS RUNNING SUPERSCRIPT
[ TRANSACTIONS / MONTH ]
Millions
X12 270/271/835 OBSERVED
[ EHRs COVERED ]
3+
ATHENA · EXPERITY · eCW · MODMED ROADMAP
[ PATIENT PAYMENTS ]
$20M+
PROCESSED THROUGH THE BROWSER

We think the most consequential AI infrastructure decision in healthcare over the next decade is not which model gets trained or which scribe gets adopted. It is the runtime that healthcare workflows execute inside.

We think that runtime is a browser, and that it has to be built specifically for healthcare. This piece is about why.

[ 01 ]
[ WHY THE RUNTIME MATTERS ]

Every consequential category of software finds its native client.

Spreadsheets needed Excel. Code needed an IDE. Design needed Figma. Healthcare operations have been running inside a browser tab for fifteen years, and that browser has been Chrome, which was built for the open web rather than for clinical workflows. The cost of that mismatch shows up in places that are easy to miss until you spend time inside an outpatient practice and start to see them everywhere: a coordinator keeping seven Athena tabs open at once, all labeled "Athenahealth," navigated by memory and muscle; a check-in workflow split across three windows because the EHR's UI never anticipated it; a clinician copy-pasting a patient identifier between tabs because the browser does not know they are working on the same person.

A purpose-built browser does not replace the EHR. It becomes the layer the EHR runs inside, observing the workflow as it unfolds, normalizing it across systems, surfacing context the EHR never bothered to expose, and mediating AI access under a single compliance posture.

Chrome with three identical Athenahealth tabs
CHROME · NO PATIENT CONTEXT IN TAB
Superscript with patient-aware tabs
SUPERSCRIPT · PATIENT + STEP IN EVERY TAB
FIG. 01.A Same Athena workflow, two runtimes. Left: Chrome, no context, all tabs collapse to "Athenahealth." Right: Superscript, every tab carries its patient and its step.
[ 02 ]
[ APPLICATION LAYER · MODEL PARITY · TIME HORIZON ]

Most AI work in healthcare is running on a clock.

A team takes a strong foundation model, fine-tunes it on a specific domain, wraps it in a vertical UI, and goes to market as the AI-native answer for some category of work. Legal research. Customer support. Clinical documentation. Sales enablement.

The pattern is structurally fragile in two ways.

[ THE MARGIN PROBLEM ]

Inference scales linearly with usage and superlinearly when the workflow is agentic. Hosting costs scale sublinearly. The same dollar a customer pays the application company is recognized as revenue at three layers of the stack, even though most of the durable economic value collapses at the bottom of the chain.

[ THE DEFENSIBILITY PROBLEM ]

Capabilities that required custom fine-tuning a year ago now work out of the box with better prompting and a longer context window. Compliance posture becomes table stakes once the model providers ship native support for regulated verticals.

−$0.62 lost to model
−$0.48 lost to infra
APPLICATION
MODEL
INFRASTRUCTURE
KEPT BY APP
$0.38
KEPT BY MODEL
$0.14
KEPT BY INFRASTRUCTURE
$0.48
Vertical AI agent
exposed to CAC, commoditization
Foundation model
linear inference cost
The durable slice lands at the hyperscaler,
on GPU compute.
FIG. 02.A The customer's $1.00 splits into three retained slices as it moves down the chain. The slice at the bottom is the largest. Durable economic value lands at the terminus, not the customer-facing layer.

The same pattern is now repeating across every operational category in healthcare. Every prior auth agent, RCM agent, referral management agent, and AI scribe is, structurally, an application-layer company. The question, for any AI vendor in healthcare, is whether the moat lives somewhere a foundation model cannot reach.

[ 03 ]
[ RLVR · BAYESIAN INFERENCE · DATA COMPOUNDING ]

AI improves fastest where the outcome can be checked.

A principle has emerged from AI research over the last two years that does more to predict where AI will work than any of the louder debates about model size or training data. Whether the work in a given industry produces a verifiable signal at the end of every transaction is a better predictor of when AI will transform that industry than almost anything else.

A system trained against verified rewards self-corrects systematically. Each error generates a precise signal that feeds the next decision. A system trained against subjective feedback improves until it saturates the rater's ability to distinguish quality, and then plateaus.

Test-time compute sharpens this divergence. When a model spends more cycles while answering, it gets sharper in verifiable domains and more confidently wrong in non-verifiable ones. The same scaling axis that makes pricing more accurate makes a clinical recommendation more dangerous.

Most healthcare AI bets sit in non-verifiable territory.

[ CLINICAL DECISION SUPPORT ]

Produces a recommendation that takes months or years to resolve, if it ever does.

[ AI SCRIBES ]

Produce a note whose contribution to patient care is essentially unmeasurable in any structured way.

[ DIAGNOSTIC AI ]

Produces a probability that gets confounded by every other intervention that happened in the meantime.

The category where verification is structurally available in healthcare is the one nobody is talking about: the operational layer, which runs on standardized EDI transactions and produces a verifiable outcome on every claim. Pricing is the cleanest instance.

When a patient walks into a specialist's office for a colonoscopy, the practice needs to know, before the procedure, what the patient will owe. The answer depends on plan, accumulated deductible spend, the negotiated rate at the CPT code, modifiers, and coverage logic. The 835 closes the loop with a verdict decomposable into each.

Pricing is where we begin because it has the most immediately measurable ROI for the practice. Patient AR collects in roughly a day instead of a month. Patient yield moves from 60–75% to 90%+. Time spent on insurance checks drops by an order of magnitude. The protocol pays for itself before anything harder gets touched, which is what gets it deployed. The architecture pricing required (a verifier-grounded loop, a network of practices, browser-level workflow access) is the same architecture every other operational AI workload requires.

[ PRIOR AUTHORIZATION ]

Payer approval or denial closes the loop on every request.

[ DENIAL MANAGEMENT ]

CARC and RARC codes return a structured reason for every rejected claim.

[ ELIGIBILITY VERIFICATION ]

The 271 response and the downstream adjudication mismatch decompose the error on every encounter.

FIG. 03.A · RLVR LOOP
How healthcare pricing learns from every transaction.
VERIFY TO AUTOMATE
AFTER KARPATHY · SEQUOIA AI ASCENT 2026
[ 01 ]INPUT
Patient state, observed.
Eligibility from the payer plus historical context. Partially observable, partially adversarial.
EB*A**30**HM*****FAM EB*C*FAM*30**HM*HMO*27*1500 DTP*348*D8*20260101 MSG*DEDUCTIBLE APPLIES BEFORE COPAY
[ 02 ]POLICY
Pricing decision.
Conditional distribution over patient responsibility, given observed state and prior adjudications.
P( responsibility | state ) → predict $ 347.50 deductible 280 copay 50 · coins 17.50
[ 03 ]ACTION
Claim submission.
The 837 enters the payer's adjudication system. Days, sometimes weeks, until the verdict closes the loop.
837 → payer CLM*PCN12345*892***11>B>1 SV1*HC>45378*892*UN*1***1 → awaiting 835
[ 04 ]VERIFIED OUTCOME
Ground truth from the 835.
The remittance returns a structured verdict on every claim. Decomposable, machine-readable, unambiguous.
CLP*PCN12345*1*892*544.50*312.00 CAS*PR*1*245 // ded CAS*PR*2*17 // coins CAS*PR*3*50 // copay
predict
submit
adjudicate
training signal · ε = ŷ − y
FIG. 03.A The verify-to-automate loop applied to healthcare pricing. Each prediction generates an action, the action returns a structured ground-truth signal, the signal trains the next prediction. Sources: X12 005010X221A1 · Karpathy 2026.

Pricing accuracy for a given payer-plan-procedure tuple improves with the number of independent observations. A single practice might see a particular Anthem PPO plan adjudicate a 45378 a few dozen times a year. A network of fifty practices on the same payer mix sees it thousands. This is a network effect that derives from the geometry of the data, not from the model layer. A foundation model with a million-token context window cannot replicate it, because the data does not exist in any one place to be ingested.

§03

The model is a component. The architecture is the moat.

[ ROI · SUBSTRATE · PLATFORM ]
Pricing is the foundation. Everything else stacks on it.

A discrete, high-ROI workload that pays for itself and earns the substrate position. The architecture pricing required (a verifier-grounded loop, a cross-practice observation network, browser-level workflow access) is the same architecture every other operational AI workload in healthcare requires. Third-party AI vendors plug into the same substrate when they need the same workflow access.

[ TIER 3 · PLUGS IN ]
Third-party AI vendors
SCRIBES · CLINICAL AI · ADJACENT VENDORS
[ TIER 2 · EXTENDS ]
Operational AI workloads
PRIOR AUTH · DENIALS · ELIGIBILITY · REFERRALS
[ TIER 1 · BUILT FIRST ]
Pricing protocol
ROI ENGINE · PAYS FOR THE SUBSTRATE
FIG. 03.B Pricing builds the substrate. Operational AI workloads (prior auth, denials, eligibility) extend it. Third-party AI vendors plug in.
[ 04 ]
[ RUNTIME · DEPENDENCY INVERSION · POST-CHROMIUM LANDSCAPE ]

The runtime determines what a piece of software can observe.

For an AI vendor in healthcare, the runtime is almost always the EHR's API surface, which the EHR vendor designed and controls. The signal an AI vendor can train on is the signal the EHR chose to expose. The actions the vendor can take are the actions the EHR's API supports. The integration timeline is the timeline the EHR's developer relations team is willing to commit to.

[ A ] · THROUGH THE EHR
The vendor depends on the chain.
Every layer is owned by someone else.
[ AI VENDOR ]
Receives summary events
[ API ]
EHR's chosen surface
[ EHR ]
Internal data model
[ USER ]
Provider, front desk, clinician
CONTROLLED BY
EHR VENDOR
[ EVENTS REACHING AI VENDOR · 60 SEC ]
~4 EVENTS / MIN
SUMMARY ONLY
[ B ] · INSIDE THE BROWSER
The browser is the substrate.
The vendor and the EHR are peers inside a shared runtime.
SHARED OBSERVATION SURFACE
[ BROWSER · SHARED RUNTIME ]
[ AI VENDOR · RESIDENT ]
Peer to every origin
[ ORIGIN 1 ]
EHR (Athena)
[ ORIGIN 2 ]
Clearinghouse
[ ORIGIN N ]
Payer portal
[ USER ]
Provider, front desk, clinician
[ EVENTS REACHING AI VENDOR · 60 SEC ]
~40 EVENTS / MIN
LIVE DOM
10× MORE SIGNALPER MINUTE
[ WHY THIS MATTERS ]
The signal you can train on is the signal the runtime exposes. Runtime choice determines everything that comes after.
FIG. 04.A Vendor dependency vs. EHR substrate. Through the EHR, the AI vendor sits at the end of a chain it does not control. Inside the browser, the vendor and the EHR are peers — roughly 10× more observable signal per minute.

A browser sits between the user and whatever the EHR vendor renders. The DOM is what the EHR built its own UI against. The API is a subset of the same information shipped late and often incompletely. Instead of waiting for an EHR to expose a new endpoint, the browser observes the workflow directly. Instead of integrating against N different EHR APIs to reach N different practice cohorts, a single browser deployment normalizes across all of them.

The harder question is whether building a browser is a reasonable thing to do. It is, and the reason is that the browser stopped being a moonshot in 2008.

[ POST-CHROMIUM CATEGORY · 2008 → 2026 ]
Chromium
2008 · OPEN-SOURCED · BLINK + V8
Chrome
2008 · GOOGLE
Brave
2016
Edge
2018 · REBUILT ON CHROMIUM
Arc
2022
Atlas · Comet · Dia
2024
Island
2020 · ENTERPRISE
Superscript
2026 · HEALTHCARE
2008
2010
2012
2014
2016
2018
2022
2026
FIG. 04.B Post-Chromium browsers, plotted on the same timeline. This is a category, not a moonshot.
§04

The question is no longer whether to build a browser, but what to build a browser for.

[ 05 ]
[ CHROMIUM · ELECTRON · WHAT WE BUILT ]

A browser is a stack of subsystems most people who use one have never thought about.

COMPLIANCE / BAA BOUNDARY · OUTER SHELL
Browser process: handles main UI, navigation, and session PID 0x01 · privileged
↑ Superscript adds: workflow chrome and agent runtime
IPC FABRIC · MESSAGE ROUTING
↑ Superscript adds: event normalization
[ RENDERER ]
athena.com
Blink · V8 · DOM
Blink, forked from WebKit in 2013, handles layout, paint, and compositing across roughly 15M lines of C++. V8 executes the JavaScript on every page. Each origin runs in its own renderer process, so a crash in one tab cannot bring down the browser.
[ RENDERER ]
experity.com
Blink · V8 · DOM
A second renderer process, fully isolated from the first. The multi-process model means origins share no memory and communicate only through the IPC layer.
[ GPU ]
Compositor
Raster · Layers
A separate GPU process composes raster layers from each renderer. Crashes here recover without losing browser state.
[ NETWORK ]
Network
HTTP · TLS · WS
HTTP, TLS, and WebSocket all live here. This is where security and privacy guarantees actually run.
[ UTILITY ]
Audio · Storage
Sandboxed
Audio, storage, and other utility services run in their own sandboxed processes. The IPC layer wires everything together while keeping each subsystem independently restartable.
↑ Superscript adds: DOM observation (per renderer)
FIG. 05.A Concentric containment. Outer shell is compliance and BAA boundary. Inside that, the browser process. Inside that, the IPC fabric. Innermost, the sandboxed worker processes. Superscript additions are annotated at the layer they hook into.

None of this is exotic. All of it ships in Chromium. All of it has been open source since 2008. Before Chromium, building a browser was a multi-thousand-engineer project. After Chromium, the rendering layer became infrastructure. We did not invent a new browser substrate. We chose the right one and we are building the parts no one has built yet.

[ 05.1 ]
[ THE PLATONIC IDEAL · WHERE WE'RE GOING ]

The browser is a long project, and we are in the early innings.

We do not fork Blink. Reinventing a layout engine would consume engineering time for no commercial return. The desktop application shell is Electron, the same framework that ships Slack, VS Code, and Linear. What we build on top is the part that matters.

[ LAYER 03 · OUR WORK ]
Superscript
DOM observation · event normalization · workflow chrome · agent runtime · compliance posture · cross-origin context
BUILT
[ LAYER 02 · APP SHELL ]
Electron
Node.js main process · native OS integration · packaging · auto-update. Same framework as Slack, VS Code, Linear.
INHERITED
[ LAYER 01 · RENDERING SUBSTRATE ]
Chromium
Blink · V8 · networking stack · multi-process model · sandboxing · IPC. Open source since 2008.
INHERITED
FIG. 05.B The Superscript stack. We do not fork Blink. The application shell is Electron. What we build sits on top, in the layer no one has built yet.
▮ DIRECTION 01
Subtractive layer

The EHR is bloated. The browser layer is where the operational interface for clinical workflows finally gets to be redesigned without forcing a migration off Athena, eCW, or ModMed. We expect the eventual experience to feel quieter than the EHR: a command bar that knows what workflow the user is in, tab labels that reflect the patient and the step rather than the EHR's brand, state that travels across origins. The bar we are clearing is the bar Linear and Arc and Superhuman cleared in their respective categories.

▮ DIRECTION 02
Agent runtime

The browser will expose a first-class agent SDK. Vetted AI vendors register, declare what events they need to observe and what actions they need to perform, and operate under a single mediated compliance posture. Alongside this, a native MCP server. DOM observation and MCP are complementary: DOM for the workflow signal the EHR does not expose, MCP for the structured queries and actions that work better as a clean protocol.

▮ DIRECTION 03
Rendering ownership

The Blink renderer stays. But the surfaces we build ourselves, the patient-facing storefront, the kiosk, the front desk POS overlay, do not need to render through the same web-page abstractions the EHR is forced to use. There is a long-term question about whether those surfaces should run as native components inside the browser process, with their own design system. We are building toward it carefully.

[ 06 ]
[ OBSERVATION SURFACE · NORMALIZATION · MCP COMPARISON ]

The DOM is a categorically different observation surface.

An API returns the schema the vendor designed: a set of fields, exposed at a set of endpoints, on a release cadence the vendor controls.

The DOM is the live state of the page the user is interacting with. Every field they have considered. Every dropdown they have opened. Every value they have changed. Every state transition the page has rendered. The DOM is the workflow itself. The API is a summary of the workflow shipped after the fact.

[ SCENARIO · ORTHO FRONT DESK · CHART OPEN · 09:42 → 09:43 AM ]
→ TO ATHENA'S API

One field, one moment.

A single value at write time. No history. No correction. No timing data.

POST /appointments
{
  "appointment_type":
  "new_patient_consult",
  "timestamp": "09:43:14"
}
→ TO THE DOM

The workflow itself.

A captured sequence with operational meaning. The original type was wrong. The correction happened mid-workflow. The rate at which corrections of this kind happen at this practice is a leading indicator of CPT misclassification downstream.

09:42:18  CHART OPENED · pt_id 8819
09:42:31  NAV → /scheduling
09:42:44  SELECT type=established_followup
09:42:51  PHONE NOTE: "haven't seen in 3y"
09:43:14  CORRECTION → new_patient_consult
09:43:14  COMMIT
FIG. 06.A Two views of the same minute. Left: what the API sees. Right: what the DOM sees. The asymmetry is the entire argument.

An EHR-published MCP server is the right interface for clean, structured queries against the vendor's schema. DOM observation is the right interface for live workflow context the EHR does not expose. The two are complements, not substitutes. We will ship an MCP server for our own platform and continue to invest heavily in DOM observation. Most agents that operate seriously inside healthcare will use both.

PLATFORM TOPOLOGY · t = LIVE
[ CHANNEL A · STREAMING ]
DOM observation
LIVE WORKFLOW · MUTATION OBSERVER · MS LATENCY
SIGNAL
MCP server
TYPED · STRUCTURED QUERIES + ACTIONS
SIGNAL
[ CHANNEL B · DISCRETE ]
[ NORMALIZATION + COMPLIANCE ]
Browser substrate
Handled once. Inherited by every agent that runs inside.
BAA ✓AUDIT ✓CONSENT ✓
→ NORMALIZED EVENTS · TYPED ACTIONS
[ AGENT LAYER ]
Pricing agent
Prior-auth agent
Eligibility classifier
+ N · 3RD-PARTY AGENTS
FIG. 06.B DOM observation streams continuously; MCP delivers typed actions in discrete bursts. Both flow through the browser's normalization and compliance layer before any agent sees them, and the same substrate fans out to every agent registered on the platform.
[ 07 ]
[ OBSERVATION · ACTION · COMPLIANCE · ECONOMICS ]

A vertical AI agent in healthcare needs three things to operate at scale.

[ OBSERVE THE WORKFLOW ]

The DOM, normalized across EHRs, available as a single event stream to any agent registered on the platform.

[ ACT INSIDE THE WORKFLOW ]

The same DOM, plus the network layer the browser controls, plus a structured action API for the workflows where direct DOM manipulation is the wrong abstraction.

[ DO BOTH UNDER A COMPLIANCE POSTURE ]

BAA, audit logging, patient consent, and the boundaries of what an agent is allowed to see and do inside which workflow. We handle this once, at the platform, for every agent that runs on top of us.

§07

Today, almost no agent gets all three. The browser provides them as a default.

[ CONVENTIONAL ARCHITECTURE ]

Inference on every interaction.

Real-time. Critical path. Linear scaling with usage. Pays full retail rate per token. Latency in seconds.

COST PER PATIENT · [ TK ]
P50 LATENCY ······· [ TK ]
FAILURE MODE ······ SILENT TIMEOUT
[ BROWSER-NATIVE AGENT ]

Batched inference overnight, cached at the practice.

Pre-computes against tomorrow's schedule overnight. Off-peak rates. Sub-millisecond surface latency. Streamed updates as the day evolves.

COST PER PATIENT · [ TK ]
P50 LATENCY ······· [ TK ]
FAILURE MODE ······ CACHED · GRACEFUL
FIG. 07.A Two agent deployment architectures, side by side. The browser sits in front of scheduling data and pre-computes against tomorrow's appointment list overnight.

An agent built on a conventional architecture pays for inference on every interaction, in real time, against tokens that scale linearly with usage. An agent built on our browser inherits a different cost structure, because the browser sits in front of scheduling data and can pre-compute against tomorrow's appointment list overnight. Pre-visit eligibility classification, intake screening, prior authorization triage, and pricing inference for the next day's schedule all run as batched, asynchronous, low-priority workloads against tomorrow's patients, with results cached and surfaced instantly when the patient walks in. Inference at batched, off-peak rates against a cached schedule is a different unit economic regime from inference on the critical path of a live workflow.

[ SOURCES ]
EHRs feed
workflow signal in
tabs above
ATHENA
EXPERITY
eCW
MODMED
NEXTGEN
←  →  ⟳
superscript.nyc · /practice/encounter/workflow-context
SUPERSCRIPT BROWSER DOM MCP COMPLIANCE CACHE IDENTITY
AGENT VENDORS · EXTENSIONS
Pricing
Prior-auth
Referral mgmt
Intake / screening
AI scribes
Clinical AI
· ROADMAP IN DASHED
BAA
AUDIT LOG
PATIENT CONSENT
BILLING
[ VENDORS ]
Agent vendors
plug in
sidebar at right
COMPLIANCE FOUNDATION · ONE RELATIONSHIP · HANDLED ONCE · INHERITED BY EVERY AGENT INSIDE
FIG. 07.B The substrate is a browser. EHRs are tabs. Agent vendors are extensions. Compliance is the status bar. The chrome is what every workload sits inside.

Vetted agents register with the platform. Practices choose which agents are active and switch between them at runtime, paying through a single billing relationship. Agent vendors reach hundreds of practices through a single integration. The frontier labs continue to build the best models, and we continue to use them. The economic substance of the platform accrues at the layer that sits across all of the EHRs, all of the agents, and all of the practices.

[ 08 ]
[ AN OPEN PROBLEM ]

Cross-origin state continuity inside the browser.

The multi-process model that makes Chromium safe also makes it forgetful. Each origin runs in an isolated renderer process with its own memory space and its own access controls.

Healthcare workflows do not respect origin boundaries. A single check-in routinely spans the EHR, the clearinghouse portal, the practice management system, and at least one ancillary tool.

The clean answer is not to weaken process isolation. The harder answer involves a privileged context-passing layer inside the browser itself, mediated by the main process, with explicit consent surfaces and audit logging on every cross-origin transit. The implementation has to interact correctly with the agent runtime, the compliance layer, and the practice's existing identity infrastructure.

§08

The right version of this is something we expect to be working on for the next two years.

We are writing about it now because the engineers who would find this problem interesting are the engineers we want to be working with on it.

[ CONTACT · §08 ]

If you are an engineer who finds this problem interesting, or an AI vendor building for healthcare and want to deploy on the substrate this piece describes, write to us.

[ 09 ]
[ TERMS USED · IN ORDER OF APPEARANCE ]

Glossary.

CHROMIUM
Open-source browser project Google releases. Chrome, Edge, Brave, Arc, Atlas, Comet, Island, and Superscript build on top of it.
FOUNDATION MODEL
Large general-purpose AI models built by labs like Anthropic, OpenAI, and Google. Application-layer companies build products on them through paid APIs.
CONTEXT WINDOW
How much information a model can hold in working memory during a single inference.
RLHF
Reinforcement Learning from Human Feedback. Post-training where human raters score outputs. Noisy and drifts as outputs evolve.
RLVR
Reinforcement Learning with Verified Rewards. Post-training where the environment returns an unambiguous yes-or-no on whether the model got it right.
TEST-TIME COMPUTE
Scaling axis where the model spends more computation while answering, rather than during training.
X12 270 / 271
Structured EDI transaction pair payers and providers use to ask and answer "is this patient covered, and for what."
EB SEGMENT
Fields inside an X12 271 response that describe a specific element of coverage. Hierarchical and structured.
MSG SEGMENT
Free-text field inside a 271 where payers encode coverage logic that does not fit the structured hierarchy.
835 REMITTANCE
Structured EDI response that tells a provider how a claim actually adjudicated.
DOM
Document Object Model. The live in-memory representation of a page that the browser renders and the user interacts with.
MUTATION OBSERVER
Browser API that fires a callback whenever the DOM changes.
BLINK
Rendering engine inside Chromium. Forked from WebKit in 2013.
V8
JavaScript engine inside Chromium.
MULTI-PROCESS MODEL
Each origin a browser loads runs in its own isolated process, so a crash or compromise in one tab cannot affect another.
ELECTRON
Framework that combines Chromium's rendering layer with a Node.js runtime. Ships with Slack, VS Code, Linear.
MCP
Model Context Protocol. Open standard for AI agents to call external tools and read external data through a typed interface.
ORIGIN ISOLATION
Browser's policy of running each website in its own renderer process with its own memory space.