ClimateAligned builds a RAG-based climate finance assessment system from zero to first users
Assessing the climate credentials of financial instruments required expert analysts to manually comb through large volumes of unstructured and highly variable company documents—a slow, expensive process incapable of scaling to the large number of companies producing relevant data.
The RAG system achieved 85% accuracy on its own; with expert human-in-the-loop review, effective accuracy reached 99% while per-company assessment time fell from about 2 hours to 20 minutes.
Adding a traditional ML classifier to route only items needing review delivered roughly another order of magnitude increase in throughput.
Show all 5 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
The RAG system achieved 85% accuracy on its own; with expert human-in-the-loop review, effective accuracy reached 99% while per-company assessment time fell from about 2 hours to 20 minutes.
What tools did this team use?
RAG, Postgres, OpenAI, GPT-4, BM25, RRF, Python, vector database.
What results were reported?
RAG system accuracy: 85%; System accuracy with human-in-loop: 99%; Per-company assessment time: from about 2 hours to 20 minutes; assessment speed-up (AI-assisted vs fully manual): loose order of magnitude in speed-up in time (source-reported, not independently verified).
How is this finance ops AI workflow structured?
Document ingestion and storage → Hybrid vector and keyword search → RAG question answering via LLM → Classifier routes items for review → Expert analyst human review → Structured output with cited sources → Data flywheel from labeled reviews.