Credit Genie Automates Codebase Docs With OpenWiki
Financial tech firm Credit Genie has deployed LangChain's open-source OpenWiki agent to automate its codebase documentation, ensuring both human developers and AI agents have up-to-date context.

Credit Genie, a mobile-first financial wellness platform, has integrated LangChain's open-source repository-documentation agent, OpenWiki, to automate the creation and maintenance of its codebase documentation. Developed initially as a side project by Mattia Ciollaro, Credit Genie's Head of AI and ML, the system has evolved into a centralized, self-serve portal hosted on GitHub Pages. This portal aggregates documentation across all onboarded repositories into a single, searchable interface, solving the persistent problem of outdated README files and siloed tribal knowledge.
The automated pipeline operates directly within the development lifecycle. OpenWiki runs nightly, scanning for commit changes across repositories. When it detects meaningful differences, it automatically generates documentation updates and opens a pull request in the respective repository. To prevent human bottlenecks, Credit Genie implemented an automated action to approve and merge these update pull requests. A daily sweep job then merges any pending updates and rebuilds the GitHub Pages portal, ensuring the documentation remains continuously synchronized with the live code.
For software practitioners and AI coding agents, this setup fundamentally changes how they interact with unfamiliar systems. Human engineers and non-technical stakeholders use the centralized portal to quickly understand system architectures without digging through raw code. Meanwhile, AI coding agents are explicitly instructed to check the openwiki/ folder in a repository before executing tasks. This ensures the agents operate with accurate, real-time context, reducing errors and eliminating guesswork.
The implementation was scaled across departments with help from web and application engineers Ian Yoder, Anela Trakic, and Patrick VanDusen. Moving forward, Head of AI and ML Mattia Ciollaro and Head of Engineering Adil Hashem plan to integrate Credit Genie's internal cross-repository knowledge graph into OpenWiki. By combining the documentation agent with their existing GraphRAG code graphs, custom CLIs, and LLM gateways, the team aims to map system dependencies, allowing developers and AI agents to visualize the potential blast radius of code changes before they are deployed.
This is our own summary of reporting by LangChain Blog


