RSSAmplifier

Blog

Manazir Ali - Blog

Writings, stories, and engineering journeys by Manazir Ali

manazir.devRSS feed ↗18 posts

Latest posts

One Contract, Every Model: Engineering an Operating Standard for AI Coding Agents

You can't make a cheaper model as smart as a frontier one: that's weights. But you can make it operate to the same contract. This is how I built a portable operating standard and the harness that enforces it across every Claude Code session on my server.

The Harness Buys You One Model Generation

Manazir Ali bet that a swappable weak model wrapped in a strong harness, deterministic retrieval, curated tools, verification loops on a Laptop, could deliver frontier behavior. The published evidence graded the bet for him: the harness closes knowledge, format, and verifiable tasks, worth roughly one model generation, then hits a model-bound wall on multi-turn coherence and long-horizon autonomy.…

ANAMNESIS : Project Hydra

Third in the Project Hydra series. The first two articles laid out the dream and the diagnosis. This one is about naming the slice I picked and committing to ship it as my final-year project. The slice has a Greek word behind it, a cognitive-science insight underneath it, and a deadline next April.

Memory Is Where AI Falls Apart : Project Hydra

Second in the Project Hydra series. The vision article laid out what an AI that knows you would look like. This article is the diagnosis, why current systems can't deliver it, where specifically they fail at the consolidation step, what the published memory-augmented LLM systems do (and don't) address, and the slice I'm building first.

What If Your AI Actually Knew You : Project Hydra

First in the Project Hydra series. The dream is an AI that genuinely knows you, that doesn't reset every morning, doesn't hallucinate your context away, doesn't ship your data to someone else's database. This article sketches the architecture for that AI, names the project, surveys what already exists, and identifies the slicing principle that determines what ships first.

Every Line Has a Reason

What building a full-stack microservice from scratch taught me about Clean Architecture, teaching, and the discipline of knowing why every line of code exists.

Did You Know? AI Agents Now Manage Other AI Agents

The frontier isn't chatbots anymore. It's AI agents that coordinate, delegate, and manage teams of other agents, and the results are redefining what's possible.

Did You Know? Blockchain Isn't Just Bitcoin

When most people hear 'blockchain,' they think cryptocurrency. The most interesting blockchain work happening right now has nothing to do with crypto.

Did You Know? One Technology Killed 'It Works on My Machine'

For decades, deploying software meant managing differences between environments. Then containers arrived, and that problem essentially disappeared.

Building an Enterprise Blockchain Platform: Over Half a Million Lines of Code

3,678 commits. Over half a million lines of source code. An enterprise blockchain platform built from scratch using a multi-agent AI architecture on Claude Code.

What I Learned Building a Multi-Agent System for Claude Code

A personal account of architecting a hierarchical AI agent system for enterprise development, the failures, the breakthroughs, and everything I'm still figuring out.

Tearing Down What I Built

A story about architectural pride, certificate validation failures, and the moment I realized the elegant design I built was fundamentally wrong.

The 95% Wall

A story about being stuck at 95% completion, gRPC handshakes that refused to shake, and the moment I stopped debugging and started questioning.

The Monolith's Last Day

A story about 43,936 lines of code that couldn't stay together, the courage to refactor, and the surgery that turned one service into three.

Three Continents, Zero Dollars

A story about building enterprise-grade global infrastructure on free tiers, and learning that constraints breed better architecture than budgets.

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.

Mastering Dynamic Routing in Next.js: Practical Lessons

From file-system basics to scalable dynamic routes, static generation, and the App Router mindset, how I internalized dynamic routing in Next.js and shipped production content systems.

Understanding Permissioned Blockchain with Hyperledger Fabric

A practical, systems-level walkthrough of Hyperledger Fabric's permissioned architecture, identity, privacy, transaction flow, and chaincode lifecycle, plus pitfalls and production considerations.