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.
Basic Usage
- 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:File Attachments
Attach receipt photos or PDF invoices. lim extracts vendor, amount, date, and line items: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.