AI Lab

Words in. Interfaces out.

A prompt is just words, and words are where every interface starts. Here's how I use AI workflows and tools to go from words to design to code, and the rules I keep so the result still feels human.

zsh β€” pyrus@forge

❯ pyrus run --from words --to code

βœ“ research AI synthesised 12 interview notes β†’ 4 themes

βœ“ ideate generated 10 user flows β†’ kept the best 2

βœ“ design 3 layout variants in Figma β†’ 1 refined by hand

βœ“ build <CheckoutStep /> + tests, reviewed line by line

β–Έ test waiting for real humans to try it… πŸ‘€

# AI drafts, I decide. Done in days, not weeks.

// rules.md

My rules

01

AI drafts, I decide

AI is great at options and first drafts. Choosing what's right for real users is still my job.

02

Real people over predictions

AI can summarise research, but it can't replace watching a real person use the interface.

03

Own every line

Generated code gets reviewed, tested and made accessible. If I ship it, I understand it.

// workflow.yml

The workflow

Understand the words

AI helps with

Summarising interview notes, clustering feedback into themes and drafting research questions.

I own

Talking to users, spotting what they don't say, and deciding which problem is worth solving.

  • ChatGPT
  • Gemini
  • Perplexity
  • Notion AI

// ai-toolbox.json

Toolbox

Think & research

  • ChatGPT writing, reasoning, synthesis
  • Gemini brainstorming
  • Perplexity sourced research

Design

  • Figma UI & systems
  • Midjourney visual concepts
  • Stark accessibility checks
  • Framer Motion UI animation

Build

  • GitHub Copilot pair programming
  • Cursor AI editor
  • v0 UI from prompts
  • React components
  • Next.js apps & sites
  • TypeScript typed UI code
  • Tailwind utility CSS
  • Storybook component docs
  • Node.js tooling & APIs
  • Vercel deploys

Test

  • Maze usability testing
  • Playwright end-to-end tests
  • Lighthouse performance
  • WCAG accessibility standard

Automate

  • n8n workflow automation
  • Zapier quick glue
  • MCP servers tools for AI agents

Exploring next

  • Generative UI interfaces built on the fly
  • Voice interfaces talking to products
  • AI agents multi-step workflows

From the blog

Read the full breakdown.

I write about the AI workflows that work for me, the ones that didn't, and what they mean for UX.

My AI-powered design-to-code workflow
  1. 01 Research
  2. 02 Ideate
  3. 03 Design
  4. 04 Build
  5. 05 Test