Document 1 of 7
How AskAjay Works
AskAjay is a retrieval-augmented generation (RAG) system — not a fine-tuned model. When you ask a question, it retrieves relevant passages from Ajay's published work (34+ articles, 5 signature frameworks, 80+ Q&A pairs) and uses those passages as context for a language model to construct a grounded response. Every answer has a source, and that source is traceable.
The system generates an embedding of your question, performs vector similarity search against 622 knowledge chunks in Supabase pgvector, retrieves the most relevant passages with source metadata, and constructs a response using a language model with strict instructions to stay grounded in the retrieved context.
The knowledge base covers AI governance, enterprise AI strategy, agentic AI readiness, regulatory compliance (EU AI Act, NIST, GDPR, HIPAA), and measuring the value of responsible AI — all derived from Ajay's published frameworks and advisory work.