Skip to content

Case study · hero · 2026-05 to present

Kintsu AI Consultation Tool

Simple Cortex designed an ephemeral AI consultation flow that maps a selfie to real treatments and moves a patient toward booking, without storing a photo or pretending to diagnose.

Role
Product and Design Lead, Simple Cortex engagement
Company
Kintsu Medical Aesthetics
Dates
2026-05 to present
Bucket
current venture

Pre-launch. Build in progress as of May 2026.

The Kintsu AI consultation result screen in a browser frame: a plain-language summary of what the AI noticed, an educational overlay marking approximate concern zones directly on the face, and a row of concern tabs: Dark spots / uneven tone, Acne / congestion, Texture / pores. A live-analysis badge reads Gemini 2.5 Pro.
Kintsu Medical Aesthetics · AI Consultation Tool · Pre-launchA selfie becomes a plain-language reading: concern zones mapped on the face, then a tab per concern with a severity read, Fitzpatrick-aware education, a vetted service, and a product to ask about. This is the screen the whole tool exists to earn.

TL;DR

  • Role: Product and Design Lead, Simple Cortex engagement
  • Timeframe: May 2026 to present (pre-launch, in development)
  • Business problem: A selfie-based AI consultation could drive bookings, but only if it earned trust and reduced risk. A tool that kept photos, overclaimed, or ignored skin-of-color patients would do the opposite.
  • What I changed: Simple Cortex designed an ephemeral assessment flow that analyzes a photo, maps concerns to the real treatment catalog, and clears the riskiest data from the system. I led the engagement and owned product, design, and AI behavior end to end.
  • Proof: Takes a selfie, maps concerns to real treatments, redirects to booking. No database record. No auth. No stored photo.

The result step · anatomy of one concern

3 points

The Kintsu consultation result for one concern: the photo with the concern zone marked, a Dark spots / uneven tone read marked Moderate, a Fitzpatrick-aware explanation written for richer tones, and a Worth exploring service drawn from the practice catalog.
01 · Severity read

Moderate, set conservatively for deeper skin. The severity sits next to the concern, never framed as a diagnosis.

The real result screen, annotated live. Each structured part marked: a severity read, Fitzpatrick-aware education, a catalog-guarded service, and a skin-of-color product note. None of it framed as a diagnosis.

The problem was not AI accuracy

Accuracy matters, but trust comes first.

The tool asks for a sensitive image: a person's face. The first design decision was not which model to use. It was whether this product deserved to keep the photo at all.

The answer was no. So the tool became ephemeral by architecture, not by policy. Take the image, analyze it, return useful guidance, map results to services the practice actually offers, then get out of the way. A privacy policy saying "we delete photos later" was not good enough. The product promise is stronger when there is no stored photo to delete.

The second constraint was clinical: the line between patient education and medical advice can blur quickly in a medspa context. A tool that casually overclaims, or one that treats Fitzpatrick I as the default and applies the same confidence to Fitzpatrick V, damages trust before the consultation starts. Simple Cortex designed around both risks from the first conversation.

What I did

  • Designed a selfie-based consultation flow with no persistent photo storage. The image travels in the request, passes through the model, and the result returns to the browser. No write to disk, no row in a table.
  • Mapped concerns to the actual treatment catalog rather than generic advice. AI can describe a concern. The recommendation has to come from what Kintsu actually offers. The service catalog acts as a guardrail.
  • Created a plain-language result screen that educates without pretending to diagnose. The tool says what it notices and what people with similar concerns often explore. It does not say what condition a patient has.
  • Built guardrails into the system prompt itself: no diagnostic language, Fitzpatrick-aware behavior required, recommendations limited to the vetted catalog. The system prompt is the design artifact.
  • Framed the tool as a conversion bridge to booking, not a replacement for clinical judgment. The booking handoff carries the patient's shortlist of concerns and services, never patient identifiers.
  • Isolated the AI image simulation behind a feature flag. The useful consultation flow ships without waiting on the legally exposed feature to clear review.

