ANTIGRAVITY LABJP
TAG

ui-design

3 articles
Back to all tags
Related:
ai-tools2typescript2tailwind2antigravity1android1agent1design-system1component-api1advanced1design-judgment1vibe-coding1
App Dev/2026-08-31Advanced

Why I took the show-or-not decision away from every dialog

A paywall prompt, a review request and a rewarded-ad confirmation landed on the same frame. Here is how I moved the show-or-not decision out of each dialog into a single gate, how I rewrote the agent instructions as invariants, and how a CI check keeps it that way.

AI Tools/2026-03-27Advanced

Design Judgment in Code: Beyond AI-Generated UI — Practical Techniques for Embedding Intent into Types, Tokens, and Conditionals

Master the comprehensive techniques for embedding human design judgment into code. From TypeScript's type system for expressing UI intent, through strategic design token architecture, to semantic conditional branching and component API patterns. Learn how to inject judgment into AI-generated code and build design systems that reason like humans.

AI Tools/2026-03-27Intermediate

Why AI-Generated UI Feels Off — Beyond Surface-Level Design Quirks to the Core Problem of Missing Intent

The uncanny feeling when looking at AI-generated UI isn't just about gradients and emoji overuse. The real issue runs deeper: the absence of human judgment embedded in design decisions. Learn how type systems, design tokens, and conditional logic can carry intentionality.