I’m building ProofCheck — an AI Evidence Reconciliation Agent. The idea is simple: Don’t just summarize documents. Prove whether they agree. The project combines: • RAG and structure-aware document retrieval • Agentic investigation and tool use • Deterministic validation for calculations and evidence conflicts • Structured evidence and provenance • Safety boundaries and human-in-the-loop review • Evaluation with golden test scenarios One principle has guided the architecture: The LLM decides what to investigate. Deterministic systems establish what the numbers actually say. Today I completed the first working UI connected to the real backend, including investigation progress, error handling, and reset/clear behavior. There is still work to do — especially around reliability and edge cases — but that is exactly what makes this challenge valuable: building, testing, finding weaknesses, and improving the system one step at a time. On to the next checkpoint. 🚀 #AI #ArtificialIntelligence #AgenticAI #RAG #LLM #Python #AIEngineering #BuildInPublic #DecodingDataScience #AIChallenge