-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just a thought: Use modern AI for reconciling transactions? #417
Comments
AI as decision-maker in financially sensitive processes? Big 👎 - especially in an open source product, where functionality has to be comprehensible and reproducible, which every AI model will by definition fail to comply with. Also, I would not second the statement that CiviBanking input data is well-defined, as there is mostly only one data field containing anything (transaction purpose). So suggestions made by an AI-based matcher are biased in the sense of pretending certainty. How would a suggestion's probability be defined when the model can only output one result per run? Would you run the model multiple times and only use identical results? If introducing an experimental AI-based matcher, automated processing should be disabled. I think the probability model CiviBanking is currently using is something completely different than a stochastic model AI is built with, because it is equipped with tight railings due to distinct configuration. This will not be met with an AI model which changes decision paths while learning. Regarding the TL;DR: Might be a nice toy to play with but I doubt it'll be good enough to rely on for such important processes. |
These are all valid points, but you seem be working under the assumption that the human "processor" doesn't make any mistakes - that is specifically not true if they have to go through hundreds of transactions at a time manually. But I agree that this, should it ever happen, should be a niche thing for specific scenarios and not the standard setup, probably for large volumes that cannot be easily captured by a handful of rules. |
No, I do not assume humans do not make mistakes. It is about responsibility in case of errors. Also, a human might be able to remember circumstances when something seems weird after a wrong decision. An AI cannot provide that contextual memory. Also, the model would not be able to learn from such mistakes as there is no feedback for manual corrections (by humans). I might be the devil's advocate here, but AI does not seem to be the right tool for decision-making at all. It might provide more aspects for an analysis, as it knows about known data, but it does not have implicit knowledge like humans do. |
In theory it should make sense to use a modern AI model to further automate your CiviBanking configuration.
Here are some general thoughts about this:
Discuss! :-)
The text was updated successfully, but these errors were encountered: