📋 Overview
AI LABS tests the Hallmark anti-slop design skill — a 58-gate quality check with 100+ style references — across three frontier models: Kimi K3, Opus 4.8, and Codex. The video walks through setup (running K3 via CLI Proxy API inside Claude Code), live testing of all four Hallmark verbs, and a cross-model comparison to see which produces the best frontend designs.
1 Every Model Has a Design Style ▶ 0:00
Kimi K3 just dropped and it's genuinely in the same tier as Fable 5 and GPT 5.6. People are calling it the best at frontend design. But here's the problem: every AI model has its own default design fingerprint.
Sonnet 4.5 has its patterns. GPT 5.6 has its patterns. They keep showing up in everything these models build. You need something to push the model off its defaults — to break out of the visual rut that makes every AI-generated site look the same.
2 Kimi K3 Benchmarks & Positioning ▶ 0:36
Kimi K3 is Moonshot AI's flagship model with million-token context. On the benchmarks that matter for this discussion:
- Artificial Analysis Intelligence Index — ahead of Opus 4.8 and Gemini 3.6, just behind Fable 5 and GPT 5.6 by a margin small enough to call same tier
- LMArena Frontend Design — beats even Fable 5 and GPT 5.6
The secret sauce: vision-in-the-loop. K3 screenshots what it built, looks at the actual rendered result, and adjusts. It's not just guessing from code — it's reviewing its own visual output.
💰 Pricing Comparison (per million tokens)
| Model | Input | Output | Tier |
|---|---|---|---|
| Kimi K3 | $3 | $15 | Lowest |
| GPT 5.6 | $5 | $30 | Mid |
| Fable 5 | $10 | $50 | Highest |
Same intelligence tier, lowest price — K3 is 40–70% cheaper than the competition on output tokens.
3 Why They Skipped Kimi Code ▶ 1:19
Moonshot has their own terminal agent — Kimi Code, launched with K2.5 — so why not use it? Three reasons:
- Speed — A task taking Claude Code ~3 minutes took Kimi Code ~10 minutes
- Server overload — Weights aren't open; all requests go to Kimi's overloaded servers with no local option
- Not optimized for K3 — Moonshot admits in their own docs that Kimi Code isn't built for K3's full potential. Context breaks when switching models, and sub-agent reporting was inaccurate
4 Running Kimi K3 Inside Claude Code ▶ 2:16
Two approaches exist: (1) direct API at per-token pricing, or (2) the CLI Proxy API which converts your existing Kimi subscription into a local API endpoint. The video uses approach 2:
# Install the CLI proxy
brew install kimi-cli
# Authenticate with your Kimi account
kimi login
# Start the local proxy server
kimi start server
# Generate an API key for the local proxy
kimi generate api-key
# Launch Claude Code pointing at Kimi K3
ANTHROPIC_BASE_URL=http://localhost:PORT \
ANTHROPIC_API_KEY=your-generated-key \
claude --model kimi-k3
5 The Hallmark Skill ▶ 4:11
Hallmark is an anti-AI-slop design skill for coding agents. It ships with 100+ style references (browsable as real landing pages), a 58-gate slop detection checklist, and a recipe.md with prompting best practices.
Four Verbs
default
Build a new UI following Hallmark's full workflow — pre-flight, theme selection, construction, slop check.
audit
Check existing code against all 58 known anti-patterns. Generates a report with flagged findings.
redesign
Throw out the current design entirely and build in a fresh direction. Not a tweak — a full creative reset.
study
Hand it a site you like. Pulls style direction from it — as inspiration, not a clone.
Installation
Copy the install command from the Hallmark GitHub repo, paste it in your terminal, and choose your agent:
- Claude Code → installs to
.claudefolder - Codex / Kimi Code → installs to
.agentsfolder
6 Kimi K3 + Hallmark: Real Test Results ▶ 5:46
Out of the box, Kimi K3's designs show Opus 4.8 distillation fingerprints: images behind the hero section, oversized offset headings, and warm orange/brown palettes. However, Kimi's copy is notably less hype-stuffed than Claude's default output.
Testing Workflow
- Pre-flight — Checks existing files, locks the framework (Next.js), asks 3 questions: audience, use case, tone
- Theme pull — Selects a theme direction from the 100+ references
- Build — Constructs the site in the chosen direction
- Slop check — Runs all 58 detection gates on the result
Redesign & Audit
The redesign verb worked — K3 recognized the command, loaded the redesign protocol, re-asked the 3 questions, and rebuilt in a completely different direction. The audit mode generated a detailed report. After the audit, Kimi fixed the flagged issues: removed the AI-slop font, swapped Unsplash images to Pixum (Unsplash is a universal AI tell), and fixed mobile responsiveness.
7 Opus 4.8 & Codex: Cross-Model Comparison ▶ 7:51
Opus 4.8 Without Hallmark
Heavy AI slop. Classic Opus fingerprints: bold colors, gradient backgrounds, rounded boxes everywhere. The AI slop detector flagged multiple high and low confidence patterns — gradient text being a prime offender.
Opus 4.8 With Hallmark ▶ 7:51
Loaded the skill, ran pre-flight, same workflow. Took longer but the result was more creative and intentional. Better button interactivity. Critically, it doesn't drop in placeholder Unsplash images (stock photos = slop pattern) — instead it tells you to bring your own images.
Codex With Hallmark ▶ 10:01
Codex defaults: green-and-white palette, lots of SVGs, tiny font sizes. With the skill installed in .agents, tested in the Codex app (which has browser use tools):
- Pre-flight asked the same 3 questions, ran the full workflow
- Edited multiple files, ran tests plus an interactive browser test
- Result: way better — blue-and-white, intentional, clearly different from Codex defaults
- Some hero image issues remained
- Audit report: strong structure, few issues left (including responsiveness)
Results Summary
| Model | Without Hallmark | With Hallmark | Best For |
|---|---|---|---|
| Opus 4.8 | Heavy slop | Best result | Overall best with the skill |
| Kimi K3 | Distillation patterns | Good, needs manual invoke | Budget-conscious, less hype copy |
| Codex | Green/white defaults | Major improvement | Browser-verified builds |
8 Key Takeaways
- Every frontier model has design fingerprints — gradient text (Opus), warm orange palettes (Kimi via distillation), green-and-white (Codex). Without intervention, AI-generated frontends are instantly recognizable.
- Hallmark's 58-gate slop check works — it catches patterns humans might miss (Unsplash stock images, AI-slop fonts, gradient text) and enforces a standard across any model.
- Kimi K3 is same-tier intelligence at 40–70% lower cost — vision-in-the-loop gives it a genuine edge on frontend, but context management inside Claude Code requires manual work.
- The CLI Proxy API is the practical way to run K3 — Kimi Code is too slow and server-bound. Running K3 through Claude Code's tooling gets the best of both worlds.
- Claude gets the best Hallmark results right now — the skill doesn't yet encode Kimi-specific patterns, so it can't push K3 as far off its defaults. This will likely improve.
- Manual skill invocation is required for non-Claude models — auto-invocation is tuned for Claude; use slash commands with Kimi and Codex.
- Unsplash images are a universal AI tell — Hallmark flags them and suggests Pixum or bringing your own assets instead.