Data tables

AI fields in practice: auto-fill columns from your data

An AI Field is a column whose value runs a prompt template — fills automatically as you edit other columns.

Kition Team·Mar 6, 2026·6 min read

Common use cases

  • Content calendar: title → AI field generates "angle notes"
  • CRM: email body → AI field extracts action items
  • Issue tracker: bug description → AI field rates severity

A template that works

Given title="{{title}}" and audience_promise="{{audience_promise}}",
write 3 possible angles in bullet form. Each ≤ 25 Chinese characters / 12 English words.
Return as a markdown list.

Mind the cost

Each row triggers one model call — 1000 rows = 1000 calls. Use the "manual refresh" mode to avoid accidental fan-out.

Ready when you are.

Kition is a local-first AI workspace. Markdown documents, structured tables, and an AI agent — running on your own machine, against the model provider you choose.