LLM for remittance service in Fintech
I talked to talents engineers, co-founders from Fintech, they said that Fintech is hard as it needs lots of domain knowledges to understand all regulatory compliance. High reliability and no open source sprite makes it every harder. You cannot use LLM for fintech. Today I challenges it with 3 hours quick coding. My goal is to have Cursor agent write a POC version remittance service of transferring Money from India to Canada in real time with UPI and Wise.
Here is what I got, 5 versions of POC:
- Java, remit-java
- Typescript, remit-typescript
- Elixir, remit-elixir
- Python, remit-python
- Rust, remit-rust
You can check my prompts at remit-demo. BTW, I use my hosted sequential-thinking as SSE at http://34.123.61.175:47963/sse
Few takeaways:
- LLM could be used for Fintech coding.
- Java version is not the best for everyone.
- I really enjoyed insights from different tech stack. E.g. Elixir version has a great style to log each remit method remittance_service.ex
- LLM already also address advancing topic like finite state machine.
- It takes more time to think over prompts than coding. Next time I will share how to compose prompts.