Amphora

Progress Notes

Building in public. The science, the product, and what we're learning along the way.

June 18, 2026Research10 min read

AI vs Real Faces: A Neural Brain Atlas Study. 1,000 Images. Perfect Separation.

TRIBE V2 brain activations perfectly distinguish AI-generated from real human faces across 1,000 images. A linear classifier achieves AUC = 1.000 with 99.4% accuracy — the two categories are linearly separable in brain space. Every ROI tested shows Cohen's d > 1.4. And AI faces trigger a reversed temporal trajectory: sustained prediction errors where real faces suppress. The brain knows the difference. We measured exactly how.

Study Overview

Study ID2c0687164817
Dataset500 AI faces (CommunityForensics, CC-BY 4.0) + 500 real faces (COCO 2017 val, CC-BY 4.0)
Brain modelTRIBE V2 (facebook/tribev2) · NVIDIA RTX 5080 · CUDA 12.8
CompletedJune 8, 2026
Images1,000 total

TRIBE V2 brain activations perfectly distinguish AI-generated from real human faces across all 1,000 images. A linear classifier achieves AUC = 1.000 with 99.4% accuracy — the two categories are linearly separable in brain space. Every ROI and network tested shows Cohen's d > 1.4 (all FDR q < 0.0001). The strongest effects are in Superior Temporal Cortex and the Auditory/Language network (d = 1.810), regions central to social face processing.

AI faces also show a reversed temporal trajectory: neural activation increases late in processing (early_late_delta = +0.53) while real faces show the opposite (−0.45). This is consistent with the brain treating AI faces as statistically surprising stimuli — familiar enough to engage face-processing machinery, yet never quite resolving into the expected pattern.

Executive Summary Metrics

MetricValueInterpretation
Classifier AUC1.000 ± 0.000Perfect (1.0 = ideal)
Accuracy99.4%Near-perfect
RSA cross-group0.551AI vs real brain similarity
RSA within-AI0.953Stereotyped responses
RSA within-real0.714Variable responses
Top Cohen's d1.810Sup. Temporal & Auditory/Language
Significant (FDR)13/15q < 0.05 after correction

1. Brain Space Visualisation

PCA of 6,144-dimensional TRIBE features reveals near-perfect cluster separation along PC1. AI faces (red) and real faces (blue) occupy virtually non-overlapping regions of brain space. The two clusters form a clear arc in PC1-PC2 space, with AI faces concentrated in the negative-PC1 quadrant and real faces spreading across positive PC1. The separation is so clean that a simple threshold on PC1 alone recovers >95% of the classification accuracy.

PCA of TRIBE Brain Representations (n=1,000)

AI faces
Real faces

Clusters separate almost completely along PC1. AI faces form a tight arc in negative-PC1 space; real faces spread across positive PC1 — two distinct neural territories in 6,144-dimensional brain space.

2. Region-of-Interest Activation

All six ROIs are significantly elevated for AI faces. Superior Temporal Cortex — involved in biological motion, voice-face binding, and social cognition — shows the largest effect (d = 1.810). Higher Visual / Occipital cortex is second (d = 1.707), indicating stronger high-level visual feature processing for AI faces. The pattern is consistent across every region tested.

ROI Activation — AI vs Real Faces (mean activation)

Superior Temporal CortexCohen's d = 1.810
AI
0.2791
Real
0.2355
Higher Visual / OccipitalCohen's d = 1.707
AI
0.2796
Real
0.2399
Inferior Frontal CortexCohen's d = 1.659
AI
0.2923
Real
0.2567
Primary Visual CortexCohen's d = 1.628
AI
0.2920
Real
0.2591
Precuneus / PCCCohen's d = 1.522
AI
0.2793
Real
0.2436
Intraparietal SulcusCohen's d = 1.499
AI
0.3057
Real
0.2766

All six ROIs are significantly elevated for AI faces (FDR q < 0.0001). Every effect exceeds Cohen's d = 1.4.

3. Brain Network Analysis

All five large-scale resting-state networks are elevated for AI faces. The Auditory/Language network mirrors the Superior Temporal Cortex finding (d = 1.810). The Attention network shows the smallest — but still very large — effect (d = 1.499). No network is neutral to the AI vs real distinction.

