David Krause Knowledge Base · Part VI · Chapter 18
Part VI — Digitalization Chapter 18 / 18 Reference company Präzisionsteile Muster GmbH Edition v23.1 · 07/2026

Digitalizing cost accounting

Local AI can take over the recurring, error-prone hand work of cost accounting — if it is built the right way round: rule before model, human veto by design. What that brings, in euros and hours.

~13 h
saved per monthly close
<2.3 mo
payback period
424 %
ROI · year 1

18.1 Cloud AI or local AI?

CriterionLocal modelCloud model
Data outflownone — runs offlinebooking data leaves the house
Cost per request€0.00fee per line
Availabilityindependent of network and providerdependent on both
General language understandinglimitedmarkedly better
Fine-tuning on own datapossible, low effortmostly not possible
The data-protection point is not a side aspect

A trial balance contains salary totals, supplier relationships and margin data. Transmitting it to an external service raises data-processing questions that simply do not arise when the processing never leaves the machine.

18.2 The architectural principle: rule before model

The most important design principle is: the language model is the last instance, not the first. Every booking line passes through three layers and leaves the system as soon as an allocation is settled.

LayerMethodShare
1account-number lookup — SKR03 account 4110 is always direct labor~75 %
2rule set on the booking text~15 %
3language model with confidence threshold~8 %
Why the order decides everything

Nine out of ten lines are handled by rules that can be read, checked and corrected. That keeps the unexplainable share small and contained. Whoever does it the other way round has built a system whose results they can no longer justify — to the auditor as much as to management.

18.3 Three sensible use cases

Not every task is suited to AI. It makes sense where many similar cases are decided by clear rules — with an AI fallback only for the borderline cases.

Use caseTaskApproachTime saved
SKR account allocationregrind account → tooling costs (not maintenance!)rule-based + AI fallback4–5 h → <30 min
Booking-text classification"mill regrind" → cost type 05LoRA on company vocabulary6 h → <15 min
Cost-cutoff proposalneutral vs. operational expenserule set + classifier3 h → <20 min

18.4 Quantification: what local AI brings — in euros and hours

The use cases above can be quantified. The basis is the reference company; the assumptions are deliberately conservative.

18.4.1 Time saved before / after

Taskmanualwith AIsaving
Allocate DATEV export to cost types (300–500 lines)4–6 h<10 min~5.5 h
Classify booking texts6 h<15 min~5.75 h
Check cost cutoff on trial balance3 h<20 min~2.7 h
Total per monthly close~14 h~0.75 h~13 h

18.4.2 Investment costs

Itemone-offrecurringNote
Hardware: mini-PC / NUC (32 GB RAM)€400–700€0unlimited runtime
Software: Python, Transformers, ONNX€0€0open source, no license
Setup / fine-tuning (one-off)€400€0or in-house
Total~€1,100€0/yearno running costs

18.4.3 ROI calculation

Payback Assumption: estimator hour rate €60/h (full cost), saving 8 h/month, investment €1,100.

Saving/month = 8 h × €60/h = €480
Saving/year = €480 × 12 = €5,760
Payback = €1,100 / €480 = < 2.3 months
ROI year 1 = (5,760 − 1,100) / 1,100 = 424 %
Limits of this calculation

The figures apply to a company with a regular monthly close and recurring allocation effort. For smaller companies with few bookings the absolute saving is lower — but the investment stays low, so the build-up usually still pays for itself within a year. What matters is not the ROI percentage but that recurring, error-prone hand work disappears.

18.5 GDPR checklist: using local AI in a legally sound way

Even with local AI — where no data leaves the company — there are data-protection requirements. "AUTO" means: local AI meets the point automatically; "TODO" means action needed.

18.6 The limits — and why they should stay

Deep dive and tool

The technical implementation — model selection, LoRA fine-tuning, quantization, ONNX export — is deliberately not in the book, because it goes out of date within months. You will find it as a separate article, together with the cost-cutoff mapper (in German) to try out directly.

David Krause
Industrial engineer (Dipl.-Wirtschaftsingenieur FH) · 15+ years of cost accounting, plant controlling and maintenance in CNC and die-casting manufacturing. Writes down here what has proven itself in practice.
Profile and CV · Knowledge Base · Contact