Wizard · Five Steps · Nothing Stored

1LANDINGValue prop + ephemeralnotice. No login.2INTAKEAge range + concernpills. ~10 seconds.3CONSENT + UPLOADUpload locked untilconsent checked. Gateenforced in UI +server.4AI ANALYSISVision model reads thephoto. Photo clearedon advance.5RESULTS -> BOOKINGRecommendations +Zenoti redirect(?src=ai-tool).EPHEMERAL: NO DATABASE, NO PHOTO STORAGE
Five steps, no login, nothing persisted. The consent gate is enforced in the UI and again server-side; the photo is cleared the moment the user advances.

What changed

The concept moved from risky AI novelty to a bounded product experience.

  • The site gains a middle step between curiosity and booking. A visitor leaves with a shortlist of concerns and services to ask about, and a clearer reason to schedule.
  • The user gets a useful next step. The business gets a lead path. The clinician keeps authority. The system avoids keeping sensitive data it does not need.
  • Fitzpatrick III through VI patients are designed for explicitly, not covered by a disclaimer after the fact.
  • The booking handoff carries intent without carrying patient identifiers.
  • The simulation stays off until legal and clinical review clear it, without blocking the rest of the product.

The product strategy: useful enough to convert, restrained enough to trust.

Educational overlay · rendered client-side

3 points

A selfie with the Kintsu educational overlay drawn over it client-side: a soft-gold concern region across the cheeks, plain-language Left cheek and Right cheek labels, and a footer note reading that highlighted areas are an educational diagram, approximate and not a diagnosis.
01 · Concern zone

The region is tinted by severity in soft gold, not clinical red. The visual language stays calm and educational.

The real overlay, drawn client-side over the local photo, annotated live. Three layers marked: the severity-tinted concern zone, the plain-language label, and the honest framing. The overlay shows where the AI looked without sending the photo away.

Ephemeral pipeline · nothing persisted

Your browserSELFIE CAPTUREDPOST bodyBASE64 IN REQUESTVision modelGEMINI 2.5 PROStructured JSONASSESSMENT + SLUGSBrowserRESULTS RENDERNO WRITE TO DISK · NO ROW IN A TABLEPERSISTENCE LAYER — NEVER WRITTENDatabaseDiskPhoto store
The image travels in the request body, passes through the model, and the result returns to the browser. No write to disk, no row in a table. Storage is impossible by architecture, not by policy.

Model Output

Server-Side Filter

Client

STATIC VETTED ALLOWLISTkintsu-glow-hydrafacialmedical-microneedlinglaser-resurfacingtopix-replenix-serumfilterObservations()GUARDS CONCERN + ZONE VOCABULARYfilterRecommendations()DROPS SLUGS NOT IN SERVICES.JSONkintsu-glow-hydrafacialmedical-microneedlingtopix-replenix-serumlaser-resurfacingDROPPEDNOT OFFERED
Two guards run server-side before any response leaves the function. A hallucinated slug the practice does not offer is dropped, never reaching the patient.

Phone-first · the primary surface

Three screens

Kintsu mobile consent and upload screen with the consent gate above the selfie upload, the app logo visible at the top.
01Capture & consent

Nothing leaves the device until you consent.

Kintsu mobile result screen showing what the AI noticed with the concern overlay drawn on the face, the app logo visible at the top.
02The reading

A reading, never a diagnosis.

Kintsu mobile booking handoff screen carrying the selected service shortlist, the app logo visible at the top.
03Booking handoff

The shortlist travels in the URL. The person does not.

Phone-first, because that is where selfies happen. The real screens: capture and consent, the reading, then the booking handoff, with the trust state stated at every step.

Reflection

The power of this case is restraint. The product earns trust by refusing to keep data, refusing to diagnose, and refusing to recommend anything outside the real service model. That constraint is not a limitation. It is what makes the tool safe to launch and worth trusting.