The consistent elevation across Auditory/Language, Visual, Language Control, Default Mode, and Attention networks suggests that the brain's response to AI faces is not localised to a single processing stream. It recruits the full face-and-person network with greater intensity than it does for real faces.

4. Temporal Dynamics

The early_late_delta feature is the most diagnostically useful temporal signature: it reverses sign between AI (+0.531) and real (−0.446) faces (d = 1.684). For real faces, neural activation peaks early and then settles — the standard predictive coding pattern for familiar stimuli. AI faces do the opposite: activation increases into late processing windows.

This suggests the brain's late-stage predictive coding processes respond differently — AI faces continue to generate prediction errors while real faces settle into familiar processing patterns. The brain recognises AI faces as face-like enough to engage the full social-processing hierarchy, but never fully resolves the prediction, producing sustained elevated activation rather than the usual rapid suppression.

Temporal Dynamics — Early-Late Delta

AI +0.531
Real −0.446

Sign reversal between AI and real faces (d = 1.684). AI faces generate sustained prediction errors; real faces suppress.

5. Representational Similarity Analysis

AI faces produce highly uniform brain responses (within-AI = 0.953) — they form a tight, stereotyped cluster in neural space. Real faces produce more variable, individualised responses (within-real = 0.714). Cross-group similarity (0.551) is far below either within-group measure, confirming the two categories occupy separate neural territories.

The high within-AI similarity is telling: the brain treats all AI faces as fundamentally the same class of object, regardless of how different they look to a human observer. AI faces are cognitively stereotyped at the neural level in a way that real faces — with their individual histories and social signals — are not.

Representational Similarity Analysis — Mean Cosine Similarity

Cross-group (AI vs Real)0.551
Separate neural territories
Within AI0.953
Stereotyped, uniform
Within Real0.714
Variable, individualised

6. Effect Sizes Across All Brain Features

Cohen's d by Brain Feature — All ROI & Network Features (AI higher)

Superior Temporal Cortex
1.810
Auditory / Language
1.810
Higher Visual / Occipital
1.707
Early-Late Delta
1.684
Visual network
1.670
Inferior Frontal Cortex
1.659
Language Control
1.659
Primary Visual Cortex
1.628
Precuneus / PCC
1.522
Default Mode
1.520
Intraparietal Sulcus
1.499
Attention
1.499

All values exceed Cohen's d = 1.4. The only real-higher effect is mean_intensity (d = −0.41, still significant).

7. Methods

Brain model: TRIBE V2 (facebook/tribev2), local FastAPI, NVIDIA RTX 5080 Laptop (16 GB, CUDA 12.8). Each image was converted to a 3-second MP4 and processed in 'full' mode yielding 6,144-dim features + 6 ROI + 5 network + 4 temporal values.

AI dataset: 500 images from CommunityForensics (OwensLab/CMU, HuggingFace Hub, CC-BY 4.0), selected by SSIM-based quality ranking from the full dataset. Real dataset: 500 images from COCO 2017 validation set (Microsoft, CC-BY 4.0), selected by face keypoint visibility count (5-keypoint images preferred).

Classification: Linear SVM on 6,144-dim TRIBE features, 5-fold cross-validation. RSA: Mean pairwise cosine similarity computed within-AI, within-Real, and cross-group. Statistics: Two-sample t-tests with Benjamini-Hochberg FDR correction across all features. PCA: 2-component PCA on z-scored 6,144-dim feature matrix (1,000 × 6,144).

May 23, 2026Essay5 min read

Emotion as a Specification, Not a Judgment

The generative AI industry has spent enormous effort making images more realistic and more prompt-responsive. It has not given AI any mechanism to understand what an image does to the person looking at it. We think that's the last unsolved problem.

Prompt engineering is still the dominant paradigm for generative AI: a human describes what they want in words, and the model does its best to interpret those words visually. Emotional outcome is an afterthought — evaluated after the fact by the human looking at the result. If it doesn't feel right, you iterate. You guess again. You hope.

Amphora inverts this. Emotional outcome becomes an input to the generation process, not a judgment made at the end of it.

Why this is now possible

