MRManas Ranjan Jenainmanas253.hashnode.dev·Jun 11, 2025 · 3 min readShipping an AutoML Python Library: Building SwiftPredict from ScratchIntroduction In most ML projects, beginners struggle with the same loop: cleaning data, choosing the right model, training it, and evaluating performance. I wanted to simplify this, not just with a notebook, but with a reusable, installable Python l...00
MRManas Ranjan Jenainmanas253.hashnode.dev·Apr 21, 2025 · 3 min readBuilding a Multi-Agent Code Refiner with LangChain, FastAPI & MongoDBIntroduction In early 2025, I set out to build something beyond a toy AI demo. I wanted to explore the frontier of agentic AI - systems where multiple language model agents collaborate like a real software team. The result? A full-stack Multi-Agent ...00