You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hosted MCP server + slim wiki projection of the First Principles Framework (FPF) by Anatoly Levenchuk. Bounded, vectorless retrieval over 292 patterns and 3 curated routes — addressable by stable FPF IDs, synced daily from ailev/FPF.
AlphaGo-inspired MCTS for document retrieval. No vectors, no embeddings, no chunking — just reasoning. Upload PDFs, ask questions, get answers with citations.
Vectorless, reasoning-based code index cho AI context retrieval. Instead of dumping your entire codebase into a prompt (50k+ tokens), codeindex builds a hierarchical tree index and uses LLM reasoning to find the exact context you need
A vectorless RAG pipeline that navigates PDF documents using a PageIndex tree structure and Gemini 2.0 Flash — no vector database, just LLM-guided tree search with auto-cited answers.
MAXXKI CodeIndex: A vectorless, AST-based RAG framework for local code analysis. Leverages hierarchical LLM routing and abstract syntax tree indexing instead of vector embeddings. Provides precise, local-first code Q&A without the overhead of vector databases. MAXXKI CodeIndex — Local-first, offline code intelligence for Python codebases. Ask natur