Skip to main content

Natural Language Input

lim add turns plain-text descriptions into double-entry journal entries. No accounting knowledge required.

How It Works

1

Rule Match (instant, zero cost)

Deterministic pattern matching. If you’ve recorded “AWS” before, the rule fires immediately.
2

History Match (fast, zero cost)

SQL lookup of similar past transactions by vendor name, amount range, and description keywords.
3

AI Inference (when needed)

Called only when rules and history can’t resolve. Uses the LLM to classify the transaction.
4

Escalate (low confidence)

If confidence is below threshold, lim asks you to confirm before posting.
Over time, almost all transactions resolve at Step 1. AI costs approach zero as rules accumulate.

Basic Usage

lim automatically:
  • Maps “AWS” to Communication expense
  • Detects “11000 yen” as tax-inclusive (税込)
  • Decomposes: ¥10,000 expense + ¥1,000 consumption tax (10%)
  • Credits Accounts Payable for the credit card liability

Tax-Inclusive Decomposition

When an amount is tax-inclusive, lim extracts the tax automatically:
lim defaults to 10% consumption tax. For 8% reduced-rate items (food, newspapers), specify explicitly or let the AI infer from context.

File Attachments

Attach receipt photos or PDF invoices. lim extracts vendor, amount, date, and line items:
Supported formats: PNG, JPG, GIF, WebP, PDF.

The Learning Engine

lim learns from your confirmations:

Advanced Examples

How Accuracy Improves Over Time

Next Steps

Journal Entries

Manual entry creation and bulk operations.

Judgment Engine

Deep dive into the rule/history/AI/escalate pipeline.