Index - Projects & Deep Dives
- Published on
Comprehensive guide to building and orchestrating agents that reason, plan, and act using foundational design patterns (Evaluator-Optimizer, Context-Augmentation, Prompt-Chaining, Parallelization, Routing, and Orchestrator-Workers).- Published on
Deep dive into MCP (an open protocol for connecting LLM applications with external data sources, tools, and systems) through a Python implementation of an MCP Server for performing retrieval and analytics on news articles.- Published on
LLM-based applications face security challenges in form of prompt injections and jailbreaks. This project reviews the key architectural improvements underpinning ModernBERT, and implements fine-tuning for discriminating malicious prompts. PangolinGuard closely approximates the performance of Claude 3.7 on a mixed benchmark, while maintaining low latency (< 40ms).- Published on
As highlighted by the FBI, digital scams cause devastating impacts across society. MINERVA is an AutoGen implementation of seven agents that helps users identify scam attempts, achieving higher accuracy than baseline prompt methods (88.3% vs. 69.5%).- Published on
Takeaways after attending TED.AI, and participating in the 'AI for Good' Hackathon @ UNIDO.- Published on
The ever-growing volume of research publications necessitates efficient methods for structuring such knowledge. This automated solution uses Machine Learning (UMAP, HDBSCAN), Embedding Quantization, and an LLM pipeline to classify 25,000 arXiv publications under a novel taxonomy.- Published on
Python from-scratch implementation of the modules required to build and train a Neural Network that classifies garment images, incl. Linear and Flatten Transformations, Non-Linearity, Regularization, Gradient-Descent-Optimizer, Backpropagation, Mini-Batch Training, and Evaluation.
Subscribe to the newsletter