Skip to content
Colombo, Sri Lanka

MNZR Work

Case Studies and Papers by Manazir Ali
Forecasting When LLM Agent Memory Goes Stale (ANAMNESIS)

Forecasting When LLM Agent Memory Goes Stale (ANAMNESIS)

LLM memory doesn't only get written wrong, it goes stale. A local-first system that forecasts which stored facts will corrupt, and repairs them first.
How Far Agent Scaffolding Takes a Weak LLM

How Far Agent Scaffolding Takes a Weak LLM

Whether a cheap model wrapped in deterministic retrieval, curated tools, and verification loops can reach frontier-tier output. Evidence and limits.
Hardening an AI Agent That Has Write Access to Your Files

Hardening an AI Agent That Has Write Access to Your Files

Least-privilege subagents, append-only enforcement, and cutting the lethal trifecta by removing the exfiltration channel at the permission layer.
Vectorless RAG: LLM Retrieval Without a Vector Database

Vectorless RAG: LLM Retrieval Without a Vector Database

A few hundred Markdown pages, no embeddings and no vector store. Deterministic two-step index retrieval at about 1.2 tool calls per lookup.
Building a Local-First Personal AI With Tiered Memory (Hydra)

Building a Local-First Personal AI With Tiered Memory (Hydra)

A self-hosted personal AI assistant with four-tier brain-mapped memory, a two-instance LAN topology, and blockchain-anchored provenance.
Building Microservices Full-Stack: From Zero to Production

Building Microservices Full-Stack: From Zero to Production

A 16-chapter guide to Clean Architecture, TypeScript microservices, the Next.js BFF pattern, and Kubernetes, built around a real grocery app.
Building a Personal Knowledge Graph API in FastAPI

Building a Personal Knowledge Graph API in FastAPI

A typed personal knowledge graph exposed as a FastAPI service with a Typer CLI, and a runtime protocol that swaps the storage backend.
Meat Shop POS - Business Management & Accounting System

Meat Shop POS - Business Management & Accounting System

Production POS and accounting system for a meat retail business: supplier receipts, sales lifecycle, cash ledger, and daily reconciliation.
A Hierarchical Multi-Agent Architecture for Software Engineering

A Hierarchical Multi-Agent Architecture for Software Engineering

Design and production validation of an 18-agent, four-tier multi-agent system for software engineering, with a cost-of-reversal model.
The Night the Terminal Became a Canvas

The Night the Terminal Became a Canvas

A personal journey building a permissioned blockchain MVP: infrastructure, chaincode, backend bridge, and a Next.js wallet, lessons in simplicity, trust, and resilient systems.
Iman Academy Sri Lanka – Official Website

Iman Academy Sri Lanka – Official Website

Custom WordPress site delivering identity, curriculum, alumni stories, events, and donation flows for an educational institution.
Bookstore RESTful API – JAX-RS Coursework

Bookstore RESTful API – JAX-RS Coursework

Java JAX-RS backend powering CRUD for books, authors, customers, carts, and orders with layered architecture and clean resource modeling.
DineEase – Restaurant Booking & Meal Pre‑Ordering Platform

DineEase – Restaurant Booking & Meal Pre‑Ordering Platform

Full-stack Next.js + Firebase platform enabling table reservations, real-time order tracking, meal pre-ordering, ML recommendations, and AR meal previews.
React Estate Agent App – Property Search SPA

React Estate Agent App – Property Search SPA

Responsive React + Vite single-page app for property discovery with filtering, detail views, maps, and favorites persistence.
Real-Time Event Ticketing System – Multithreaded Producer/Consumer Platform

Real-Time Event Ticketing System – Multithreaded Producer/Consumer Platform

Concurrency-driven ticket distribution system with Java multithreading core, Angular + Spring Boot UI/API, and real-time WebSocket logging.