Skip to content
View Aamirofficiall's full-sized avatar

Block or report Aamirofficiall

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Aamirofficiall/README.md

Aamir Shahzad

Software engineer. I build AI tools and work on retrieval systems, data pipelines, and backend infrastructure.


What I'm Working On

mnemonic-ai — Persistent memory for AI coding agents.

Most memory tools are glorified vector stores. They work fine for 50 facts, then fall apart — duplicates pile up, stale context poisons results, and everything scores the same. mnemonic-ai takes a different approach: multi-signal search with rank fusion, reinforcement-based memory decay, an auto-extracted knowledge graph, and bi-temporal contradiction handling. All backed by SQLite — no infrastructure to manage.

npm install -g mnemonic-ai

Works with Claude Code, Cursor, Windsurf, and any MCP-compatible client. 16 CLI commands, 12 MCP tools, Apache-2.0.


Other Work

rag-playbook — A benchmarking framework for RAG retrieval patterns. Compare naive, hybrid search, reranking, parent-child, query decomposition, HyDE, self-correcting, and agentic pipelines — with real latency, cost, and relevance numbers. pip install rag-playbook


Writing

I write about failure modes in production AI systems and how to fix them — aamirshahzad.uk/notes


Python · Django · FastAPI · PostgreSQL · Celery · Redis · AWS · RAG Pipelines · React · TypeScript

Popular repositories Loading

  1. rag-playbook rag-playbook Public

    Stop guessing which RAG pattern to use. Compare all 8 patterns with real benchmarks in one command.

    Python 1

  2. Aamirofficiall Aamirofficiall Public

  3. django django Public

    Forked from django/django

    The Web framework for perfectionists with deadlines.

    Python

  4. langchain-docs langchain-docs Public

    Forked from langchain-ai/docs

    🦜🔗 Docs for LangChain projects

    MDX

  5. celery celery Public

    Forked from celery/celery

    Distributed Task Queue (development branch)

    Python

  6. mnemonic mnemonic Public

    Agentic memory engine for AI coding agents. Auto-learns from tool outcomes, pairs errors with fixes, surfaces patterns via 3-tier semantic search. MCP server with Gemini embeddings.

    Rust