Decades of neuroimaging research have produced a clear map of which visual features activate which brain regions. The fusiform face area responds to faces and social signals. The amygdala fires for threat, awe, and arousal. The precuneus lights up for self-referential feeling, aspiration, and memory. The anterior cingulate tracks discomfort and tension.

Modern deep learning makes it tractable to generalise this map to arbitrary visual inputs. The training data is openly published in academic repositories. What Amphora contributes is the applied pipeline, the production feedback loop from real creative use, and the integration layer that makes the science accessible to builders who are not neuroscientists.

Rather than assigning a vague label like "happy" or "tense," Amphora tells you which parts of the brain the image is likely to light up.

What this unlocks

When emotional coherence is a requirement rather than a preference — when AI is generating the majority of commercial visual content — the company that owns the scientific infrastructure for measuring and targeting emotional response is in an extraordinarily durable position.

The Gauguin who paints from feeling and the Pollock who paints from impulse produce different work because they are running different internal models of what an image should do to the person looking at it. Amphora is building that model — externalising it, formalising it, and putting it inside the machines that are increasingly making the art.

May 18, 2026Progress4 min read

The fMRI Prediction Engine: Phase 1 Complete

The core of what we're building — a lightweight model that takes any visual input and outputs predicted brain activation across emotional and perceptual regions — is working. Here's what we built and what we learned.

Phase 1 was about proving the core thesis: that a production-ready model could generalise from publicly available fMRI datasets to arbitrary real-world visual inputs — photographs, AI-generated scenes, product renders, advertising creative — with enough precision to be useful as a creative feedback signal.

What the model does

The fMRI prediction engine takes a visual input and outputs activation scores across the regions most relevant to emotional and perceptual processing:

  • Fusiform face area — recognition, intimacy, social engagement
  • Amygdala — threat, awe, arousal, emotional salience
  • Precuneus — aspiration, self-referential feeling, nostalgia
  • Anterior cingulate — discomfort, tension, moral conflict

These aren't labels. They're predicted activations — continuous scores calibrated against the neuroimaging literature, expressed in the same units as the original experimental data.

What surprised us

The model generalises better to AI-generated imagery than we expected. Our hypothesis was that synthetic images might fall outside the training distribution in ways that degraded prediction quality. In practice, high-quality AI-generated images activate the same regions as photographic equivalents, at similar magnitudes. This makes the Emotion Guidance Loop more immediately applicable to generative pipelines than we'd planned.

The training data is openly published. What we contribute is the applied pipeline — and the feedback loop from real-world creative use that makes the model better over time.

What's next

Phase 2 is the integration layer: the API that plugs the prediction engine into generative AI pipelines, and the Emotion Guidance Loop that uses predicted activation to steer generation toward a target emotional profile. We're running closed beta with a small group of creative teams and AI platform companies now. If you're on the waitlist, you'll hear from us soon.

May 10, 2026Vision4 min read

Why We're Building Amphora

The generative AI industry has solved for realism and style. It has not solved for feeling. That gap is where Amphora lives.

Before founding Amphora, our team worked across computational neuroscience research, generative AI labs, and developer tools companies. In every environment, the same gap was visible: the tools for creating visual content had become extraordinarily powerful, but the tools for understanding what that content does to the people who see it had barely advanced beyond human intuition.

A brand team launching a campaign can test whether an image looks good. They can run it through a focus group. They can wait for click data. What they cannot do — until now — is measure, before launch, which regions of the brain their creative is likely to activate, and whether that matches the emotional response they designed for.

The founding team

The three of us bring complementary backgrounds to this problem. Our research lead holds a computational neuroscience PhD with deep background in fMRI analysis. Our engineering lead comes from a major generative AI lab. Our commercial lead has scaled developer tools companies from early revenue to Series A. We are one of a small number of companies working at the intersection of neuroscience and AI.

The market we're building for

Our largest immediate market is advertising and brand creative — teams that need to audit emotional impact before assets go live. Beyond that, we're building for AI-native creative platforms that want to offer emotional targeting as a product feature, entertainment and game studios that need scientific instruments for creative decisions, and eventually the medical and therapeutic design space.

The long-term outcome isn't selling scores. It's becoming the emotional specification standard for AI-generated content — the layer that every creative AI pipeline runs through before an image is considered finished, the way a spellchecker runs before a document is considered done.

— The Amphora Team