The architecture of [individual leverage].

A living reference for the visual identity of systems built by one person with the leverage of an enterprise. Everything here is designed to feel like editorial × system console × field manual.

One person should operate like an [enterprise].

This design system encodes three ideas: typography has roles, color carries meaning, and layout communicates structure. Every visual choice traces back to a single principle — clarity over decoration.

Serif

Headlines and big ideas. Declares the position.

Sans

Body text and context. Delivers the reasoning.

Mono

Code, commands, and benchmarks. Shows the evidence.

Palette

Use accent only for meaning — links, highlights, and the bracketed annotation. Everything else stays neutral.

Background

--color-bg
#F5F2ED

Surface

--color-bg-surface
#ECEAE4

Text

--color-text
#1A1A1A

Accent

--color-accent
#1A6B5A

Code

--color-bg-code
#E2DED7

Muted

--color-text-muted
#6B6560

Border

--color-border
#D1CCC4

Accent Hover

--color-accent-hover
#145447

Three roles, never mixed

Source Serif 4

Headlines declare the position.

Sub-headlines frame the argument.

Source Serif 4 · Weight 300–900 · Used for all headings (h1–h4)


Inter is the workhorse. It handles body copy, descriptions, navigation, and any text that exists to explain or contextualize. Set at 16px base with 1.8 line-height for comfortable reading.

Inter · Weight 400–700 · Used for body text, labels, UI


$ axi run transform --input data --task "clean and analyze"
  [ok] Pipeline initialized
  [ok] 3 agents active
  [ok] Output: results/analysis.json

  Tokens: 34% reduction  ·  2.5x faster

JetBrains Mono · Weight 400–500 · Used for code, commands, benchmarks

The inline annotation

Every piece includes a bracketed concept in the title — the single most important idea, rendered in the accent color. This is the primary brand identifier. Add data-annotate to any heading and the JS processor handles the rest.

The future of work is [agent-native].

Most software is still stuck in human-first workflows. It's time to build tools for autonomous agents.

Stop using tools. Start building a [system].

Why one person should operate like an organization.

AXI: The [agent-first] command line.

An interface built natively for autonomous agents.

Building an [Institution of One].

How to operate with the leverage of an entire team, solo.

Content follows a fixed format

Every essay uses the same six-part structure. Section labels are small, uppercase, and muted — they organize without competing with the headline.

One sharp sentence.

What's wrong today.

Name the concept.

How it works.

Example, diagram, or code.

What becomes possible.

Thinking artifacts over decoration

Every piece includes at least one visual artifact — a comparison table, a code block, a workflow diagram. These are tools for thinking, not ornament.

Approach Setup Maintenance Leverage
Ad hoc tools Minutes High — manual glue 1x
Hybrid stack Days Medium — partial automation 3x
Unified system Weeks Low — self-maintaining 10x
$ run_script.sh --arg1 data.csv
  Processing... done.
  Manual review required.
$ axi run transform --input data \
    --task "clean and analyze"
  [ok] Automated. No manual steps.

Strong margins, thin dividers

Design is structured with generous whitespace, grid-aligned sections, and thin 1px dividers. No decorative elements. The grid supports 2, 3, and 4 column layouts that collapse to a single column on small screens.

Column 1

Column 2

Column 3


Left

Right

How to use this system

Reference the CSS and JS from any page to apply the design system. No build step required — vanilla CSS custom properties and a single small script.

<!-- Add to any HTML page -->
<link rel="stylesheet"
  href="https://kunchenguid.github.io/kunchenguid-design-system/css/design-system.css">
<script
  src="https://kunchenguid.github.io/kunchenguid-design-system/js/design-system.js"
  defer></script>
<!-- Option A: auto-processed by JS -->
<h1 data-annotate>The future of work is [agent-native].</h1>

<!-- Option B: manual markup -->
<h1>The future of work is <span class="annotation">[agent-native]</span>.</h1>

Consistency builds recognition

Same title pattern. Same structure. Same typography roles. Same visual artifacts. Every post feels like part of a larger system, not a standalone piece.

Do

  • Precise, not performative
  • Opinionated, but justified
  • Systems-level thinking
  • Calm tone, no hype

Avoid

  • Buzzwords
  • Over-explaining
  • Marketing language
  • Decorative illustrations