Working with AI Practical
Where AI helps with writing, and where it must not
AI is quick at structure and phrasing. Facts, measurements and lived experience have to come from you — and turning that boundary into a procedure buys speed without…
Technote
6 articles· Working with AI · Founders
Working with AI Practical
AI is quick at structure and phrasing. Facts, measurements and lived experience have to come from you — and turning that boundary into a procedure buys speed without…
Working with AI Practical
It is not a limitation of ability but of context. Once you can name the decisions that depend on what AI cannot see, delegation becomes straightforward.
Working with AI Practical
Machine translation makes a site readable by more people. It does not earn search visibility, and knowing that difference makes the choice straightforward.
Working with AI Intro
Pick the tool first and you go looking for uses. Write down the work you actually repeat and the tool list shrinks to one or two.
Working with AI Practical
A good FAQ is not imagined. The answers are already in the enquiries you received, and grouping them is exactly the kind of work AI is quick at.
Working with AI Intro
AI is genuinely good at removing the blank-page stall. What it cannot know is anything factual about your business — and knowing that boundary makes drafting far faster.
Cited
Topics outside WordPress are collected on Dongji Communication Tech Insights, run by the same team. The summaries below are quoted from the originals; the titles link to them.
Working with AI
Writing a CLAUDE.md — teaching an AI coding assistant your project
AI coding tools such as Claude Code, Cursor and Copilot do better work the more precisely they know your project. Here is a structure and a set of principles that hold up.
Working with AI
Prompting an AI for UI design — drafting with Claude and GPT
Asking an AI to "make a nice button" gets you a disappointing button. Structured prompts that carry constraints, references and a defined role get you the design you meant.
Themes & plugins
SCSS from the ground up — variables through module structure
The core syntax of SCSS (Sass) and what it solves that plain CSS cannot: variables, nesting, mixins, @use and module structure — organised around patterns you can use immediately.
Themes & plugins
Design tokens and theme colour systems — brand identity in SCSS variables
How to turn a colour palette from a pile of hex codes into a system that means something — semantic token structure and SCSS variable patterns, from a real project.
Performance optimization
Designing a responsive typography system — the science of readability
Hard-coded pixel font sizes are over. Type scales, fluid sizing with clamp(), Korean webfont optimisation and line-height ratios — building typography that reads well on any screen.
Development workflow
From Figma to SCSS — a designer-developer handoff guide
Minimising what gets lost between a Figma file and the code: extracting tokens, naming components, keeping the spacing system in sync — the whole workflow, step by step.