File size: 963 Bytes
a864e35
 
 
 
 
 
1649f04
a864e35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
title: Ask My Research
emoji: 🔬
colorFrom: yellow
colorTo: red
sdk: gradio
sdk_version: 5.9.1
app_file: app.py
pinned: false
license: mit
short_description: Chat with Anthony Maio's AI safety research papers
---

# Ask My Research

A RAG-powered chatbot that answers questions about Anthony Maio's AI safety research papers.

## Papers indexed:
- Model Organisms of Supply-Chain Co-option (LotL failure modes)
- Slipstream: Semantic Quantization for Multi-Agent Coordination
- From Verification Failure to Swarm Solution (CMED + HDCS)
- Coherence-Seeking Architectures for Agentic AI

## How it works:
1. Your question is embedded using sentence-transformers
2. Relevant paper chunks are retrieved via FAISS similarity search
3. An LLM generates a response grounded in the retrieved context
4. Citations show exactly which papers/sections informed the answer

Built by [Anthony Maio](https://making-minds.ai) | [Research](https://making-minds.ai/research)