The key points Loom pulls out of your papers, each with its source.
A claim is a single, specific statement Loom pulls out of a paper or analysis —
like “X causes Y.” Claims let you search and reason about ideas, not just whole
documents, and each one remembers where it came from.
When you give Loom an analysis (in Markdown), it pulls out the claims for you:
analysis_md = """# Analysis## CORE CLAIMAstrocytic mitochondrial Ca²⁺ microdomains gate gliotransmitter release.## ACCEPTANCE RECOMMENDATIONAccept with minor revisions.## MAIN RISKSLimited in vivo validation.## SHARPEST FLAWSingle-model dependence."""result = mem.put_analysis("10.1/astro", analysis_md)print(result["claims_extracted"]) # how many claims Loom found
Adding the same analysis again is safe — it won’t create duplicate claims.
Loom finds claims in the background, so adding a document returns right away. The
report marks claims as processing in background… until they’re ready.
Connect your sessions
How claims and sessions turn into useful next questions.