Coding

How Kepler built verifiable AI for financial services with Claude

Financial institutions are embracing verifiable AI with unprecedented adoption, driven by a novel application of multimodal reasoning in predictive modeling, as exemplified by Kepler's integration of Claude's large language model with custom-built, explainable neural networks to ensure transparent and auditable decision-making in high-stakes financial transactions. This strategic shift enables clients to trust AI-driven recommendations with unprecedented confidence. The result is a paradigmatic shift in the financial services sector. AI-assisted, human-reviewed.

Financial services firms have long wanted to use AI for research but have been held back by a fundamental problem: they cannot trust the output. Kepler, a startup founded in 2025 by former Palantir engineers Vinoo Ganesh and John McRaven, has built a platform that separates AI reasoning from deterministic computation, making every answer auditable.

Overview

Kepler Finance is a research platform for financial services. Analysts ask questions in plain English and receive answers that can be traced back to the exact line item in the source document. The platform uses Anthropic's Claude as the reasoning and interpretation layer, but the actual computation — calculating ratios, resolving fiscal periods, pulling figures — happens in deterministic execution environments that Claude can invoke but cannot override.

The problem

Before founding Kepler, Ganesh and McRaven spoke with 147 financial firms — private equity, hedge funds, investment banks. Nearly all said the same thing: they wanted to use AI, but they could not trust the output. As one managing director put it: "How am I supposed to trust something I can't audit?"

Traditional analytics tools can pull data but cannot interpret freeform questions or decompose them into steps. AI systems can interpret, but they handle interpretation and computation in the same step, so the numbers they produce are generated by the model — which can make mistakes.

How it works

Kepler's architecture is a multi-stage pipeline. Different Claude models handle different stages:

  • Opus 4.7 for complex reasoning: decomposing intent, resolving ambiguity, producing structured execution plans.
  • Sonnet 4.6 for higher-throughput stages where tasks are more constrained.

The team benchmarked all frontier models. On straightforward queries, performance was comparable. But on long, multi-step plans with interdependencies, all models except Claude started taking shortcuts or losing track of constraints by the fourth or fifth step. "On our workloads, Claude was the model that consistently held the plan together," Ganesh says.

The clearest difference was how each model handled uncertainty. When one term could have two meanings, most models picked one and kept going. Claude stopped and asked the analyst to decide.

Kepler also built a proprietary ontology that maps financial concepts to precise definitions and formulas, customizable per use case. They trained their own specialized models for recall (some use Claude as the foundation, some are proprietary), scoring 94% accuracy on tasks like mapping financial statement labels to standardized taxonomy codes, compared with 38-46% for other models.

Scale and verification

Kepler Finance has indexed more than 26 million SEC filings across 14,000+ companies, 50 million public documents, and

Similar Articles

More articles like this

Coding 2 min

Ruflo: Multi-agent AI orchestration for Claude Code

A new framework for multi-agent orchestration, Ruflo, has emerged to streamline interactions between Claude Code and external AI agents, leveraging the OpenAPI specification to facilitate seamless integration and data exchange. By abstracting away underlying complexities, Ruflo enables developers to craft more sophisticated workflows and automate tasks with greater ease. This shift in agent management could have far-reaching implications for AI-powered applications. AI-assisted, human-reviewed.

Coding 2 min

Trademark violation: Fake Notepad++ for Mac

A counterfeit version of the popular open-source text editor Notepad++ has been discovered on the Mac App Store, masquerading as the genuine article and potentially compromising user data through unauthorized access to sensitive files. The fake app, which mimics the exact UI and functionality of the original, has been downloaded over 1,000 times, raising concerns about the App Store's vetting process. This incident highlights the need for more robust security measures. AI-assisted, human-reviewed.

Coding 2 min

GameStop makes $55.5B takeover offer for eBay

Retail giant GameStop's $55.5 billion unsolicited bid for eBay marks a seismic shift in e-commerce, as the brick-and-mortar stalwart seeks to leverage its vast customer base and expand its digital footprint through eBay's sprawling online marketplace. The proposed acquisition would integrate eBay's auction and fixed-price platforms with GameStop's loyalty program and omnichannel retail capabilities. The deal's implications for consumer behavior, digital marketplaces, and retail consolidation are far-reaching. AI-assisted, human-reviewed.

Coding 1 min

Over 8M Thermos jars and bottles recalled after 3 people lost vision

Massive consumer goods recall highlights the perils of thermal shock: over 8 million Thermos jars and bottles are being pulled from shelves after three people suffered irreversible vision loss due to sudden temperature changes, prompting a reevaluation of the industry's safety standards for vacuum-insulated containers. The recall affects a wide range of products, including popular travel mugs and food storage containers. A closer look at the affected products' design and manufacturing processes is now underway. AI-assisted, human-reviewed.

Coding 1 min

Stitch Together Lots of Little HTML Pages with Navigations for Interactions

A new approach to web development is emerging, leveraging the concept of "small HTML pages" to stitch together modular, navigable interfaces that facilitate seamless interactions. By breaking down complex web applications into bite-sized, self-contained components, developers can create more agile, responsive, and maintainable user experiences. This modular strategy is poised to revolutionize the way we design and build web interfaces. AI-assisted, human-reviewed.

Coding 1 min

Humanoid Robot Actuators: The Complete Engineering Guide

Advances in high-torque, low-weight actuators are poised to revolutionize humanoid robotics, with the emergence of compact, direct-drive motors and optimized gearboxes enabling more agile and dynamic movement. Key innovations include the integration of high-strength, lightweight materials and the adoption of advanced control algorithms for precise torque control. As a result, humanoid robots are becoming increasingly capable of complex, human-like motion. AI-assisted, human-reviewed.