Formal Letter Drafting Assistant for Banking Requests
Formal correspondence still runs much of banking: customers must write to request statements, dispute charges, close accounts, or update details, and many people struggle to produce the formal register these letters require. An assistant that drafts a correct, complete letter from a few details saves customers time and reduces back-and-forth for banks. The intern builds the assistant in python. A user selects a scenario, such as disputing a charge, and provides the relevant details, and a langgraph workflow structures the drafting process: the scenario is interpreted, required elements like account references, dates, and the specific request are assembled, and a formal letter is composed. Generative AI through openai models writes the letter in an appropriate professional tone, while an agentic-ai layer coordinates the steps and checks that every required element made it into the draft. The output is a ready-to-send letter the user can review and personalize. The project is a well-bounded introduction to AI content automation: the intern learns template-free document generation, completeness checking, and workflow management, and ships a tool with obvious everyday usefulness.
Related projects
You might also like